]> git.ipfire.org Git - thirdparty/glibc.git/blob - ChangeLog
RISC-V: Fix elfutils testsuite unwind failures.
[thirdparty/glibc.git] / ChangeLog
1 2019-01-13 Jim Wilson <jimw@sifive.com>
2
3 [BZ #24040]
4 * elf/Makefile (CFLAGS-tst-unwind-main.c): Add -DUSE_PTHREADS=0.
5 * elf/tst-unwind-main.c: If USE_PTHEADS, include pthread.h and error.h
6 (func): New.
7 (main): If USE_PTHREADS, call pthread_create to run func. Otherwise
8 call func directly.
9 * nptl/Makefile (tests): Add tst-unwind-thread.
10 (CFLAGS-tst-unwind-thread.c): Define.
11 * nptl/tst-unwind-thread.c: New file.
12 * sysdeps/unix/sysv/linux/riscv/clone.S (__thread_start): Mark ra
13 as undefined.
14
15 2019-02-13 Joseph Myers <joseph@codesourcery.com>
16
17 * iconvdata/cns11643.h (ucs4_to_cns11643): Adjust fall-through
18 comment wording.
19 * nis/nis_call.c (__do_niscall3): Likewise.
20
21 * catgets/gencat.c (normalize_line): Use braces around empty
22 'else' body.
23 * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
24 (STAP_PROBE0): Use do {} while (0) for do-nothing definition.
25 [!USE_STAP_PROBE && !__ASSEMBLER__] (STAP_PROBE1): Likewise.
26 [!USE_STAP_PROBE && !__ASSEMBLER__] (STAP_PROBE2): Likewise.
27 [!USE_STAP_PROBE && !__ASSEMBLER__] (STAP_PROBE3): Likewise.
28 [!USE_STAP_PROBE && !__ASSEMBLER__] (STAP_PROBE4): Likewise.
29 * libio/libio.h (_IO_funlockfile): Use ((void) 0) for do-nothing
30 definition.
31
32 * support/test-container.c (recursive_remove): Use FAIL_EXIT1 if
33 execlp returns.
34
35 2019-02-12 Wilco Dijkstra <wdijkstr@arm.com>
36
37 * benchtests/bench-strcasecmp.c (stupid_strcasecmp): Remove.
38 * benchtests/bench-strcasestr.c (stupid_strcasestr): Remove.
39 * benchtests/bench-strchr.c (stupid_strchr): Remove.
40 * benchtests/bench-strcmp.c (stupid_strcmp): Remove.
41 * benchtests/bench-strcspn.c (stupid_strcspn): Remove.
42 * benchtests/bench-strlen.c (builtin_strlen): Remove.
43 * benchtests/bench-strncasecmp.c (stupid_strncasecmp): Remove.
44 * benchtests/bench-strncmp.c (stupid_strncmp): Remove.
45 * benchtests/bench-strpbrk.c (stupid_strpbrk): Remove.
46 * benchtests/bench-strspn.c (stupid_strspn): Remove.
47 * benchtests/Makefile: Remove bench-bcopy.c and bench-bzero.c.
48 * benchtests/bench-bcopy.c: Delete file.
49 * benchtests/bench-bzero.c: Likewise.
50 * benchtests/bench-memccpy.c (stupid_memccpy): Remove.
51 (simple_memccpy): Remove.
52 (generic_memccpy): Add function.
53 * benchtests/bench-memcpy.c: (builtin_memcpy): Remove.
54 * benchtests/bench-memmove.c (simple_bcopy): Remove.
55 * benchtests/bench-mempcpy.c (simple_mempcpy): Remove.
56 (generic_mempcpy): Add new function.
57 * benchtests/bench-memset.c (simple_bzero): Remove.
58 (builtin_bzero): Remove.
59 (builtin_memset): Remove.
60 * benchtests/bench-rawmemchr.c (simple_rawmemchr): Remove.
61 (generic_rawmemchr): Add new function.
62
63 2019-02-12 Florian Weimer <fweimer@redhat.com>
64
65 * nss/getent.c (ahosts_keys_int): Include IPv6 scope ID in output.
66
67 2019-02-12 Adhemerval Zanella <adhemerval.zanella@linaro.org>
68
69 [BZ #24122]
70 * elf/Makefile (tests): Add tst-audit13.
71 (modules-names): Add tst-audit13mod1.
72 (tst-audit13.out, LDFLAGS-tst-audit13mod1.so, tst-audit13-ENV): New
73 rule.
74 * elf/tst-audit13.c: New file.
75 * elf/tst-audit13mod1.c: Likewise.
76
77 2019-02-12 Florian Weimer <fweimer@redhat.com>
78
79 [BZ #24122]
80 * elf/rtld.c (unload_audit_module): New function.
81 (report_audit_module_load_error): Likewise.
82 (load_audit_module): Likewise. Extracted from dl_main. Call
83 _dl_close if the laversion symbol cannot be found. Use early
84 returns for error handling. Add malloc error check. Check for a
85 zero return value from la_version. Remove spurious comment about
86 static TLS initialization. Remove useless casts.
87 (notify_audit_modules_of_loaded_object): New function. Extracted
88 from dl_main.
89 (load_audit_module): Likewise.
90 (dl_main): Call load_audit_modules.
91
92 2019-02-12 Joseph Myers <joseph@codesourcery.com>
93
94 * elf/dl-exception.c (_dl_exception_create_format): Add
95 fall-through comments.
96 * elf/ldconfig.c (parse_conf_include): Likewise.
97 * elf/rtld.c (print_statistics): Likewise.
98 * locale/programs/charmap.c (parse_charmap): Likewise.
99 * misc/mntent_r.c (__getmntent_r): Likewise.
100 * posix/wordexp.c (parse_arith): Likewise.
101 (parse_backtick): Likewise.
102 * resolv/ns_ttl.c (ns_parse_ttl): Likewise.
103 * sysdeps/x86/cpu-features.c (init_cpu_features): Likewise.
104 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
105
106 2019-02-11 Paul A. Clarke <pc@us.ibm.com>
107
108 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrtf):
109 Use float instead of double.
110
111 2019-02-11 TAMUKI Shoichi <tamuki@linet.gr.jp>
112
113 * time/strftime_l.c: Fix a few whitespace arrangement inconsistencies.
114
115 2019-02-08 Joseph Myers <joseph@codesourcery.com>
116
117 * sysdeps/powerpc/bits/mathinline.h: Remove.
118
119 2019-02-08 Florian Weimer <fweimer@redhat.com>
120
121 math: Enable <bits/math-finite.h> sysdeps override, as used on ia64.
122 * math/bits/math-finite.h: Move to ...
123 * bits/math-finite.h: ... here.
124
125 2019-02-08 Florian Weimer <fweimer@redhat.com>
126
127 * sysdeps/generic/bits/unistd_ext.h: Move to ...
128 * bits/unistd_ext.h: here.
129
130 2019-02-08 Patsy Griffin Franklin <pfrankli@redhat.com>
131
132 [BZ #21915]
133 * nss/Makefile (test-container): Add tst-nss-files-hosts-long.
134 * nss/tst-nss-files-hosts-long.c: New file.
135 * nss/tst-nss-files-hosts-long.root: New directory.
136 * nss/tst-nss-files-hosts-long.root/etc: Likewise.
137 * nss/tst-nss-files-hosts-long.root/etc/hosts: New file.
138
139 2019-02-08 Florian Weimer <fweimer@redhat.com>
140
141 * include/bits/unistd_ext.h: Remove file.
142 * posix/bits/unistd_ext.h: Move to ...
143 * sysdeps/generic/bits/unistd_ext.h: ... here.
144
145 2019-02-08 Florian Weimer <fweimer@redhat.com>
146
147 * include/bits/unistd_ext.h: New file.
148
149 2019-02-08 TAMUKI Shoichi <tamuki@linet.gr.jp>
150
151 * time/tst-strftime2.c: Use array_length macros instead of magic
152 numbers.
153
154 2019-02-08 Florian Weimer <fweimer@redhat.com>
155
156 [BZ #24161]
157 * sysdeps/nptl/fork.h (__run_fork_handlers): Add multiple_threads
158 argument.
159 * nptl/register-atfork.c (__run_fork_handlers): Only perform
160 locking if the new do_locking argument is true.
161 * sysdeps/nptl/fork.c (__libc_fork): Pass multiple_threads to
162 __run_fork_handlers.
163
164 2019-02-08 Florian Weimer <fweimer@redhat.com>
165
166 [BZ #6399]
167 Linux: Add gettid system call wrapper.
168 * posix/Makefile (headers): Add bits/unistd_ext.h.
169 * posix/bits/unistd_ext.h: New file.
170 * posix/unistd.h: Include it.
171 * manual/process.texi (Process Identification): Document gettid.
172 * sysdeps/unix/sysv/linux/Makefile [subdir == misc] (tests): Add
173 tst-gettid, tst-gettid-kill.
174 (tst-gettid): Link with $(shared-thread-library).
175 * sysdeps/unix/sysv/linux/Version (GLIBC_2.30): Export gettid.
176 * sysdeps/unix/sysv/linux/bits/unistd_ext.h: New file.
177 * sysdeps/unix/sysv/linux/bits/syscalls.list (gettid): Add.
178 * sysdeps/unix/sysv/linux/bits/tst-gettid.c: New file.
179 * sysdeps/unix/sysv/linux/bits/tst-gettid-kill.c: Likewise.
180 * sysdeps/unix/sysv/linux/aarch64/libc.abilist (GLIBC_2.30):
181 Add gettid.
182 * sysdeps/unix/sysv/linux/alpha/libc.abilist (GLIBC_2.30):
183 Likewise.
184 * sysdeps/unix/sysv/linux/arm/libc.abilist (GLIBC_2.30): Likewise.
185 * sysdeps/unix/sysv/linux/csky/libc.abilist (GLIBC_2.30):
186 Likewise.
187 * sysdeps/unix/sysv/linux/hppa/libc.abilist (GLIBC_2.30):
188 Likewise.
189 * sysdeps/unix/sysv/linux/i386/libc.abilist (GLIBC_2.30):
190 Likewise.
191 * sysdeps/unix/sysv/linux/ia64/libc.abilist (GLIBC_2.30):
192 Likewise.
193 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist (GLIBC_2.30):
194 Likewise.
195 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist (GLIBC_2.30):
196 Likewise.
197 * sysdeps/unix/sysv/linux/microblaze/libc.abilist (GLIBC_2.30):
198 Likewise.
199 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist
200 (GLIBC_2.30): Likewise.
201 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist
202 (GLIBC_2.30): Likewise.
203 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist
204 (GLIBC_2.30): Likewise.
205 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist
206 (GLIBC_2.30): Likewise.
207 * sysdeps/unix/sysv/linux/nios2/libc.abilist (GLIBC_2.30):
208 Likewise.
209 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist
210 (GLIBC_2.30): Likewise.
211 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist
212 (GLIBC_2.30): Likewise.
213 * sysdeps/unix/sysv/linux/powerpc/powerpc64/be/libc.abilist
214 (GLIBC_2.30): Likewise.
215 * sysdeps/unix/sysv/linux/powerpc/powerpc64/le/libc.abilist
216 (GLIBC_2.30): Likewise.
217 * sysdeps/unix/sysv/linux/riscv/rv64/libc.abilist (GLIBC_2.30):
218 Likewise.
219 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist (GLIBC_2.30):
220 Likewise.
221 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist (GLIBC_2.30):
222 Likewise.
223 * sysdeps/unix/sysv/linux/sh/libc.abilist (GLIBC_2.30): Likewise.
224 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist (GLIBC_2.30):
225 Likewise.
226 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist (GLIBC_2.30):
227 Likewise.
228 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist (GLIBC_2.30):
229 Likewise.
230 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist (GLIBC_2.30):
231 Likewise.
232 * sysdeps/unix/sysv/linux/tst-setgetname.c (gettid): Remove.
233
234 2019-02-07 Florian Weimer <fweimer@redhat.com>
235
236 * rt/clock-compat.c (COMPAT_REDIRECT): Turn librt forwarders into
237 compatibility symbols.
238
239 2019-02-07 Stefan Liebler <stli@linux.ibm.com>
240
241 [BZ #24180]
242 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
243 Add compiler barriers and comments.
244
245 2019-02-07 Florian Weimer <fweimer@redhat.com>
246
247 * include/array_length.h (array_length): Do not use a statement
248 expression and _Static_assert, so that array_length can be used at
249 file scope and as a constant expression.
250
251 2019-02-07 Florian Weimer <fweimer@redhat.com>
252
253 * support/xdlfcn.h (xdlmopen): Declare.
254 * support/xdlmopen.c: New file.
255 * support/Makefile (libsupport-routines): Add xdlmopen.
256
257 2019-02-06 Joseph Myers <joseph@codesourcery.com>
258
259 * elf/dl-load.h (_dl_postprocess_loadcmd): Use __always_inline
260 before return type, without separate inline.
261 * elf/dl-tunables.c (maybe_enable_malloc_check): Likewise.
262 * elf/dl-tunables.h (tunable_is_name): Likewise.
263 * malloc/malloc.c (do_set_trim_threshold): Likewise.
264 (do_set_top_pad): Likewise.
265 (do_set_mmap_threshold): Likewise.
266 (do_set_mmaps_max): Likewise.
267 (do_set_mallopt_check): Likewise.
268 (do_set_perturb_byte): Likewise.
269 (do_set_arena_test): Likewise.
270 (do_set_arena_max): Likewise.
271 (do_set_tcache_max): Likewise.
272 (do_set_tcache_count): Likewise.
273 (do_set_tcache_unsorted_limit): Likewise.
274 * nis/nis_subr.c (count_dots): Likewise.
275 * nptl/allocatestack.c (advise_stack_range): Likewise.
276 * sysdeps/ieee754/dbl-64/s_sin.c (do_cos): Likewise.
277 (do_sin): Likewise.
278 (reduce_sincos): Likewise.
279 (do_sincos): Likewise.
280 * sysdeps/unix/sysv/linux/x86/elision-conf.c
281 (do_set_elision_enable): Likewise.
282 (TUNABLE_CALLBACK_FNDECL): Likewise.
283
284 2019-02-06 Florian Weimer <fweimer@redhat.com>
285
286 * support/xdlfcn.c (xdlopen, xdlclose): Do not call dlerror.
287 (xdlsym): Use dlerror to detect a NULL symbol.
288
289 2019-02-06 Florian Weimer <fweimer@redhat.com>
290
291 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Do not include
292 <stap-probe.h>.
293 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
294
295 2019-02-06 Stefan Liebler <stli@linux.ibm.com>
296
297 * libio/tst-bz24153.c (wide): Use wide char format specifier.
298
299 2019-02-06 Stefan Liebler <stli@linux.ibm.com>
300
301 * sysdeps/s390/wmemcmp-vx.S: Add strong alias to
302 __wmemcmp and weak alias to wmemcmp.
303
304 2019-02-06 Stefan Liebler <stli@linux.ibm.com>
305
306 [BZ #23403]
307 * nptl/allocatestack.c (allocate_stack): Align pointer pd for
308 TLS_TCB_AT_TP tls variant.
309 * nptl/tst-tls1.c: Migrate to support/test-driver.c.
310 Add alignment checks.
311 * support/Makefile (libsupport-routines): Add xposix_memalign and
312 xpthread_setstack.
313 * support/support.h: Add xposix_memalign.
314 * support/xthread.h: Add xpthread_attr_setstack.
315 * support/xposix_memalign.c: New File.
316 * support/xpthread_attr_setstack.c: Likewise.
317
318 2019-02-05 Florian Weimer <fweimer@redhat.com>
319
320 [BZ #24164]
321 arm: Use "nr" constraint for Systemtap probes, to avoid the
322 compiler using memory operands for constants, due to the "o"
323 alternative in the default "nor" constraint.
324 * include/stap-probe.h [USE_STAP_PROBE]: Include
325 <stap-probe-machine.h>
326 * sysdeps/generic/stap-probe-machine.h: New file.
327 * sysdeps/arm/stap-probe-machine.h: Likewise.
328
329 2019-02-04 Joseph Myers <joseph@codesourcery.com>
330
331 * malloc/malloc.c (tcache_get): Compare tcache->counts[tc_idx]
332 with 0, not tcache->entries[tc_idx].
333
334 * nscd/connections.c (reqinfo): Initialize SHUTDOWN element only
335 once.
336
337 2019-02-04 Andreas Schwab <schwab@suse.de>
338
339 [BZ #16976]
340 [BZ #17396]
341 * posix/fnmatch_loop.c (internal_fnmatch, internal_fnwmatch): When
342 looking up collating elements match against (wide) character
343 sequence instead of name. Correct alignment adjustment.
344 * posix/fnmatch.c: Don't include "../locale/elem-hash.h".
345 (WMEMCMP) [HANDLE_MULTIBYTE]: Define.
346 * posix/Makefile (tests): Add tst-fnmatch4 and tst-fnmatch5.
347 (LOCALES): Add cs_CZ.ISO-8859-2.
348 * posix/tst-fnmatch4.c: New file.
349 * posix/tst-fnmatch5.c: New file.
350 * include/wchar.h (__wmemcmp): Declare.
351 * wcsmbs/wmemcmp.c: Define __wmemcmp and add wmemcmp as weak alias.
352 * sysdeps/i386/i686/multiarch/wmemcmp.c: Likewise.
353 * sysdeps/x86_64/multiarch/wmemcmp.c: Likewise.
354 * sysdeps/s390/wmemcmp.c: Likewise.
355
356 2019-02-04 H.J. Lu <hongjiu.lu@intel.com>
357
358 [BZ #24155]
359 CVE-2019-7309
360 * NEWS: Updated for CVE-2019-7309.
361 * sysdeps/x86_64/memcmp.S: Use RDX_LP for size. Clear the
362 upper 32 bits of RDX register for x32. Use unsigned Jcc
363 instructions, instead of signed.
364 * sysdeps/x86_64/x32/Makefile (tests): Add tst-size_t-memcmp-2.
365 * sysdeps/x86_64/x32/tst-size_t-memcmp-2.c: New test.
366
367 2019-02-04 Florian Weimer <fweimer@redhat.com>
368
369 * posix/spawn.h (posix_spawn, posix_spawnp): Add __nonnull attribute.
370 (posix_spawnattr_init, posix_spawnattr_destroy): Likewise.
371 (posix_spawnattr_getsigdefault, posix_spawnattr_setsigdefault):
372 Likewise.
373 (posix_spawnattr_getsigmask, posix_spawnattr_setsigmask): Likewise.
374 (posix_spawnattr_getflags, posix_spawnattr_setflags): Likewise.
375 (posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Likewise.
376 (posix_spawnattr_getschedpolicy, posix_spawnattr_setschedpolicy):
377 Likewise.
378 (posix_spawnattr_getschedparam, posix_spawnattr_setschedparam):
379 Likewise.
380 (posix_spawn_file_actions_init, posix_spawn_file_actions_destroy):
381 Likewise.
382 (posix_spawn_file_actions_addopen): Likewise.
383 (posix_spawn_file_actions_addclose): Likewise.
384 (posix_spawn_file_actions_adddup2): Likewise.
385 (posix_spawn_file_actions_addchdir_np): Likewise. Add __restrict
386 qualifiers.
387 (posix_spawn_file_actions_addfchdir_np): Likewise.
388
389 2019-02-04 David Newall <glibc@davidnewall.com>
390
391 elf: Implement --preload option for the dynamic linker.
392 * elf/rtld.c (preloadarg): New variable.
393 (handle_preload_list): Pass through “where” argument to
394 do_preload.
395 (dl_main): Handle "--preload" and add second call to
396 handle_preload_list.
397 * elf/Makefile (tests-special): Add tst-rtld-preload.out.
398 (tst-rtld-preload-OBJS): Set variable.
399 (tst-rtld-preload.out): New target.
400 * elf/tst-rtld-preload.sh: New file.
401
402 2019-02-04 Matthew Malcomson <matthew.malcomson@arm.com>
403
404 * Makefile (testrun.sh): Exit in case of incorrect argument.
405
406 2019-02-04 Florian Weimer <fweimer@redhat.com>
407
408 * time/tzfile.c (__tzfile_read): Reorder suballocations to avoid
409 alignment gaps.
410
411 2019-02-03 Florian Weimer <fweimer@redhat.com>
412
413 * time/tzfile.c (__tzfile_read): Use struct alloc_buffer and its
414 implicit overflow checks.
415
416 2019-02-03 Aurelien Jarno <aurelien@aurel32.net>
417
418 * stdlib/isomac.c: Include <unistd.h>.
419
420 2019-02-03 Florian Weimer <fweimer@redhat.com>
421
422 * include/time.h (__tzfile_default): Use int, not long int, for
423 the GMT offsets.
424 * time/tzfile.c (struct ttinfo): Change type of the offset member
425 to int.
426 (__tzfile_read): Remove useless cast.
427 (__tzfile_default): Adjust prototype.
428 * time/tzset.c (tz_rule): Change type of the offset member to int.
429 (parse_offset): Change the type of the sign variable to int.
430
431 2019-02-03 Florian Weimer <fweimer@redhat.com>
432
433 [BZ #24153]
434 * debug/gets_chk.c (__gets_chk): Use stdin instead of _IO_stdin.
435 * libio/getchar.c (getchar): Likewise.
436 * libio/getchar_u.c (getchar_unlocked): Likewise.
437 * libio/getwchar.c (getwchar): Likewise.
438 * libio/getwchar_u.c (getwchar_unlocked): Likewise.
439 * libio/iogets.c (_IO_gets): Likewise.
440 * libio/vscanf.c (_IO_vscanf): Likewise.
441 * libio/vwscanf.c (__vwscanf): Likewise.
442 * libio/tst-bz24153.c: New file.
443 * libio/Makefile (tests): Add it.
444
445 2019-02-02 Florian Weimer <fweimer@redhat.com>
446
447 [BZ #14829]
448 * manual/resource.texi (Basic Scheduling Functions): Add
449 portability note. Change process to task throughout the section.
450 Remove incorrect comment about sched_yield as it affects
451 tasks/threads, not entire processes.
452 * sysdeps/unix/sysv/linux/bits/posix_opt.h
453 (_POSIX_PRIORITY_SCHEDULING): Update comment.
454
455 2019-02-01 Joseph Myers <joseph@codesourcery.com>
456
457 * configure.ac (libc_cv_compiler_ok): Require GCC 6.2 or later.
458 * configure: Regenerated.
459 * manual/install.texi (Tools for Compilation): Update minimum GCC
460 version.
461 * INSTALL: Regenerated.
462
463 2019-02-01 Florian Weimer <fweimer@redhat.com>
464
465 * support/support_test_compare_string.c
466 (support_test_compare_string): Use "string" in error message.
467 * support/tst-test_compare_string.c (do_test): Adjust.
468
469 2019-02-01 Florian Weimer <fweimer@redhat.com>
470
471 * support/support_format_address_family.c
472 (support_format_address_family): Handle AF_LOCAL, AF_UNSPEC.
473
474 2019-02-01 Florian Weimer <fweimer@redhat.com>
475
476 * manual/socket.texi (Internet Address Formats): Clarify the byte
477 order of struct sockaddr_in, struct sockaddr_in6. Document
478 sin6_flowinfo and sin6_scope_id.
479
480 2019-02-01 Wilco Dijkstra <wdijkstr@arm.com>
481
482 * sysdeps/posix/clock_getres.c (__clock_getres): Cleanup.
483 * sysdeps/unix/clock_gettime.c (__clock_gettime): Cleanup.
484 * sysdeps/unix/clock_settime.c (__clock_settime): Cleanup.
485 * sysdeps/unix/sysv/linux/clock_getres.c (__clock_getres): Cleanup.
486 * sysdeps/unix/sysv/linux/clock_gettime.c (__clock_gettime): Cleanup.
487 * sysdeps/unix/sysv/linux/clock_settime.c (__clock_settime): Cleanup.
488
489 2019-02-01 Feng Xue <fxue@os.amperecomputing.com>
490
491 * sysdeps/aarch64/memchr.S (__memchr): Rename to MEMCHR.
492 [!MEMCHR](MEMCHR): Set to __memchr.
493 * sysdeps/aarch64/multiarch/Makefile (sysdep_routines):
494 Add memchr_generic and memchr_nosimd.
495 * sysdeps/aarch64/multiarch/ifunc-impl-list.c
496 (__libc_ifunc_impl_list): Add memchr ifuncs.
497 * sysdeps/aarch64/multiarch/memchr.c: New file.
498 * sysdeps/aarch64/multiarch/memchr_generic.S: Likewise.
499 * sysdeps/aarch64/multiarch/memchr_nosimd.S: Likewise.
500
501 2019-02-01 Feng Xue <fxue@os.amperecomputing.com>
502
503 * sysdeps/aarch64/multiarch/Makefile (sysdep_routines):
504 Add memset_emag.
505 * sysdeps/aarch64/multiarch/ifunc-impl-list.c
506 (__libc_ifunc_impl_list): Add __memset_emag to memset ifunc.
507 * sysdeps/aarch64/multiarch/memset.c (libc_ifunc):
508 Add IS_EMAG check for ifunc dispatch.
509 * sysdeps/aarch64/multiarch/memset_base64.S: New file.
510 * sysdeps/aarch64/multiarch/memset_emag.S: New file.
511
512 2019-02-01 Feng Xue <fxue@os.amperecomputing.com>
513
514 * manual/tunables.texi (Tunable glibc.cpu.name): Add emag.
515 * sysdeps/unix/sysv/linux/aarch64/cpu-features.c (cpu_list):
516 Add emag.
517 * sysdeps/unix/sysv/linux/aarch64/cpu-features.h (IS_EMAG):
518 New macro.
519
520 2019-02-01 Stefan Liebler <stli@linux.ibm.com>
521
522 * posix/tst-spawn do_test(): Move waitpid before posix_spawn.
523
524 2019-01-31 Vineet Gupta <vgupta@synopsys.com>
525
526 * sysdeps/unix/make-syscalls.sh: Fix comment referencing
527 syscall-template file.
528
529 2019-01-31 Carlos O'Donell <carlos@redhat.com>
530 Torvald Riegel <triegel@redhat.com>
531 Rik Prohaska <prohaska7@gmail.com>
532
533 [BZ# 23844]
534 * nptl/Makefile (tests): Add tst-rwlock-tryrdlock-stall, and
535 tst-rwlock-trywrlock-stall.
536 * nptl/pthread_rwlock_tryrdlock.c (__pthread_rwlock_tryrdlock):
537 Wake waiters if PTHREAD_RWLOCK_FUTEX_USED is set.
538 * nptl/pthread_rwlock_trywrlock.c (__pthread_rwlock_trywrlock):
539 Set __wrphase_fute to 1 only if we started the write phase.
540 * nptl/tst-rwlock-tryrdlock-stall.c: New file.
541 * nptl/tst-rwlock-trywrlock-stall.c: New file.
542 * support/Makefile (libsupport-routines): Add xpthread_rwlock_destroy.
543 * support/xpthread_rwlock_destroy.c: New file.
544 * support/xthread.h: Declare xpthread_rwlock_destroy.
545
546 2019-02-01 Joseph Myers <joseph@codesourcery.com>
547
548 * scripts/build-many-glibcs.py (Context.checkout): Default MPFR
549 version to 4.0.2.
550
551 2019-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
552
553 [BZ #24051]
554 * libio/ioputs.c (_IO_puts): Use stdout instead of _IO_stdout.
555 * libio/fileops.c (_IO_new_file_underflow): Likewise
556 * libio/wfileops.c (_IO_wfile_underflow): Likewise
557 * libio/putchar.c (putchar): Likewise.
558 * libio/putchar_u.c (putchar_unlocked): Likewise.
559 * libio/putwchar.c (putchar): Likewise.
560 * libio/putwchar_u.c (putwchar_unlocked): Likewise.
561 * libio/tst-bz24051.c: New test.
562 * libio/Makefile (tests): Add tst-bz24051
563
564 2019-01-31 Paul Eggert <eggert@cs.ucla.edu>
565
566 regex: fix read overrun [BZ #24114]
567 Problem found by AddressSanitizer, reported by Hongxu Chen in:
568 https://debbugs.gnu.org/34140
569 * posix/regexec.c (proceed_next_node):
570 Do not read past end of input buffer.
571
572 2019-01-31 Florian Weimer <fweimer@redhat.com>
573
574 [BZ #24059]
575 * nss/nss_files/files-alias.c (get_next_alias): Handle
576 continuation line without newline at the end.
577 * nss/tst-nss-files-alias-truncated.c: New file.
578 * nss/Makefile [$(build-shared)] (tests): Add
579 tst-nss-files-alias-truncated.
580 (tst-nss-files-alias-truncated): Link with libnss_files.so.
581 * support/namespace.h (struct support_chroot_configuration): Add
582 aliases member.
583 (struct support_chroot): Add path_aliases member.
584 * support/support_chroot.c (support_chroot_create): Handle
585 aliases.
586 (support_chroot_free): Free path_aliases.
587
588 2019-01-31 Siddhesh Poyarekar <siddhesh@sourceware.org>
589
590 * version.h (RELEASE): Set to "development".
591 (VERSION): Set to "2.29.9000".
592 * NEWS: Add section for 2.30.
593
594 * version.h (RELEASE): Set to "stable".
595 (VERSION): Set to "2.29".
596 * include/features.h (__GLIBC_MINOR__): Set to 2.29.
597
598 * NEWS: Add the list of bugs fixed in 2.29.
599 * manual/contrib.texi: Update contributors list with some more
600 names.
601 * manual/install.texi: Update latest versions of packages
602 tested.
603 * INSTALL: Regenerated.
604
605 2019-01-25 Siddhesh Poyarekar <siddhesh@sourceware.org>
606
607 * po/be.po: Update translations.
608 * po/bg.po: Likewise.
609 * po/ca.po: Likewise.
610 * po/cs.po: Likewise.
611 * po/da.po: Likewise.
612 * po/de.po: Likewise.
613 * po/el.po: Likewise.
614 * po/eo.po: Likewise.
615 * po/es.po: Likewise.
616 * po/fi.po: Likewise.
617 * po/fr.po: Likewise.
618 * po/gl.po: Likewise.
619 * po/hr.po: Likewise.
620 * po/hu.po: Likewise.
621 * po/ia.po: Likewise.
622 * po/id.po: Likewise.
623 * po/it.po: Likewise.
624 * po/ja.po: Likewise.
625 * po/ko.po: Likewise.
626 * po/lt.po: Likewise.
627 * po/nb.po: Likewise.
628 * po/nl.po: Likewise.
629 * po/pl.po: Likewise.
630 * po/pt_BR.po: Likewise.
631 * po/ru.po: Likewise.
632 * po/rw.po: Likewise.
633 * po/sk.po: Likewise.
634 * po/sl.po: Likewise.
635 * po/sv.po: Likewise.
636 * po/tr.po: Likewise.
637 * po/uk.po: Likewise.
638 * po/vi.po: Likewise.
639 * po/zh_CN.po: Likewise.
640 * po/zh_TW.po: Likewise.
641
642 2019-01-24 Uroš Bizjak <ubizjak@gmail.com>
643
644 [BZ #24130]
645 * sysdeps/alpha/remqu.S (__remqu): Add missing restore
646 of $f3 register on $y_is_neg path.
647
648 2019-01-24 Samuel Thibault <samuel.thibault@ens-lyon.org>
649
650 [BZ #24110]
651 * hurd/hurdsig.c (_hurd_thread_sigstate): Set SS_DISABLE in
652 sigaltstack.ss_flags.
653
654 2019-01-24 TAMUKI Shoichi <tamuki@linet.gr.jp>
655
656 [BZ #23758]
657 * manual/time.texi (strftime): Document "%Ey".
658 * time/strftime_l.c (__strftime_internal): Set the default width
659 padding with zero of "%Ey" to 2.
660
661 [BZ #24096]
662 * manual/time.texi (strftime): Document "%EC" and "%EY".
663 * time/Makefile (tests): Add tst-strftime2.
664 (LOCALES): Add ja_JP.UTF-8, lo_LA.UTF-8, and th_TH.UTF-8.
665 * time/strftime_l.c (__strftime_internal): Add argument yr_spec to
666 override padding for "%Ey".
667 If an optional flag ('_' or '-') is specified to "%EY", interpret the
668 "%Ey" in the subformat as if decorated with that flag.
669 * time/tst-strftime2.c: New file.
670
671 2019-01-24 Adhemerval Zanella <adhemerval.zanella@linaro.org>
672
673 * support/xsigstack.c (MAP_NORESERVE, MAP_STACK): Define if they
674 are not defined.
675
676 [BZ #24122]
677 * elf/Makefile (tests): Add tst-audit13.
678 (modules-names): Add tst-audit13mod1.
679 (tst-audit13.out, LDFLAGS-tst-audit13mod1.so, tst-audit13-ENV): New
680 rule.
681 * elf/rtld.c (dl_main): Handle invalid audit module version.
682 * elf/tst-audit13.c: New file.
683 * elf/tst-audit13mod1.c: Likewise.
684
685 2019-01-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
686
687 * sysdeps/mach/hurd/faccessat.c (__faccessat_common): Check for errors
688 returned by __hurd_at_flags.
689 * hurd/lookup-at.c (__file_name_lookup_at): When at_flags contains
690 AT_EMPTY_PATH, call __dir_lookup and __hurd_file_name_lookup_retry
691 directly instead of __hurd_file_name_lookup.
692
693 2019-01-21 Joseph Myers <joseph@codesourcery.com>
694
695 * scripts/build-many-glibcs.py (Context.checkout): Default
696 binutils version to 2.32 branch.
697
698 2019-01-21 Florian Weimer <fweimer@redhat.com>
699
700 [BZ #20018]
701 CVE-2016-10739
702 resolv: Reject trailing characters in host names
703 * include/arpa/inet.h (__inet_aton_exact): Declare.
704 (inet_aton): Remove hidden prototype. No longer used internally.
705 * nscd/gai.c (__inet_aton): Do not define.
706 * nscd/gethstbynm3_r.c (__inet_aton): Likewise.
707 * nss/digits_dots.c (__inet_aton): Likewise.
708 (__nss_hostname_digits_dots_context): Call __inet_aton_exact.
709 * resolv/Makefile (tests-internal): Add tst-inet_aton_exact.
710 (tests): Add tst-resolv-nondecimal, tst-resolv-trailing.
711 (tst-resolv-nondecimal): Link with libresolv.so and libpthread.
712 (tst-resolv-trailing): Likewise.
713 * resolv/Versions (GLIBC_PRIVATE): Export __inet_aton_exact from
714 libc.
715 * resolv/inet_addr.c (inet_aton_end): Remame from __inet_aton.
716 Make static. Add endp parameter.
717 (__inet_aton_exact): New function.
718 (__inet_aton_ignore_trailing): New function, aliased to inet_aton.
719 (__inet_addr): Call inet_aton_end.
720 * resolv/res_init.c (res_vinit_1): Truncate nameserver for IPv4,
721 not just IPv6. Call __inet_aton_exact.
722 * resolv/tst-aton.c: Switch to <support/test-driver.c>.
723 (tests): Make const. Add additional test cases with trailing
724 characters.
725 (do_test): Use array_length.
726 * resolv/tst-inet_aton_exact.c: New file.
727 * resolv/tst-resolv-trailing.c: Likewise.
728 * resolv/tst-resolv-nondecimal.c: Likewise.
729 * sysdeps/posix/getaddrinfo.c (gaih_inet): Call __inet_aton_exact.
730
731 2019-01-21 H.J. Lu <hongjiu.lu@intel.com>
732
733 [BZ# 24097]
734 CVE-2019-6488
735 * sysdeps/x86_64/multiarch/strlen-avx2.S: Use RSI_LP for length.
736 Clear the upper 32 bits of RSI register.
737 * sysdeps/x86_64/strlen.S: Use RSI_LP for length.
738 * sysdeps/x86_64/x32/Makefile (tests): Add tst-size_t-strnlen
739 and tst-size_t-wcsnlen.
740 * sysdeps/x86_64/x32/tst-size_t-strnlen.c: New file.
741 * sysdeps/x86_64/x32/tst-size_t-wcsnlen.c: Likewise.
742
743 2019-01-21 H.J. Lu <hongjiu.lu@intel.com>
744
745 [BZ# 24097]
746 CVE-2019-6488
747 * sysdeps/x86_64/multiarch/strcpy-avx2.S: Use RDX_LP for length.
748 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
749 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
750 * sysdeps/x86_64/x32/Makefile (tests): Add tst-size_t-strncpy.
751 * sysdeps/x86_64/x32/tst-size_t-strncpy.c: New file.
752
753 2019-01-21 H.J. Lu <hongjiu.lu@intel.com>
754
755 [BZ# 24097]
756 CVE-2019-6488
757 * sysdeps/x86_64/multiarch/strcmp-avx2.S: Use RDX_LP for length.
758 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
759 * sysdeps/x86_64/strcmp.S: Likewise.
760 * sysdeps/x86_64/x32/Makefile (tests): Add tst-size_t-strncasecmp,
761 tst-size_t-strncmp and tst-size_t-wcsncmp.
762 * sysdeps/x86_64/x32/tst-size_t-strncasecmp.c: New file.
763 * sysdeps/x86_64/x32/tst-size_t-strncmp.c: Likewise.
764 * sysdeps/x86_64/x32/tst-size_t-wcsncmp.c: Likewise.
765
766 2019-01-21 H.J. Lu <hongjiu.lu@intel.com>
767
768 [BZ# 24097]
769 CVE-2019-6488
770 * sysdeps/x86_64/multiarch/memset-avx512-no-vzeroupper.S: Use
771 RDX_LP for length. Clear the upper 32 bits of RDX register.
772 * sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S: Likewise.
773 * sysdeps/x86_64/x32/Makefile (tests): Add tst-size_t-wmemset.
774 * sysdeps/x86_64/x32/tst-size_t-memset.c: New file.
775 * sysdeps/x86_64/x32/tst-size_t-wmemset.c: Likewise.
776
777 2019-01-21 H.J. Lu <hongjiu.lu@intel.com>
778
779 [BZ# 24097]
780 CVE-2019-6488
781 * sysdeps/x86_64/memrchr.S: Use RDX_LP for length.
782 * sysdeps/x86_64/multiarch/memrchr-avx2.S: Likewise.
783 * sysdeps/x86_64/x32/Makefile (tests): Add tst-size_t-memrchr.
784 * sysdeps/x86_64/x32/tst-size_t-memrchr.c: New file.
785
786 2019-01-21 H.J. Lu <hongjiu.lu@intel.com>
787
788 [BZ# 24097]
789 CVE-2019-6488
790 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Use RDX_LP for
791 length. Clear the upper 32 bits of RDX register.
792 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
793 * sysdeps/x86_64/multiarch/memmove-avx512-no-vzeroupper.S:
794 Likewise.
795 * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S:
796 Likewise.
797 * sysdeps/x86_64/x32/Makefile (tests): Add tst-size_t-memcpy.
798 tst-size_t-wmemchr.
799 * sysdeps/x86_64/x32/tst-size_t-memcpy.c: New file.
800
801 2019-01-21 H.J. Lu <hongjiu.lu@intel.com>
802
803 [BZ# 24097]
804 CVE-2019-6488
805 * sysdeps/x86_64/multiarch/memcmp-avx2-movbe.S: Use RDX_LP for
806 length. Clear the upper 32 bits of RDX register.
807 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
808 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
809 * sysdeps/x86_64/x32/Makefile (tests): Add tst-size_t-memcmp and
810 tst-size_t-wmemcmp.
811 * sysdeps/x86_64/x32/tst-size_t-memcmp.c: New file.
812 * sysdeps/x86_64/x32/tst-size_t-wmemcmp.c: Likewise.
813
814 2019-01-21 H.J. Lu <hongjiu.lu@intel.com>
815
816 [BZ# 24097]
817 CVE-2019-6488
818 * sysdeps/x86_64/memchr.S: Use RDX_LP for length. Clear the
819 upper 32 bits of RDX register.
820 * sysdeps/x86_64/multiarch/memchr-avx2.S: Likewise.
821 * sysdeps/x86_64/x32/Makefile (tests): Add tst-size_t-memchr and
822 tst-size_t-wmemchr.
823 * sysdeps/x86_64/x32/test-size_t.h: New file.
824 * sysdeps/x86_64/x32/tst-size_t-memchr.c: Likewise.
825 * sysdeps/x86_64/x32/tst-size_t-wmemchr.c: Likewise.
826
827 2019-01-18 Florian Weimer <fweimer@redhat.com>
828
829 [BZ #24112]
830 resolv: Do not send queries for non-host-names in nss_dns.
831 * resolv/nss_dns/dns-host.c (check_name): New function.
832 (_nss_dns_gethostbyname2_r): Use it.
833 (_nss_dns_gethostbyname_r): Likewise.
834 (_nss_dns_gethostbyname4_r): Likewise.
835
836 2019-01-21 Florian Weimer <fweimer@redhat.com>
837
838 * resolv/inet_addr.c: Reformat to GNU style.
839 (__inet_addr, __inet_aton): Update comment.
840
841 2019-01-18 Florian Weimer <fweimer@redhat.com>
842
843 malloc: Revert commit 6923f6db1e688dedcf3a6556da76e0bf24a41872
844 ("malloc: Use current (C11-style) atomics for fastbin access").
845 This commit introduces a substantial performance regression on
846 POWER and Aarch64.
847 * malloc/malloc.c (fastbin_push_entry, fastbin_pop_entry): Remove.
848 (REMOVE_FB): Define.
849 (_int_malloc): Use it and reindent.
850 (_int_free): Use CAS loop with
851 catomic_compare_and_exchange_val_rel.
852 (malloc_consolidate): Use atomic_exchange_acq.
853
854
855 2019-01-18 H.J. Lu <hongjiu.lu@intel.com>
856
857 * signal/Makefile (LDFLAGS-tst-minsigstksz-1): New. Set to
858 -Wl,-z,now.
859 (LDFLAGS-tst-minsigstksz-2): Likewise.
860 (LDFLAGS-tst-minsigstksz-3): Likewise.
861 (LDFLAGS-tst-minsigstksz-3a): Likewise.
862 (LDFLAGS-tst-minsigstksz-4): Likewise.
863
864 2019-01-18 TAMUKI Shoichi <tamuki@linet.gr.jp>
865
866 * manual/time.texi (strftime): Fix the wording to "alternative" rather
867 than "alternate".
868
869 2019-01-16 Paul A. Clarke <pc@us.ibm.com>
870
871 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Fix #ifdef.
872
873 2019-01-16 Zack Weinberg <zackw@panix.com>
874
875 * support/xsignal.h (xalloc_sigstack, xfree_sigstack)
876 (xget_sigstack_location): New test support functions.
877 * support/xsigstack.c: New file, implementing them.
878 * support/tst-xsigstack.c: New test for them.
879 * support/Makefile: Update.
880
881 * signal/tst-minsigstksz-1.c
882 * signal/tst-minsigstksz-2.c
883 * signal/tst-minsigstksz-3.c
884 * signal/tst-minsigstksz-3a.c
885 * signal/tst-minsigstksz-4.c: New tests.
886 * signal/Makefile: Run them.
887
888 2019-01-16 Siddhesh Poyarekar <siddhesh@sourceware.org>
889
890 * po/libc.pot: Regenerate.
891
892 2019-01-15 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
893
894 * math/libm-test-fma.inc (fma_test_data): Set
895 XFAIL_ROUNDING_IBM128_LIBGCC to more tests.
896
897 2019-01-15 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
898
899 * sysdeps/powerpc/powerpc64/tst-ucontext-ppc64-vscr.c:
900 (do_test): Changed __vector __int128_t to __vector unsigned int.
901
902 2019-01-14 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com>
903
904 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
905 strcat-avx2, strncat-avx2, strcpy-avx2, strncpy-avx2,
906 stpcpy-avx2 and stpncpy-avx2.
907 * sysdeps/x86_64/multiarch/ifunc-impl-list.c:
908 (__libc_ifunc_impl_list): Add tests for __strcat_avx2,
909 __strncat_avx2, __strcpy_avx2, __strncpy_avx2, __stpcpy_avx2
910 and __stpncpy_avx2.
911 * sysdeps/x86_64/multiarch/{ifunc-unaligned-ssse3.h =>
912 ifunc-strcpy.h}: rename header for a more generic name.
913 * sysdeps/x86_64/multiarch/ifunc-strcpy.h:
914 (IFUNC_SELECTOR): Return OPTIMIZE (avx2) on AVX 2 machines if
915 AVX unaligned load is fast and vzeroupper is preferred.
916 * sysdeps/x86_64/multiarch/stpcpy-avx2.S: New file.
917 * sysdeps/x86_64/multiarch/stpncpy-avx2.S: Likewise.
918 * sysdeps/x86_64/multiarch/strcat-avx2.S: Likewise.
919 * sysdeps/x86_64/multiarch/strcpy-avx2.S: Likewise.
920 * sysdeps/x86_64/multiarch/strncat-avx2.S: Likewise.
921 * sysdeps/x86_64/multiarch/strncpy-avx2.S: Likewise.
922
923 2019-01-12 Dmitry V. Levin <ldv@altlinux.org>
924
925 * argp/argp-help.c: Fix typo in comment.
926 * misc/sys/cdefs.h: Likewise.
927 * posix/regexec.c (sift_states_iter_mb): Likewise.
928 * socket/sockatmark.c: Likewise.
929 * socket/sys/socket.h: Likewise.
930 * sysdeps/ia64/fpu/libm_sincos_large.S: Likewise.
931 * sysdeps/ia64/fpu/libm_sincosl.S: Likewise.
932 * sysdeps/ia64/fpu/s_cosl.S: Likewise.
933 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
934 * sysdeps/unix/sockatmark.c: Likewise.
935 * time/strptime_l.c: Likewise.
936
937 2019-01-11 TAMUKI Shoichi <tamuki@linet.gr.jp>
938
939 * time/strftime_l.c (__strftime_internal): Use "L_" macros, also add a
940 missing space after the cast of "_NL_CURRENT".
941
942 2019-01-11 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
943
944 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h (vscr_t): Added
945 ifdef to fix read of VSCR.
946 * sysdeps/powerpc/powerpc64/Makefile [$subdir == stdlib]: Add
947 tst-ucontext-ppc64-vscr.c to test list.
948 * sysdeps/powerpc/powerpc64/tst-ucontext-ppc64-vscr.c: New test file.
949
950 2019-01-10 Andreas K. Hüttel <dilfridge@gentoo.org>
951
952 * resolv/tst-resolv-ai_idn-common.c (response): Avoid switch
953 fall-through.
954
955 2019-01-09 Jim Wilson <jimw@sifive.com>
956
957 * sysdeps/riscv/rv64/rvd/libm-test-ulps: Update.
958
959 2019-01-09 Wilco Dijkstra <wdijkstr@arm.com>
960
961 * manual/tunables.texi (glibc.cpu.name): Add ares tunable.
962 * sysdeps/aarch64/multiarch/memcpy.c (__libc_memcpy): Use
963 __memcpy_falkor for ares.
964 * sysdeps/unix/sysv/linux/aarch64/cpu-features.h (IS_ARES):
965 Add new define.
966 * sysdeps/unix/sysv/linux/aarch64/cpu-features.c (cpu_list):
967 Add ares cpu.
968
969 2019-01-07 H.J. Lu <hongjiu.lu@intel.com>
970
971 [BZ #24066]
972 * soft-fp/extenddftf2.c: Use "_FP_W_TYPE_SIZE < 64" to check if
973 4_FP_W_TYPEs are used for IEEE quad precision.
974 * soft-fp/extendhftf2.c: Likewise.
975 * soft-fp/extendsftf2.c: Likewise.
976 * soft-fp/extendxftf2.c: Likewise.
977 * soft-fp/trunctfdf2.c: Likewise.
978 * soft-fp/trunctfhf2.c: Likewise.
979 * soft-fp/trunctfsf2.c: Likewise.
980 * soft-fp/trunctfxf2.c: Likewise.
981 * sysdeps/alpha/ots_cvttx.c: Likewise.
982 * sysdeps/alpha/ots_cvtxt.c: Likewise.
983 * sysdeps/ieee754/soft-fp/s_daddl.c: Likewise.
984 * sysdeps/ieee754/soft-fp/s_ddivl.c: Likewise.
985 * sysdeps/ieee754/soft-fp/s_dmull.c: Likewise.
986 * sysdeps/ieee754/soft-fp/s_dsubl.c: Likewise.
987 * sysdeps/ieee754/soft-fp/s_faddl.c: Likewise.
988 * sysdeps/ieee754/soft-fp/s_fdivl.c: Likewise.
989 * sysdeps/ieee754/soft-fp/s_fmull.c: Likewise.
990 * sysdeps/ieee754/soft-fp/s_fsubl.c: Likewise.
991 * sysdeps/sparc/sparc32/q_dtoq.c: Likewise.
992 * sysdeps/sparc/sparc32/q_qtod.c: Likewise.
993 * sysdeps/sparc/sparc32/q_qtos.c: Likewise.
994 * sysdeps/sparc/sparc32/q_stoq.c: Likewise.
995 * sysdeps/sparc/sparc64/qp_dtoq.c: Likewise.
996 * sysdeps/sparc/sparc64/qp_qtod.c: Likewise.
997 * sysdeps/sparc/sparc64/qp_qtos.c: Likewise.
998 * sysdeps/sparc/sparc64/qp_stoq.c: Likewise.
999
1000 2019-01-07 Aurelien Jarno <aurelien@aurel32.net>
1001
1002 [BZ #24024]
1003 * Makeconfig: Build libm with -fno-math-errno but build the remaining
1004 code with -fmath-errno.
1005 * string/Makefile [$(build-shared)] (tests): Add test-strerror-errno.
1006 [$(build-shared)] (LDLIBS-test-strerror-errno): New variable.
1007 * string/test-strerror-errno.c: New file.
1008
1009 2019-01-07 Aurelien Jarno <aurelien@aurel32.net>
1010
1011 [BZ #24046]
1012 * localedata/locales/en_US (date_fmt): Add, set to
1013 "%a %d %b %Y %r %Z".
1014
1015 2019-01-07 Florian Weimer <fweimer@redhat.com>
1016
1017 [BZ #24063]
1018 * manual/arith.texi (Math Error Reporting): Use @code{errno}
1019 instead of @var{errno}.
1020 (Parsing of Integers): Likewise.
1021 (Parsing of Floats): Likewise.
1022 * manual/filesys.texi (Working with Directory Trees): Likewise.
1023 (Temporary Files): Likewise.
1024 * manual/job.texi (Terminal Access Functions): Likewise.
1025 * manual/llio.texi (Synchronizing I/O): Likewise.
1026 * manual/math.texi (SVID Random): Likewise.
1027 * manual/message.texi (The catgets Functions): Likewise.
1028 (Translation with gettext): Likewise.
1029 (Locating gettext catalog): Likewise.
1030 (Charset conversion in gettext): Likewise.
1031 * manual/nss.texi (NSS Module Function Internals): Likewise.
1032 * manual/search.texi (Hash Search Function): Likewise.
1033 * manual/setjmp.texi (System V contexts): Likewise.
1034 * manual/time.texi (Sleeping): Likewise.
1035 * manual/users.texi (Lookup User): Likewise.
1036 (Lookup Group): Likewise.
1037
1038 2019-01-05 Adhemerval Zanella <adhemerval.zanella@linaro.org>
1039
1040 * posix/tst-spawn.c (do_test): Extend spargv to new required size and
1041 fix typo.
1042
1043 2019-01-04 Martin Jansa <Martin.Jansa@gmail.com>
1044
1045 [BZ #19444]
1046 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Use
1047 __builtin_unreachable for default case in switch.
1048 (__ieee754_yn): Likewise.
1049 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise.
1050 (__ieee754_ynl): Likewise.
1051 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
1052 (__ieee754_ynl): Likewise.
1053 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
1054 (__ieee754_ynl): Likewise.
1055
1056 2019-01-04 Szabolcs Nagy <szabolcs.nagy@arm.com>
1057
1058 * manual/maint.texi: Use @{ and @}.
1059
1060 2019-01-04 Florian Weimer <fweimer@redhat.com>
1061
1062 * sysdeps/unix/sysv/linux/tst-ttyname.c (adjust_file_limit): New
1063 function.
1064 (do_in_chroot_1): Call it.
1065 (run_chroot_tests):
1066 Improve error reporting in case it is not possible to create a
1067 collision for the PTY name required by the test.
1068
1069 2019-01-03 Adhemerval Zanella <adhemerval.zanella@linaro.org>
1070
1071 * nptl/pthread_join_common.c (__pthread_timedjoin_ex): Use
1072 lll_wait_tid with timeout.
1073 * nptl/sem_wait.c (__old_sem_wait): Use lll_futex_wait_cancel.
1074 * sysdeps/nptl/aio_misc.h (AIO_MISC_WAIT): Use
1075 futex_reltimed_wait_cancelable for cancelabla mode.
1076 * sysdeps/nptl/gai_misc.h (GAI_MISC_WAIT): Likewise.
1077 * sysdeps/posix/open64.c (__libc_open64): Do not call cancelation
1078 macros.
1079 * sysdeps/posix/sigwait.c (__sigwait): Likewise.
1080 * sysdeps/posix/waitid.c (__sigwait): Likewise.
1081 * sysdeps/unix/sysdep.h (__SYSCALL_CANCEL_CALL,
1082 SYSCALL_CANCEL_NCS): New macro.
1083 * sysdeps/nptl/lowlevellock.h (lll_wait_tid): Add timeout argument.
1084 (lll_timedwait_tid): Remove macro.
1085 * sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_wait_tid):
1086 Likewise.
1087 (lll_timedwait_tid): Likewise.
1088 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h (lll_wait_tid):
1089 Likewise.
1090 (lll_timedwait_tid): Likewise.
1091 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_wait_tid):
1092 Likewise.
1093 (lll_timedwait_tid): Likewise.
1094 * sysdeps/unix/sysv/linux/clock_nanosleep.c (__clock_nanosleep):
1095 Use INTERNAL_SYSCALL_CANCEL.
1096 * sysdeps/unix/sysv/linux/futex-internal.h
1097 (futex_reltimed_wait_cancelable): Use LIBC_CANCEL_{ASYNC,RESET}
1098 instead of __pthread_{enable,disable}_asynccancel.
1099 * sysdeps/unix/sysv/linux/lowlevellock-futex.h
1100 (lll_futex_wait_cancel): New macro.
1101
1102 * sysdeps/i386/nptl/tls.h (THREAD_ATOMIC_CMPXCHG_VAL,
1103 THREAD_ATOMIC_AND, THREAD_ATOMIC_BIT_SET): Remove macros.
1104
1105 * sysdeps/x86_64/nptl/tls.h (THREAD_ATOMIC_CMPXCHG_VAL,
1106 THREAD_ATOMIC_AND, THREAD_ATOMIC_BIT_SET): Remove macros.
1107
1108 * debug/tst-backtrace5.c (handle_signal): Avoid cancellable wrappers
1109 in backtrace analysis.
1110 * nptl/tst-cancel4.c (tf_write): Handle cancelled syscall with
1111 side-effects.
1112 (tf_send): Likewise.
1113
1114 * io/creat.c (LIBC_CANCEL_HANDLED): Remove macro.
1115 * io/ppoll.c (LIBC_CANCEL_HANDLED): Likewise.
1116 * misc/pselect.c (LIBC_CANCEL_HANDLED): Likewise.
1117 * nptl/pthreadP.h (LIBC_CANCEL_HANDLED): Likewise.
1118 * sysdeps/generic/sysdep-cancel.h (LIBC_CANCEL_HANDLED): Likewise.
1119 * sysdeps/mach/hurd/sysdep-cancel.h (LIBC_CANCEL_HANDLED): Likewise.
1120 * sysdeps/posix/pause.c (LIBC_CANCEL_HANDLED): Likewise.
1121 * sysdeps/posix/sigpause.c (LIBC_CANCEL_HANDLED): Likewise.
1122 * sysdeps/unix/sysv/linux/creat.c (LIBC_CANCEL_HANDLED): Likewise.
1123 * sysdeps/unix/sysv/linux/creat64.c (LIBC_CANCEL_HANDLED): Likewise.
1124 * sysdeps/unix/sysv/linux/sigwait.c (LIBC_CANCEL_HANDLED): Likewise.
1125 * sysdeps/unix/sysv/linux/sigwaitinfo.c (LIBC_CANCEL_HANDLED):
1126 Likewise.
1127 * nptl/Makefile [$(run-built-tests) = yes] (tests-special): Remove
1128 tst-cancel-wrappers.sh.
1129 (generated): Remove tst-cancel-wrappers.out.
1130 (tst-cancel-wrappers.out): Remove rule.
1131 * nptl/tst-cancel-wrappers.sh: Remove file.
1132
1133 2019-01-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
1134
1135 * sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h: Add comment.
1136 * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c (_DL_HWCAP_COUNT):
1137 Update.
1138
1139 2019-01-03 Adhemerval Zanella <adhemerval.zanella@linaro.org>
1140
1141 [BZ #23640]
1142 * posix/tst-spawn.c (do_prepare, handle_restart, do_test): Add
1143 posix_spawn_file_actions_adddup2 test to check O_CLOCEXEC reset.
1144 * sysdeps/unix/sysv/linux/spawni.c (__spawni_child): Add
1145 close-on-exec reset for adddup2 file action.
1146 * sysdeps/posix/spawni.c (__spawni_child): Likewise.
1147
1148 2019-01-03 Zack Weinberg <zackw@panix.com>
1149
1150 * include/features.h (__GLIBC_USE_DEPRECATED_SCANF): New __GLIBC_USE
1151 parameter. Only use deprecated scanf when __USE_GNU is defined
1152 and __STDC_VERSION__ is less than 199901L or __cplusplus is less
1153 than 201103L, whichever is relevant for the language being compiled.
1154
1155 * libio/stdio.h, libio/bits/stdio-ldbl.h: Decide whether to redirect
1156 scanf, fscanf, sscanf, vscanf, vfscanf, and vsscanf to their
1157 __isoc99_ variants based only on __GLIBC_USE (DEPRECATED_SCANF).
1158 * wcsmbs/wchar.h: wcsmbs/bits/wchar-ldbl.h: Likewise for
1159 wscanf, fwscanf, swscanf, vwscanf, vfwscanf, and vswscanf.
1160
1161 * libio/iovsscanf.c
1162 * libio/fwscanf.c
1163 * libio/iovswscanf.c
1164 * libio/swscanf.c
1165 * libio/vscanf.c
1166 * libio/vwscanf.c
1167 * libio/wscanf.c
1168 * stdio-common/fscanf.c
1169 * stdio-common/scanf.c
1170 * stdio-common/vfscanf.c
1171 * stdio-common/vfwscanf.c
1172 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
1173 * sysdeps/ieee754/ldbl-opt/nldbl-fscanf.c
1174 * sysdeps/ieee754/ldbl-opt/nldbl-fwscanf.c
1175 * sysdeps/ieee754/ldbl-opt/nldbl-iovfscanf.c
1176 * sysdeps/ieee754/ldbl-opt/nldbl-scanf.c
1177 * sysdeps/ieee754/ldbl-opt/nldbl-sscanf.c
1178 * sysdeps/ieee754/ldbl-opt/nldbl-swscanf.c
1179 * sysdeps/ieee754/ldbl-opt/nldbl-vfscanf.c
1180 * sysdeps/ieee754/ldbl-opt/nldbl-vfwscanf.c
1181 * sysdeps/ieee754/ldbl-opt/nldbl-vscanf.c
1182 * sysdeps/ieee754/ldbl-opt/nldbl-vsscanf.c
1183 * sysdeps/ieee754/ldbl-opt/nldbl-vswscanf.c
1184 * sysdeps/ieee754/ldbl-opt/nldbl-vwscanf.c
1185 * sysdeps/ieee754/ldbl-opt/nldbl-wscanf.c:
1186 Override __GLIBC_USE_DEPRECATED_SCANF to 1.
1187
1188 * stdio-common/sscanf.c: Likewise. Remove ldbl_hidden_def for __sscanf.
1189 * stdio-common/isoc99_sscanf.c: Add libc_hidden_def for __isoc99_sscanf.
1190 * include/stdio.h: Provide libc_hidden_proto for __isoc99_sscanf,
1191 not sscanf.
1192 [!__GLIBC_USE (DEPRECATED_SCANF)]: Define sscanf as __isoc99_scanf
1193 with a preprocessor macro.
1194
1195 * stdio-common/bug21.c, stdio-common/scanf14.c:
1196 Use %ms instead of %as, %mS instead of %aS, %m[] instead of %a[];
1197 remove DIAG_IGNORE_NEEDS_COMMENT for -Wformat.
1198 * stdio-common/scanf16.c: Likewise. Add __attribute__ ((format (scanf)))
1199 to xscanf, xfscanf, xsscanf.
1200
1201 * stdio-common/scanf14a.c: New copy of scanf14.c which still uses
1202 %as, %aS, %a[]. Remove DIAG_IGNORE_NEEDS_COMMENT for -Wformat.
1203 * stdio-common/scanf16a.c: New copy of scanf16.c which still uses
1204 %as, %aS, %a[]. Add __attribute__ ((format (scanf))) to xscanf,
1205 xfscanf, xsscanf.
1206 * stdio-common/scanf15.c, stdio-common/scanf17.c: No need to
1207 override feature selection macros or provide definitions of u_char etc.
1208 * stdio-common/Makefile (tests): Add scanf14a and scanf16a.
1209 (CFLAGS-scanf15.c, CFLAGS-scanf17.c): Remove.
1210 (CFLAGS-scanf14a.c, CFLAGS-scanf16a.c): New. Compile these files
1211 with -std=gnu89.
1212
1213 2019-01-03 Adhemerval Zanella <adhemerval.zanella@linaro.org>
1214
1215 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
1216 bits/termios-misc.h.
1217 * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Remove file.
1218 * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
1219 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
1220 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
1221 * sysdeps/unix/sysv/linux/bits/termios-misc.h: New file.
1222 * sysdeps/unix/sysv/linux/bits/termios.h: Include termios-misc.h.
1223
1224 * sysdeps/unix/sysv/linux/powerpc/bits/termios-misc.h: New file.
1225 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]
1226 (struct sgtty, struct tchars, struct ltchars, TIOCPKT_DATA,
1227 TIOCPKT_FLUSHREAD, TIOCPKT_FLUSHWRITE, TIOCPKT_STOP, TIOCPKT_START,
1228 TIOCPKT_NOSTOP, TIOCPKT_DOSTOP, _VINTR, _VQUIT, _VERASE, _VKILL,
1229 _VEOF, _VMIN, _VEOL, _VTIME, _VEOL2, _VSWTC): Move to
1230 termios-misc.h.
1231 * sysdeps/unix/sysv/linux/powerpc/Makefile [$subdir == misc]
1232 (sysdep_headers): Add termios-misc.h.
1233
1234 * sysdeps/unix/sysv/linux/bits/termios.h (_IOT_termios): Remove.
1235 * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
1236 * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
1237
1238 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
1239 termios-tcflow.h.
1240 * sysdeps/unix/sysv/linux/bits/termios-tcflow.h: New file.
1241 * sysdeps/unix/sysv/linux/mips/bits/termios-tcflow.h: Likewise.
1242 * sysdeps/unix/sysv/linux/bits/termios.h (TCSANOW, TCSADRAIN,
1243 TCSAFLUSH): Move to termios-tcflow.h.
1244 * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
1245 * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
1246 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
1247 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
1248
1249 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
1250 termios-c_lflag.h.
1251 * sysdeps/unix/sysv/linux/bits/termios-c_lflag.h: New file.
1252 * sysdeps/unix/sysv/linux/alpha/bits/termios-c_lflag.h: Likewise.
1253 * sysdeps/unix/sysv/linux/mips/bits/termios-c_lflag.h: Likewise.
1254 * sysdeps/unix/sysv/linux/powerpc/bits/termios-c_lflag.h: Likewise.
1255 * sysdeps/unix/sysv/linux/bits/termios.h (ISIG, ISCANON, ECHO, ECHOE,
1256 ECHOK, ECHONL, NOFLSH, TOSTOP, IEXTEN): Move to termios-c_lflag.h.
1257 [__USE_MISC || (__USE_XOPEN && !__USE_XOPEN2K)] (XCASE): Likewise.
1258 [__USE_MISC] (ECHOCTL, ECHOPRT, ECHOKE, FLUSHO, PENDIN, EXTPROC):
1259 Likewise.
1260 * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
1261 * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
1262 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
1263 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
1264
1265 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
1266 termios-c_cflag.h.
1267 * sysdeps/unix/sysv/linux/bits/termios-c_cflag.h: New file.
1268 * sysdeps/unix/sysv/linux/alpha/bits/termios-c_cflag.h: Likewise.
1269 * sysdeps/unix/sysv/linux/powerpc/bits/termios-c_cflag.h: Likewise.
1270 * sysdeps/unix/sysv/linux/bits/termios.h (CSIZE, CS5, CS6, CS7, CS8,
1271 CSTOPB, CREAD, PARENB, PARODD, HUPCL, CLOCAL): Move to
1272 termios-c_cflag.h.
1273 * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
1274 * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
1275 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
1276 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
1277
1278 [BZ #23783]
1279 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
1280 termios-baud.h.
1281 * sysdeps/unix/sysv/linux/bits/termios-baud.h: New file.
1282 * sysdeps/unix/sysv/linux/alpha/bits/termios-baud.h: Likewise.
1283 * sysdeps/unix/sysv/linux/powerpc/bits/termios-baud.h: Likewise.
1284 * sysdeps/unix/sysv/linux/sparc/bits/termios-baud.h: Likewise.
1285 * sysdeps/unix/sysv/linux/alpha/bits/termios.h (B57600, B115200,
1286 B230400, B460800, B500000, B576000, B921600, B1000000, B1152000,
1287 B1500000, B2000000, B2500000, B3000000, B3500000, B4000000,
1288 __MAX_BAUD): Move to termios-baud.h.
1289 [__USE_MISC] (CBAUD, CBAUDEX): Likewise.
1290 * sysdeps/unix/sysv/linux/bits/termios.h: Likewise.
1291 * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
1292 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
1293 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
1294
1295 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add
1296 termios-c_oflag.h.
1297 * sysdeps/unix/sysv/linux/bits/termios-c_oflag.h: New file.
1298 * sysdeps/unix/sysv/linux/alpha/bits/termios-c_oflag.h: Likewise.
1299 * sysdeps/unix/sysv/linux/powerpc/bits/termios-c_oflag.h: Likewise.
1300 * sysdeps/unix/sysv/linux/sparc/bits/termios-c_oflag.h: Likewise.
1301 * sysdeps/unix/sysv/linux/bits/termios.h (OPOST, OLCUC, ONLCR, OCRNL,
1302 ONOCR, ONLRET, OFILL, OFDEL, VTDLY, VT0, VT1): Move to
1303 termios-c_oflag.h.
1304 [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, CRDLY, CR0, CR1, CR2,
1305 CR3, TABDLY, TAB0, TAB1, TAB2, TAB3, BSDLY, BS0, BS1, FFDLY, FF0,
1306 FFR1): Likewise.
1307 [USE_MISC] (XTABS): Likewise.
1308 * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
1309 * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
1310 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
1311 * sysdeps/unix/sysv/linux/sparc/bits/termios.h Likewise.
1312
1313 * sysdeps/unix/sysv/linux/Makefile (sysdeps_headers): Add
1314 termios-c_iflag.h.
1315 * sysdeps/unix/sysv/linux/bits/termios-c_iflag.h: New file.
1316 * sysdeps/unix/sysv/linux/alpha/bits/termios-c_iflag.h: Likewise.
1317 * sysdeps/unix/sysv/linux/powerpc/bits/termios-c_iflag.h: Likewise.
1318 * sysdeps/unix/sysv/linux/bits/termios.h (IGNBRK, BRKINT, IGNPAR, PARMRK,
1319 INPCK, ISTRIP, INLCR, IGNCR, ICRNL, IXON, IXOFF, IXANY, IUCLC, IMAXBEL,
1320 IUTF8): Move to termios-c_iflag.h.
1321 * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
1322 * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
1323 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
1324 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
1325
1326 * sysdeps/unix/sysv/linux/Makefile (sysdeps_headers): Add
1327 termios-cc.h.
1328 * sysdeps/unix/sysv/linux/bits/termios-c_cc.h: Likewise.
1329 * sysdeps/unix/sysv/linux/alpha/bits/termios-c_cc.h: New file.
1330 * sysdeps/unix/sysv/linux/mips/bits/termios-c_cc.h: Likewise.
1331 * sysdeps/unix/sysv/linux/powerpc/bits/termios-c_cc.h: Likewise.
1332 * sysdeps/unix/sysv/linux/sparc/bits/termios-c_cc.h: Likewise.
1333 * sysdeps/unix/sysv/linux/bits/termios.h (VINTR, VQUIT, VERASE,
1334 VKILL, VEOF, VTIME, VMIN, VSWTC, VSTART, VSTOP, VSUSP, VEOL,
1335 VREPRINT, VDISCARD, VWERASE, VLNEXT, VEOLF2): Move to termios-cc.h.
1336 * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
1337 * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
1338 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
1339 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
1340
1341 * sysdeps/unix/sysv/linux/alpha/bits/termios-struct.h: New file.
1342 * sysdeps/unix/sysv/linux/bits/termios-struct.h: Likewise.
1343 * sysdeps/unix/sysv/linux/mips/bits/termios-struct.h: Likewise.
1344 * sysdeps/unix/sysv/linux/sparc/bits/termios-struct.h: Likewise.
1345 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
1346 termios-struct.h.
1347 * sysdeps/unix/sysv/linux/bits/termios.h (struct termios): Move to
1348 termios-struct.h.
1349 * sysdeps/unix/sysv/linux/alpha/bits/termios.h (struct termios):
1350 Likewise.
1351 * sysdeps/unix/sysv/linux/mips/bits/termios.h (struct termios):
1352 Likewise.
1353 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct termios):
1354 Likewise.
1355 * sysdeps/unix/sysv/linux/sparc/bits/termios.h (struct termios):
1356 Likewise.
1357 * sysdeps/unix/sysv/linux/kernel_termios.h (_HAVE_C_ISPEED,
1358 _HAVE_C_OSPEED): Define.
1359 * sysdeps/unix/sysv/linux/mips/kernel_termios.h (_HAVE_C_ISPEED,
1360 _HAVE_C_OSPEED): Likewise.
1361 * sysdeps/unix/sysv/linux/sparc/kernel_termios.h (_HAVE_C_ISPEED,
1362 _HAVE_C_OSPEED): Likewise.
1363 * sysdeps/unix/sysv/linux/speed.c [_HAVE_STRUCT_TERMIOS_C_OSPEED]
1364 (cfsetospeed): Check for define value instead of existence.
1365 [_HAVE_STRUCT_TERMIOS_C_ISPEED] (cfsetispeed): Likewise.
1366 * sysdeps/unix/sysv/linux/tcgetattr.c [_HAVE_STRUCT_TERMIOS_C_ISPEED
1367 && _HAVE_C_ISPEED] (__tcgetattr): Likewise.
1368 * sysdeps/unix/sysv/linux/tcsetattr.c [_HAVE_STRUCT_TERMIOS_C_ISPEED
1369 && _HAVE_C_ISPEED] (__tcsetattr): Likewise.
1370
1371 [BZ #17783]
1372 * sysdeps/unix/sysv/linux/bits/termios.h [__USE_MISC] (TIOCSER_TEMT):
1373 Define.
1374 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]
1375 (TIOCSER_TEMT): Likewise.
1376 * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_MISC]
1377 (TEOCSER_TEMT): Likewise.
1378
1379 2019-01-02 PanderMusubi <pander@users.sourceforge.net>
1380
1381 [BZ #24011]
1382 * localedata/locales/bs_BA (LC_TELEPHONE): Fix a typo in comment.
1383
1384 2019-01-02 Joseph Myers <joseph@codesourcery.com>
1385
1386 * sysdeps/powerpc/nofpu/libm-test-ulps: Update.
1387
1388 2019-01-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
1389
1390 * sysdeps/htl/pt-barrierattr-setpshared.c
1391 (pthread_barrierattr_setpshared): Add stub warning.
1392 * sysdeps/htl/pt-condattr-setpshared.c
1393 (pthread_condattr_setpshared): Likewise.
1394 * sysdeps/htl/pt-mutexattr-setpshared.c
1395 (pthread_mutexattr_setpshared): Likewise.
1396 * sysdeps/htl/pt-rwlockattr-setpshared.c
1397 (pthread_rwlockattr_setpshared): Likewise.
1398 * sysdeps/mach/hurd/htl/pt-mutexattr-setpshared.c
1399 (pthread_mutexattr_setpshared): Likewise.
1400
1401 2019-01-02 Joseph Myers <joseph@codesourcery.com>
1402
1403 * sysdeps/unix/sysv/linux/tst-mman-consts.py (main): Expect
1404 constants to match with Linux 4.20.
1405
1406 * sysdeps/mips/mips32/libm-test-ulps: Update.
1407 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
1408
1409 2019-01-02 Aurelien Jarno <aurelien@aurel32.net>
1410
1411 [BZ #24034]
1412 * sysdeps/unix/sysv/linux/arm/atomic-machine.h
1413 (__arm_assisted_compare_and_exchange_val_32_acq): Use uint32_t rather
1414 than __typeof (...) for the a_ptr variable.
1415
1416 2019-01-02 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
1417
1418 * debug/sprintf_chk.c (___sprintf_chk): Use PRINTF_CHK.
1419 * debug/vsprintf_chk.c (___vsprintf_chk): Likewise.
1420 * libio/Makefile (tests): Add tst-sprintf-ub and
1421 tst-sprintf-chk-ub.
1422 (CFLAGS-tst-sprintf-ub.c): New variable.
1423 (CFLAGS-tst-sprintf-chk-ub.c): Likewise.
1424 * libio/iovsprintf.c (__vsprintf_internal): Only erase the
1425 destination buffer and check for overflows in fortified mode.
1426 * libio/libioP.h (PRINTF_CHK): New macro.
1427 * libio/tst-sprintf-chk-ub.c: New file.
1428 * libio/tst-sprintf-ub.c: Likewise.
1429
1430 2019-01-02 Florian Weimer <fweimer@redhat.com>
1431
1432 [BZ #24018]
1433 * intl/dcigettext.c (DCIGETTEXT): Do not return NULL on asprintf
1434 failure.
1435
1436 2019-01-02 Florian Weimer <fweimer@redhat.com>
1437
1438 * nptl/tst-audit-threads.c: Switch to <support/test-driver.c>.
1439
1440 2019-01-01 Joseph Myers <joseph@codesourcery.com>
1441
1442 * sysdeps/unix/sysv/linux/bits/in.h (IPV6_MULTICAST_ALL): New
1443 macro.
1444
1445 * sysdeps/unix/sysv/linux/netpacket/packet.h
1446 (PACKET_IGNORE_OUTGOING): New macro.
1447
1448 * sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_SSBS): New
1449 macro.
1450
1451 * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
1452 version to 4.20.
1453 (riscv_flush_icache): New syscall.
1454
1455 * manual/texinfo.tex: Update to version 2018-12-28.17 with
1456 trailing whitespace removed.
1457 * scripts/config.guess: Update to version 2019-01-01.
1458 * scripts/config.sub: Update to version 2019-01-01.
1459 * scripts/move-if-change: Update from gnulib.
1460
1461 * NEWS: Update copyright dates.
1462 * catgets/gencat.c (print_version): Likewise.
1463 * csu/version.c (banner): Likewise.
1464 * debug/catchsegv.sh: Likewise.
1465 * debug/pcprofiledump.c (print_version): Likewise.
1466 * debug/xtrace.sh (do_version): Likewise.
1467 * elf/ldconfig.c (print_version): Likewise.
1468 * elf/ldd.bash.in: Likewise.
1469 * elf/pldd.c (print_version): Likewise.
1470 * elf/sotruss.sh: Likewise.
1471 * elf/sprof.c (print_version): Likewise.
1472 * iconv/iconv_prog.c (print_version): Likewise.
1473 * iconv/iconvconfig.c (print_version): Likewise.
1474 * locale/programs/locale.c (print_version): Likewise.
1475 * locale/programs/localedef.c (print_version): Likewise.
1476 * login/programs/pt_chown.c (print_version): Likewise.
1477 * malloc/memusage.sh (do_version): Likewise.
1478 * malloc/memusagestat.c (print_version): Likewise.
1479 * malloc/mtrace.pl: Likewise.
1480 * manual/libc.texinfo: Likewise.
1481 * nptl/version.c (banner): Likewise.
1482 * nscd/nscd.c (print_version): Likewise.
1483 * nss/getent.c (print_version): Likewise.
1484 * nss/makedb.c (print_version): Likewise.
1485 * posix/getconf.c (main): Likewise.
1486 * scripts/test-installation.pl: Likewise.
1487 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
1488
1489 * All files with FSF copyright notices: Update copyright dates
1490 using scripts/update-copyrights.
1491 * locale/programs/charmap-kw.h: Regenerated.
1492 * locale/programs/locfile-kw.h: Likewise.
1493
1494 2018-12-31 Joseph Myers <joseph@codesourcery.com>
1495
1496 * timezone/zdump.c: Update from tzcode 2018i.
1497 * timezone/zic.c: Likewise.
1498
1499 2018-12-31 Paul Eggert <eggert@cs.ucla.edu>
1500
1501 regex: improve Gnulib port to AIX
1502 From the glibc point of view, this removes duplicate macro
1503 definitions and is obviously safe.
1504 From the Gnulib point of view, this pacifies xlc 12.01 on AIX 7.1.
1505 * posix/regex_internal.h:
1506 (__attribute__, __attribute_warn_unused_result__):
1507 Remove; already defined elsewhere.
1508
1509 2018-12-31 Florian Weimer <fw@deneb.enyo.de>
1510
1511 [BZ #24027]
1512 * malloc/malloc.c (_int_realloc): Always call memcpy for the
1513 copying operation. (ncopies had the wrong type, resulting in an
1514 integer wraparound and too few elements being copied.)
1515
1516 2018-12-31 H.J. Lu <hongjiu.lu@intel.com>
1517
1518 [BZ #24022]
1519 * sysdeps/unix/sysv/linux/riscv/flush-icache.c: Check if
1520 <asm/syscalls.h> exists with __has_include__ before including it.
1521
1522 2018-12-31 Joseph Myers <joseph@codesourcery.com>
1523
1524 * scripts/build-many-glibcs.py (Context.checkout): Default Linux
1525 version to 4.20.
1526
1527 2018-12-28 Justus Winter <4winter@informatik.uni-hamburg.de>
1528
1529 * hurd/lookup-retry: Include <unistd.h>.
1530 (__hurd_file_name_lookup_retry): Keep a ref on last result in `lastdir'.
1531 Release it on return. Handle "pid" magical lookup retry.
1532
1533 2018-12-28 Rafal Luzynski <digitalfreak@lingonborough.com>
1534
1535 [BZ #10496]
1536 * localedata/locales/aa_DJ (t_fmt): Set to "%l:%M:%S %p".
1537 (t_fmt_ampm): Likewise.
1538 * localedata/locales/aa_ER (t_fmt): Likewise.
1539 (t_fmt_ampm): Likewise.
1540 * localedata/locales/aa_ER@saaho (t_fmt): Likewise.
1541 (t_fmt_ampm): Likewise.
1542 * localedata/locales/aa_ET (t_fmt): Likewise.
1543 (t_fmt_ampm): Likewise.
1544 * localedata/locales/am_ET (t_fmt): Likewise.
1545 (t_fmt_ampm): Likewise.
1546 * localedata/locales/byn_ER (t_fmt): Likewise.
1547 (t_fmt_ampm): Likewise.
1548 * localedata/locales/om_ET (t_fmt): Likewise.
1549 (t_fmt_ampm): Likewise.
1550 * localedata/locales/sid_ET (t_fmt): Likewise.
1551 (t_fmt_ampm): Likewise.
1552 * localedata/locales/so_DJ (t_fmt): Likewise.
1553 (t_fmt_ampm): Likewise.
1554 * localedata/locales/so_ET (t_fmt): Likewise.
1555 (t_fmt_ampm): Likewise.
1556 * localedata/locales/so_SO (t_fmt): Likewise.
1557 (t_fmt_ampm): Likewise.
1558 * localedata/locales/ti_ER (t_fmt): Likewise.
1559 (t_fmt_ampm): Likewise.
1560 * localedata/locales/ti_ET (t_fmt): Likewise.
1561 (t_fmt_ampm): Likewise.
1562 * localedata/locales/tig_ER (t_fmt): Likewise.
1563 (t_fmt_ampm): Likewise.
1564 * localedata/locales/wal_ET (t_fmt): Likewise.
1565 (t_fmt_ampm): Likewise.
1566
1567 * localedata/locales/anp_IN (t_fmt): Set to "%I:%M:%S %p %Z".
1568 * localedata/locales/ar_IN (t_fmt): Likewise.
1569 * localedata/locales/bhb_IN (t_fmt): Likewise.
1570 * localedata/locales/bho_IN (t_fmt): Likewise.
1571 * localedata/locales/bi_VU (t_fmt): Likewise.
1572 * localedata/locales/bn_BD (t_fmt): Likewise.
1573 * localedata/locales/bn_IN (t_fmt): Likewise.
1574 * localedata/locales/brx_IN (t_fmt): Likewise.
1575 * localedata/locales/doi_IN (t_fmt): Likewise.
1576 * localedata/locales/en_HK (t_fmt): Likewise.
1577 (t_fmt_ampm): Likewise.
1578 * localedata/locales/en_IN (t_fmt): Likewise.
1579 * localedata/locales/en_PH (t_fmt): Likewise.
1580 * localedata/locales/gu_IN (t_fmt): Likewise.
1581 * localedata/locales/hi_IN (t_fmt): Likewise.
1582 * localedata/locales/hif_FJ (t_fmt): Likewise.
1583 * localedata/locales/hne_IN (t_fmt): Likewise.
1584 * localedata/locales/kn_IN (t_fmt): Likewise.
1585 * localedata/locales/kok_IN (t_fmt): Likewise.
1586 * localedata/locales/ks_IN (t_fmt): Likewise.
1587 * localedata/locales/ks_IN@devanagari (t_fmt): Likewise.
1588 * localedata/locales/mag_IN (t_fmt): Likewise.
1589 * localedata/locales/mai_IN (t_fmt): Likewise.
1590 * localedata/locales/mjw_IN (t_fmt): Likewise.
1591 * localedata/locales/ml_IN (t_fmt): Likewise.
1592 * localedata/locales/mni_IN (t_fmt): Likewise.
1593 * localedata/locales/mr_IN (t_fmt): Likewise.
1594 * localedata/locales/ms_MY (t_fmt): Likewise.
1595 * localedata/locales/pa_IN (t_fmt): Likewise.
1596 * localedata/locales/raj_IN (t_fmt): Likewise.
1597 * localedata/locales/sa_IN (t_fmt): Likewise.
1598 * localedata/locales/sat_IN (t_fmt): Likewise.
1599 * localedata/locales/sd_IN (t_fmt): Likewise.
1600 * localedata/locales/sd_IN@devanagari (t_fmt): Likewise.
1601 * localedata/locales/tcy_IN (t_fmt): Likewise.
1602 * localedata/locales/the_NP (t_fmt): Likewise.
1603 * localedata/locales/to_TO (t_fmt): Likewise.
1604 * localedata/locales/ur_IN (t_fmt): Likewise.
1605
1606 * localedata/locales/hif_FJ (d_t_fmt): Set to
1607 "%A %d %b %Y %I:%M:%S %p".
1608 (date_fmt): Add, set to "%A %d %b %Y %I:%M:%S %p %Z".
1609
1610 * localedata/locales/ar_AE (t_fmt): Set to "%Z %I:%M:%S %p".
1611 * localedata/locales/ar_BH (t_fmt): Likewise.
1612 * localedata/locales/ar_DZ (t_fmt): Likewise.
1613 * localedata/locales/ar_EG (t_fmt): Likewise.
1614 * localedata/locales/ar_IQ (t_fmt): Likewise.
1615 * localedata/locales/ar_JO (t_fmt): Likewise.
1616 * localedata/locales/ar_KW (t_fmt): Likewise.
1617 * localedata/locales/ar_LB (t_fmt): Likewise.
1618 * localedata/locales/ar_LY (t_fmt): Likewise.
1619 * localedata/locales/ar_OM (t_fmt): Likewise.
1620 * localedata/locales/ar_QA (t_fmt): Likewise.
1621 * localedata/locales/ar_SD (t_fmt): Likewise.
1622 * localedata/locales/ar_SS (t_fmt): Likewise.
1623 * localedata/locales/ar_SY (t_fmt): Likewise.
1624 * localedata/locales/ar_TN (t_fmt): Likewise.
1625 * localedata/locales/ar_YE (t_fmt): Likewise.
1626
1627 * localedata/locales/gez_ER (t_fmt): Set to "%l:%M:%S<U1361>%p".
1628 (t_fmt_ampm): Likewise.
1629 * localedata/locales/gez_ET (t_fmt): Likewise.
1630 (t_fmt_ampm): Likewise.
1631
1632 * localedata/locales/ta_IN (t_fmt): Set to "%p %I:%M:%S %Z".
1633 (t_fmt_ampm): Likewise.
1634 (d_t_fmt): Set to "%A %d %B %Y %p %I:%M:%S %Z".
1635
1636 * localedata/locales/zh_HK (t_fmt):
1637 Set to "%p %I<U6642>%M<U5206>%S<U79D2> %Z".
1638
1639 * localedata/locales/ar_MA (t_fmt_ampm): Set to "" (empty string)
1640 because this locale does not use the 12-hour clock.
1641 (t_fmt): Set to "%Z %H:%M:%S".
1642 (d_t_fmt): Set to "%d %b, %Y %Z %H:%M:%S".
1643
1644 * localedata/locales/mt_MT (t_fmt_ampm): Set to "" (empty string)
1645 because this locale does not use the 12-hour clock.
1646 (t_fmt): Set to "%H:%M:%S %Z".
1647 (d_t_fmt): Set to "%A, %d ta %b, %Y %H:%M:%S %Z".
1648
1649 * localedata/locales/so_KE (t_fmt_ampm): Set to "" (empty string)
1650 because this locale does not use the 12-hour clock.
1651 (t_fmt): Set to "%T".
1652 (d_t_fmt): Set to "%A, %B %e, %Y %X %Z".
1653 (date_fmt): Set to "%A, %B %e, %X %Z %Y".
1654
1655 * localedata/locales/ta_LK (t_fmt_ampm): Set to "" (empty string)
1656 because this locale does not use the 12-hour clock.
1657 (t_fmt): Set to "%H:%M:%S %Z".
1658 (d_t_fmt): Set to "%A %d %B %Y %H:%M:%S %Z".
1659
1660 * localedata/locales/bg_BG (t_fmt_ampm): Set to "" (empty string)
1661 because this locale does not use the 12-hour clock.
1662 * localedata/locales/cs_CZ (t_fmt_ampm): Likewise.
1663 * localedata/locales/sk_SK (t_fmt_ampm): Likewise.
1664
1665 2018-12-28 Rafal Luzynski <digitalfreak@lingonborough.com>
1666
1667 [BZ #10496]
1668 [BZ #23724]
1669 * localedata/locales/sq_AL (t_fmt): Set to "%I:%M:%S.%p %Z".
1670 (t_fmt_ampm): Likewise.
1671 (d_t_fmt): Set to "%a %-d %b %Y %I:%M:%S.%p".
1672 (date_fmt): Add, set to "%a %-d %b %Y %I:%M:%S.%p %Z".
1673 (d_fmt): Set to "%-d.%-m.%y".
1674
1675 2018-12-28 Adhemerval Zanella <adhemerval.zanella@linaro.org>
1676
1677 * malloc/alloc_buffer_alloc_array.c (__libc_alloc_buffer_alloc_array):
1678 Use __builtin_mul_overflow in place of check_mul_overflow_size_t.
1679 * malloc/dynarray_emplace_enlarge.c (__libc_dynarray_emplace_enlarge):
1680 Likewise.
1681 * malloc/dynarray_resize.c (__libc_dynarray_resize): Likewise.
1682 * malloc/reallocarray.c (__libc_reallocarray): Likewise.
1683 * malloc/malloc-internal.h (check_mul_overflow_size_t): Remove
1684 function.
1685 * support/blob_repeat.c (check_mul_overflow_size_t,
1686 (minimum_stride_size, support_blob_repeat_allocate): Likewise.
1687
1688 2018-12-28 Aurelien Jarno <aurelien@aurel32.net>
1689
1690 * sysdeps/alpha/fpu/libm-test-ulps: Regenerated.
1691
1692 2018-12-27 Paul Eggert <eggert@cs.ucla.edu>
1693
1694 regex: simplify Gnulib port
1695 This simplifies the code, by removing stuff intended for porting
1696 to Gnulib but no longer needed there.
1697 * posix/regcomp.c [!_LIBC]: No need to put #ifdef _LIBC around
1698 uses of libc_hidden_def, weak_alias.
1699 * posix/regcomp.c, posix/regexec.c: Use __restrict rather than
1700 _Restrict_ except for public-facing headers.
1701 * posix/regex_internal.h (attribute_hidden) [!_LIBC]:
1702 Remove; already defined elsewhere.
1703 * posix/regex.c, posix/regex_internal.h:
1704 Use __GNUC_PREREQ instead of rolling our own.
1705 * posix/regex_internal.h (__GNUC_PREREQ): Remove duplicate defn.
1706
1707 2018-12-27 Wilco Dijkstra <wdijkstr@arm.com>
1708
1709 * benchtests/bench-strlen.c (generic_strlen): New function.
1710 (memchr_strlen): New function.
1711
1712 2018-12-26 H.J. Lu <hongjiu.lu@intel.com>
1713
1714 * sysdeps/x86_64/fpu/s_sincosf.S: Removed.
1715 * sysdeps/x86_64/fpu/multiarch/s_sincosf-sse2.S: Likewise.
1716 * sysdeps/x86_64/fpu/multiarch/s_sincosf-sse2.c: New file.
1717
1718 2018-12-26 H.J. Lu <hongjiu.lu@intel.com>
1719
1720 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
1721
1722 2018-12-26 H.J. Lu <hongjiu.lu@intel.com>
1723
1724 * sysdeps/ieee754/flt-32/s_sincosf.h: Include <sincosf_poly.h>.
1725 (sincos_t, sincosf_poly, sinf_poly): Moved to ...
1726 * sysdeps/ieee754/flt-32/sincosf_poly.h: Here. New file.
1727 * sysdeps/x86/fpu/s_sincosf_data.c: New file.
1728 * sysdeps/x86/fpu/sincosf_poly.h: Likewise.
1729 * sysdeps/x86_64/fpu/multiarch/s_sincosf-fma.c: Just include
1730 <sysdeps/ieee754/flt-32/s_sincosf.c>.
1731
1732 2018-12-21 Joseph Myers <joseph@codesourcery.com>
1733
1734 [BZ #24023]
1735 * sysdeps/unix/sysv/linux/nios2/localplt.data: Allow __floatundidf
1736 PLT reference in libc.so.
1737 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Allow
1738 _Q_lltoq and _Q_qtod PLT references in libc.so.
1739
1740 2018-12-21 Wilco Dijkstra <wdijkstr@arm.com>
1741
1742 * benchtests/bench-memchr.c: Cleanup defines.
1743 * benchtests/bench-memcmp.c: Likewise.
1744 * benchtests/bench-memset.c: Likewise.
1745 * benchtests/bench-memset-large.c: Likewise.
1746 * benchtests/bench-memset-walk.c: Likewise.
1747 * benchtests/bench-stpcpy.c: Likewise.
1748 * benchtests/bench-stpncpy.c: Likewise.
1749 * benchtests/bench-strcat.c: Likewise.
1750 * benchtests/bench-strchr.c: Likewise.
1751 * benchtests/bench-strcmp.c: Likewise.
1752 * benchtests/bench-strcpy.c: Likewise.
1753 * benchtests/bench-strcspn.c: Likewise.
1754 * benchtests/bench-string.h: Likewise.
1755 * benchtests/bench-strlen.c: Likewise.
1756 * benchtests/bench-strncat.c: Likewise.
1757 * benchtests/bench-strncmp.c: Likewise.
1758 * benchtests/bench-strncpy.c: Likewise.
1759 * benchtests/bench-strnlen.c: Likewise.
1760 * benchtests/bench-strpbrk.c: Likewise.
1761 * benchtests/bench-strrchr.c: Likewise.
1762 * benchtests/bench-strspn.c: Likewise.
1763
1764 2018-12-21 Joseph Myers <joseph@codesourcery.com>
1765
1766 * stdlib/longlong.h: Update from GCC.
1767
1768 [BZ #23993]
1769 * configure.ac (libc_cv_compiler_ok): Require GCC 5 or later.
1770 * configure: Regenerated.
1771 * manual/install.texi (Tools for Compilation): Update minimum GCC
1772 version.
1773 * INSTALL: Regenerated.
1774
1775 2018-12-21 Istvan Kurucsai <pistukem@gmail.com>
1776
1777 * malloc/malloc.c (munmap_chunk): Verify chunk alignment.
1778
1779 2018-12-20 Istvan Kurucsai <pistukem@gmail.com>
1780
1781 * malloc/malloc.c (mremap_chunk): Additional checks.
1782
1783 2018-12-21 Mao Han <han_mao@c-sky.com>
1784
1785 * config.h.in (CSKYABI, CSKY_HARD_FLOAT): New Define.
1786 * scripts/build-many-glibcs.py: Add C-SKY targets.
1787 * sysdeps/csky/Implies: New file.
1788 * sysdeps/csky/Makefile: Likewise.
1789 * sysdeps/csky/abiv2/__longjmp.S: Likewise.
1790 * sysdeps/csky/abiv2/csky-mcount.S: Likewise.
1791 * sysdeps/csky/abiv2/dl-trampoline.S: Likewise.
1792 * sysdeps/csky/abiv2/memcmp.S: Likewise.
1793 * sysdeps/csky/abiv2/memcpy.S: Likewise.
1794 * sysdeps/csky/abiv2/memmove.S: Likewise.
1795 * sysdeps/csky/abiv2/memset.S: Likewise.
1796 * sysdeps/csky/abiv2/setjmp.S: Likewise.
1797 * sysdeps/csky/abiv2/start.S: Likewise.
1798 * sysdeps/csky/abiv2/strcmp.S: Likewise.
1799 * sysdeps/csky/abiv2/strcpy.S: Likewise.
1800 * sysdeps/csky/abiv2/strlen.S: Likewise.
1801 * sysdeps/csky/abiv2/tls-macros.h: Likewise.
1802 * sysdeps/csky/abort-instr.h: Likewise.
1803 * sysdeps/csky/atomic-machine.h: Likewise.
1804 * sysdeps/csky/bits/endian.h: Likewise.
1805 * sysdeps/csky/bits/fenv.h: Likewise.
1806 * sysdeps/csky/bits/link.h: Likewise.
1807 * sysdeps/csky/bits/setjmp.h: Likewise.
1808 * sysdeps/csky/bsd-_setjmp.S: Likewise.
1809 * sysdeps/csky/bsd-setjmp.S: Likewise.
1810 * sysdeps/csky/configure: Likewise.
1811 * sysdeps/csky/configure.ac: Likewise.
1812 * sysdeps/csky/dl-machine.h: Likewise.
1813 * sysdeps/csky/dl-procinfo.c: Likewise.
1814 * sysdeps/csky/dl-procinfo.h: Likewise.
1815 * sysdeps/csky/dl-sysdep.h: Likewise.
1816 * sysdeps/csky/dl-tls.h: Likewise.
1817 * sysdeps/csky/fpu/fclrexcpt.c: Likewise.
1818 * sysdeps/csky/fpu/fedisblxcpt.c: Likewise.
1819 * sysdeps/csky/fpu/feenablxcpt.c: Likewise.
1820 * sysdeps/csky/fpu/fegetenv.c: Likewise.
1821 * sysdeps/csky/fpu/fegetexcept.c: Likewise.
1822 * sysdeps/csky/fpu/fegetmode.c: Likewise.
1823 * sysdeps/csky/fpu/fegetround.c: Likewise.
1824 * sysdeps/csky/fpu/feholdexcpt.c: Likewise.
1825 * sysdeps/csky/fpu/fenv_libc.h: Likewise.
1826 * sysdeps/csky/fpu/fenv_private.h: Likewise.
1827 * sysdeps/csky/fpu/fesetenv.c: Likewise.
1828 * sysdeps/csky/fpu/fesetexcept.c: Likewise.
1829 * sysdeps/csky/fpu/fesetmode.c: Likewise.
1830 * sysdeps/csky/fpu/fesetround.c: Likewise.
1831 * sysdeps/csky/fpu/feupdateenv.c: Likewise.
1832 * sysdeps/csky/fpu/fgetexcptflg.c: Likewise.
1833 * sysdeps/csky/fpu/fix-fp-int-convert-overflow.h: Likewise.
1834 * sysdeps/csky/fpu/fraiseexcpt.c: Likewise.
1835 * sysdeps/csky/fpu/fsetexcptflg.c: Likewise.
1836 * sysdeps/csky/fpu/ftestexcept.c: Likewise.
1837 * sysdeps/csky/fpu/libm-test-ulps: Likewise.
1838 * sysdeps/csky/fpu/libm-test-ulps-name: Likewise.
1839 * sysdeps/csky/fpu_control.h: Likewise.
1840 * sysdeps/csky/gccframe.h: Likewise.
1841 * sysdeps/csky/jmpbuf-unwind.h: Likewise.
1842 * sysdeps/csky/ldsodefs.h: Likewise.
1843 * sysdeps/csky/libc-tls.c: Likewise.
1844 * sysdeps/csky/linkmap.h: Likewise.
1845 * sysdeps/csky/machine-gmon.h: Likewise.
1846 * sysdeps/csky/memusage.h: Likewise.
1847 * sysdeps/csky/nofpu/Implies: Likewise.
1848 * sysdeps/csky/nofpu/libm-test-ulps: Likewise.
1849 * sysdeps/csky/nofpu/libm-test-ulps-name: Likewise.
1850 * sysdeps/csky/nptl/Makefile: Likewise.
1851 * sysdeps/csky/nptl/bits/pthreadtypes-arch.h: Likewise.
1852 * sysdeps/csky/nptl/bits/semaphore.h: Likewise.
1853 * sysdeps/csky/nptl/pthread-offsets.h: Likewise.
1854 * sysdeps/csky/nptl/pthreaddef.h: Likewise.
1855 * sysdeps/csky/nptl/tcb-offsets.sym: Likewise.
1856 * sysdeps/csky/nptl/tls.h: Likewise.
1857 * sysdeps/csky/preconfigure: Likewise.
1858 * sysdeps/csky/sfp-machine.h: Likewise.
1859 * sysdeps/csky/sotruss-lib.c: Likewise.
1860 * sysdeps/csky/stackinfo.h: Likewise.
1861 * sysdeps/csky/sysdep.h: Likewise.
1862 * sysdeps/csky/tininess.h: Likewise.
1863 * sysdeps/csky/tst-audit.h: Likewise.
1864 * sysdeps/unix/sysv/linux/csky/Implies: Likewise.
1865 * sysdeps/unix/sysv/linux/csky/Makefile: Likewise.
1866 * sysdeps/unix/sysv/linux/csky/Versions: Likewise.
1867 * sysdeps/unix/sysv/linux/csky/abiv2/____longjmp_chk.S: Likewise.
1868 * sysdeps/unix/sysv/linux/csky/abiv2/clone.S: Likewise.
1869 * sysdeps/unix/sysv/linux/csky/abiv2/getcontext.S: Likewise.
1870 * sysdeps/unix/sysv/linux/csky/abiv2/setcontext.S: Likewise.
1871 * sysdeps/unix/sysv/linux/csky/abiv2/swapcontext.S: Likewise.
1872 * sysdeps/unix/sysv/linux/csky/abiv2/syscall.S: Likewise.
1873 * sysdeps/unix/sysv/linux/csky/abiv2/sysdep.S: Likewise.
1874 * sysdeps/unix/sysv/linux/csky/abiv2/ucontext_i.sym: Likewise.
1875 * sysdeps/unix/sysv/linux/csky/bits/procfs.h: Likewise.
1876 * sysdeps/unix/sysv/linux/csky/bits/shmlba.h: Likewise.
1877 * sysdeps/unix/sysv/linux/csky/c++-types.data: Likewise.
1878 * sysdeps/unix/sysv/linux/csky/configure: Likewise.
1879 * sysdeps/unix/sysv/linux/csky/configure.ac: Likewise.
1880 * sysdeps/unix/sysv/linux/csky/ipc_priv.h: Likewise.
1881 * sysdeps/unix/sysv/linux/csky/jmp_buf-macros.h: Likewise.
1882 * sysdeps/unix/sysv/linux/csky/kernel-features.h: Likewise.
1883 * sysdeps/unix/sysv/linux/csky/ld.abilist: Likewise.
1884 * sysdeps/unix/sysv/linux/csky/ldconfig.h: Likewise.
1885 * sysdeps/unix/sysv/linux/csky/libBrokenLocale.abilist: Likewise.
1886 * sysdeps/unix/sysv/linux/csky/libanl.abilist: Likewise.
1887 * sysdeps/unix/sysv/linux/csky/libc.abilist: Likewise.
1888 * sysdeps/unix/sysv/linux/csky/libcrypt.abilist: Likewise.
1889 * sysdeps/unix/sysv/linux/csky/libdl.abilist: Likewise.
1890 * sysdeps/unix/sysv/linux/csky/libm.abilist: Likewise.
1891 * sysdeps/unix/sysv/linux/csky/libpthread.abilist: Likewise.
1892 * sysdeps/unix/sysv/linux/csky/libresolv.abilist: Likewise.
1893 * sysdeps/unix/sysv/linux/csky/librt.abilist: Likewise.
1894 * sysdeps/unix/sysv/linux/csky/libthread_db.abilist: Likewise.
1895 * sysdeps/unix/sysv/linux/csky/libutil.abilist: Likewise.
1896 * sysdeps/unix/sysv/linux/csky/localplt.data: Likewise.
1897 * sysdeps/unix/sysv/linux/csky/makecontext.c: Likewise.
1898 * sysdeps/unix/sysv/linux/csky/profil-counter.h: Likewise.
1899 * sysdeps/unix/sysv/linux/csky/pt-vfork.S: Likewise.
1900 * sysdeps/unix/sysv/linux/csky/register-dump.h: Likewise.
1901 * sysdeps/unix/sysv/linux/csky/shlib-versions: Likewise.
1902 * sysdeps/unix/sysv/linux/csky/sigcontextinfo.h: Likewise.
1903 * sysdeps/unix/sysv/linux/csky/sys/cachectl.h: Likewise.
1904 * sysdeps/unix/sysv/linux/csky/sys/ucontext.h: Likewise.
1905 * sysdeps/unix/sysv/linux/csky/sys/user.h: Likewise.
1906 * sysdeps/unix/sysv/linux/csky/syscalls.list: Likewise.
1907 * sysdeps/unix/sysv/linux/csky/sysdep.h: Likewise.
1908
1909 2018-12-18 Albert ARIBAUD <albert.aribaud@3adev.fr>
1910
1911 * include/time.h (__difftime64): Add.
1912 * time/difftime.c (subtract): convert to 64-bit time.
1913 * time/difftime.c (__difftime64): Add.
1914 * time/difftime.c (__difftime): Wrap around __difftime64.
1915
1916 2018-12-20 H.J. Lu <hongjiu.lu@intel.com>
1917
1918 * manual/examples/add.c: Remove redundant "if not".
1919 * manual/examples/argp-ex1.c: Likewise.
1920 * manual/examples/argp-ex2.c: Likewise.
1921 * manual/examples/argp-ex3.c: Likewise.
1922 * manual/examples/argp-ex4.c: Likewise.
1923 * manual/examples/atexit.c: Likewise.
1924 * manual/examples/db.c: Likewise.
1925 * manual/examples/dir.c: Likewise.
1926 * manual/examples/dir2.c: Likewise.
1927 * manual/examples/execinfo.c: Likewise.
1928 * manual/examples/filecli.c: Likewise.
1929 * manual/examples/filesrv.c: Likewise.
1930 * manual/examples/fmtmsgexpl.c: Likewise.
1931 * manual/examples/genpass.c: Likewise.
1932 * manual/examples/inetcli.c: Likewise.
1933 * manual/examples/inetsrv.c: Likewise.
1934 * manual/examples/isockad.c: Likewise.
1935 * manual/examples/longopt.c: Likewise.
1936 * manual/examples/memopen.c: Likewise.
1937 * manual/examples/memstrm.c: Likewise.
1938 * manual/examples/mkdirent.c: Likewise.
1939 * manual/examples/mkfsock.c: Likewise.
1940 * manual/examples/mkisock.c: Likewise.
1941 * manual/examples/mygetpass.c: Likewise.
1942 * manual/examples/pipe.c: Likewise.
1943 * manual/examples/popen.c: Likewise.
1944 * manual/examples/rprintf.c: Likewise.
1945 * manual/examples/search.c: Likewise.
1946 * manual/examples/select.c: Likewise.
1947 * manual/examples/setjmp.c: Likewise.
1948 * manual/examples/sigh1.c: Likewise.
1949 * manual/examples/sigusr.c: Likewise.
1950 * manual/examples/stpcpy.c: Likewise.
1951 * manual/examples/strdupa.c: Likewise.
1952 * manual/examples/strftim.c: Likewise.
1953 * manual/examples/subopt.c: Likewise.
1954 * manual/examples/swapcontext.c: Likewise.
1955 * manual/examples/termios.c: Likewise.
1956 * manual/examples/testopt.c: Likewise.
1957 * manual/examples/testpass.c: Likewise.
1958 * manual/examples/timeval_subtract.c: Likewise.
1959
1960 2018-12-19 Joseph Myers <joseph@codesourcery.com>
1961
1962 * sysdeps/x86/fpu/math_private.h: New file.
1963 * sysdeps/x86/fpu/bits/mathinline.h: Remove.
1964
1965 * sysdeps/x86/fpu/bits/mathinline.h (sinh): Remove inline
1966 definition.
1967 (cosh): Likewise.
1968 (tanh): Likewise.
1969
1970 2018-12-19 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
1971
1972 * elf/dl-sysdep.c (auxvars): Add AT_L1I_CACHESIZE,
1973 AT_L1I_CACHEGEOMETRY, AT_L1D_CACHESIZE, AT_L1D_CACHEGEOMETRY,
1974 AT_L2_CACHESIZE, AT_L2_CACHEGEOMETRY, AT_L3_CACHESIZE and
1975 AT_L3_CACHEGEOMETRY. Fix indentation when printing the other
1976 fields.
1977 (_dl_show_auxv): Give a special treatment to
1978 AT_L1I_CACHEGEOMETRY, AT_L1D_CACHEGEOMETRY, AT_L2_CACHEGEOMETRY
1979 and AT_L3_CACHEGEOMETRY.
1980 * sysdeps/powerpc/dl-procinfo.h (cache_geometry): New function.
1981 (_dl_procinfo): Fix indentation when printing AT_HWCAP and
1982 AT_HWCAP2. Add support for AT_L1I_CACHEGEOMETRY,
1983 AT_L1D_CACHEGEOMETRY, AT_L2_CACHEGEOMETRY and AT_L3_CACHEGEOMETRY.
1984
1985 2018-12-19 Andreas Schwab <schwab@suse.de>
1986
1987 * nscd/connections.c (check_use): Don't abort on invalid len.
1988
1989 2018-12-18 Samuel Thibault <samuel.thibault@ens-lyon.org>
1990
1991 * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Test against 64bit `cmd'
1992 values in the 64bit value cases.
1993
1994 2018-12-18 Albert ARIBAUD <albert.aribaud@3adev.fr>
1995
1996 * include/time.h
1997 (__ctime64_r): Add.
1998 * time/ctime_r.c
1999 (__ctime64_r): Add.
2000 [__TIMESIZE != 64] (__ctime_r): Turn into a wrapper.
2001
2002 * include/time.h
2003 (__ctime64): Add.
2004 * time/gmtime.c
2005 (__ctime64): Add.
2006 [__TIMESIZE != 64] (ctime): Turn into a wrapper.
2007
2008 * include/time.h
2009 (__gmtime64_r): Add.
2010 * time/gmtime.c
2011 (__gmtime64_r): Add.
2012 [__TIMESIZE != 64] (__gmtime): Turn into a wrapper.
2013
2014 * include/time.h
2015 (__gmtime64): Add.
2016 * time/gmtime.c
2017 (__gmtime64): Add.
2018 [__TIMESIZE != 64] (__gmtime): Turn into a wrapper.
2019
2020 * include/time.h
2021 (__localtime64_r): Add.
2022 * time/localtime.c
2023 (__localtime64_r): Add.
2024 [__TIMESIZE != 64] (__localtime_r): Turn into a wrapper.
2025
2026 2018-12-18 Adhemerval Zanella <adhemerval.zanella@linaro.org>
2027
2028 * sysdeps/unix/sysv/linux/s390/kernel_sigaction.h: Use Linux generic
2029 kernel_sigction definition.
2030
2031 * sysdeps/unix/sysv/linux/ia64/kernel_sigaction.h: Remove file.
2032
2033 * sysdeps/unix/sysv/linux/hppa/kernel_sigaction.h: Remove file.
2034
2035 * sysdeps/unix/sysv/linux/alpha/Makefile: Update comment about
2036 __syscall_rt_sigaction.
2037 * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h
2038 (kernel_sigaction): Use Linux generic defintion.
2039 (STUB): Define.
2040 (__syscall_rt_sigreturn, __syscall_sigreturn): Add prototype.
2041 * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S
2042 (__syscall_rt_sigaction): Remove implementation.
2043 (__syscall_sigreturn, __syscall_rt_sigreturn): Define as global and
2044 hidden.
2045 * sysdeps/unix/sysv/linux/alpha/sigaction.c: Remove file.
2046 * sysdeps/unix/sysv/linux/alpha/sysdep.h (INLINE_SYSCALL,
2047 INTERNAL_SYSCALL): Remove definitions.
2048 * sysdeps/unix/sysv/linux/sigaction.c: Define STUB to accept both the
2049 action and signal set size.
2050 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (STUB): Redefine.
2051 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (STUB): Likewise.
2052
2053 2018-12-18 Adhemerval Zanella <adhemerval.zanella@linaro.org>
2054 James Clarke <jrtc27@jrtc27.com>
2055
2056 [BZ #23967]
2057 * sysdeps/unix/sysv/linux/kernel_sigaction.h (HAS_SA_RESTORER):
2058 Define if SA_RESTORER is defined.
2059 (kernel_sigaction): Define sa_restorer if HAS_SA_RESTORER is defined.
2060 (SET_SA_RESTORER, RESET_SA_RESTORER): Define iff the macro are not
2061 already defined.
2062 * sysdeps/unix/sysv/linux/m68k/kernel_sigaction.h (SA_RESTORER,
2063 kernel_sigaction, SET_SA_RESTORER, RESET_SA_RESTORER): Remove
2064 definitions.
2065 (HAS_SA_RESTORER): Define.
2066 * sysdeps/unix/sysv/linux/sparc/kernel_sigaction.h (SA_RESTORER,
2067 SET_SA_RESTORER, RESET_SA_RESTORER): Remove definition.
2068 (HAS_SA_RESTORER): Define.
2069 * sysdeps/unix/sysv/linux/nios2/kernel_sigaction.h: Include generic
2070 kernel_sigaction after define SET_SA_RESTORER and RESET_SA_RESTORER.
2071 * sysdeps/unix/sysv/linux/powerpc/kernel_sigaction.h: Likewise.
2072 * sysdeps/unix/sysv/linux/s390/kernel_sigaction.h: Likewise.
2073 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
2074
2075 2018-12-18 Joseph Myers <joseph@codesourcery.com>
2076
2077 * sysdeps/unix/sysv/linux/kernel-features.h
2078 (__ASSUME_ST_INO_64_BIT): Remove macro definition.
2079 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
2080 (__ASSUME_ST_INO_64_BIT): Do not undefine and define.
2081 * sysdeps/unix/sysv/linux/sh/kernel-features.h
2082 (__ASSUME_ST_INO_64_BIT): Likewise.
2083 * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
2084 <kernel-features.h>.
2085 (___fxstat64) [_HAVE_STAT64___ST_INO && !__ASSUME_ST_INO_64_BIT]:
2086 Remove conditional code.
2087 * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
2088 <kernel-features.h>.
2089 (___lxstat64) [_HAVE_STAT64___ST_INO && !__ASSUME_ST_INO_64_BIT]:
2090 Remove conditional code.
2091 * sysdeps/unix/sysv/linux/xstat64.c: Do not include
2092 <kernel-features.h>.
2093 (___xstat64) [_HAVE_STAT64___ST_INO && !__ASSUME_ST_INO_64_BIT]:
2094 Remove conditional code.
2095 * sysdeps/unix/sysv/linux/xstatconv.c: Do not include
2096 <kernel-features.h>.
2097 (__xstat32_conv) [_HAVE_STAT64___ST_INO]: Remove conditional code.
2098 [!_HAVE_STAT64___ST_INO]: Make code unconditional.
2099
2100 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2101
2102 * sysdeps/s390/multiarch/ifunc-resolve.h
2103 (s390_vx_libc_ifunc, s390_vx_libc_ifunc_redirected,
2104 s390_vx_libc_ifunc2, s390_vx_libc_ifunc_init,
2105 s390_vx_libc_ifunc2_redirected, s390_libc_ifunc):
2106 Delete macro definition.
2107 (s390_libc_ifunc_init): Rename to
2108 s390_libc_ifunc_expr_stfle_init.
2109 * sysdeps/s390/bzero: Use
2110 s390_libc_ifunc_expr_stfle_init instead of
2111 s390_libc_ifunc_init.
2112 * sysdeps/s390/memcmp.c: Likewise.
2113 * sysdeps/s390/memcpy.c: Likewise.
2114 * sysdeps/s390/mempcpy.c: Likewise.
2115 * sysdeps/s390/memset.c: Likewise.
2116
2117 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2118
2119 * sysdeps/s390/multiarch/gconv_simple.c (ICONV_VX_IFUNC):
2120 Define macro dependent on HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT.
2121
2122 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2123
2124 * sysdeps/s390/multiarch/Makefile
2125 (sysdep_routines): Remove wmemcmp variants.
2126 * sysdeps/s390/Makefile (sysdep_routines): Add wmemcmp variants.
2127 * sysdeps/s390/multiarch/ifunc-impl-list.c
2128 (__libc_ifunc_impl_list): Refactor ifunc handling for wmemcmp.
2129 * sysdeps/s390/multiarch/wmemcmp-c.c: Move to ...
2130 * sysdeps/s390/wmemcmp-c.c: ... here and adjust ifunc handling.
2131 * sysdeps/s390/multiarch/wmemcmp-vx.S: Move to ...
2132 * sysdeps/s390/wmemcmp-vx.S: ... here and adjust ifunc handling.
2133 * sysdeps/s390/multiarch/wmemcmp.c: Move to ...
2134 * sysdeps/s390/wmemcmp.c: ... here and adjust ifunc handling.
2135 * sysdeps/s390/ifunc-wmemcmp.h: New file.
2136
2137 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2138
2139 * sysdeps/s390/multiarch/Makefile
2140 (sysdep_routines): Remove wmemset variants.
2141 * sysdeps/s390/Makefile (sysdep_routines): Add wmemset variants.
2142 * sysdeps/s390/multiarch/ifunc-impl-list.c
2143 (__libc_ifunc_impl_list): Refactor ifunc handling for wmemset.
2144 * sysdeps/s390/multiarch/wmemset-c.c: Move to ...
2145 * sysdeps/s390/wmemset-c.c: ... here and adjust ifunc handling.
2146 * sysdeps/s390/multiarch/wmemset-vx.S: Move to ...
2147 * sysdeps/s390/wmemset-vx.S: ... here and adjust ifunc handling.
2148 * sysdeps/s390/multiarch/wmemset.c: Move to ...
2149 * sysdeps/s390/wmemset.c: ... here and adjust ifunc handling.
2150 * sysdeps/s390/ifunc-wmemset.h: New file.
2151
2152 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2153
2154 * sysdeps/s390/multiarch/Makefile
2155 (sysdep_routines): Remove wmemchr variants.
2156 * sysdeps/s390/Makefile (sysdep_routines): Add wmemchr variants.
2157 * sysdeps/s390/multiarch/ifunc-impl-list.c
2158 (__libc_ifunc_impl_list): Refactor ifunc handling for wmemchr.
2159 * sysdeps/s390/multiarch/wmemchr-c.c: Move to ...
2160 * sysdeps/s390/wmemchr-c.c: ... here and adjust ifunc handling.
2161 * sysdeps/s390/multiarch/wmemchr-vx.S: Move to ...
2162 * sysdeps/s390/wmemchr-vx.S: ... here and adjust ifunc handling.
2163 * sysdeps/s390/multiarch/wmemchr.c: Move to ...
2164 * sysdeps/s390/wmemchr.c: ... here and adjust ifunc handling.
2165 * sysdeps/s390/ifunc-wmemchr.h: New file.
2166
2167 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2168
2169 * sysdeps/s390/multiarch/Makefile
2170 (sysdep_routines): Remove wcscspn variants.
2171 * sysdeps/s390/Makefile (sysdep_routines): Add wcscspn variants.
2172 * sysdeps/s390/multiarch/ifunc-impl-list.c
2173 (__libc_ifunc_impl_list): Refactor ifunc handling for wcscspn.
2174 * sysdeps/s390/multiarch/wcscspn-c.c: Move to ...
2175 * sysdeps/s390/wcscspn-c.c: ... here and adjust ifunc handling.
2176 * sysdeps/s390/multiarch/wcscspn-vx.S: Move to ...
2177 * sysdeps/s390/wcscspn-vx.S: ... here and adjust ifunc handling.
2178 * sysdeps/s390/multiarch/wcscspn.c: Move to ...
2179 * sysdeps/s390/wcscspn.c: ... here and adjust ifunc handling.
2180 * sysdeps/s390/ifunc-wcscspn.h: New file.
2181
2182 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2183
2184 * sysdeps/s390/multiarch/Makefile
2185 (sysdep_routines): Remove wcspbrk variants.
2186 * sysdeps/s390/Makefile (sysdep_routines): Add wcspbrk variants.
2187 * sysdeps/s390/multiarch/ifunc-impl-list.c
2188 (__libc_ifunc_impl_list): Refactor ifunc handling for wcspbrk.
2189 * sysdeps/s390/multiarch/wcspbrk-c.c: Move to ...
2190 * sysdeps/s390/wcspbrk-c.c: ... here and adjust ifunc handling.
2191 * sysdeps/s390/multiarch/wcspbrk-vx.S: Move to ...
2192 * sysdeps/s390/wcspbrk-vx.S: ... here and adjust ifunc handling.
2193 * sysdeps/s390/multiarch/wcspbrk.c: Move to ...
2194 * sysdeps/s390/wcspbrk.c: ... here and adjust ifunc handling.
2195 * sysdeps/s390/ifunc-wcspbrk.h: New file.
2196
2197 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2198
2199 * sysdeps/s390/multiarch/Makefile
2200 (sysdep_routines): Remove wcsspn variants.
2201 * sysdeps/s390/Makefile (sysdep_routines): Add wcsspn variants.
2202 * sysdeps/s390/multiarch/ifunc-impl-list.c
2203 (__libc_ifunc_impl_list): Refactor ifunc handling for wcsspn.
2204 * sysdeps/s390/multiarch/wcsspn-c.c: Move to ...
2205 * sysdeps/s390/wcsspn-c.c: ... here and adjust ifunc handling.
2206 * sysdeps/s390/multiarch/wcsspn-vx.S: Move to ...
2207 * sysdeps/s390/wcsspn-vx.S: ... here and adjust ifunc handling.
2208 * sysdeps/s390/multiarch/wcsspn.c: Move to ...
2209 * sysdeps/s390/wcsspn.c: ... here and adjust ifunc handling.
2210 * sysdeps/s390/ifunc-wcsspn.h: New file.
2211
2212 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2213
2214 * sysdeps/s390/multiarch/Makefile
2215 (sysdep_routines): Remove wcsrchr variants.
2216 * sysdeps/s390/Makefile (sysdep_routines): Add wcsrchr variants.
2217 * sysdeps/s390/multiarch/ifunc-impl-list.c
2218 (__libc_ifunc_impl_list): Refactor ifunc handling for wcsrchr.
2219 * sysdeps/s390/multiarch/wcsrchr-c.c: Move to ...
2220 * sysdeps/s390/wcsrchr-c.c: ... here and adjust ifunc handling.
2221 * sysdeps/s390/multiarch/wcsrchr-vx.S: Move to ...
2222 * sysdeps/s390/wcsrchr-vx.S: ... here and adjust ifunc handling.
2223 * sysdeps/s390/multiarch/wcsrchr.c: Move to ...
2224 * sysdeps/s390/wcsrchr.c: ... here and adjust ifunc handling.
2225 * sysdeps/s390/ifunc-wcsrchr.h: New file.
2226
2227 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2228
2229 * sysdeps/s390/multiarch/Makefile
2230 (sysdep_routines): Remove wcschrnul variants.
2231 * sysdeps/s390/Makefile (sysdep_routines): Add wcschrnul variants.
2232 * sysdeps/s390/multiarch/ifunc-impl-list.c
2233 (__libc_ifunc_impl_list): Refactor ifunc handling for wcschrnul.
2234 * sysdeps/s390/multiarch/wcschrnul-c.c: Move to ...
2235 * sysdeps/s390/wcschrnul-c.c: ... here and adjust ifunc handling.
2236 * sysdeps/s390/multiarch/wcschrnul-vx.S: Move to ...
2237 * sysdeps/s390/wcschrnul-vx.S: ... here and adjust ifunc handling.
2238 * sysdeps/s390/multiarch/wcschrnul.c: Move to ...
2239 * sysdeps/s390/wcschrnul.c: ... here and adjust ifunc handling.
2240 * sysdeps/s390/ifunc-wcschrnul.h: New file.
2241
2242 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2243
2244 * sysdeps/s390/multiarch/Makefile
2245 (sysdep_routines): Remove wcschr variants.
2246 * sysdeps/s390/Makefile (sysdep_routines): Add wcschr variants.
2247 * sysdeps/s390/multiarch/ifunc-impl-list.c
2248 (__libc_ifunc_impl_list): Refactor ifunc handling for wcschr.
2249 * sysdeps/s390/multiarch/wcschr-c.c: Move to ...
2250 * sysdeps/s390/wcschr-c.c: ... here and adjust ifunc handling.
2251 * sysdeps/s390/multiarch/wcschr-vx.S: Move to ...
2252 * sysdeps/s390/wcschr-vx.S: ... here and adjust ifunc handling.
2253 * sysdeps/s390/multiarch/wcschr.c: Move to ...
2254 * sysdeps/s390/wcschr.c: ... here and adjust ifunc handling.
2255 * sysdeps/s390/ifunc-wcschr.h: New file.
2256
2257 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2258
2259 * sysdeps/s390/multiarch/Makefile
2260 (sysdep_routines): Remove wcsncmp variants.
2261 * sysdeps/s390/Makefile (sysdep_routines): Add wcsncmp variants.
2262 * sysdeps/s390/multiarch/ifunc-impl-list.c
2263 (__libc_ifunc_impl_list): Refactor ifunc handling for wcsncmp.
2264 * sysdeps/s390/multiarch/wcsncmp-c.c: Move to ...
2265 * sysdeps/s390/wcsncmp-c.c: ... here and adjust ifunc handling.
2266 * sysdeps/s390/multiarch/wcsncmp-vx.S: Move to ...
2267 * sysdeps/s390/wcsncmp-vx.S: ... here and adjust ifunc handling.
2268 * sysdeps/s390/multiarch/wcsncmp.c: Move to ...
2269 * sysdeps/s390/wcsncmp.c: ... here and adjust ifunc handling.
2270 * sysdeps/s390/ifunc-wcsncmp.h: New file.
2271
2272 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2273
2274 * sysdeps/s390/multiarch/Makefile
2275 (sysdep_routines): Remove wcscmp variants.
2276 * sysdeps/s390/Makefile (sysdep_routines): Add wcscmp variants.
2277 * sysdeps/s390/multiarch/ifunc-impl-list.c
2278 (__libc_ifunc_impl_list): Refactor ifunc handling for wcscmp.
2279 * sysdeps/s390/multiarch/wcscmp-c.c: Move to ...
2280 * sysdeps/s390/wcscmp-c.c: ... here and adjust ifunc handling.
2281 * sysdeps/s390/multiarch/wcscmp-vx.S: Move to ...
2282 * sysdeps/s390/wcscmp-vx.S: ... here and adjust ifunc handling.
2283 * sysdeps/s390/multiarch/wcscmp.c: Move to ...
2284 * sysdeps/s390/wcscmp.c: ... here and adjust ifunc handling.
2285 * sysdeps/s390/ifunc-wcscmp.h: New file.
2286
2287 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2288
2289 * sysdeps/s390/multiarch/Makefile
2290 (sysdep_routines): Remove wcsncat variants.
2291 * sysdeps/s390/Makefile (sysdep_routines): Add wcsncat variants.
2292 * sysdeps/s390/multiarch/ifunc-impl-list.c
2293 (__libc_ifunc_impl_list): Refactor ifunc handling for wcsncat.
2294 * sysdeps/s390/multiarch/wcsncat-c.c: Move to ...
2295 * sysdeps/s390/wcsncat-c.c: ... here and adjust ifunc handling.
2296 * sysdeps/s390/multiarch/wcsncat-vx.S: Move to ...
2297 * sysdeps/s390/wcsncat-vx.S: ... here and adjust ifunc handling.
2298 * sysdeps/s390/multiarch/wcsncat.c: Move to ...
2299 * sysdeps/s390/wcsncat.c: ... here and adjust ifunc handling.
2300 * sysdeps/s390/ifunc-wcsncat.h: New file.
2301
2302 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2303
2304 * sysdeps/s390/multiarch/Makefile
2305 (sysdep_routines): Remove wcscat variants.
2306 * sysdeps/s390/Makefile (sysdep_routines): Add wcscat variants.
2307 * sysdeps/s390/multiarch/ifunc-impl-list.c
2308 (__libc_ifunc_impl_list): Refactor ifunc handling for wcscat.
2309 * sysdeps/s390/multiarch/wcscat-c.c: Move to ...
2310 * sysdeps/s390/wcscat-c.c: ... here and adjust ifunc handling.
2311 * sysdeps/s390/multiarch/wcscat-vx.S: Move to ...
2312 * sysdeps/s390/wcscat-vx.S: ... here and adjust ifunc handling.
2313 * sysdeps/s390/multiarch/wcscat.c: Move to ...
2314 * sysdeps/s390/wcscat.c: ... here and adjust ifunc handling.
2315 * sysdeps/s390/ifunc-wcscat.h: New file.
2316
2317 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2318
2319 * sysdeps/s390/multiarch/Makefile
2320 (sysdep_routines): Remove wcpncpy variants.
2321 * sysdeps/s390/Makefile (sysdep_routines): Add wcpncpy variants.
2322 * sysdeps/s390/multiarch/ifunc-impl-list.c
2323 (__libc_ifunc_impl_list): Refactor ifunc handling for wcpncpy.
2324 * sysdeps/s390/multiarch/wcpncpy-c.c: Move to ...
2325 * sysdeps/s390/wcpncpy-c.c: ... here and adjust ifunc handling.
2326 * sysdeps/s390/multiarch/wcpncpy-vx.S: Move to ...
2327 * sysdeps/s390/wcpncpy-vx.S: ... here and adjust ifunc handling.
2328 * sysdeps/s390/multiarch/wcpncpy.c: Move to ...
2329 * sysdeps/s390/wcpncpy.c: ... here and adjust ifunc handling.
2330 * sysdeps/s390/ifunc-wcpncpy.h: New file.
2331
2332 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2333
2334 * sysdeps/s390/multiarch/Makefile
2335 (sysdep_routines): Remove wcsncpy variants.
2336 * sysdeps/s390/Makefile (sysdep_routines): Add wcsncpy variants.
2337 * sysdeps/s390/multiarch/ifunc-impl-list.c
2338 (__libc_ifunc_impl_list): Refactor ifunc handling for wcsncpy.
2339 * sysdeps/s390/multiarch/wcsncpy-c.c: Move to ...
2340 * sysdeps/s390/wcsncpy-c.c: ... here and adjust ifunc handling.
2341 * sysdeps/s390/multiarch/wcsncpy-vx.S: Move to ...
2342 * sysdeps/s390/wcsncpy-vx.S: ... here and adjust ifunc handling.
2343 * sysdeps/s390/multiarch/wcsncpy.c: Move to ...
2344 * sysdeps/s390/wcsncpy.c: ... here and adjust ifunc handling.
2345 * sysdeps/s390/ifunc-wcsncpy.h: New file.
2346
2347 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2348
2349 * sysdeps/s390/multiarch/Makefile
2350 (sysdep_routines): Remove wcpcpy variants.
2351 * sysdeps/s390/Makefile (sysdep_routines): Add wcpcpy variants.
2352 * sysdeps/s390/multiarch/ifunc-impl-list.c
2353 (__libc_ifunc_impl_list): Refactor ifunc handling for wcpcpy.
2354 * sysdeps/s390/multiarch/wcpcpy-c.c: Move to ...
2355 * sysdeps/s390/wcpcpy-c.c: ... here and adjust ifunc handling.
2356 * sysdeps/s390/multiarch/wcpcpy-vx.S: Move to ...
2357 * sysdeps/s390/wcpcpy-vx.S: ... here and adjust ifunc handling.
2358 * sysdeps/s390/multiarch/wcpcpy.c: Move to ...
2359 * sysdeps/s390/wcpcpy.c: ... here and adjust ifunc handling.
2360 * sysdeps/s390/ifunc-wcpcpy.h: New file.
2361
2362 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2363
2364 * sysdeps/s390/multiarch/Makefile
2365 (sysdep_routines): Remove wcscpy variants.
2366 * sysdeps/s390/Makefile (sysdep_routines): Add wcscpy variants.
2367 * sysdeps/s390/multiarch/ifunc-impl-list.c
2368 (__libc_ifunc_impl_list): Refactor ifunc handling for wcscpy.
2369 * sysdeps/s390/multiarch/wcscpy-c.c: Move to ...
2370 * sysdeps/s390/wcscpy-c.c: ... here and adjust ifunc handling.
2371 * sysdeps/s390/multiarch/wcscpy-vx.S: Move to ...
2372 * sysdeps/s390/wcscpy-vx.S: ... here and adjust ifunc handling.
2373 * sysdeps/s390/multiarch/wcscpy.c: Move to ...
2374 * sysdeps/s390/wcscpy.c: ... here and adjust ifunc handling.
2375 * sysdeps/s390/ifunc-wcscpy.h: New file.
2376
2377 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2378
2379 * sysdeps/s390/multiarch/Makefile
2380 (sysdep_routines): Remove wcsnlen variants.
2381 * sysdeps/s390/Makefile (sysdep_routines): Add wcsnlen variants.
2382 * sysdeps/s390/multiarch/ifunc-impl-list.c
2383 (__libc_ifunc_impl_list): Refactor ifunc handling for wcsnlen.
2384 * sysdeps/s390/multiarch/wcsnlen-c.c: Move to ...
2385 * sysdeps/s390/wcsnlen-c.c: ... here and adjust ifunc handling.
2386 * sysdeps/s390/multiarch/wcsnlen-vx.S: Move to ...
2387 * sysdeps/s390/wcsnlen-vx.S: ... here and adjust ifunc handling.
2388 * sysdeps/s390/multiarch/wcsnlen.c: Move to ...
2389 * sysdeps/s390/wcsnlen.c: ... here and adjust ifunc handling.
2390 * sysdeps/s390/ifunc-wcsnlen.h: New file.
2391
2392 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2393
2394 * sysdeps/s390/multiarch/Makefile
2395 (sysdep_routines): Remove wcslen variants.
2396 * sysdeps/s390/Makefile (sysdep_routines): Add wcslen variants.
2397 * sysdeps/s390/multiarch/ifunc-impl-list.c
2398 (__libc_ifunc_impl_list): Refactor ifunc handling for wcslen.
2399 * sysdeps/s390/multiarch/wcslen-c.c: Move to ...
2400 * sysdeps/s390/wcslen-c.c: ... here and adjust ifunc handling.
2401 * sysdeps/s390/multiarch/wcslen-vx.S: Move to ...
2402 * sysdeps/s390/wcslen-vx.S: ... here and adjust ifunc handling.
2403 * sysdeps/s390/multiarch/wcslen.c: Move to ...
2404 * sysdeps/s390/wcslen.c: ... here and adjust ifunc handling.
2405 * sysdeps/s390/ifunc-wcslen.h: New file.
2406
2407 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2408
2409 * sysdeps/s390/multiarch/Makefile
2410 (sysdep_routines): Remove memrchr variants.
2411 * sysdeps/s390/Makefile (sysdep_routines): Add memrchr variants.
2412 * sysdeps/s390/multiarch/ifunc-impl-list.c
2413 (__libc_ifunc_impl_list): Refactor ifunc handling for memrchr.
2414 * sysdeps/s390/multiarch/memrchr-c.c: Move to ...
2415 * sysdeps/s390/memrchr-c.c: ... here and adjust ifunc handling.
2416 * sysdeps/s390/multiarch/memrchr-vx.S: Move to ...
2417 * sysdeps/s390/memrchr-vx.S: ... here and adjust ifunc handling.
2418 * sysdeps/s390/multiarch/memrchr.c: Move to ...
2419 * sysdeps/s390/memrchr.c: ... here and adjust ifunc handling.
2420 * sysdeps/s390/ifunc-memrchr.h: New file.
2421
2422 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2423
2424 * sysdeps/s390/multiarch/Makefile
2425 (sysdep_routines): Remove memccpy variants.
2426 * sysdeps/s390/Makefile (sysdep_routines): Add memccpy variants.
2427 * sysdeps/s390/multiarch/ifunc-impl-list.c
2428 (__libc_ifunc_impl_list): Refactor ifunc handling for memccpy.
2429 * sysdeps/s390/multiarch/memccpy-c.c: Move to ...
2430 * sysdeps/s390/memccpy-c.c: ... here and adjust ifunc handling.
2431 * sysdeps/s390/multiarch/memccpy-vx.S: Move to ...
2432 * sysdeps/s390/memccpy-vx.S: ... here and adjust ifunc handling.
2433 * sysdeps/s390/multiarch/memccpy.c: Move to ...
2434 * sysdeps/s390/memccpy.c: ... here and adjust ifunc handling.
2435 * sysdeps/s390/ifunc-memccpy.h: New file.
2436
2437 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2438
2439 * sysdeps/s390/multiarch/Makefile
2440 (sysdep_routines): Remove rawmemchr variants.
2441 * sysdeps/s390/Makefile (sysdep_routines): Add rawmemchr variants.
2442 * sysdeps/s390/multiarch/ifunc-impl-list.c
2443 (__libc_ifunc_impl_list): Refactor ifunc handling for rawmemchr.
2444 * sysdeps/s390/multiarch/rawmemchr-c.c: Move to ...
2445 * sysdeps/s390/rawmemchr-c.c: ... here and adjust ifunc handling.
2446 * sysdeps/s390/multiarch/rawmemchr-vx.S: Move to ...
2447 * sysdeps/s390/rawmemchr-vx.S: ... here and adjust ifunc handling.
2448 * sysdeps/s390/multiarch/rawmemchr.c: Move to ...
2449 * sysdeps/s390/rawmemchr.c: ... here and adjust ifunc handling.
2450 * sysdeps/s390/ifunc-rawmemchr.h: New file.
2451
2452 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2453
2454 * sysdeps/s390/multiarch/Makefile
2455 (sysdep_routines): Remove memchr variants.
2456 * sysdeps/s390/Makefile (sysdep_routines): Add memchr variants.
2457 * sysdeps/s390/multiarch/ifunc-impl-list.c
2458 (__libc_ifunc_impl_list): Refactor ifunc handling for memchr.
2459 * sysdeps/s390/multiarch/memchr-vx.S: Move to ...
2460 * sysdeps/s390/memchr-vx.S: ... here and adjust ifunc handling.
2461 * sysdeps/s390/multiarch/memchr.c: Move to ...
2462 * sysdeps/s390/memchr.c: ... here and adjust ifunc handling.
2463 * sysdeps/s390/ifunc-memchr.h: New file.
2464 * sysdeps/s390/s390-64/memchr.S: Move to ...
2465 * sysdeps/s390/memchr-z900.S: ... here and adjust to be usable
2466 for 31/64bit and ifunc handling.
2467 * sysdeps/s390/s390-32/multiarch/memchr.c: Delete file.
2468 * sysdeps/s390/s390-64/multiarch/memchr.c: Likewise.
2469 * sysdeps/s390/s390-32/memchr.S: Likewise.
2470
2471 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2472
2473 * sysdeps/s390/multiarch/Makefile
2474 (sysdep_routines): Remove strcspn variants.
2475 * sysdeps/s390/Makefile (sysdep_routines): Add strcspn variants.
2476 * sysdeps/s390/multiarch/ifunc-impl-list.c
2477 (__libc_ifunc_impl_list): Refactor ifunc handling for strcspn.
2478 * sysdeps/s390/multiarch/strcspn-c.c: Move to ...
2479 * sysdeps/s390/strcspn-c.c: ... here and adjust ifunc handling.
2480 * sysdeps/s390/multiarch/strcspn-vx.S: Move to ...
2481 * sysdeps/s390/strcspn-vx.S: ... here and adjust ifunc handling.
2482 * sysdeps/s390/multiarch/strcspn.c: Move to ...
2483 * sysdeps/s390/strcspn.c: ... here and adjust ifunc handling.
2484 * sysdeps/s390/ifunc-strcspn.h: New file.
2485
2486 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2487
2488 * sysdeps/s390/multiarch/Makefile
2489 (sysdep_routines): Remove strpbrk variants.
2490 * sysdeps/s390/Makefile (sysdep_routines): Add strpbrk variants.
2491 * sysdeps/s390/multiarch/ifunc-impl-list.c
2492 (__libc_ifunc_impl_list): Refactor ifunc handling for strpbrk.
2493 * sysdeps/s390/multiarch/strpbrk-c.c: Move to ...
2494 * sysdeps/s390/strpbrk-c.c: ... here and adjust ifunc handling.
2495 * sysdeps/s390/multiarch/strpbrk-vx.S: Move to ...
2496 * sysdeps/s390/strpbrk-vx.S: ... here and adjust ifunc handling.
2497 * sysdeps/s390/multiarch/strpbrk.c: Move to ...
2498 * sysdeps/s390/strpbrk.c: ... here and adjust ifunc handling.
2499 * sysdeps/s390/ifunc-strpbrk.h: New file.
2500
2501 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2502
2503 * sysdeps/s390/multiarch/Makefile
2504 (sysdep_routines): Remove strspn variants.
2505 * sysdeps/s390/Makefile (sysdep_routines): Add strspn variants.
2506 * sysdeps/s390/multiarch/ifunc-impl-list.c
2507 (__libc_ifunc_impl_list): Refactor ifunc handling for strspn.
2508 * sysdeps/s390/multiarch/strspn-c.c: Move to ...
2509 * sysdeps/s390/strspn-c.c: ... here and adjust ifunc handling.
2510 * sysdeps/s390/multiarch/strspn-vx.S: Move to ...
2511 * sysdeps/s390/strspn-vx.S: ... here and adjust ifunc handling.
2512 * sysdeps/s390/multiarch/strspn.c: Move to ...
2513 * sysdeps/s390/strspn.c: ... here and adjust ifunc handling.
2514 * sysdeps/s390/ifunc-strspn.h: New file.
2515
2516 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2517
2518 * sysdeps/s390/multiarch/Makefile
2519 (sysdep_routines): Remove strrchr variants.
2520 * sysdeps/s390/Makefile (sysdep_routines): Add strrchr variants.
2521 * sysdeps/s390/multiarch/ifunc-impl-list.c
2522 (__libc_ifunc_impl_list): Refactor ifunc handling for strrchr.
2523 * sysdeps/s390/multiarch/strrchr-c.c: Move to ...
2524 * sysdeps/s390/strrchr-c.c: ... here and adjust ifunc handling.
2525 * sysdeps/s390/multiarch/strrchr-vx.S: Move to ...
2526 * sysdeps/s390/strrchr-vx.S: ... here and adjust ifunc handling.
2527 * sysdeps/s390/multiarch/strrchr.c: Move to ...
2528 * sysdeps/s390/strrchr.c: ... here and adjust ifunc handling.
2529 * sysdeps/s390/ifunc-strrchr.h: New file.
2530
2531 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2532
2533 * sysdeps/s390/multiarch/Makefile
2534 (sysdep_routines): Remove strchrnul variants.
2535 * sysdeps/s390/Makefile (sysdep_routines): Add strchrnul variants.
2536 * sysdeps/s390/multiarch/ifunc-impl-list.c
2537 (__libc_ifunc_impl_list): Refactor ifunc handling for strchrnul.
2538 * sysdeps/s390/multiarch/strchrnul-c.c: Move to ...
2539 * sysdeps/s390/strchrnul-c.c: ... here and adjust ifunc handling.
2540 * sysdeps/s390/multiarch/strchrnul-vx.S: Move to ...
2541 * sysdeps/s390/strchrnul-vx.S: ... here and adjust ifunc handling.
2542 * sysdeps/s390/multiarch/strchrnul.c: Move to ...
2543 * sysdeps/s390/strchrnul.c: ... here and adjust ifunc handling.
2544 * sysdeps/s390/ifunc-strchrnul.h: New file.
2545
2546 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2547
2548 * sysdeps/s390/multiarch/Makefile
2549 (sysdep_routines): Remove strchr variants.
2550 * sysdeps/s390/Makefile (sysdep_routines): Add strchr variants.
2551 * sysdeps/s390/multiarch/ifunc-impl-list.c
2552 (__libc_ifunc_impl_list): Refactor ifunc handling for strchr.
2553 * sysdeps/s390/multiarch/strchr-c.c: Move to ...
2554 * sysdeps/s390/strchr-c.c: ... here and adjust ifunc handling.
2555 * sysdeps/s390/multiarch/strchr-vx.S: Move to ...
2556 * sysdeps/s390/strchr-vx.S: ... here and adjust ifunc handling.
2557 * sysdeps/s390/multiarch/strchr.c: Move to ...
2558 * sysdeps/s390/strchr.c: ... here and adjust ifunc handling.
2559 * sysdeps/s390/ifunc-strchr.h: New file.
2560
2561 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2562
2563 * sysdeps/s390/multiarch/Makefile
2564 (sysdep_routines): Remove strncmp variants.
2565 * sysdeps/s390/Makefile (sysdep_routines): Add strncmp variants.
2566 * sysdeps/s390/multiarch/ifunc-impl-list.c
2567 (__libc_ifunc_impl_list): Refactor ifunc handling for strncmp.
2568 * sysdeps/s390/multiarch/strncmp-c.c: Move to ...
2569 * sysdeps/s390/strncmp-c.c: ... here and adjust ifunc handling.
2570 * sysdeps/s390/multiarch/strncmp-vx.S: Move to ...
2571 * sysdeps/s390/strncmp-vx.S: ... here and adjust ifunc handling.
2572 * sysdeps/s390/multiarch/strncmp.c: Move to ...
2573 * sysdeps/s390/strncmp.c: ... here and adjust ifunc handling.
2574 * sysdeps/s390/ifunc-strncmp.h: New file.
2575
2576 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2577
2578 * sysdeps/s390/multiarch/Makefile
2579 (sysdep_routines): Remove strcmp variants.
2580 * sysdeps/s390/Makefile (sysdep_routines): Add strcmp variants.
2581 * sysdeps/s390/multiarch/ifunc-impl-list.c
2582 (__libc_ifunc_impl_list): Refactor ifunc handling for strcmp.
2583 * sysdeps/s390/multiarch/strcmp-vx.S: Move to ...
2584 * sysdeps/s390/strcmp-vx.S: ... here and adjust ifunc handling.
2585 * sysdeps/s390/multiarch/strcmp.c: Move to ...
2586 * sysdeps/s390/strcmp.c: ... here and adjust ifunc handling.
2587 * sysdeps/s390/ifunc-strcmp.h: New file.
2588 * sysdeps/s390/s390-64/strcmp.S: Move to ...
2589 * sysdeps/s390/strcmp-z900.S: ... here and adjust to be usable
2590 for 31/64bit and ifunc handling.
2591 * sysdeps/s390/s390-32/multiarch/strcmp.c: Delete file.
2592 * sysdeps/s390/s390-64/multiarch/strcmp.c: Likewise.
2593 * sysdeps/s390/s390-32/strcmp.S: Likewise.
2594
2595 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2596
2597 * sysdeps/s390/multiarch/Makefile
2598 (sysdep_routines): Remove strncat variants.
2599 * sysdeps/s390/Makefile (sysdep_routines): Add strncat variants.
2600 * sysdeps/s390/multiarch/ifunc-impl-list.c
2601 (__libc_ifunc_impl_list): Refactor ifunc handling for strncat.
2602 * sysdeps/s390/multiarch/strncat-c.c: Move to ...
2603 * sysdeps/s390/strncat-c.c: ... here and adjust ifunc handling.
2604 * sysdeps/s390/multiarch/strncat-vx.S: Move to ...
2605 * sysdeps/s390/strncat-vx.S: ... here and adjust ifunc handling.
2606 * sysdeps/s390/multiarch/strncat.c: Move to ...
2607 * sysdeps/s390/strncat.c: ... here and adjust ifunc handling.
2608 * sysdeps/s390/ifunc-strncat.h: New file.
2609
2610 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2611
2612 * sysdeps/s390/multiarch/Makefile
2613 (sysdep_routines): Remove strcat variants.
2614 * sysdeps/s390/Makefile (sysdep_routines): Add strcat variants.
2615 * sysdeps/s390/multiarch/ifunc-impl-list.c
2616 (__libc_ifunc_impl_list): Refactor ifunc handling for strcat.
2617 * sysdeps/s390/multiarch/strcat-c.c: Move to ...
2618 * sysdeps/s390/strcat-c.c: ... here and adjust ifunc handling.
2619 * sysdeps/s390/multiarch/strcat-vx.S: Move to ...
2620 * sysdeps/s390/strcat-vx.S: ... here and adjust ifunc handling.
2621 * sysdeps/s390/multiarch/strcat.c: Move to ...
2622 * sysdeps/s390/strcat.c: ... here and adjust ifunc handling.
2623 * sysdeps/s390/ifunc-strcat.h: New file.
2624
2625 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2626
2627 * sysdeps/s390/multiarch/Makefile
2628 (sysdep_routines): Remove stpncpy variants.
2629 * sysdeps/s390/Makefile (sysdep_routines): Add stpncpy variants.
2630 * sysdeps/s390/multiarch/ifunc-impl-list.c
2631 (__libc_ifunc_impl_list): Refactor ifunc handling for stpncpy.
2632 * sysdeps/s390/multiarch/stpncpy-c.c: Move to ...
2633 * sysdeps/s390/stpncpy-c.c: ... here and adjust ifunc handling.
2634 * sysdeps/s390/multiarch/stpncpy-vx.S: Move to ...
2635 * sysdeps/s390/stpncpy-vx.S: ... here and adjust ifunc handling.
2636 * sysdeps/s390/multiarch/stpncpy.c: Move to ...
2637 * sysdeps/s390/stpncpy.c: ... here and adjust ifunc handling.
2638 * sysdeps/s390/ifunc-stpncpy.h: New file.
2639
2640 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2641
2642 * sysdeps/s390/multiarch/Makefile
2643 (sysdep_routines): Remove strncpy variants.
2644 * sysdeps/s390/Makefile (sysdep_routines): Add strncpy variants.
2645 * sysdeps/s390/multiarch/ifunc-impl-list.c
2646 (__libc_ifunc_impl_list): Refactor ifunc handling for strncpy.
2647 * sysdeps/s390/multiarch/strncpy-vx.S: Move to ...
2648 * sysdeps/s390/strncpy-vx.S: ... here and adjust ifunc handling.
2649 * sysdeps/s390/multiarch/strncpy.c: Move to ...
2650 * sysdeps/s390/strncpy.c: ... here and adjust ifunc handling.
2651 * sysdeps/s390/ifunc-strncpy.h: New file.
2652 * sysdeps/s390/s390-64/strncpy.S: Move to ...
2653 * sysdeps/s390/s390-64/strncpy-z900.S: ... here
2654 and adjust ifunc handling.
2655 * sysdeps/s390/s390-32/strncpy.S: Move to ...
2656 * sysdeps/s390/s390-32/strncpy-z900.S: ... here
2657 and adjust ifunc handling.
2658 * sysdeps/s390/s390-32/multiarch/strncpy.c: Delete file.
2659 * sysdeps/s390/s390-64/multiarch/strncpy.c: Likewise.
2660
2661 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2662
2663 * sysdeps/s390/multiarch/Makefile
2664 (sysdep_routines): Remove stpcpy variants.
2665 * sysdeps/s390/Makefile (sysdep_routines): Add stpcpy variants.
2666 * sysdeps/s390/multiarch/ifunc-impl-list.c
2667 (__libc_ifunc_impl_list): Refactor ifunc handling for stpcpy.
2668 * sysdeps/s390/multiarch/stpcpy-c.c: Move to ...
2669 * sysdeps/s390/stpcpy-c.c: ... here and adjust ifunc handling.
2670 * sysdeps/s390/multiarch/stpcpy-vx.S: Move to ...
2671 * sysdeps/s390/stpcpy-vx.S: ... here and adjust ifunc handling.
2672 * sysdeps/s390/multiarch/stpcpy.c: Move to ...
2673 * sysdeps/s390/stpcpy.c: ... here and adjust ifunc handling.
2674 * sysdeps/s390/ifunc-stpcpy.h: New file.
2675
2676 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2677
2678 * sysdeps/s390/multiarch/Makefile
2679 (sysdep_routines): Remove strcpy variants.
2680 * sysdeps/s390/Makefile (sysdep_routines): Add strcpy variants.
2681 * sysdeps/s390/multiarch/ifunc-impl-list.c
2682 (__libc_ifunc_impl_list): Refactor ifunc handling for strcpy.
2683 * sysdeps/s390/multiarch/strcpy-vx.S: Move to ...
2684 * sysdeps/s390/strcpy-vx.S: ... here and adjust ifunc handling.
2685 * sysdeps/s390/multiarch/strcpy.c: Move to ...
2686 * sysdeps/s390/strcpy.c: ... here and adjust ifunc handling.
2687 * sysdeps/s390/ifunc-strcpy.h: New file.
2688 * sysdeps/s390/s390-64/strcpy.S: Move to ...
2689 * sysdeps/s390/strcpy-z900.S: ... here and adjust to be usable
2690 for 31/64bit and ifunc handling.
2691 * sysdeps/s390/s390-32/multiarch/strcpy.c: Delete file.
2692 * sysdeps/s390/s390-64/multiarch/strcpy.c: Likewise.
2693 * sysdeps/s390/s390-32/strcpy.S: Likewise.
2694
2695 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2696
2697 * sysdeps/s390/multiarch/Makefile
2698 (sysdep_routines): Remove strnlen variants.
2699 * sysdeps/s390/Makefile (sysdep_routines): Add strnlen variants.
2700 * sysdeps/s390/multiarch/ifunc-impl-list.c
2701 (__libc_ifunc_impl_list): Refactor ifunc handling for strnlen.
2702 * sysdeps/s390/multiarch/strnlen-c.c: Move to ...
2703 * sysdeps/s390/strnlen-c.c: ... here and adjust ifunc handling.
2704 * sysdeps/s390/multiarch/strnlen-vx.S: Move to ...
2705 * sysdeps/s390/strnlen-vx.S: ... here and adjust ifunc handling.
2706 * sysdeps/s390/multiarch/strnlen.c: Move to ...
2707 * sysdeps/s390/strnlen.c: ... here and adjust ifunc handling.
2708 * sysdeps/s390/ifunc-strnlen.h: New file.
2709
2710 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2711
2712 * sysdeps/s390/multiarch/Makefile
2713 (sysdep_routines): Remove strlen variants.
2714 * sysdeps/s390/Makefile (sysdep_routines): Add strlen variants.
2715 * sysdeps/s390/multiarch/ifunc-impl-list.c
2716 (__libc_ifunc_impl_list): Refactor ifunc handling for strlen.
2717 * sysdeps/s390/multiarch/strlen-c.c: Move to ...
2718 * sysdeps/s390/strlen-c.c: ... here and adjust ifunc handling.
2719 * sysdeps/s390/multiarch/strlen-vx.S: Move to ...
2720 * sysdeps/s390/strlen-vx.S: ... here and adjust ifunc handling.
2721 * sysdeps/s390/multiarch/strlen.c: Move to ...
2722 * sysdeps/s390/strlen.c: ... here and adjust ifunc handling.
2723 * sysdeps/s390/ifunc-strlen.h: New file.
2724
2725 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2726
2727 * sysdeps/s390/Makefile (sysdep_routines): Add memmem variants.
2728 * sysdeps/s390/multiarch/ifunc-impl-list.c
2729 (__libc_ifunc_impl_list): Add ifunc variants for memmem.
2730 * sysdeps/s390/ifunc-memmem.h: New file.
2731 * sysdeps/s390/memmem.c: Likewise.
2732 * sysdeps/s390/memmem-c.c: Likewise.
2733 * sysdeps/s390/memmem-vx.c: Likewise.
2734
2735 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2736
2737 * sysdeps/s390/Makefile (sysdep_routines): Add strstr variants.
2738 * sysdeps/s390/multiarch/ifunc-impl-list.c
2739 (__libc_ifunc_impl_list): Add ifunc variants for strstr.
2740 * sysdeps/s390/ifunc-strstr.h: New file.
2741 * sysdeps/s390/strstr.c: Likewise.
2742 * sysdeps/s390/strstr-c.c: Likewise.
2743 * sysdeps/s390/strstr-vx.c: Likewise.
2744
2745 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2746
2747 * sysdeps/s390/Makefile (sysdep_routines): Add memmove-c.
2748 * sysdeps/s390/ifunc-memcpy.h (HAVE_MEMMOVE_IFUNC,
2749 HAVE_MEMMOVE_IFUNC_AND_VX_SUPPORT, MEMMOVE_DEFAULT,
2750 HAVE_MEMMOVE_C, MEMMOVE_C, HAVE_MEMMOVE_Z13, MEMMOVE_Z13):
2751 New defines.
2752 * sysdeps/s390/memcpy-z900.S: Add z13 memmove implementation.
2753 * sysdeps/s390/memmove-c.c: New file.
2754 * sysdeps/s390/memmove.c: Likewise.
2755 * sysdeps/s390/multiarch/ifunc-impl-list.c
2756 (__libc_ifunc_impl_list): Add ifunc variants for memmove.
2757
2758 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2759
2760 * config.h.in (HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT): New undefine.
2761 * sysdeps/s390/configure.ac: Add check for z13 support.
2762 * sysdeps/s390/configure: Regenerated.
2763
2764 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2765
2766 * sysdeps/s390/memcopy.h: New file.
2767
2768 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2769
2770 * sysdeps/s390/s390-32/bcopy.S: Remove.
2771 * sysdeps/s390/s390-64/bcopy.S: Likewise.
2772
2773 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2774
2775 * sysdeps/s390/ifunc-memcpy.h: New File.
2776 * sysdeps/s390/memcpy.S: Move to ...
2777 * sysdeps/s390/memcpy-z900.S ... here.
2778 Move implementations from memcpy-s390x.s to here.
2779 * sysdeps/s390/multiarch/memcpy-s390x.S: Delete File.
2780 * sysdeps/s390/multiarch/Makefile (sysdep_routines):
2781 Remove memcpy/mempcpy variants.
2782 * sysdeps/s390/Makefile (sysdep_routines):
2783 Add memcpy/mempcpy variants.
2784 * sysdeps/s390/multiarch/ifunc-impl-list.c
2785 (__libc_ifunc_impl_list): Adjust ifunc variants for
2786 memcpy and mempcpy.
2787 * sysdeps/s390/multiarch/memcpy.c: Move ifunc resolver
2788 to ...
2789 * sysdeps/s390/memcpy.c: ... here.
2790 Adjust ifunc variants for memcpy.
2791 * sysdeps/s390/multiarch/mempcpy.c: Move to ...
2792 * sysdeps/s390/mempcpy.c: ... here.
2793 Adjust ifunc variants for mempcpy.
2794 * sysdeps/s390/mempcpy.S: Delete file.
2795
2796 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2797
2798 * sysdeps/s390/s390-64/memcpy.S: Move to ...
2799 * sysdeps/s390/memcpy.S: ... here.
2800 Adjust to be usable for 31/64bit.
2801 * sysdeps/s390/s390-32/memcpy.S: Delete File.
2802 * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add memcpy.
2803 * sysdeps/s390/s390-32/multiarch/Makefile: Delete file.
2804 * sysdeps/s390/s390-64/multiarch/Makefile: Likewise.
2805 * sysdeps/s390/s390-64/multiarch/memcpy-s390x.S: Move to ...
2806 * sysdeps/s390/multiarch/memcpy-s390x.S: ... here.
2807 Adjust to be usable for 31/64bit.
2808 * sysdeps/s390/s390-32/multiarch/memcpy-s390.S: Delete File.
2809 * sysdeps/s390/s390-64/multiarch/memcpy.c: Move to ...
2810 * sysdeps/s390/multiarch/memcpy.c: ... here.
2811 * sysdeps/s390/s390-32/multiarch/memcpy.c: Delete File.
2812
2813 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2814
2815 * sysdeps/s390/ifunc-memcmp.h: New File.
2816 * sysdeps/s390/memcmp.S: Move to ...
2817 * sysdeps/s390/memcmp-z900.S ... here.
2818 Move implementations from memcmp-s390x.s to here.
2819 * sysdeps/s390/multiarch/memcmp-s390x.S: Delete File.
2820 * sysdeps/s390/multiarch/Makefile (sysdep_routines):
2821 Remove memcmp variants.
2822 * sysdeps/s390/Makefile (sysdep_routines):
2823 Add memcmp variants.
2824 * sysdeps/s390/multiarch/ifunc-impl-list.c
2825 (__libc_ifunc_impl_list): Adjust ifunc variants for
2826 memcmp.
2827 * sysdeps/s390/multiarch/memcmp.c: Move ifunc resolver
2828 to ...
2829 * sysdeps/s390/memcmp.c: ... here.
2830 Adjust ifunc variants for memcmp.
2831
2832 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2833
2834 * sysdeps/s390/s390-64/memcmp.S: Move to ...
2835 * sysdeps/s390/memcmp.S: ... here.
2836 Adjust to be usable for 31/64bit.
2837 * sysdeps/s390/s390-32/memcmp.S: Delete File.
2838 * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add memcmp.
2839 * sysdeps/s390/s390-32/multiarch/Makefile (sysdep_routines):
2840 Remove memcmp.
2841 * sysdeps/s390/s390-64/multiarch/Makefile: Likewise.
2842 * sysdeps/s390/s390-64/multiarch/memcmp-s390x.S: Move to ...
2843 * sysdeps/s390/multiarch/memcmp-s390x.S: ... here.
2844 Adjust to be usable for 31/64bit.
2845 * sysdeps/s390/s390-32/multiarch/memcmp-s390.S: Delete File.
2846 * sysdeps/s390/s390-64/multiarch/memcmp.c: Move to ...
2847 * sysdeps/s390/multiarch/memcmp.c: ... here.
2848 * sysdeps/s390/s390-32/multiarch/memcmp.c: Delete File.
2849
2850 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2851
2852 * sysdeps/s390/s390-32/bzero.S: Delete file.
2853 * sysdeps/s390/s390-64/bzero.S: Likewise.
2854 * sysdeps/s390/Makefile (sysdep_routines): Add bzero.
2855 * sysdeps/s390/bzero.c: New file.
2856 * sysdeps/s390/memset-z900.S: Add bzero entry points.
2857 * sysdeps/s390/ifunc-memset.h: Add bzero function macros.
2858 * sysdeps/s390/multiarch/ifunc-impl-list.c
2859 (__libc_ifunc_impl_list): Add bzero ifunc variants.
2860
2861 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2862
2863 * sysdeps/s390/ifunc-memset.h: New File.
2864 * sysdeps/s390/memset.S: Move to ...
2865 * sysdeps/s390/memset-z900.S ... here.
2866 Move implementations from memset-s390x.s to here.
2867 * sysdeps/s390/multiarch/memset-s390x.S: Delete File.
2868 * sysdeps/s390/multiarch/Makefile (sysdep_routines):
2869 Remove memset variants.
2870 * sysdeps/s390/Makefile (sysdep_routines):
2871 Add memset variants.
2872 * sysdeps/s390/multiarch/ifunc-impl-list.c
2873 (__libc_ifunc_impl_list): Adjust ifunc variants for
2874 memset.
2875 * sysdeps/s390/multiarch/memset.c: Move ifunc resolver
2876 to ...
2877 * sysdeps/s390/memset.c: ... here.
2878 Adjust ifunc variants for memset.
2879
2880 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2881
2882 * sysdeps/s390/s390-64/memset.S: Move to ...
2883 * sysdeps/s390/memset.S: ... here.
2884 Adjust to be usable for 31/64bit.
2885 * sysdeps/s390/s390-32/memset.S: Delete File.
2886 * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add memset.
2887 * sysdeps/s390/s390-32/multiarch/Makefile (sysdep_routines):
2888 Remove memset.
2889 * sysdeps/s390/s390-64/multiarch/Makefile: Likewise.
2890 * sysdeps/s390/s390-64/multiarch/memset-s390x.S: Move to ...
2891 * sysdeps/s390/multiarch/memset-s390x.S: ... here.
2892 Adjust to be usable for 31/64bit.
2893 * sysdeps/s390/s390-32/multiarch/memset-s390.S: Delete File.
2894 * sysdeps/s390/s390-64/multiarch/memset.c: Move to ...
2895 * sysdeps/s390/multiarch/memset.c: ... here.
2896 * sysdeps/s390/s390-32/multiarch/memset.c: Delete File.
2897
2898 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2899
2900 * sysdeps/s390/multiarch/ifunc-resolve.h
2901 (s390_libc_ifunc_init, s390_libc_ifunc,
2902 s390_vx_libc_ifunc2_redirected): Use hwcap instead of dl_hwcap.
2903
2904 2018-12-18 Stefan Liebler <stli@linux.ibm.com>
2905
2906 * config.h.in (HAVE_S390_MIN_Z10_ZARCH_ASM_SUPPORT): New undefine.
2907 * sysdeps/s390/configure.ac: Add check for z10 support.
2908 * sysdeps/s390/configure: Regenerated.
2909
2910 2018-12-18 H.J. Lu <hongjiu.lu@intel.com>
2911
2912 * sysdeps/i386/atomic-machine.h: Merged with ...
2913 * sysdeps/x86_64/atomic-machine.h: To ...
2914 * sysdeps/x86/atomic-machine.h: This. New file.
2915
2916 2018-12-18 Florian Weimer <fweimer@redhat.com>
2917
2918 Rewrite locale/gen-translit.pl in Python.
2919 * locale/Makefile (generated): Add C-translit.h.
2920 (before-compile): Add $(objpfx)C-translit.h.
2921 (C-translit.h): Move to $(objpfx). Create target directory.
2922 Build using Python script.
2923 * locale/gen-translit.py: New file.
2924 * locale/gen-translit.pl: Remove file.
2925 * locale/C-translit.h.in: Change comment character to '#' for
2926 easier parsing without a C preprocessor.
2927 * locale/C-translit.h: Remove generated file.
2928 * manual/install.texi (Tools for Compilation): Do not mention
2929 C-translit.h.
2930 * scripts/build-many-glibcs.py (Context.fix_glibc_timestamps):
2931 Remove locale/C-translit.h.
2932 * scripts/update-copyrights: Likewise.
2933 * INSTALL: Regenerate.
2934
2935 2018-12-18 Florian Weimer <fweimer@redhat.com>
2936
2937 [BZ #23995]
2938 * localedata/locales/bi_VU: Remove executable bit from file.
2939
2940 2018-12-17 Albert ARIBAUD <albert.aribaud@3adev.fr>
2941
2942 * include/time.h
2943 (__localtime64): Add.
2944 * manual/maint.texi: Document Y2038 symbol handling.
2945 * time/localtime.c
2946 (__localtime64): Add.
2947 [__TIMESIZE != 64] (__localtime): Turn into a wrapper.
2948
2949 2018-12-17 Joseph Myers <joseph@codesourcery.com>
2950
2951 * sysdeps/unix/sysv/linux/ia64/sysdep.h (ASM_CLOBBERS_6_COMMON):
2952 Do not clobber r12.
2953
2954 * scripts/glibcextract.py (compare_macro_consts): Take parameters
2955 to allow extra macros from first or second sources.
2956 * sysdeps/unix/sysv/linux/tst-mman-consts.py: New file.
2957 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
2958 (tests-special): Add $(objpfx)tst-mman-consts.out.
2959 ($(objpfx)tst-mman-consts.out): New makefile target.
2960
2961 2018-12-17 Mao Han <han_mao@c-sky.com>
2962
2963 * sysdeps/unix/sysv/linux/Makefile: Add statx_cp.c.
2964 * sysdeps/unix/sysv/linux/fxstat64.c: Add conditionals for kernel
2965 without stat64 system call support.
2966 * sysdeps/unix/sysv/linux/fxstatat64.c: Likewise.
2967 * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstat.c: Likewise.
2968 * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
2969 * sysdeps/unix/sysv/linux/generic/wordsize-32/lxstat.c: Likewise.
2970 * sysdeps/unix/sysv/linux/generic/wordsize-32/lxstat64.c: Likewise.
2971 * sysdeps/unix/sysv/linux/generic/wordsize-32/xstat.c: Likewise.
2972 * sysdeps/unix/sysv/linux/generic/wordsize-32/xstat64.c: Likewise.
2973 * sysdeps/unix/sysv/linux/mips/mips64/statx_cp.c: New file.
2974 * sysdeps/unix/sysv/linux/statx_cp.c: Likewise.
2975 * sysdeps/unix/sysv/linux/statx_cp.h: Likewise.
2976 * sysdeps/unix/sysv/linux/wordsize-64/statx_cp.c: Likewise.
2977
2978 2018-12-15 Paul Eggert <eggert@cs.ucla.edu>
2979
2980 regex: fix storage-exhaustion error
2981 [BZ #18040]
2982 * posix/regexec.c (get_subexp):
2983 Do not continue if storage is exhausted.
2984
2985 2018-12-15 Assaf Gordon <assafgordon@gmail.com>
2986
2987 regex: fix heap-use-after-free error
2988 [BZ #18040]
2989 Problem reported by Saito Takaaki <tails.saito@gmail.com> in
2990 https://debbugs.gnu.org/32592
2991 Call stack get_subexp->get_subexp_sub->clean_state_log_if_needed may
2992 call extend_buffers which reallocates the re_string_t internal buffer.
2993 Local variable 'buf' was not updated in such case, resulting in
2994 use-after-free.
2995 * posix/regexec.c (get_subexp): Update 'buf' after call to
2996 get_subexp_sub.
2997
2998 2018-12-15 Florian Weimer <fweimer@redhat.com>
2999
3000 * support/blob_repeat.c (check_mul_overflow_size_t): New function.
3001 (minimum_stride_size): Use it.
3002 (support_blob_repeat_allocate): Likewise.
3003
3004 2018-12-14 Joseph Myers <joseph@codesourcery.com>
3005
3006 * sysdeps/x86/fpu/bits/mathinline.h (asinh): Remove inline
3007 definition.
3008 (acosh): Likewise.
3009 (atanh): Likewise.
3010
3011 2018-12-14 Florian Weimer <fweimer@redhat.com>
3012
3013 * manual/process.texi (Process Creation Concepts): Remove
3014 documentation of process (ID) lifetime. List more process
3015 creation functions. Reference Process Identification section.
3016 (Process Identification): Add information about process ID
3017 lifetime. Describe Linux thread/task IDs.
3018 * manual/signal.texi (Signaling Another Process): Mention that the
3019 signal is always sent to the process.
3020
3021 2018-12-14 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
3022
3023 * misc/Makefile (tests): Remove tst-efgcvt. Add tst-dbl-efgcvt
3024 and tst-ldbl-efgcvt.
3025 * misc/tst-efgcvt.c: Renamed to misc/tst-efgcvt-template.c.
3026 * misc/tst-efgcvt-template.c: Renamed from misc/tst-efgcvt.c.
3027 (struct testcase, efcvt_func, efcvt_r_func, ecvt_tests)
3028 (fcvt_tests, output_error, output_r_error, do_test): Use the
3029 macros defined in tst-dbl-efgcvt.c and tst-ldbl-efgcvt.c to:
3030 select the type of floating-point variables and arguments; to
3031 produce extra tests for double and conversion specifiers for
3032 printf; and to set the names of called functions.
3033 * misc/tst-dbl-efgcvt.c: New file that defines the macros used
3034 in tst-efgcvt-template.c.
3035 * misc/tst-ldbl-efgcvt.c: Likewise.
3036
3037 2018-12-14 Stefan Liebler <stli@linux.ibm.com>
3038
3039 * nss/Makefile (tst-nss-test3.out): New rule.
3040
3041 2018-12-13 Joseph Myers <joseph@codesourcery.com>
3042
3043 * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Do not
3044 clobber sp.
3045
3046 2018-12-13 fanjinke <fanjinke@hygon.cn>
3047
3048 * sysdeps/x86/cpu-features.c (init_cpu_features): Check for
3049 "HygonGenuine".
3050
3051 2018-12-13 Andreas Schwab <schwab@suse.de>
3052
3053 [BZ #23861]
3054 * nptl/pthread_rwlock_common.c: Reindent. Fix typos.
3055 (__pthread_rwlock_rdlock_full): Update expected value for
3056 __readers while waiting on PTHREAD_RWLOCK_RWAITING.
3057 * nptl/tst-rwlock-pwn.c: New file.
3058 * nptl/Makefile (tests): Add tst-rwlock-pwn.
3059
3060 2018-12-12 Joseph Myers <joseph@codesourcery.com>
3061
3062 * sysdeps/x86/fpu/bits/mathinline.h (hypot): Remove inline
3063 definition.
3064
3065 2018-12-12 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com>
3066
3067 * benchtests/scripts/compare_bench.py (do_compare): write to
3068 stderr in casestat is not present.
3069 * benchtests/scripts/compare_bench.py (plot_graphs): write to
3070 stderr in case timings field is not present. Also string showing
3071 the output filename goes into the stderr.
3072
3073 2018-12-12 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com>
3074
3075 * benchtests/scripts/compare_bench.py (do_compare): Catch KeyError
3076 and ZeroDivisorError exceptions.
3077 * benchtests/scripts/compare_bench.py (compare_runs): Use stats
3078 argument to loop through user provided statistics.
3079 * benchtests/scripts/compare_bench.py (main): Include the --stats
3080 argument.
3081
3082 2018-12-12 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com>
3083
3084 * benchtests/scripts/compare_bench.py (compare_runs): Continue
3085 instead of return.
3086
3087 2018-12-12 Florian Weimer <fweimer@redhat.com>
3088
3089 * sysdeps/posix/timespec_get.c: Add missing “any later version”
3090 clause to copyright header.
3091
3092 2018-12-12 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
3093
3094 [BZ #23614]
3095 * sysdeps/powerpc/powerpc64/addmul_1.S (FUNC): Add CFI offset for
3096 registers saved in the stack frame.
3097 * sysdeps/powerpc/powerpc64/lshift.S (__mpn_lshift): Likewise.
3098 * sysdeps/powerpc/powerpc64/mul_1.S (__mpn_mul_1): Likewise.
3099
3100 2018-12-11 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
3101
3102 * include/bits/monetary-ldbl.h: New file.
3103 * include/bits/printf-ldbl.h: Likewise.
3104 * include/bits/stdio-ldbl.h: Likewise.
3105 * include/bits/stdlib-ldbl.h: Likewise.
3106 * include/bits/syslog-ldbl.h: Likewise.
3107 * include/bits/wchar-ldbl.h: Likewise.
3108
3109 2018-12-11 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
3110
3111 * libio/libio.h: Remove redirection for _IO_vfprintf.
3112
3113 2018-12-11 Andreas Schwab <schwab@suse.de>
3114
3115 * Makerules: Remove all references to abilist-pattern.
3116 (update-all-abi): Simplify find expression.
3117
3118 2018-12-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
3119
3120 [BZ #23961]
3121 * math/auto-libm-test-in: Add new test case.
3122 * math/auto-libm-test-out-pow: Regenerated.
3123 * sysdeps/ieee754/flt-32/e_powf.c (__powf): Fix overflow check.
3124
3125 2018-12-10 DJ Delorie <dj@redhat.com>
3126
3127 [BZ #23948]
3128 * support/test-container.c: Move postclean step to before we
3129 change namespaces.
3130
3131 2018-12-10 Joseph Myers <joseph@codesourcery.com>
3132
3133 * scripts/gen-as-const.py (main): Handle --python option.
3134 * scripts/gen-py-const.awk: Remove.
3135 * Makerules (py-const-script): Use gen-as-const.py.
3136 ($(py-const)): Likewise.
3137 * nptl/nptl-printers.py (MutexPrinter.read_status_no_robust): Mask
3138 with 0xffffffff together with ~(PTHREAD_MUTEX_PRIO_CEILING_MASK).
3139 (MutexAttributesPrinter.read_values): Mask with 0xffffffff
3140 together with ~PTHREAD_MUTEXATTR_FLAG_BITS and
3141 ~PTHREAD_MUTEX_NO_ELISION_NP.
3142 * manual/README.pretty-printers: Update reference to
3143 gen-py-const.awk.
3144
3145 * scripts/glibcextract.py: New file.
3146 * scripts/gen-as-const.py: Do not import os.path, re, subprocess
3147 or tempfile. Import glibcexctract.
3148 (compute_c_consts): Remove. Moved to glibcextract.py.
3149 (gen_test): Update reference to compute_c_consts.
3150 (main): Likewise.
3151 * sysdeps/unix/sysv/linux/tst-signal-numbers.py: New file.
3152 * sysdeps/unix/sysv/linux/tst-signal-numbers.sh: Remove.
3153 * sysdeps/unix/sysv/linux/Makefile
3154 ($(objpfx)tst-signal-numbers.out): Use tst-signal-numbers.py.
3155 Redirect stderr as well as stdout.
3156
3157 2018-12-10 Rafael Ávila de Espíndola <rafael@espindo.la>
3158
3159 [BZ #19767]
3160 * sysdeps/unix/sysv/linux/mips/init-first.c: Remove #ifdef SHARED.
3161 * sysdeps/unix/sysv/linux/mips/libc-vdso.h: Remove #ifdef SHARED.
3162 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Define
3163 ALWAYS_USE_VSYSCALL.
3164 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Define
3165 ALWAYS_USE_VSYSCALL.
3166 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Define
3167 ALWAYS_USE_VSYSCALL.
3168
3169 2018-12-10 Florian Weimer <fweimer@redhat.com>
3170
3171 [BZ #23972]
3172 * sysdeps/unix/sysv/linux/getdents64.c (handle_overflow): Check
3173 offset instead of count for clarity. Fix typo in comment.
3174 (__old_getdents64): Keep track of previous offset. Use it to call
3175 handle_overflow.
3176 * sysdeps/unix/sysv/linux/tst-readdir64-compat.c (do_test): Check
3177 that d_off is never zero.
3178
3179 2018-12-10 Andreas Schwab <schwab@suse.de>
3180
3181 * sysdeps/unix/sysv/linux/powerpc/powerpc64/*-le.abilist: Move to
3182 sysdeps/unix/sysv/linux/powerpc/powerpc64/le/*.abilist.
3183 * sysdeps/unix/sysv/linux/powerpc/powerpc64/*.abilist: Move to
3184 sysdeps/unix/sysv/linux/powerpc/powerpc64/be/*.abilist.
3185 * sysdeps/powerpc/Makefile (abilist-pattern): Don't define.
3186
3187 2018-12-10 Joseph Myers <joseph@codesourcery.com>
3188
3189 * timezone/private.h: Update from tzcode 2018g.
3190 * timezone/tzfile.h: Likewise.
3191 * timezone/tzselect.ksh: Likewise.
3192 * timezone/zdump.c: Likewise.
3193 * timezone/zic.c: Likewise.
3194
3195 2018-12-08 Paul Pluzhnikov <ppluzhnikov@google.com>
3196
3197 [BZ #23490]
3198 * sysdeps/unix/sysv/linux/x86/tst-cet-property-2.c
3199 (do_test): Adjust buffer size and fix format.
3200
3201 2018-12-07 DJ Delorie <dj@redhat.com>
3202
3203 [BZ #23907]
3204 * malloc/tst-tcfree3.c: New.
3205 * malloc/Makefile: Add it.
3206
3207 2018-12-07 H.J. Lu <hongjiu.lu@intel.com>
3208
3209 * include/sched.h (__getcpu): Don't use __typeof__ (getcpu).
3210
3211 2018-12-07 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
3212
3213 * libio/libioP.h (SCANF_LDBL_USES_FLOAT128): New macro to be
3214 used as a mask for the mode argument of __vfscanf_internal and
3215 __vfwscanf_internal.
3216 * stdio-common/vfscanf-internal.c
3217 [defined COMPILE_WSCANF && __HAVE_FLOAT128_UNLIKE_LDBL]
3218 (__strtof128_internal): Define to __wcstof128_internal.
3219 [__HAVE_FLOAT128_UNLIKE_LDBL] (__vfscanf_internal): Call
3220 __strtof128_internal or __wcstof128_internal when the format of
3221 long double is the same as _Float128.
3222
3223 2018-12-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
3224
3225 * include/unistd.h (__confstr): Add prototype and hidden prototype.
3226 * posix/confstr.c (confstr): Rename to __confstr.
3227 (__confstr): Add hidden def.
3228 (confstr): Add weak alias for __confstr.
3229 * sysdeps/mach/hurd/spawni.c (__spawni): Call __confstr instead of
3230 confstr.
3231
3232 2018-12-07 H.J. Lu <hongjiu.lu@intel.com>
3233
3234 * NEWS: Mention getcpu.
3235 * include/sched.h (__getcpu): New libc_hidden_proto.
3236 * manual/resource.texi: Document getcpu.
3237 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add getcpu.
3238 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.29): Add getcpu.
3239 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: Add getcpu.
3240 * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
3241 * sysdeps/unix/sysv/linux/arm/libc.abilist: Likewise.
3242 * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
3243 * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
3244 * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
3245 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
3246 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
3247 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
3248 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
3249 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist:
3250 Likewise.
3251 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
3252 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
3253 * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise.
3254 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
3255 Likewise.
3256 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
3257 Likewise.
3258 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist:
3259 Likewise.
3260 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist:
3261 Likewise.
3262 * sysdeps/unix/sysv/linux/riscv/rv64/libc.abilist: Likewise.
3263 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
3264 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
3265 * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
3266 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
3267 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
3268 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
3269 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
3270 * sysdeps/unix/sysv/linux/bits/sched.h (getcpu): New prototype.
3271 * sysdeps/unix/sysv/linux/getcpu.c: New file.
3272 * sysdeps/unix/sysv/linux/tst-skeleton-affinity.c (test_size):
3273 Also check getcpu.
3274
3275 2018-12-07 Samuel Thibault <samuel.thibault@ens-lyon.org>
3276
3277 * sysdeps/mach/hurd/spawni.c (child_lookup_under, child_fchdir): New
3278 functions.
3279 (__spawni): Handle spawn_do_fchdir by calling child_fchdir.
3280
3281 2018-12-07 Florian Weimer <fweimer@redhat.com>
3282
3283 [BZ #17405]
3284 * posix/Makefile (routines): Add spawn_faction_addfchdir.
3285 * posix/Versions (GLIBC_2.29): Export
3286 posix_spawn_file_actions_addfchdir_np.
3287 * posix/spawn.h (posix_spawn_file_actions_addfchdir_np): Declare.
3288 * posix/spawn_faction_destroy.c
3289 (__posix_spawn_file_actions_destroy): Handle spawn_do_fchdir.
3290 * posix/spawn_int.h (struct __spawn_action): Add spawn_do_fchdir
3291 and the field action.fchdir_action.
3292 * posix/tst-spawn-chdir.c (add_chdir): New function.
3293 (do_test): Add do_fchdir loop. Call add_chdir.
3294 * sysdeps/posix/spawni.c (__spawni_child): Handle spawn_do_fchdir.
3295 * sysdeps/unix/sysv/linux/spawni.c (__spawni_child): Likewise.
3296 * sysdeps/mach/hurd/i386/libc.abilist (GLIBC_2.29): Add
3297 posix_spawn_file_actions_addfchdir_np.
3298 * sysdeps/unix/sysv/linux/aarch64/libc.abilist (GLIBC_2.29):
3299 Likewise.
3300 * sysdeps/unix/sysv/linux/alpha/libc.abilist (GLIBC_2.29):
3301 Likewise.
3302 * sysdeps/unix/sysv/linux/arm/libc.abilist (GLIBC_2.29): Likewise.
3303 * sysdeps/unix/sysv/linux/hppa/libc.abilist (GLIBC_2.29):
3304 Likewise.
3305 * sysdeps/unix/sysv/linux/i386/libc.abilist (GLIBC_2.29):
3306 Likewise.
3307 * sysdeps/unix/sysv/linux/ia64/libc.abilist (GLIBC_2.29):
3308 Likewise.
3309 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist (GLIBC_2.29):
3310 Likewise.
3311 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist (GLIBC_2.29):
3312 Likewise.
3313 * sysdeps/unix/sysv/linux/microblaze/libc.abilist (GLIBC_2.29):
3314 Likewise.
3315 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist
3316 (GLIBC_2.29): Likewise.
3317 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist
3318 (GLIBC_2.29): Likewise.
3319 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist
3320 (GLIBC_2.29): Likewise.
3321 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist
3322 (GLIBC_2.29): Likewise.
3323 * sysdeps/unix/sysv/linux/nios2/libc.abilist (GLIBC_2.29):
3324 Likewise.
3325 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist
3326 (GLIBC_2.29): Likewise.
3327 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist
3328 (GLIBC_2.29): Likewise.
3329 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist
3330 (GLIBC_2.29): Likewise.
3331 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist
3332 (GLIBC_2.29): Likewise.
3333 * sysdeps/unix/sysv/linux/riscv/rv64/libc.abilist (GLIBC_2.29):
3334 Likewise.
3335 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist (GLIBC_2.29):
3336 Likewise.
3337 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist (GLIBC_2.29):
3338 Likewise.
3339 * sysdeps/unix/sysv/linux/sh/libc.abilist (GLIBC_2.29): Likewise.
3340 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist (GLIBC_2.29):
3341 Likewise.
3342 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist (GLIBC_2.29):
3343 Likewise.
3344 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist (GLIBC_2.29):
3345 Likewise.
3346 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist (GLIBC_2.29):
3347 Likewise.
3348
3349 2018-12-06 Joseph Myers <joseph@codesourcery.com>
3350
3351 * manual/texinfo.tex: Update to version 2018-09-21.20 with
3352 trailing whitespace removed.
3353 * scripts/config.guess: Update to version 2018-11-28.
3354 * scripts/config.sub: Update to version 2018-11-28.
3355 * scripts/install-sh: Update to version 2018-03-11.20.
3356 * scripts/mkinstalldirs: Update to version 2018-03-07.03.
3357 * scripts/move-if-change: Update to version 2018-03-07 03:47.
3358
3359 2018-12-07 Florian Weimer <fweimer@redhat.com>
3360
3361 [BZ #23927]
3362 CVE-2018-19591
3363 * inet/tst-if_index-long.c: New file.
3364 * inet/Makefile (tests): Add tst-if_index-long.
3365
3366 2018-12-07 Florian Weimer <fweimer@redhat.com>
3367
3368 * support/check.h (support_record_failure_is_failed): Declare.
3369 * support/descriptors.h: New file.
3370 * support/support_descriptors.c: Likewise.
3371 * support/tst-support_descriptors.c: Likewise.
3372 * support/support_record_failure.c
3373 (support_record_failure_is_failed): New function.
3374 * support/Makefile (libsupport-routines): Add support_descriptors.
3375 (tests): Add tst-support_descriptors.
3376
3377 2018-12-05 Zack Weinberg <zackw@panix.com>
3378 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
3379
3380 * stdio-common/vfprintf-internal.c
3381 (__vfprintf_internal, __vfwprintf_internal): Don't use __ldbl_is_dbl.
3382 * sysdeps/generic/math_ldbl_opt.h: Remove __ldbl_is_dbl.
3383 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Remove __ldbl_is_dbl
3384 and __no_long_double.
3385 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.c: Remove file.
3386 * sysdeps/ieee754/ldbl-opt/Makefile (routines): Remove math_ldbl_opt.
3387 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Remove
3388 libc_hidden_proto and libc_hidden_def from all __nldbl_*printf*
3389 and __nldbl_*syslog* functions.
3390 (__nldbl_cleanup, set_no_long_double, clear_no_long_double): Remove.
3391 (__nldbl___asprintf, __nldbl_dprintf, __nldbl_fprintf)
3392 (__nldbl_fwprintf, __nldbl_printf, __nldbl_sprintf)
3393 (__nldbl_vfprintf, __nldbl___vsprintf, __nldbl_obstack_vprintf)
3394 (__ndlbl_obstack_printf, __nldbl_snprintf, __nldbl_swprintf)
3395 (__nldbl_vasprintf, __nldbl_vdprintf, __nldbl_vfwprintf)
3396 (__nldbl_vprintf, __nldbl_vsnprintf, __ndlbl_vswprintf)
3397 (__nldbl_vwprintf, __nldbl_wprintf):
3398 Directly call the appropriate __v*printf_internal routine, passing
3399 PRINTF_LDBL_IS_DBL. Do not mess with __no_long_double. Normalize
3400 variable names.
3401 (__nldbl___fprintf_chk, __nldbl___fwprintf_chk)
3402 (__nldbl___printf_chk, __nldbl___snprintf_chk)
3403 (__nldbl___sprintf_chk, __nldbl___swprintf_chk)
3404 (__nldbl___vfprintf_chk, __nldbl___vfwprintf_chk)
3405 (__nldbl___vprintf_chk, __nldbl___vsnprintf_chk)
3406 (__nldbl___vsprintf_chk, __nldbl___vswprintf_chk)
3407 (__nldbl___vwprintf_chk, __nldbl___wprintf_chk)
3408 (__nldbl___vasprintf_chk, __nldbl___asprintf_chk)
3409 (__nldbl___vdprintf_chk, __nldbl___dprintf_chk)
3410 (__nldbl___obstack_vprintf_chk, __nldbl___obstack_printf_chk):
3411 Likewise, and also pass PRINTF_FORTIFY when appropriate.
3412 (__nldbl_syslog, __nldbl_vsyslog):
3413 Directly call __vsyslog_internal, passing PRINTF_LDBL_IS_DBL.
3414 (__nldbl_syslog_chk): Likewise, and also pass PRINTF_FORTIFY when
3415 appropriate.
3416 (__nldbl_vsyslog_chk): Likewise, and also pass PRINTF_FORTIFY when
3417 appropriate.
3418
3419 2018-12-05 Zack Weinberg <zackw@panix.com>
3420 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
3421
3422 [BZ #11319]
3423 * libio/iovsprintf.c (_IO_str_chk_overflow, libio_vtable):
3424 Moved here from debug/vsprintf_chk.c.
3425 (__vsprintf_internal): Add 'maxlen' argument. Change the setup
3426 and completion logic for the strfile to match exactly what
3427 __vsprintf_chk used to do, except, when maxlen is -1, pass -1 to
3428 _IO_str_init_static_internal instead of maxlen-1.
3429 (__vsprintf): Pass -1 as maxlen to __vsprintf_internal.
3430 * stdio-common/sprintf.c (__sprintf): Pass -1 as maxlen to
3431 __vsprintf_internal.
3432
3433 * debug/vsprintf_chk.c (__vsprintf_chk)
3434 * debug/sprintf_chk.c (__sprintf_chk):
3435 Directly call __vsprintf_internal, passing PRINTF_FORTIFY if
3436 'flags' argument is positive, and slen as maxlen. No need to lock
3437 the FILE and/or construct a temporary FILE. Minimize and normalize
3438 header inclusions and variable names. Do not libc_hidden_def anything.
3439
3440 * debug/asprintf_chk.c (__asprintf_chk)
3441 * debug/dprintf_chk.c (__dprintf_chk)
3442 * debug/fprintf_chk.c (__fprintf_chk)
3443 * debug/fwprintf_chk.c (__fwprintf_chk)
3444 * debug/printf_chk.c (__printf_chk)
3445 * debug/snprintf_chk.c (__snprintf_chk)
3446 * debug/swprintf_chk.c (__swprintf_chk)
3447 * debug/vasprintf_chk.c (__vasprintf_chk)
3448 * debug/vdprintf_chk.c (__vdprintf_chk)
3449 * debug/vfprintf_chk.c (__vfprintf_chk)
3450 * debug/vfwprintf_chk.c (__vfwprintf_chk)
3451 * debug/vprintf_chk.c (__vprintf_chk)
3452 * debug/vsnprintf_chk.c (__vsnprintf_chk)
3453 * debug/vswprintf_chk.c (__vswprintf_chk)
3454 * debug/vwprintf_chk.c (__vwprintf_chk)
3455 * debug/wprintf_chk.c (__wprintf_chk):
3456 Directly call the corresponding vxxprintf_internal function, passing
3457 PRINTF_FORTIFY if 'flag' argument is positive. No need to lock
3458 the FILE and/or construct a temporary FILE. Minimize and normalize
3459 header inclusions and variable names. Do not libc_hidden_def anything.
3460
3461 * debug/obprintf_chk.c (__obstack_printf_chk): Directly call
3462 __obstack_vprintf_internal.
3463 (__obstack_vprintf_chk): Convert into a wrapper that calls
3464 __obstack_vprintf_internal (these two functions already had the
3465 same code) and move to new file...
3466 * debug/vobprintf_chk.c (__obstack_vprintf_chk): ... here. New
3467 file.
3468 * debug/obprintf.c (__obstack_vprintf_internal): Remove the checking of
3469 the flags argument and the setting of _IO_FLAGS2_FORTIFY.
3470 * debug/Makefile (routines): Add vobprintf_chk.
3471
3472 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
3473 (__nldbl___vsprintf): Pass -1 as maxlen to __vsprintf_internal.
3474 (__nldbl___vfprintf_chk, __nldbl___vsnprintf_chk)
3475 (__nldbl___vsprintf_chk, __nldbl___vswprintf_chk)
3476 (__nldbl___vasprintf_chk, __nldbl___vdprintf_chk)
3477 (__nldbl___obstack_vfprintf_chk):
3478 Directly call the corresponding vxxprintf_internal function,
3479 passing PRINTF_FORTIFY if 'flag' argument is positive. If necessary,
3480 duplicate comparison of slen with 0 or maxlen from the corresponding
3481 non-__nldbl function.
3482
3483 * include/stdio.h (__vsnprintf_chk, __vfprintf_chk, __vasprintf_chk)
3484 (__vdprintf_chk, __obstack_vfprintf_chk): Remove libc_hidden_proto.
3485 * include/wchar.h (__vfwprintf_chk, __vswprintf_chk):
3486 Remove libc_hidden_proto.
3487
3488 * stdio-common/vfprintf-internal.c
3489 (__vfprintf_internal, __vfwprintf_internal):
3490 Do not check _IO_FLAGS2_FORTIFY.
3491 * libio/libio.h (_IO_FLAGS2_FORTIFY): Remove.
3492 * libio/libioP.h: Update prototype of __vsprintf_internal and add
3493 a comment explaining why it has the maxlen argument.
3494 (_IO_acquire_lock_clear_flags2_fct): Remove.
3495 (_IO_acquire_lock_clear_flags2): Remove.
3496 (_IO_release_lock): Remove conditional statement which will
3497 now never execute.
3498 (_IO_acquire_lock): Remove variable which is now unused.
3499 * sysdeps/generic/stdio-lock.h (_IO_acquire_lock_clear_flags2): Remove.
3500 * sysdeps/nptl/stdio-lock.h (_IO_acquire_lock_clear_flags2): Remove.
3501
3502 * stdio-common/Makefile (tests): Add tst-bz11319 and
3503 tst-bz11319-fortify2.
3504 (CFLAGS-tst-bz11319-fortify2.c): New macro.
3505 * stdio-common/tst-bz11319-fortify2.c: New file.
3506 * stdio-common/tst-bz11319.c: Likewise.
3507
3508 2018-12-05 Zack Weinberg <zackw@panix.com>
3509 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
3510
3511 * misc/syslog.c: Include libioP.h, not iolibio.h.
3512 (__vsyslog_internal): New function with the former body of
3513 __vsyslog_chk; takes mode_flags argument same as
3514 __v*printf_internal. Call __vfprintf_internal directly.
3515
3516 (__vsyslog_chk): Now a wrapper around __vsyslog_internal.
3517 Remove libc_hidden_def.
3518 (__syslog, __syslog_chk): Use __vsyslog_internal.
3519 (__vsyslog): Move to just below __syslog. Use __vsyslog_internal.
3520
3521 * include/sys/syslog.h: Add multiple inclusion guard.
3522 Add prototype for __vsyslog_internal.
3523 Remove declaration and libc_hidden_proto for __vsyslog_chk.
3524
3525 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vsyslog_chk):
3526 Use __vsyslog_internal.
3527
3528 2018-12-05 Zack Weinberg <zackw@panix.com>
3529 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
3530
3531 * libio/libioP.h (__vfprintf_internal, __vfwprintf_internal)
3532 (__vasprintf_internal, __vdprintf_internal, __obstack_vprintf_internal)
3533 (__vsprintf_internal, __vsnprintf_internal, __vswprintf_internal):
3534 New functions.
3535 (PRINTF_LDBL_IS_DBL, PRINTF_FORTIFY): New constants.
3536 (_IO_vasprintf, _IO_vdprintf, _IO_vsnprintf): Remove prototypes.
3537
3538 * stdio-common/vfprintf-internal.c: Rename from vfprintf.c.
3539 Include wctype.h here if COMPILE_WPRINTF is defined.
3540 Define __vfprintf_internal or __vfwprintf_internal, depending
3541 on COMPILE_WPRINTF.
3542 Temporarily, on entry to this function, update mode_flags
3543 according to the environmental settings corresponding to
3544 PRINTF_LDBL_IS_DBL and PRINTF_FORTIFY.
3545 Throughout, check mode_flags instead of __ldbl_is_dbl and
3546 _IO_FLAGS2_FORTIFY on the destination FILE.
3547 * stdio-common/vfwprintf-internal.c: Rename from vfwprintf.c.
3548 Include vfprintf-internal.c. Don't include wctype.h.
3549 * stdio-common/vfprintf.c: New file. Just define __vfprintf
3550 as a wrapper around __vfprintf_internal, with aliases _IO_vfprintf
3551 and vfprintf.
3552 * stdio-common/vfwprintf.c: New file. Just define __vfwprintf
3553 as a wrapper around __vfwprintf_internal, with aliases _IO_vfwprintf
3554 and vfwprintf.
3555 * stdio-common/Makefile: Add vfprintf-internal and vfwprintf-internal.
3556
3557 * libio/iovdprintf.c (_IO_vdprintf): Rename to __vdprintf_internal
3558 and add mode_flags argument; use __vfprintf_internal.
3559 (__vdprintf): New function. Alias vdprintf to this.
3560 * libio/iovsprintf.c (_IO_vsprintf, __vsprintf): Similarly.
3561 * libio/vasprintf.c (_IO_vasprintf, __vasprintf): Similarly.
3562 * libio/obprintf.c (_IO_obstack_vprintf, __obstack_vprintf): Similarly.
3563 (__obstack_printf): Use __obstack_printf_internal.
3564 * libio/vsnprintf.c (_IO_vsnprintf, ___vsnprintf): Similarly, with
3565 public aliases __vsnprintf and vsnprintf.
3566 Remove use of ldbl_hidden_def, since __vsnprintf is no longer
3567 called internally.
3568 * libio/vswprintf (_IO_vswprintf, __vswprintf): Similarly, with
3569 public aliases _IO_vsprintf and vsprintf.
3570 * libio/swprintf.c (__swprintf): Use __vswprintf_internal.
3571 * stdio-common/asprintf.c (__asprintf): Use __vasprintf_internal.
3572 * stdio-common/dprintf.c (__dprintf): Use __vdprintf_internal.
3573 * stdio-common/snprintf.c (__snprintf): Use __vsprintf_internal.
3574 * stdio-common/sprintf.c (__sprintf): Use __vsprintf_internal.
3575
3576 * debug/obprintf_chk.c, debug/vasprintf_chk.c, debug/vdprintf_chk.c
3577 * debug/vsnprintf_chk.c, debug/vsprintf_chk.c, hurd/vpprintf.c
3578 * stdio-common/fprintf.c, stdio-common/fxprintf.c
3579 * stdio-common/printf.c: Use __vfprintf_internal.
3580
3581 * debug/fwprintf_chk.c, debug/vfwprintf_chk.c, debug/vswprintf_chk.c
3582 * debug/vwprintf_chk.c, debug/wprintf_chk.c, libio/fwprintf.c
3583 * libio/vwprintf.c, libio/wprintf.c: Use __vfwprintf_internal.
3584
3585 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Use __vsprintf_internal,
3586 __obstack_vprintf_internal, __vasprintf_internal, __vdprintf_internal,
3587 __vsnprintf_internal, __vswprintf_internal, __vfprintf_internal, and
3588 __vfwprintf_internal.
3589
3590 * libio/libio.h: Remove libc_hidden_proto and declaration for
3591 _IO_vfprintf.
3592 Remove declaration of _IO_vfwprintf.
3593 * libio/iolibio.h: Remove libc_hidden_proto and declaration for
3594 _IO_vsprintf.
3595 Remove declarations of _IO_vswprintf, _IO_obstack_printf, and
3596 _IO_obstack_printf.
3597 * include/stdio.h: Add prototype for __vasprintf.
3598 (__vsnprintf): Remove declaration, because there are no more
3599 internal calls.
3600 * include/wchar.h (__vfwprintf, __vswprintf): Remove
3601 declaration, because there are no more internal calls.
3602
3603 * argp/argp-fmtstream.c (__argp_fmtstream_printf): Use
3604 __vsnprintf_internal, instead of _IO_vsnprintf.
3605 * argp/argp-help.c (__argp_error, __argp_failure): Use
3606 __vasprintf_internal, instead of _IO_vasprintf.
3607 * argp/argp-namefrob.h (__vsnprintf): Do not undefined then
3608 redefine, because there are no more internal calls.
3609
3610 2018-12-05 Zack Weinberg <zackw@panix.com>
3611 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
3612
3613 * stdio-common/vfscanf-internal.c: Don't look at __ldbl_is_dbl.
3614 * sysdeps/ieee754/ldbl-opt/ndlbl-compat.c:
3615 Include libio/strfile.h instead of libioP.h.
3616 (__nldbl_IO_vfscanf, __ndlbl___vfscanf, __nldbl_sscanf)
3617 (__nldbl___vsscanf, __nldbl_vscanf, __nldbl_fscanf)
3618 (__nldbl_scanf, __nldbl_vfwscanf, __nldbl_swscanf)
3619 (__nldbl_vswscanf, __nldbl_vwscanf, __nldbl_fwscanf)
3620 (__nldbl_wscanf): Call __vfscanf_internal / __vfwscanf_internal
3621 directly, passing SCANF_LDBL_IS_DBL. Set up a strfile if
3622 necessary. Do not set __no_long_double. Normalize variable names.
3623 (__nldbl___isoc99_vfscanf, __nldbl___isoc99_sscanf)
3624 (__nldbl___isoc99_vsscanf, __nldbl___isoc99_vscanf)
3625 (__nldbl___isoc99_fscanf, __nldbl___isoc99_scanf)
3626 (__nldbl___isoc99_vfwscanf, __nldbl___isoc99_swscanf)
3627 (__nldbl___isoc99_vswscanf, __nldbl___isoc99_vwscanf)
3628 (__nldbl___isoc99_fwscanf, __nldbl___isoc99_wscanf):
3629 Call __vfscanf_internal / __vfwscanf_internal directly, passing
3630 SCANF_LDBL_IS_DBL | SCANF_ISOC99_A. Set up a strfile if necessary.
3631 Do not set __no_long_double. Normalize variable names.
3632
3633 2018-12-05 Zack Weinberg <zackw@panix.com>
3634 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
3635
3636 * stdio-common/isoc99_scanf.c
3637 * stdio-common/isoc99_fscanf.c
3638 * stdio-common/isoc99_sscanf.c
3639 * stdio-common/isoc99_vscanf.c
3640 * stdio-common/isoc99_vfscanf.c
3641 * stdio-common/isoc99_vsscanf.c
3642 * wcsmbs/isoc99_wscanf.c
3643 * wcsmbs/isoc99_fwscanf.c
3644 * wcsmbs/isoc99_swscanf.c
3645 * wcsmbs/isoc99_vwscanf.c
3646 * wcsmbs/isoc99_vfwscanf.c
3647 * wcsmbs/isoc99_vswscanf.c:
3648 Pass SCANF_ISOC99_A to __vfscanf_internal and/or __vfwscanf_internal.
3649 Do not set _IO_FLAGS2_SCANF_STD on the FILE passed to that function.
3650 No need to lock and unlock the FILE passed to that function.
3651
3652 * stdio-common/vfscanf-internal.c
3653 (__vfscanf_internal, __vfwscanf_internal):
3654 Don't look at _IO_FLAGS2_SCANF_STD.
3655 * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct)
3656 (_IO_release_lock): Don't clear _IO_FLAGS2_SCANF_STD.
3657 * libio/libio.h (_IO_FLAGS2_SCANF_STD): Delete.
3658
3659 2018-12-05 Zack Weinberg <zackw@panix.com>
3660 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
3661
3662 * libio/libioP.h (SCANF_LDBL_IS_DBL, SCANF_ISOC99_A): New constants.
3663 (__vfscanf_internal, __vfwscanf_internal): New function prototypes.
3664 * libio/libio.h: Remove libc_hidden_proto for _IO_vfscanf.
3665 * libio/strfile.h: Add multiple inclusion guard.
3666 (_IO_strfile_read, _IO_strfile_readw): New inline functions.
3667
3668 * sysdeps/generic/math_ldbl_opt.h: Include shlib-compat.h, for
3669 consistency with the other version of this file.
3670 (ldbl_compat_symbol): New macro.
3671 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h (ldbl_compat_symbol):
3672 New macro.
3673
3674 * stdio-common/vfscanf-internal.c: Rename from vfscanf.c.
3675 Define __vfscanf_internal or __vfwscanf_internal, depending on
3676 COMPILE_WSCANF; don't define any other public symbols.
3677 Remove errval and code to set errp.
3678 Temporarily check __ldbl_is_dbl and _IO_FLAGS2_SCANF_STD as well
3679 as the mode_flags argument.
3680 (encode_error, conv_error, input_error): Don't set errval.
3681 * stdio-common/vfwscanf-internal.c: Rename from vfwscanf.c.
3682 Include vfscanf-internal.c.
3683 * stdio-common/vfscanf.c: New file defining the public entry
3684 point vfscanf, which calls __vfscanf_internal.
3685 * stdio-common/vfwscanf.c: New file defining the public entry
3686 point vfwscanf, which calls __vfwscanf_internal.
3687
3688 * stdio-common/iovfscanf.c: New file.
3689 * stdio-common/iovfwscanf.c: Likewise.
3690
3691 * stdio-common/Makefile (routines): Add vfscanf-internal,
3692 vfwscanf-internal, iovfscanf, iovfwscanf.
3693 * stdio-common/Versions: Mention GLIBC_2.29, so that
3694 it can be used in SHLIB_COMPAT expressions.
3695 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl__IO_vfscanf):
3696 Wrap definition and compat_symbol line in #if SHLIB_COMPAT.
3697 Call __vfscanf_internal, instead of _IO_vfscanf.
3698 (__nldbl___vfscanf): Call __vfscanf_internal, instead of
3699 _IO_vfscanf.
3700 (__nldbl_vfwscanf): Call __vfwscanf_internal, instead of
3701 _IO_vfwscanf.
3702
3703 * libio/iovsscanf.c: Clean up includes, when possible. Use
3704 _IO_strfile_read or _IO_strfile_readw, when needed. Call
3705 __vfscanf_internal or __vfwscanf_internal directly.
3706 * libio/iovswscanf.c: Likewise.
3707 * libio/swscanf.c: Likewise.
3708 * libio/vscanf.c: Likewise.
3709 * libio/vwscanf.c: Likewise.
3710 * libio/wscanf.c: Likewise.
3711 * stdio-common/isoc99_fscanf.c: Likewise.
3712 * stdio-common/isoc99_scanf.c: Likewise.
3713 * stdio-common/isoc99_sscanf.c: Likewise.
3714 * stdio-common/isoc99_vfscanf.c: Likewise.
3715 * stdio-common/isoc99_vscanf.c: Likewise.
3716 * stdio-common/isoc99_vsscanf.c: Likewise.
3717 * stdio-common/scanf.c: Likewise.
3718 * stdio-common/sscanf.c: Likewise.
3719 * wcsmbs/isoc99_fwscanf.c: Likewise.
3720 * wcsmbs/isoc99_swscanf.c: Likewise.
3721 * wcsmbs/isoc99_vfwscanf.c: Likewise.
3722 * wcsmbs/isoc99_vswscanf.c: Likewise.
3723 * wcsmbs/isoc99_vwscanf.c: Likewise.
3724 * wcsmbs/isoc99_wscanf.c: Likewise.
3725
3726 2018-12-05 Albert ARIBAUD <albert.aribaud@3adev.fr>
3727
3728 * include/time.h
3729 (__tz_compute): Replace time_t with __time64_t.
3730 (__tz_convert): Replace time_t* with __time64_t.
3731 (__offtime): Replace time_t* with __time64_t.
3732 * time/gmtime.c
3733 (__gmtime_r): Adjust call to __tz_convert.
3734 (gmtime): Likewise.
3735 * time/localtime.c
3736 (__localtime_r): Likewise.
3737 (localtime): Likewise.
3738 * time/offtime.c: Replace time_t with __time64_t.
3739 * time/tzset.c: Likewise.
3740
3741 2018-12-04 Joseph Myers <joseph@codesourcery.com>
3742
3743 * Makefile ($(objpfx)testroot.pristine/install.stamp): Do not run
3744 dynamic linker unless [$(run-built-tests) = yes].
3745
3746 2018-12-03 DJ Delorie <dj@delorie.com>
3747
3748 * support/test-container.c (check_for_unshare_hints): New.
3749 (main): Call it if unshare fails. Add support for "su" scriptlet
3750 command.
3751
3752 2018-12-03 Joseph Myers <joseph@codesourcery.com>
3753
3754 * scripts/gen-as-const.py (compute_c_consts): Take an argument
3755 'START' to indicate that start text should be output.
3756 (gen_test): Likewise.
3757 (main): Generate 'START' for first symbol or '--' line, or at end
3758 of input if not previously generated.
3759
3760 2018-12-03 Rafael Ávila de Espíndola <rafael@espindo.la>
3761
3762 [BZ #19767]
3763 * sysdeps/unix/sysv/linux/arm/init-first.c: Remove #ifdef SHARED.
3764 * sysdeps/unix/sysv/linux/arm/libc-vdso.h: Remove #ifdef SHARED.
3765 * sysdeps/unix/sysv/linux/arm/sysdep.h: Define
3766 ALWAYS_USE_VSYSCALL.
3767
3768 2018-12-03 Adhemerval Zanella <adhemerval.zanella@linaro.org>
3769
3770 [BZ #23913]
3771 * sysdeps/posix/spawni.c (maybe_script_execute): Increment size of
3772 new_argv by one.
3773
3774 2018-12-03 Carlos O'Donell <carlos@redhat.com>
3775
3776 [BZ #23923]
3777 * locale/programs/localedef.c: Declare boolean hard_links default true.
3778 (options): Add --no-hard-links option.
3779 (parse_opt): Add OPT_NO_HARD_LINKS case and set hard_links to false.
3780 * locale/programs/localedef.h: Declare prototype for hard_links.
3781 * locale/programs/locfile.c (write_locale_data): Don't use hard
3782 links if hard_links is false.
3783
3784 2018-12-03 H.J. Lu <hongjiu.lu@intel.com>
3785
3786 * sysdeps/x86/cacheinfo.c (intel_check_word): Updated for
3787 cpu_features_basic.
3788 (__cache_sysconf): Likewise.
3789 (init_cacheinfo): Likewise.
3790 * sysdeps/x86/cpu-features.c (get_extended_indeces): Also
3791 populate COMMON_CPUID_INDEX_80000007 and
3792 COMMON_CPUID_INDEX_80000008.
3793 (get_common_indices): Also populate COMMON_CPUID_INDEX_D_ECX_1.
3794 Use CPU_FEATURES_CPU_P (cpu_features, XSAVEC) to check if
3795 XSAVEC is available. Set the bit_arch_XXX_Usable bits.
3796 (init_cpu_features): Use _Static_assert on
3797 index_arch_Fast_Unaligned_Load.
3798 __get_cpuid_registers and __get_arch_feature. Updated for
3799 cpu_features_basic. Set stepping in cpu_features.
3800 * sysdeps/x86/cpu-features.h: (FEATURE_INDEX_1): Changed to enum.
3801 (FEATURE_INDEX_2): New.
3802 (FEATURE_INDEX_MAX): Changed to enum.
3803 (COMMON_CPUID_INDEX_D_ECX_1): New.
3804 (COMMON_CPUID_INDEX_80000007): Likewise.
3805 (COMMON_CPUID_INDEX_80000008): Likewise.
3806 (cpuid_registers): Likewise.
3807 (cpu_features_basic): Likewise.
3808 (CPU_FEATURE_USABLE): Likewise.
3809 (bit_arch_XXX_Usable): Likewise.
3810 (cpu_features): Use cpuid_registers and cpu_features_basic.
3811 (bit_arch_XXX): Reweritten.
3812 (bit_cpu_XXX): Likewise.
3813 (index_cpu_XXX): Likewise.
3814 (reg_XXX): Likewise.
3815 * sysdeps/x86/tst-get-cpu-features.c: Include <stdio.h> and
3816 <support/check.h>.
3817 (CHECK_CPU_FEATURE): New.
3818 (CHECK_CPU_FEATURE_USABLE): Likewise.
3819 (cpu_kinds): Likewise.
3820 (do_test): Print vendor, family, model and stepping. Check
3821 HAS_CPU_FEATURE and CPU_FEATURE_USABLE.
3822 (TEST_FUNCTION): Removed.
3823 Include <support/test-driver.c> instead of
3824 "../../test-skeleton.c".
3825 * sysdeps/x86_64/multiarch/sched_cpucount.c (__sched_cpucount):
3826 Check POPCNT instead of POPCOUNT.
3827 * sysdeps/x86_64/multiarch/test-multiarch.c (do_test): Likewise.
3828
3829 2018-12-03 Samuel Thibault <samuel.thibault@ens-lyon.org>
3830
3831 * scripts/gen-as-const.py (main): Avoid emitting empty line when
3832 there is no element in `consts'.
3833
3834 2018-12-01 Florian Weimer <fweimer@redhat.com>
3835
3836 * support/support_capture_subprocess.c
3837 (support_capture_subprocess): Check that pipe descriptors have
3838 expected values. Close original pipe descriptors in subprocess.
3839
3840 2018-12-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
3841
3842 [BZ #23032]
3843 * sysdeps/htl/pt-barrier-init.c (pthread_barrier_init): Fix comparing
3844 attr with __pthread_default_barrierattr.
3845 * sysdeps/htl/pt-cond-init.c (__pthread_cond_init): Fix comparing
3846 attr with __pthread_default_condattr.
3847 * sysdeps/htl/pt-mutex-init.c (_pthread_mutex_init): Fix comparing
3848 attr with __pthread_default_mutexattr.
3849 * sysdeps/htl/pt-rwlock-init.c (_pthread_rwlock_init): Fix comparing
3850 attr with __pthread_default_rwlockattr.
3851
3852 2018-12-01 Kemi Wang <kemi.wang@intel.com>
3853
3854 * manual/tunables.texi (POSIX Thread Tunables): New node.
3855 * nptl/Makefile (libpthread-routines): Add pthread_mutex_conf.
3856 * nptl/nptl-init.c: Include pthread_mutex_conf.h
3857 (__pthread_initialize_minimal_internal) [HAVE_TUNABLES]: Call
3858 __pthread_tunables_init.
3859 * nptl/pthreadP.h (MAX_ADAPTIVE_COUNT): Remove.
3860 (max_adaptive_count): Define.
3861 * nptl/pthread_mutex_conf.c: New file.
3862 * nptl/pthread_mutex_conf.h: New file.
3863 * sysdeps/generic/adaptive_spin_count.h: New file.
3864 * sysdeps/nptl/dl-tunables.list: New file.
3865 * nptl/pthread_mutex_lock.c (__pthread_mutex_lock): Use
3866 max_adaptive_count () not MAX_ADAPTIVE_COUNT.
3867 * nptl/pthread_mutex_timedlock.c (__pthrad_mutex_timedlock):
3868 Likewise.
3869
3870 2018-12-01 Paul Pluzhnikov <ppluzhnikov@google.com>
3871
3872 [BZ #20544]
3873 * stdlib/cxa_atexit.c (__internal_atexit): assert func != NULL.
3874 * stdlib/on_exit.c (__on_exit): Likewise.
3875 * stdlib/Makefile (tests): Add tst-bz20544.
3876 * stdlib/tst-bz20544.c: New test.
3877
3878 2018-11-30 Rafael Ávila de Espíndola <rafael@espindo.la>
3879
3880 [BZ #19767]
3881 * sysdeps/unix/sysv/linux/i386/init-first.c: Don't check SHARED.
3882 * sysdeps/unix/sysv/linux/i386/sysdep.h (ALWAYS_USE_VSYSCALL):
3883 New.
3884
3885 2018-11-30 Florian Weimer <fweimer@redhat.com>
3886
3887 * scripts/abilist.awk: Print "0x0" for size 0. Handle "g"/"D".
3888 Extend error logging.
3889 * sysdeps/mach/hurd/i386/libc.abilist (GLIBC_2.2.6): Adjust _end
3890 symbol.
3891
3892 2018-11-30 Adhemerval Zanella <adhemerval.zanella@linaro.org>
3893
3894 * sysdeps/unix/sysv/linux/spawni.c (__spawni_child): Use
3895 __sigismember instead of sigismember.
3896 * sysdeps/posix/system.c [SIGCANCEL] (cancel_handler_args,
3897 cancel_handler): New definitions.
3898 (do_system): Use posix_spawn instead of fork and execl and remove
3899 reentracy code.
3900 * sysdeps/generic/not-errno.h (__kill_noerrno): New prototype.
3901 * sysdeps/unix/sysv/linux/not-errno.h (__kill_noerrno): Likewise.
3902 * sysdeps/unix/sysv/linux/ia64/system.c: Remove file.
3903 * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
3904 * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
3905 * sysdeps/unix/sysv/linux/system.c: Likewise.
3906
3907 [BZ #22834]
3908 [BZ #17490]
3909 * NEWS: Add new semantic for atfork with popen and system.
3910 * libio/iopopen.c (_IO_new_proc_open): use posix_spawn instead of
3911 fork and execl.
3912
3913 2018-11-30 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
3914
3915 [BZ #23690]
3916 * elf/dl-runtime.c (_dl_profile_fixup): Guarantee memory
3917 modification order when accessing reloc_result->addr.
3918 * include/link.h (reloc_result): Add field init.
3919 * nptl/Makefile (tests): Add tst-audit-threads.
3920 (modules-names): Add tst-audit-threads-mod1 and
3921 tst-audit-threads-mod2.
3922 Add rules to build tst-audit-threads.
3923 * nptl/tst-audit-threads-mod1.c: New file.
3924 * nptl/tst-audit-threads-mod2.c: Likewise.
3925 * nptl/tst-audit-threads.c: Likewise.
3926 * nptl/tst-audit-threads.h: Likewise.
3927
3928 2018-11-30 Joseph Myers <joseph@codesourcery.com>
3929
3930 * scripts/gen-as-const.py: New file.
3931 * scripts/gen-as-const.awk: Remove.
3932 * Makerules ($(common-objpfx)%.h $(common-objpfx)%.h.d): Use
3933 gen-as-const.py.
3934 ($(objpfx)test-as-const-%.c): Likewise.
3935
3936 2018-11-29 H.J. Lu <hongjiu.lu@intel.com>
3937
3938 * elf/dl-exception.c: Include <_itoa.h>.
3939
3940 2018-11-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
3941
3942 * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Directly return value
3943 returned by __f_setlk.
3944
3945 2018-11-29 H.J. Lu <hongjiu.lu@intel.com>
3946 Adhemerval Zanella <adhemerval.zanella@linaro.org>
3947
3948 * elf/Makefile (tests-internal): Add tst-create_format1.
3949 * elf/dl-exception.c (_dl_exception_create_format): Support
3950 %x, %lx and %zx.
3951 * elf/tst-create_format1.c: New file.
3952
3953 2018-11-29 Charles-Antoine Couret <charles-antoine.couret@essensium.com>
3954
3955 * argp/argp-fmtstream.c (__argp_fmtstream_update): Use [_LIBC]
3956 conditional on calls to _IO_fwide and putwc_unlocked. (Merge from
3957 gnulib.)
3958 * argp/argp-help.c (__argp_failure): Likewise.
3959
3960 2018-11-29 Mao Han <han_mao@c-sky.com>
3961
3962 * elf/elf.h (EM_CSKY, R_CKCORE_NONE, R_CKCORE_ADDR32)
3963 (R_CKCORE_PCRELIMM8BY4, R_CKCORE_PCRELIMM11BY2, R_CKCORE_PCREL32)
3964 (R_CKCORE_PCRELJSR_IMM11BY2, R_CKCORE_RELATIVE, R_CKCORE_COPY)
3965 (R_CKCORE_GLOB_DAT, R_CKCORE_JUMP_SLOT, R_CKCORE_GOTOFF)
3966 (R_CKCORE_GOTPC, R_CKCORE_GOT32, R_CKCORE_PLT32, R_CKCORE_ADDRGOT)
3967 (R_CKCORE_ADDRPLT, R_CKCORE_PCREL_IMM26BY2, R_CKCORE_PCREL_IMM16BY2)
3968 (R_CKCORE_PCREL_IMM16BY4, R_CKCORE_PCREL_IMM10BY2)
3969 (R_CKCORE_PCREL_IMM10BY4, R_CKCORE_ADDR_HI16, R_CKCORE_ADDR_LO16)
3970 (R_CKCORE_GOTPC_HI16, R_CKCORE_GOTPC_LO16, R_CKCORE_GOTOFF_HI16)
3971 (R_CKCORE_GOTOFF_LO16, R_CKCORE_GOT12, R_CKCORE_GOT_HI16)
3972 (R_CKCORE_GOT_LO16, R_CKCORE_PLT12, R_CKCORE_PLT_HI16)
3973 (R_CKCORE_PLT_LO16, R_CKCORE_ADDRGOT_HI16, R_CKCORE_ADDRGOT_LO16)
3974 (R_CKCORE_ADDRPLT_HI16, R_CKCORE_ADDRPLT_LO16)
3975 (R_CKCORE_PCREL_JSR_IMM26BY2, R_CKCORE_TOFFSET_LO16)
3976 (R_CKCORE_DOFFSET_LO16, R_CKCORE_PCREL_IMM18BY2)
3977 (R_CKCORE_DOFFSET_IMM18, R_CKCORE_DOFFSET_IMM18BY2)
3978 (R_CKCORE_DOFFSET_IMM18BY4, R_CKCORE_GOT_IMM18BY4)
3979 (R_CKCORE_PLT_IMM18BY4, R_CKCORE_PCREL_IMM7BY4, R_CKCORE_TLS_LE32)
3980 (R_CKCORE_TLS_IE32, R_CKCORE_TLS_GD32, R_CKCORE_TLS_LDM32)
3981 (R_CKCORE_TLS_LDO32, R_CKCORE_TLS_DTPMOD32, R_CKCORE_TLS_DTPOFF32)
3982 (R_CKCORE_TLS_TPOFF32): New defines.
3983
3984 2018-11-29 Florian Weimer <fweimer@redhat.com>
3985
3986 * posix/Makefile (before-compile): Remove testcases.h and
3987 ptestcases.h.
3988 (generated): Add testcases.h and ptestcases.h.
3989 (testcases.h, ptestcases.h): Move to $(objpfx).
3990 (runtests.o): Add dependency on testcases.h.
3991 (runptests.o): Add dependency on ptestcases.h.
3992 * posix/testcases.h, posix/ptestcases.h: Remove files.
3993 * scripts/build-many-glibcs.py (Context.fix_glibc_timestamps): Do
3994 not touch posix/testcases.h and posix/ptestcases.h.
3995
3996 2018-11-28 Florian Weimer <fweimer@redhat.com>
3997
3998 support: Add signal support to support_capture_subprocess_check.
3999 * support/capture_subprocess.h (support_capture_subprocess_check):
4000 Adjust comment and rename parameter.
4001 * support/support_capture_subprocess_check.c
4002 (print_actual_status): New function.
4003 (support_capture_subprocess_check): Support negative
4004 status_or_signal. Call print_actual_status.
4005 * support/tst-support_capture_subprocess.c (do_test): Call
4006 support_capture_subprocess_check.
4007 * libio/tst-vtables-common.c (termination_status)
4008 (init_termination_status): Remove.
4009 (check_for_termination): Adjust support_capture_subprocess_check
4010 call.
4011 (do_test): Remove call to init_termination_status.
4012
4013 2018-11-28 Joseph Myers <joseph@codesourcery.com>
4014
4015 * scripts/build-many-glibcs.py (Glibc.build_glibc): Use original
4016 source directory instead of a copy.
4017 (CommandList.create_copy_dir): Remove.
4018
4019 2018-11-28 Stefan Liebler <stli@linux.ibm.com>
4020
4021 * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
4022
4023 2018-11-28 Florian Weimer <fweimer@redhat.com>
4024
4025 * support/support.h (support_quote_string): Do not use str
4026 parameter name.
4027
4028 2018-11-27 Joseph Myers <joseph@codesourcery.com>
4029
4030 * sysdeps/mach/hurd/Makefile ($(common-objpfx)stamp-errnos): Use
4031 $(hurd-objpfx)bits/errno.h-tmp, not $(hurd)/bits/errno.h-tmp.
4032
4033 2018-11-27 Florian Weimer <fweimer@redhat.com>
4034
4035 * support/support.h (support_quote_string): Declare.
4036 * support/support_quote_string.c: New file.
4037 * support/tst-support_quote_string.c: Likewise.
4038 * support/Makefile (libsupport-routines): Add
4039 support_quote_string.
4040 (tests): Add tst-support_quote_string.
4041
4042 2018-11-27 Florian Weimer <fweimer@redhat.com>
4043
4044 [BZ #23927]
4045 CVE-2018-19591
4046 * sysdeps/unix/sysv/linux/if_index.c (__if_nametoindex): Avoid
4047 descriptor leak in case of ENODEV error.
4048
4049 2018-11-27 Rafael Ávila de Espíndola <rafael@espindo.la>
4050
4051 [BZ #19767]
4052 * sysdeps/unix/sysv/linux/aarch64/init-first.c: Remove #ifdef SHARED.
4053 * sysdeps/unix/sysv/linux/aarch64/libc-vdso.h: Remove #ifdef SHARED.
4054 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Define ALWAYS_USE_VSYSCALL.
4055
4056 2018-11-26 Carlos O'Donell <carlos@redhat.com>
4057
4058 * scripts/abilist.awk: Handle .tdata. Error for unknown combinations.
4059 Error for unknown lines.
4060
4061 2018-11-26 Joseph Myers <joseph@codesourcery.com>
4062
4063 * scripts/build-many-glibcs.py (Context.fix_glibc_timestamps):
4064 Touch additional files.
4065
4066 2018-11-26 Florian Weimer <fweimer@redhat.com>
4067
4068 [BZ #23907]
4069 * malloc/malloc.c (_int_free): Validate tc_idx before checking for
4070 double-frees.
4071
4072 2018-11-26 Rafael Ávila de Espíndola <rafael@espindo.la>
4073
4074 [BZ #19767]
4075 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Remove #ifdef SHARED.
4076 * sysdeps/unix/sysv/linux/powerpc/libc-vdso.h: Remove #ifdef
4077 SHARED. Include sysdep.h.
4078 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Define
4079 ALWAYS_USE_VSYSCALL.
4080 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Define
4081 ALWAYS_USE_VSYSCALL.
4082
4083 2018-11-23 Rafael Ávila de Espíndola <rafael@espindo.la>
4084
4085 [BZ #19767]
4086 * nptl/Makefile (tests-static): Add tst-cond11-static.
4087 (tests): Likewise.
4088 * nptl/tst-cond11-static.c: New File.
4089 * sysdeps/unix/sysv/linux/Makefile (tests-static): Add
4090 tst-affinity-static.
4091 (tests): Likewise.
4092 * sysdeps/unix/sysv/linux/sysdep-vdso.h: Check USE_VSYSCALL
4093 instead of SHARED.
4094 * sysdeps/unix/sysv/linux/sysdep.h (ALWAYS_USE_VSYSCALL): New.
4095 (USE_VSYSCALL): Likewise.
4096 * sysdeps/unix/sysv/linux/tst-affinity-static.c: New file.
4097 * sysdeps/unix/sysv/linux/x86/libc-vdso.h: Check USE_VSYSCALL
4098 instead of SHARED.
4099 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Don't check
4100 SHARED.
4101 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (ALWAYS_USE_VSYSCALL):
4102 New.
4103
4104 2018-11-23 Joseph Myers <joseph@codesourcery.com>
4105
4106 [BZ #23915]
4107 * sysdeps/unix/sysv/linux/arm/kernel-features.h
4108 [__LINUX_KERNEL_VERSION < 0x040700] (__ASSUME_COPY_FILE_RANGE):
4109 Undefine.
4110
4111 2018-11-23 H.J. Lu <hongjiu.lu@intel.com>
4112
4113 * sysdeps/x86/Makefile (tests): Add tst-cet-legacy-1a.
4114 (tst-cet-legacy-1a-ARGS): New.
4115 ($(objpfx)tst-cet-legacy-1a): New target.
4116 * sysdeps/x86/tst-cet-legacy-1a.c: New file.
4117
4118 2018-11-22 Joseph Myers <joseph@codesourcery.com>
4119
4120 * conform/conformtest.py (CompileSubTest.__init__): Set
4121 self.run_early to False.
4122 (ExecuteSubTest.__init__): Likewise.
4123 (HeaderTests.run): Try running all non-optional, non-XFAILed
4124 compilation tests in a single execution of the compiler.
4125
4126 * conform/conformtest.py (CompileSubTest): New class.
4127 (ExecuteSubTest): Likewise.
4128 (ElementTest.run): Rename to gen_subtests. Append tests to
4129 self.subtests instead of running them.
4130 (ConstantTest.run): Likewise.
4131 (SymbolTest.run): Likewise.
4132 (TypeTest.run): Likewise.
4133 (TagTest.run): Likewise.
4134 (FunctionTest.run): Likewise.
4135 (VariableTest.run): Likewise.
4136 (MacroFunctionTest.run): Likewise.
4137 (MacroStrTest.run): Likewise.
4138 (HeaderTests.handle_test_line): Generate subtests for tests.
4139 (HeaderTests.run): Run subtests for tests.
4140
4141 2018-11-21 Szabolcs Nagy <szabolcs.nagy@arm.com>
4142
4143 * math/Versions (GLIBC_2.29): Add pow.
4144 * math/w_pow_compat.c (__pow_compat): Change to versioned compat
4145 symbol.
4146 * math/w_pow.c: New file.
4147 * sysdeps/i386/fpu/w_pow.c: New file.
4148 * sysdeps/ia64/fpu/e_pow.S: Add versioned symbols.
4149 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Rename to __pow
4150 and add necessary aliases.
4151 * sysdeps/ieee754/dbl-64/w_pow.c: New file.
4152 * sysdeps/m68k/m680x0/fpu/w_pow.c: New file.
4153 * sysdeps/mach/hurd/i386/libm.abilist: Update.
4154 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Update.
4155 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Update.
4156 * sysdeps/unix/sysv/linux/arm/libm.abilist: Update.
4157 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Update.
4158 * sysdeps/unix/sysv/linux/i386/libm.abilist: Update.
4159 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Update.
4160 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Update.
4161 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Update.
4162 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Update.
4163 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Update.
4164 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Update.
4165 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Update.
4166 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: Update.
4167 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist: Update.
4168 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: Update.
4169 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: Update.
4170 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Update.
4171 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Update.
4172 * sysdeps/unix/sysv/linux/sh/libm.abilist: Update.
4173 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Update.
4174 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Update.
4175 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Update.
4176 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Update.
4177 * sysdeps/x86_64/fpu/multiarch/e_pow-fma.c (__ieee754_pow): Rename to
4178 __pow.
4179 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c (__ieee754_pow): Likewise.
4180 * sysdeps/x86_64/fpu/multiarch/e_pow.c (__ieee754_pow): Likewise.
4181 * sysdeps/x86_64/fpu/multiarch/w_pow.c: New file.
4182
4183 2018-11-21 Szabolcs Nagy <szabolcs.nagy@arm.com>
4184
4185 * math/Versions (GLIBC_2.29): Add log2.
4186 * math/w_log2_compat.c (__log2_compat): Change to versioned compat
4187 symbol.
4188 * math/w_log2.c: New file.
4189 * sysdeps/i386/fpu/w_log2.c: New file.
4190 * sysdeps/ia64/fpu/e_log2.S: Add versioned symbols.
4191 * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Rename to __log2
4192 and add necessary aliases.
4193 * sysdeps/ieee754/dbl-64/w_log2.c: New file.
4194 * sysdeps/m68k/m680x0/fpu/w_log2.c: New file.
4195 * sysdeps/mach/hurd/i386/libm.abilist: Update.
4196 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Update.
4197 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Update.
4198 * sysdeps/unix/sysv/linux/arm/libm.abilist: Update.
4199 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Update.
4200 * sysdeps/unix/sysv/linux/i386/libm.abilist: Update.
4201 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Update.
4202 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Update.
4203 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Update.
4204 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Update.
4205 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Update.
4206 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Update.
4207 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Update.
4208 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: Update.
4209 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist: Update.
4210 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: Update.
4211 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: Update.
4212 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Update.
4213 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Update.
4214 * sysdeps/unix/sysv/linux/sh/libm.abilist: Update.
4215 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Update.
4216 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Update.
4217 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Update.
4218 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Update.
4219
4220 2018-11-21 Szabolcs Nagy <szabolcs.nagy@arm.com>
4221
4222 * math/Versions (GLIBC_2.29): Add log.
4223 * math/w_log_compat.c (__log_compat): Change to versioned compat
4224 symbol.
4225 * math/w_log.c: New file.
4226 * sysdeps/i386/fpu/w_log.c: New file.
4227 * sysdeps/ia64/fpu/e_log.S: Update.
4228 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Rename to __log
4229 and add necessary aliases.
4230 * sysdeps/ieee754/dbl-64/w_log.c: New file.
4231 * sysdeps/m68k/m680x0/fpu/w_log.c: New file.
4232 * sysdeps/mach/hurd/i386/libm.abilist: Update.
4233 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Update.
4234 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Update.
4235 * sysdeps/unix/sysv/linux/arm/libm.abilist: Update.
4236 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Update.
4237 * sysdeps/unix/sysv/linux/i386/libm.abilist: Update.
4238 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Update.
4239 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Update.
4240 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Update.
4241 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Update.
4242 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Update.
4243 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Update.
4244 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Update.
4245 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: Update.
4246 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist: Update.
4247 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: Update.
4248 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: Update.
4249 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Update.
4250 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Update.
4251 * sysdeps/unix/sysv/linux/sh/libm.abilist: Update.
4252 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Update.
4253 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Update.
4254 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Update.
4255 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Update.
4256 * sysdeps/x86_64/fpu/multiarch/e_log-avx.c (__ieee754_log): Rename to
4257 __log.
4258 * sysdeps/x86_64/fpu/multiarch/e_log-fma.c (__ieee754_log): Likewise.
4259 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c (__ieee754_log): Likewise.
4260 * sysdeps/x86_64/fpu/multiarch/e_log.c (__ieee754_log): Likewise.
4261 * sysdeps/x86_64/fpu/multiarch/w_log.c: New file.
4262
4263 2018-11-21 Szabolcs Nagy <szabolcs.nagy@arm.com>
4264
4265 * math/Versions (GLIBC_2.29): Add exp and exp2.
4266 * math/w_exp2_compat.c (__exp2_compat): Change to versioned compat
4267 symbol, handle NO_LONG_DOUBLE and LONG_DOUBLE_COMPAT explicitly.
4268 * math/w_exp_compat.c (__exp_compat): Likewise.
4269 * math/w_exp.c: New file.
4270 * math/w_exp2.c: New file.
4271 * sysdeps/i386/fpu/w_exp.c: New file.
4272 * sysdeps/i386/fpu/w_exp2.c: New file.
4273 * sysdeps/ia64/fpu/e_exp.S: Add versioned symbols.
4274 * sysdeps/ia64/fpu/e_exp2.S: Likewise.
4275 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Rename to __exp
4276 and add necessary aliases.
4277 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Rename to __exp2
4278 and add necessary aliases.
4279 * sysdeps/ieee754/dbl-64/w_exp.c: New file.
4280 * sysdeps/ieee754/dbl-64/w_exp2.c: New file.
4281 * sysdeps/m68k/m680x0/fpu/w_exp.c: New file.
4282 * sysdeps/m68k/m680x0/fpu/w_exp2.c: New file.
4283 * sysdeps/mach/hurd/i386/libm.abilist: Update.
4284 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Update.
4285 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Update.
4286 * sysdeps/unix/sysv/linux/arm/libm.abilist: Update.
4287 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Update.
4288 * sysdeps/unix/sysv/linux/i386/libm.abilist: Update.
4289 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Update.
4290 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Update.
4291 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Update.
4292 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Update.
4293 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Update.
4294 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Update.
4295 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Update.
4296 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: Update.
4297 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist: Update.
4298 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: Update.
4299 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: Update.
4300 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Update.
4301 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Update.
4302 * sysdeps/unix/sysv/linux/sh/libm.abilist: Update.
4303 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Update.
4304 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Update.
4305 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Update.
4306 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Update.
4307 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c (__exp1): Remove.
4308 (__ieee754_exp): Rename to __exp.
4309 * sysdeps/x86_64/fpu/multiarch/e_exp-fma.c (__exp1): Remove.
4310 (__ieee754_exp): Rename to __exp.
4311 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c (__exp1): Remove.
4312 (__ieee754_exp): Rename to __exp.
4313 * sysdeps/x86_64/fpu/multiarch/e_exp.c (__ieee754_exp): Rename to
4314 __exp.
4315 * sysdeps/x86_64/fpu/multiarch/w_exp.c: New file.
4316
4317 2018-11-20 DJ Delorie <dj@redhat.com>
4318
4319 * malloc/malloc.c (tcache_entry): Add key field.
4320 (tcache_put): Set it.
4321 (tcache_get): Likewise.
4322 (_int_free): Check for double free in tcache.
4323 * malloc/tst-tcfree1.c: New.
4324 * malloc/tst-tcfree2.c: New.
4325 * malloc/Makefile: Run the new tests.
4326 * manual/probes.texi: Document memory_tcache_double_free probe.
4327
4328 * dlfcn/dlerror.c (check_free): Prevent double frees.
4329
4330 2018-11-20 Wilco Dijkstra <wdijkstr@arm.com>
4331
4332 * sysdeps/aarch64/memset.S (MEMSET): Improve non-zero memset loop.
4333
4334 2018-11-20 Joseph Myers <joseph@codesourcery.com>
4335
4336 * conform/conformtest.py (ElementTest.run): Use unique identifiers
4337 in tests. Use names for format arguments.
4338 (ConstantTest.run): Likewise.
4339 (SymbolTest.run): Likewise.
4340 (TypeTest.run): Likewise.
4341 (TagTest.run): Likewise.
4342 (FunctionTest.run): Likewise.
4343 (VariableTest.run): Likewise.
4344 (MacroFunctionTest.run): Likewise.
4345 (MacroStrTest.run): Likewise.
4346 (HeaderTests.__init__): Set self.num_tests.
4347 (HeaderTests.handle_test_line): Set test.num. Increment
4348 self.num_tests.
4349
4350 2018-11-19 Samuel Thibault <samuel.thibault@ens-lyon.org>
4351
4352 * sysdeps/mach/hurd/f_setlk.c: Include <unistd.h>.
4353 (__f_setlk): When whence is SEEK_CUR, use __lseek64 to convert it to
4354 SEEK_SET.
4355
4356 2018-11-19 Mao Han <han_mao@c-sky.com>
4357
4358 * scripts/config.guess: Update to version 2018-08-29.
4359 * scripts/config.sub: Update to version 2018-08-29.
4360
4361 2018-11-19 Florian Weimer <fweimer@redhat.com>
4362
4363 support: Print timestamps in timeout handler.
4364 * support/support_test_main.c (print_timestamp): New function.
4365 (signal_handler): Use it to print the termination time and the
4366 time of the last write to standard output.
4367
4368 2018-11-16 Zack Weinberg <zackw@panix.com>
4369 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
4370
4371 * include/monetary.h (STRFMON_LDBL_IS_DBL): New constant.
4372 (__vstrfmon_l): Rename to __vstrfmon_l_internal and add flags
4373 argument.
4374 * stdlib/strfmon_l.c (__vstrfmon_l): Rename to __vstrfmon_l_internal
4375 and add flags argument. Check flags instead of __ldbl_is_dbl when
4376 deciding whether to set is_long_double.
4377 (__strfmon_l): Call __vstrfmon_l_internal instead of __vstrfmon_l,
4378 passing zero for flags argument.
4379 * stdlib/strfmon.c (strfmon): Same change as made to __strfmon_l.
4380
4381 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
4382 (__nldbl___vstrfmon, __nldbl___vstrfmon_l)
4383 (__nldbl_strfmon, __nldbl___strfmon_l): Call __vstrfmon_l_internal
4384 directly, passing STRFMON_LDBL_IS_DBL for flags argument. Normalize
4385 variable names. Remove libc_hidden_def/libc_hidden_proto from
4386 __nldbl___vstrfmon and __nldbl___vstrfmon_l, because they are no
4387 longer called from within the library.
4388 * sysdeps/ieee754/ldbl-opt/nldbl-compat.h: Don't use NLDBL_DECL
4389 for __nldbl___vstrfmon_l, declare it explicitly.
4390
4391 * manual/locale.texi: Update a reference to vstrfmon_l in comments.
4392
4393 2018-11-15 Samuel Thibault <samuel.thibault@ens-lyon.org>
4394
4395 * sysdeps/mach/hurd/bits/fcntl.h (F_GETLK64, F_SETLK64, F_SETLKW64): New
4396 macros
4397 [__USE_FILE_OFFSET64] (F_GETLK, F_SETLK, F_SETLKW): Define to F_GETLK64,
4398 F_SETLK64, F_SETLKW64, respectively.
4399 * sysdeps/mach/hurd/f_setlk.c: New file.
4400 * sysdeps/mach/hurd/f_setlk.h: New file.
4401 * sysdeps/mach/hurd/Makefile [$(subdir) = io] (sysdeps_routines): Add
4402 f_setlk.
4403 * sysdeps/mach/hurd/fcntl.c: Include "f_setlk.h".h".
4404 (__libc_fcntl): Move non-flock operations to...
4405 * sysdeps/mach/hurd/vfcntl.c (__libc_vfcntl): ... New file.
4406 * sysdeps/mach/hurd/fcntl.c (fcntl64): Add missing alias.
4407
4408 2018-11-15 Paul Eggert <eggert@cs.ucla.edu>
4409
4410 mktime: DEBUG_MKTIME cleanup
4411 The DEBUG_MKTIME code no longer works in glibc or in Gnulib.
4412 And it’s no longer needed now that glibc and Gnulib both have
4413 their own testing mechanisms for mktime.
4414 * time/mktime.c (DEBUG_MKTIME): Remove. All uses removed.
4415
4416 mktime: fix non-EOVERFLOW errno handling
4417 [BZ#23789]
4418 mktime was not properly reporting failures when the underlying
4419 localtime_r fails with errno != EOVERFLOW; it incorrectly treated
4420 them like EOVERFLOW failures, and set errno to EOVERFLOW.
4421 The problem could happen on non-glibc platforms, with Gnulib.
4422 * time/mktime.c (guess_time_tm): Remove, replacing with ...
4423 (tm_diff): ... this simpler function, which does not change errno.
4424 All callers changed to deal with errno themselves.
4425 (ranged_convert, __mktime_internal): Return failure immediately if
4426 the underlying function reports any failure other than EOVERFLOW.
4427 (__mktime_internal): Set errno to EOVERFLOW if the spring-forward
4428 gap code fails.
4429
4430 mktime: fix bug with Y2038 DST transition
4431 [BZ#23789]
4432 * time/mktime.c (ranged_convert): On 32-bit platforms, don’t
4433 mishandle a DST transition that jumps over the Y2038 boundary.
4434 No such DST transitions are known so this is only a theoretical
4435 bug, but we might as well do things right.
4436
4437 mktime: make more room for overflow
4438 [BZ#23789]
4439 * time/mktime.c (long_int): Now 4⨯ int, not just 3⨯.
4440 This is so that we can add tm_diff results to a previous guess,
4441 which will be useful in a later patch.
4442
4443 mktime: simplify offset guess
4444 [BZ#23789]
4445 * time/mktime.c (__mktime_internal): Omit excess precision.
4446
4447 mktime: new test for mktime failure
4448 [BZ#23789]
4449 Based on a test suggested by Albert Aribaud in:
4450 https://www.sourceware.org/ml/libc-alpha/2018-10/msg00662.html
4451 * time/Makefile (tests): Add bug-mktime4.
4452 * time/bug-mktime4.c: New file.
4453
4454 mktime: fix EOVERFLOW bug
4455 [BZ#23789]
4456 * time/mktime.c [!_LIBC && !DEBUG_MKTIME]:
4457 Include libc-config.h, not config.h, for __set_errno.
4458 (guess_time_tm, __mktime_internal): Set errno to EOVERFLOW on overflow.
4459
4460 2018-11-14 Samuel Thibault <samuel.thibault@ens-lyon.org>
4461
4462 * sysdeps/mach/hurd/dl-sysdep.c (check_no_hidden): Use
4463 __attribute_copy__ to copy attributes from name. Drop static qualifier
4464 to avoid warnings about leaf attribute not having effect on static
4465 functions.
4466
4467 2018-11-13 Florian Weimer <fweimer@redhat.com>
4468
4469 * malloc/malloc.c (fastbin_push_entry): New function.
4470 (fastbin_pop_entry): Likewise. Replaces REMOVE_FB.
4471 (REMOVE_FB): Remove macro.
4472 (_int_malloc): Use fastbin_pop_entry and reindent.
4473 (_int_free): Use fastbin_push_entry.
4474 (malloc_consolidate): Use atomic_exchange_acquire.
4475
4476 2018-11-13 Joseph Myers <joseph@codesourcery.com>
4477
4478 * sysdeps/mips/__longjmp.c (__longjmp): Define alias manually with
4479 alias attribute, not with strong_alias.
4480
4481 * include/libc-symbols.h [SHARED && !NO_HIDDEN && !__ASSEMBLER__]
4482 (__hidden_ver2): New macro. Use old definition of __hidden_ver1
4483 with additional parameter thread.
4484 [SHARED && !NO_HIDDEN && !__ASSEMBLER__] (__hidden_ver1): Define
4485 in terms of __hidden_ver2.
4486 (hidden_tls_def): New macro.
4487 (libc_hidden_tls_def): Likewise.
4488 (rtld_hidden_tls_def): Likewise.
4489 (libm_hidden_tls_def): Likewise.
4490 (libmvec_hidden_tls_def): Likewise.
4491 (libresolv_hidden_tls_def): Likewise.
4492 (librt_hidden_tls_def): Likewise.
4493 (libdl_hidden_tls_def): Likewise.
4494 (libnss_files_hidden_tls_def): Likewise.
4495 (libnsl_hidden_tls_def): Likewise.
4496 (libnss_nisplus_hidden_tls_def): Likewise.
4497 (libutil_hidden_tls_def): Likewise.
4498 (libutil_hidden_tls_def): Likweise.
4499 * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions_thread): Use
4500 libc_hidden_tls_def.
4501 (__sim_disabled_exceptions_thread): Likewise.
4502 (__sim_round_mode_thread): Likewise.
4503
4504 * sysdeps/sparc/sparc-ifunc.h [SHARED]
4505 (sparc_ifunc_redirected_hidden_def): Use __attribute_copy__ to
4506 copy attributes from name.
4507
4508 2018-11-12 Joseph Myers <joseph@codesourcery.com>
4509
4510 * sysdeps/arm/arm-ifunc.h [SHARED] (arm_libc_ifunc_hidden_def):
4511 Use __attribute_copy__ to copy attributes from name.
4512
4513 * sysdeps/i386/i686/fpu/multiarch/e_expf.c [SHARED]: Use __THROW
4514 with __hidden_ver1 call.
4515 * sysdeps/i386/i686/fpu/multiarch/e_log2f.c [SHARED]: Likewise.
4516 * sysdeps/i386/i686/fpu/multiarch/e_logf.c [SHARED]: Likewise.
4517 * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: Include <math.h>.
4518 (__cosf): Do not declare here.
4519 * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: Include <math.h>.
4520 (__sincosf): Do not declare here.
4521 * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: Include <math.h>.
4522 (__sinf): Do not declare here.
4523
4524 * sysdeps/ia64/fpu/sfp-machine.h (__LITTLE_ENDIAN): Remove.
4525 (__BIG_ENDIAN): Likewise.
4526 (__BYTE_ORDER): Likewise.
4527 (strong_alias): Likewise.
4528 (_strong_alias): Likewise.
4529
4530 2018-11-12 Florian Weimer <fweimer@redhat.com>
4531
4532 * malloc/malloc.c (unlink_chunk): Turn the unlink macro into this
4533 function. Move after the definition of in_smallbin_range. Do not
4534 use __builtin_expect for paths that lead to a noreturn function.
4535 Drop remaining __builtin_expect (p->fd_nextsize != NULL, 0)
4536 because it is unclear whether this is in fact an unlikely
4537 condition.
4538 (_int_malloc, _int_free): Adjust.
4539 (malloc_consolidate, _int_realloc): Adjust. Remove bck, fwd
4540 variables.
4541 * malloc/arena.c (heap_trim): Likewise.
4542
4543 2018-11-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
4544
4545 * sysdeps/mach/hurd/spawni.c (__spawni): Add ccwdir port. Test and use
4546 it, free it if needed.
4547 (reauthenticate): Test and use ccwdir.
4548 (child_init_port): In non-resetids case, test and use ccwdir.
4549 (child_chdir): New nested function to set ccwdir.
4550 * hurd/hurd/userlink.h (_hurd_userlink_move): New function.
4551 * hurd/hurd/port.h (_hurd_port_move): New function.
4552 * sysdeps/mach/hurd/spawni.c (NEW_ULINK_TABLE): New macro.
4553 (EXPAND_DTABLE): Use NEW_ULINK_TABLE macro for ulink_dtable.
4554 * hurd/Versions (_hurd_port_move): Export function.
4555 * sysdeps/mach/hurd/i386/libc.abilist (_hurd_port_move): Expect
4556 symbol.
4557 * sysdeps/mach/hurd/spawni.c (__spawni): Use orig_dtablesize instead
4558 of dtablesize for allocating dtable_cloexec.
4559
4560 2018-11-09 Martin Sebor <msebor@redhat.com>
4561
4562 * include/libc-symbols.h (__attribute_copy__): Define macro unless
4563 it's already defined.
4564 (_strong_alias): Use __attribute_copy__.
4565 (_weak_alias, __hidden_ver1, __hidden_nolink2): Same.
4566 * misc/sys/cdefs.h (__attribute_copy__): New macro.
4567 * sysdeps/x86_64/multiarch/memchr.c (memchr): Use __attribute_copy__.
4568 * sysdeps/x86_64/multiarch/memcmp.c (memcmp): Same.
4569 * sysdeps/x86_64/multiarch/mempcpy.c (mempcpy): Same.
4570 * sysdeps/x86_64/multiarch/memset.c (memset): Same.
4571 * sysdeps/x86_64/multiarch/stpcpy.c (stpcpy): Same.
4572 * sysdeps/x86_64/multiarch/strcat.c (strcat): Same.
4573 * sysdeps/x86_64/multiarch/strchr.c (strchr): Same.
4574 * sysdeps/x86_64/multiarch/strcmp.c (strcmp): Same.
4575 * sysdeps/x86_64/multiarch/strcpy.c (strcpy): Same.
4576 * sysdeps/x86_64/multiarch/strcspn.c (strcspn): Same.
4577 * sysdeps/x86_64/multiarch/strlen.c (strlen): Same.
4578 * sysdeps/x86_64/multiarch/strncmp.c (strncmp): Same.
4579 * sysdeps/x86_64/multiarch/strncpy.c (strncpy): Same.
4580 * sysdeps/x86_64/multiarch/strnlen.c (strnlen): Same.
4581 * sysdeps/x86_64/multiarch/strpbrk.c (strpbrk): Same.
4582 * sysdeps/x86_64/multiarch/strrchr.c (strrchr): Same.
4583 * sysdeps/x86_64/multiarch/strspn.c (strspn): Same.
4584
4585 2018-11-09 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
4586
4587 * misc/tst-efgcvt.c: Include support/check.h and
4588 support/test-driver.c. Do not include test-skeleton.c.
4589 (error_count): Remove.
4590 (output_error): Replace increments to error_count with calls to
4591 support_record_failure.
4592 (output_r_error): Likewise.
4593 (special): Likewise.
4594 (do_test): Unconditionally return zero.
4595 (TEST_FUNCTION): Remove.
4596
4597 2018-11-09 Joseph Myers <joseph@codesourcery.com>
4598
4599 * conform/Makefile ($(conformtest-header-tests)): Create $(@D),
4600 not $(@D)/scratch.
4601 ($(linknamespace-header-tests)): Likewise.
4602
4603 * conform/conformtest.py: New file.
4604 * conform/conformtest.pl: Remove.
4605 * conform/GlibcConform.pm: Likewise.
4606 * conform/glibcconform.py (KEYWORDS_C90): New constant.
4607 (KEYWORDS_C99): Likewise.
4608 (KEYWORDS): Likewise.
4609 * conform/Makefile ($(conformtest-header-tests)): Use
4610 conformtest.py instead of conformtest.pl. Do not pass --tmpdir
4611 option. Use --header instead of --headers.
4612 * conform/data/arpa/inet.h-data: Remove trailing semicolons on
4613 function entries.
4614 * conform/data/spawn.h-data: Likewise.
4615 * conform/data/fcntl.h-data (openat): Add space after function
4616 name.
4617 * conform/data/wchar.h-data (wcscasecmp): Likewise.
4618 (wcscasecmp_l): Likewise.
4619 * conform/data/termios.h-data (c_cc): Add space after element
4620 name.
4621
4622 2018-11-08 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
4623
4624 * argp/tst-ldbl-argp.c (do_one_test): Use TEST_COMPARE_STRING,
4625 instead of manually comparing and reporting mismatching strings.
4626 * misc/tst-ldbl-error.c (do_one_test): Likewise.
4627 * misc/tst-ldbl-warn.c (do_one_test): Likewise.
4628
4629 2018-11-08 Joseph Myers <joseph@codesourcery.com>
4630
4631 * sysdeps/unix/sysv/linux/kernel-features.h: Remove comment about
4632 __ASSUME_SOCKETCALL.
4633 * sysdeps/unix/sysv/linux/i386/kernel-features.h
4634 (__ASSUME_SOCKETCALL): Remove.
4635 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
4636 (__ASSUME_SOCKETCALL): Likewise.
4637 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
4638 (__ASSUME_SOCKETCALL): Likewise.
4639 * sysdeps/unix/sysv/linux/powerpc/kernel-features.h
4640 (__ASSUME_SOCKETCALL): Likewise.
4641 * sysdeps/unix/sysv/linux/s390/kernel-features.h
4642 (__ASSUME_SOCKETCALL): Likewise.
4643 * sysdeps/unix/sysv/linux/sh/kernel-features.h
4644 (__ASSUME_SOCKETCALL): Likewise.
4645 * sysdeps/unix/sysv/linux/sparc/kernel-features.h
4646 (__ASSUME_SOCKETCALL): Likewise.
4647
4648 2018-11-08 H.J. Lu <hongjiu.lu@intel.com>
4649
4650 [BZ #23509]
4651 * sysdeps/x86/dl-prop.h (_dl_process_cet_property_note): Skip
4652 note parsing if a NT_GNU_PROPERTY_TYPE_0 note has been processed.
4653 Update the l_cet field when processing NT_GNU_PROPERTY_TYPE_0 note.
4654 Check multiple NT_GNU_PROPERTY_TYPE_0 notes.
4655 * sysdeps/x86/link_map.h (l_cet): Expand to 3 bits, Add
4656 lc_unknown.
4657
4658 2018-11-08 Alexandra Hájková <ahajkova@redhat.com>
4659
4660 [BZ #17630]
4661 * resolv/tst-resolv-network.c: Add test for getnetbyname.
4662
4663 2018-11-07 Joseph Myers <joseph@codesourcery.com>
4664
4665 [BZ #23867]
4666 * sysdeps/unix/sysv/linux/arm/kernel-features.h
4667 [__LINUX_KERNEL_VERSION < 0x040700] (__ASSUME_MLOCK2): Undefine.
4668 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
4669 [__LINUX_KERNEL_VERSION < 0x040700] (__ASSUME_MLOCK2): Undefine.
4670
4671 2018-11-07 Adhemerval Zanella <adhemerval.zanella@linaro.org>
4672
4673 * support/support_test_compare_string.c
4674 (support_test_compare_string): Fix printf format.
4675
4676 2018-11-07 Florian Weimer <fweimer@redhat.com>
4677
4678 Implement TEST_COMPARE_STRING.
4679 * support/check.h (TEST_COMPARE_STRING): Define.
4680 (support_test_compare_string): Declare.
4681 * support/Makefile (libsupport-routines): Add
4682 support_test_compare_string.
4683 (tests): Add tst-test_compare_string.
4684 * support/support_test_compare_string.c: New file.
4685 * support/tst-test_compare_string.c: Likewise.
4686
4687 2018-11-07 Andreas Schwab <schwab@suse.de>
4688
4689 [BZ #23864]
4690 * sysdeps/unix/sysv/linux/riscv/kernel-features.h
4691 (__ASSUME_SET_ROBUST_LIST) [__LINUX_KERNEL_VERSION < 0x041400]:
4692 Undef.
4693
4694 2018-11-06 Joseph Myers <joseph@codesourcery.com>
4695
4696 [BZ #23862]
4697 * sysdeps/unix/sysv/linux/sh/kernel-features.h
4698 [__LINUX_KERNEL_VERSION < 0x040800] (__ASSUME_EXECVEAT): Undefine.
4699 [__LINUX_KERNEL_VERSION < 0x040800] (__ASSUME_MLOCK2): Likewise.
4700 [__LINUX_KERNEL_VERSION < 0x040800] (__ASSUME_COPY_FILE_RANGE):
4701 Likewise.
4702
4703 2018-11-06 Florian Weimer <fweimer@redhat.com>
4704
4705 [BZ #17405]
4706 * posix/Makefile (routines): Add spawn_faction_addchdir.
4707 (tests): Add tst-spawn-chdir.
4708 * posix/Versions (GLIBC_2.29): Add
4709 posix_spawn_file_actions_addchdir_np.
4710 * posix/spawn_faction_addchdir.c: New file.
4711 * posix/spawn_faction_destroy.c
4712 (__posix_spawn_file_actions_destroy): Handle spawn_do_chdir.
4713 * posix/spawn.h (posix_spawn_file_actions_addchdir_np): Declare.
4714 * posix/spawn_int.h (struct __spawn_action): Add spawn_do_chdir,
4715 chdir_action.
4716 * posix/tst-spawn-chdir.c: New file.
4717 * sysdeps/posix/spawni.c (__spawni_child): Handle spawn_do_chdir.
4718 * sysdeps/unix/sysv/linux/spawni.c (__spawni_child): Likewise.
4719 * sysdeps/mach/hurd/i386/libc.abilist (GLIBC_2.29): Add
4720 posix_spawn_file_actions_addchdir_np.
4721 * sysdeps/unix/sysv/linux/aarch64/libc.abilist (GLIBC_2.29):
4722 Likewise.
4723 * sysdeps/unix/sysv/linux/alpha/libc.abilist (GLIBC_2.29):
4724 Likewise.
4725 * sysdeps/unix/sysv/linux/arm/libc.abilist (GLIBC_2.29): Likewise.
4726 * sysdeps/unix/sysv/linux/hppa/libc.abilist (GLIBC_2.29):
4727 Likewise.
4728 * sysdeps/unix/sysv/linux/i386/libc.abilist (GLIBC_2.29):
4729 Likewise.
4730 * sysdeps/unix/sysv/linux/ia64/libc.abilist (GLIBC_2.29):
4731 Likewise.
4732 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist (GLIBC_2.29):
4733 Likewise.
4734 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist (GLIBC_2.29):
4735 Likewise.
4736 * sysdeps/unix/sysv/linux/microblaze/libc.abilist (GLIBC_2.29):
4737 Likewise.
4738 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist
4739 (GLIBC_2.29): Likewise.
4740 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist
4741 (GLIBC_2.29): Likewise.
4742 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist
4743 (GLIBC_2.29): Likewise.
4744 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist
4745 (GLIBC_2.29): Likewise.
4746 * sysdeps/unix/sysv/linux/nios2/libc.abilist (GLIBC_2.29):
4747 Likewise.
4748 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist
4749 (GLIBC_2.29): Likewise.
4750 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist
4751 (GLIBC_2.29): Likewise.
4752 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist
4753 (GLIBC_2.29): Likewise.
4754 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist
4755 (GLIBC_2.29): Likewise.
4756 * sysdeps/unix/sysv/linux/riscv/rv64/libc.abilist (GLIBC_2.29):
4757 Likewise.
4758 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist (GLIBC_2.29):
4759 Likewise.
4760 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist (GLIBC_2.29):
4761 Likewise.
4762 * sysdeps/unix/sysv/linux/sh/libc.abilist (GLIBC_2.29): Likewise.
4763 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist (GLIBC_2.29):
4764 Likewise.
4765 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist (GLIBC_2.29):
4766 Likewise.
4767 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist (GLIBC_2.29):
4768 Likewise.
4769 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist (GLIBC_2.29):
4770 Likewise.
4771
4772 2018-11-06 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
4773
4774 * misc/Makefile (tests): Add tst-ldbl-error.
4775 * misc/tst-ldbl-error.c: New file.
4776
4777 2018-11-06 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
4778
4779 * misc/Makefile (tests): Add tst-ldbl-warn.
4780 * misc/tst-ldbl-warn.c: New file.
4781
4782 2018-11-06 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
4783
4784 * argp/Makefile (tests): Add tst-ldbl-argp.
4785 * argp/tst-ldbl-argp.c: New file.
4786
4787 2018-11-05 Arjun Shankar <arjun@redhat.com>
4788
4789 * iconv/gconv_conf.c (__gconv_read_conf): Remove NULL check for
4790 __gconv_path_elem and call __gconv_get_path unconditionally.
4791
4792 2018-11-05 Andreas Schwab <schwab@suse.de>
4793
4794 [BZ #22927]
4795 * resolv/gai_misc.c (__gai_enqueue_request): Don't crash if
4796 creating the first helper thread failed.
4797
4798 2018-11-03 Samuel Thibault <samuel.thibault@ens-lyon.org>
4799
4800 * sysdeps/mach/hurd/msync.c: New file.
4801
4802 2018-11-02 Florian Weimer <fweimer@redhat.com>
4803
4804 * support/shell-container.c (copy_func): Call
4805 support_copy_file_range instead of copy_file_range to support
4806 cross-device copies.
4807
4808 2018-11-02 Florian Weimer <fweimer@redhat.com>
4809
4810 * support/test-container.c: Include <libc-pointer-arith.h> for
4811 ALIGN_UP.
4812
4813 2018-11-01 Zong Li <zong@andestech.com>
4814
4815 * soft-fp/op-8.h (_FP_FRAC_SET_8, _FP_FRAC_ADD_8, _FP_FRAC_SUB_8)
4816 (_FP_FRAC_CLZ_8, _FP_MINFRAC_8, _FP_FRAC_NEGP_8, _FP_FRAC_ZEROP_8)
4817 (_FP_FRAC_HIGHBIT_DW_8, _FP_FRAC_COPY_4_8, _FP_FRAC_COPY_8_4)
4818 (__FP_FRAC_SET_8): Add implementation for RV32 use.
4819
4820 * soft-fp/op-4.h (_FP_FRAC_SUB_3, _FP_FRAC_SUB_4): Use temporary
4821 variable to avoid overlap arguments.
4822
4823 2018-11-01 Joseph Myers <joseph@codesourcery.com>
4824
4825 * posix/bug-regex22.c (main): Use puts with distinct error
4826 messages for unexpected success of re_compile_pattern, not printf
4827 with NULL argument to %s.
4828
4829 * stdio-common/bug22.c: Include <libc-diag.h>.
4830 (do_test): Disable -Wformat-overflow= warnings around fprintf
4831 calls outputting more than INT_MAX characters.
4832 * stdio-common/tst-printf.c: Disable -Wformat-overflow= warnings
4833 around printf call with NULL %s argument.
4834
4835 [BZ #23848]
4836 * sysdeps/unix/sysv/linux/sparc/kernel-features.h [!__arch64__ &&
4837 __LINUX_KERNEL_VERSION < 0x040400] (__ASSUME_SENDMSG_SYSCALL):
4838 Undefine.
4839 [!__arch64__ && __LINUX_KERNEL_VERSION < 0x040400]
4840 (__ASSUME_RECVMSG_SYSCALL): Likewise.
4841 [!__arch64__ && __LINUX_KERNEL_VERSION < 0x040400]
4842 (__ASSUME_SENDTO_SYSCALL): Likewise.
4843 [!__arch64__ && __LINUX_KERNEL_VERSION < 0x040400]
4844 (__ASSUME_ACCEPT_SYSCALL): Undefine under this condition, not just
4845 [!__arch64__].
4846 [!__arch64__ && __LINUX_KERNEL_VERSION < 0x040400]
4847 (__ASSUME_CONNECT_SYSCALL): Likewise.
4848 [!__arch64__ && __LINUX_KERNEL_VERSION < 0x040400]
4849 (__ASSUME_RECVFROM_SYSCALL): Likewise.
4850 [__LINUX_KERNEL_VERSION >= 0x040400] (__ASSUME_BIND_SYSCALL):
4851 Define.
4852 [__LINUX_KERNEL_VERSION >= 0x040400] (__ASSUME_LISTEN_SYSCALL):
4853 Likewise.
4854 [__LINUX_KERNEL_VERSION >= 0x040400]
4855 (__ASSUME_SETSOCKOPT_SYSCALL): Likewise.
4856 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (bind):
4857 Remove.
4858 (listen): Likewise.
4859 (setsockopt): Likewise.
4860
4861 2018-11-01 Fredrik Noring <noring@nocrew.org>
4862
4863 * sysdeps/mips/sys/tas.h (_test_and_set): Handle the R5900 CPU
4864 with the ISA override.
4865
4866 2018-10-31 Rafael Avila de Espindola <rafael@espindo.la>
4867
4868 * sysdeps/unix/sysv/linux/sysdep-vdso.h: Simplify an #if #else
4869 #endif.
4870
4871 2018-10-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
4872
4873 * manual/errno.texi (EIEIO): Document how translators should
4874 translate the error message.
4875 * sysdeps/mach/hurd/errnos.awk: Avoid printing errnos.d. Avoid
4876 printing trailing whitespaces refused by git.
4877 * sysdeps/gnu/errlist.c (EIEIO): Regenerate.
4878 * sysdeps/mach/hurd/bits/errno.h: Regenerate.
4879 * hurd/Makefile (user-interfaces): Add pci.
4880
4881 2018-10-30 Joseph Myers <joseph@codesourcery.com>
4882
4883 * conform/linknamespace.py: New file.
4884 * conform/linknamespace.pl: Remove file.
4885 * conform/Makefile ($(linknamespace-header-tests)): Use
4886 linknamespace.py instead of linknamespace.pl. Do not use --tmpdir
4887 option.
4888
4889 2018-10-30 Florian Weimer <fweimer@redhat.com>
4890
4891 * stdlib/test-bz22786.c (do_test): Additional free calls to avoid
4892 memory leaks.
4893
4894 2018-10-30 Florian Weimer <fweimer@redhat.com>
4895
4896 * support/blob_repeat.c (allocate_big): Call mkstemp directly.
4897
4898 2018-10-30 Florian Weimer <fweimer@redhat.com>
4899
4900 * stdlib/tst-strtod-overflow.c (do_test): Switch to
4901 support_blob_repeat.
4902
4903 2018-10-30 Florian Weimer <fweimer@redhat.com>
4904
4905 Avoid spurious test failures in stdlib/test-bz22786.
4906 * support/Makefile (libsupport-routines): Add blob_repeat.
4907 (tests): Add tst-support_blob_repeat.
4908 * support/blob_repeat.h: New file.
4909 * support/blob_repeat.c: Likewise.
4910 * support/tst-support_blob_repeat.c: Likewise.
4911 * stdlib/test-bz22786.c (do_test): Replace malloc and memset with
4912 support_blob_repeat_allocate.
4913
4914 2018-10-30 Andreas Schwab <schwab@suse.de>
4915
4916 [BZ #23125]
4917 * sysdeps/riscv/start.S (ENTRY_POINT): Mark ra as undefined.
4918 Don't use tail call.
4919 * elf/tst-unwind-main.c: New file.
4920 * elf/Makefile (tests): Add tst-unwind-main.
4921 (CFLAGS-tst-unwind-main.c): Define.
4922
4923 2018-10-29 Sergi Almacellas Abellana <sergi@koolpi.com>
4924
4925 [BZ #23791]
4926 * localedata/locales/ca_ES (LC_MONETARY): set p_cs_precedes and
4927 n_cs_precedes to 0.
4928 * localedata/locales/ca_ES (LC_MONETARY): set grouping to 3;3
4929
4930 2018-10-29 Joseph Myers <joseph@codesourcery.com>
4931
4932 * conform/glibcconform.py: Do not import shutil.
4933 (list_exported_functions): Use tempfile.TemporaryDirectory instead
4934 of mkdtemp.
4935
4936 * configure.ac (PYTHON_PROG): Use AC_CHECK_PROG_VER. Set
4937 critic_missing for versions before 3.4.
4938 * configure: Regenerated.
4939 * manual/install.texi (Tools for Compilation): Document
4940 requirement for Python to build glibc.
4941 * INSTALL: Regenerated.
4942 * Rules [PYTHON]: Make code unconditional.
4943 * benchtests/Makefile [PYTHON]: Likewise.
4944 * conform/Makefile [PYTHON]: Likewise.
4945 * manual/Makefile [PYTHON]: Likewise.
4946 * math/Makefile [PYTHON]: Likewise.
4947
4948 2018-10-28 Samuel Thibault <samuel.thibault@ens-lyon.org>
4949
4950 * hurd/hurdsig.c (_hurd_interrupted_rpc_timeout): Set to 60000.
4951 * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): When the server does not
4952 answer to interrupt_operation, return EIEIO instead of EINTR.
4953 * sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Make
4954 _hurd_intr_rpc_msg_about_to global point to start of controlled
4955 assembly snippet. Make it check canceled flag.
4956 * hurd/hurdsig.c (_hurdsig_abort_rpcs): Only mutate thread if it passed
4957 the _hurd_intr_rpc_msg_about_to point.
4958 * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Remove comment on mutation
4959 issue, remove cancel flag check.
4960
4961 2018-10-26 Joseph Myers <joseph@codesourcery.com>
4962
4963 * scripts/build-many-glibcs.py: Remove compatibility for missing
4964 os.cpu_count and re.fullmatch.
4965
4966 2018-10-26 Szabolcs Nagy <szabolcs.nagy@arm.com>
4967
4968 [BZ #23822]
4969 * sysdeps/ia64/fpu/e_exp2f.S (exp2f): Use WEAK_LIBM_ENTRY.
4970 * sysdeps/ia64/fpu/e_log2f.S (log2f): Likewise.
4971 * sysdeps/ia64/fpu/e_exp2f.S (powf): Likewise.
4972
4973 2018-10-25 Joseph Myers <joseph@codesourcery.com>
4974
4975 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_MASK_CREATE): New
4976 macro.
4977
4978 2018-10-25 Florian Weimer <fweimer@redhat.com>
4979
4980 [BZ #23562]
4981 [BZ #23821]
4982 XFAIL siginfo_t si_band conform test on sparc64.
4983 * sysdeps/unix/sysv/linux/sparc/bits/siginfo-arch.h
4984 (__SI_BAND_TYPE): Only override long int default type on sparc64.
4985 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
4986 (conformtest-xfail-conds): Add sparc64-linux.
4987 * conform/data/signal.h-data (siginfo_t): XFAIL si_band test on
4988 sparc64.
4989 * conform/data/sys/wait.h-data (siginfo_t): Likewise.
4990
4991 2018-10-25 Joseph Myers <joseph@codesourcery.com>
4992
4993 * elf/elf.h (NT_MIPS_DSP): New macro.
4994 (NT_MIPS_FP_MODE): Likewise.
4995
4996 2018-10-25 Zong Li <zong@andestech.com>
4997
4998 * elf/Makefile (LDFLAGS-tst-execstack-mod.so): Change variable
4999 name by adding the file extension (.so).
5000
5001 2018-10-25 Samuel Thibault <samuel.thibault@ens-lyon.org>
5002
5003 * sysdeps/mach/hurd/i386/Makefile [$(subdir) = conform]
5004 (test-xfail-ISO11/threads.h/linknamespace,
5005 test-xfail-ISO11/threads.h/conform): Add.
5006
5007 2018-10-24 Joseph Myers <joseph@codesourcery.com>
5008
5009 * math/gen-libm-test.py: Import os.
5010 (ALL_FLOATS_MANUAL): New constant.
5011 (ALL_FLOATS_SUFFIX): Likewise.
5012 (Ulps.all_functions): New function.
5013 (real_all_ulps): Likewise.
5014 (generate_err_table_sub): Likewise.
5015 (generate_err_table): Likewise.
5016 (main): Handle -s and -m options.
5017 * manual/libm-err-tab.pl: Remove.
5018 * manual/Makefile ($(objpfx)stamp-libm-err): Use gen-libm-test.py
5019 instead of libm-err-tab.pl.
5020 [$(PERL) != no]: Change condition to [$(if $(PYTHON),$(PERL),no)
5021 != no].
5022 * manual/install.texi (Tools for Compilation): Document
5023 requirement for Python to build manual.
5024 * INSTALL: Regenerated.
5025
5026 2018-10-24 Albert ARIBAUD <albert.aribaud@3adev.fr>
5027
5028 * bits/time64.h: New file.
5029 * include/time.h: Replace internal_time_t with __time64_t.
5030 * posix/bits/types (__time64_t): Add.
5031 * stdlib/Makefile: Add bits/time64.h to includes.
5032 * time/tzfile.c: Replace internal_time_t with __time64_t.
5033
5034 2018-10-24 Adhemerval Zanella <adhemerval.zanella@linaro.org>
5035
5036 * include/spawn.h (__posix_spawn, posix_spawn_file_actions_addclose,
5037 __posix_spawn_file_actions_adddup2, __posix_spawn_file_actions_destroy,
5038 __posix_spawn_file_actions_init, __posix_spawnattr_init,
5039 __posix_spawnattr_destroy, __posix_spawnattr_setflags,
5040 __posix_spawnattr_setsigdefault, __posix_spawnattr_setsigmask): New
5041 prototype.
5042 * posix/spawn.c (__posix_spawn): Add libc_hidden_def.
5043 * posix/spawn_faction_addclose.c
5044 (__posix_spawn_file_actions_addclose): Add hidden definition.
5045 * posix/spawn_faction_adddup2.c
5046 (__posix_spawn_file_actions_adddup2): Likewise.
5047 * posix/spawn_faction_destroy.c
5048 (__posix_spawn_file_actions_destroy): Likewise.
5049 * posix/spawn_faction_init.c (__posix_spawn_file_actions_init):
5050 Likewise.
5051 * posix/spawnattr_destroy.c (__posix_spawnattr_destroy): Likewise.
5052 * posix/spawnattr_init.c (__posix_spawnattr_init): Likewise.
5053 * posix/spawnattr_setdefault.c (__posix_spawnattr_setsigdefault):
5054 Likewise.
5055 * posix/spawnattr_setflags.c (__posix_spawnattr_setflags): Likewise.
5056 * posix/spawnattr_setsigmask.c (__posix_spawnattr_setsigmask):
5057 Likewise.
5058
5059 2018-10-24 Andreas Schwab <schwab@suse.de>
5060
5061 [BZ #18093]
5062 * elf/dl-cache.c (_dl_load_cache_lookup): Check for truncated old
5063 format cache.
5064 * elf/cache.c (print_cache): Likewise.
5065
5066 2018-10-24 Albert ARIBAUD <albert.aribaud@3adev.fr>
5067
5068 * bits/timesize.h: New file.
5069 * stdlib/Makefile (headers): Add bits/timesize.h.
5070 * sysdeps/unix/sysv/linux/bits/msq-pad.h
5071 (__MSQ_PAD_AFTER_TIME): Use __TIMESIZE instead of __WORDSIZE.
5072 * sysdeps/unix/sysv/linux/bits/sem-pad.h
5073 (__SEM_PAD_AFTER_TIME): Likewise.
5074 * sysdeps/unix/sysv/linux/bits/shm-pad.h
5075 (__SHM_PAD_AFTER_TIME): Likewise.
5076 * sysdeps/unix/sysv/linux/hppa/bits/msq-pad.h
5077 (__MSQ_PAD_BEFORE_TIME): Likewise.
5078 * sysdeps/unix/sysv/linux/hppa/bits/sem-pad.h
5079 (__SEM_PAD_BEFORE_TIME): Likewise.
5080 * sysdeps/unix/sysv/linux/hppa/bits/shm-pad.h
5081 (__SHM_PAD_BEFORE_TIME, __SHM_PAD_BETWEEN_TIME_AND_SEGSZ): Likewise.
5082 * sysdeps/unix/sysv/linux/mips/bits/msq-pad.h
5083 (__MSQ_PAD_AFTER_TIME, __MSQ_PAD_BEFORE_TIME): Likewise.
5084 * sysdeps/unix/sysv/linux/powerpc/bits/msq-pad.h
5085 (__MSQ_PAD_BEFORE_TIME): Likewise.
5086 * sysdeps/unix/sysv/linux/powerpc/bits/sem-pad.h
5087 (__SEM_PAD_BEFORE_TIME): Likewise.
5088 * sysdeps/unix/sysv/linux/powerpc/bits/shm-pad.h
5089 (__SHM_PAD_BEFORE_TIME, __SHM_PAD_BETWEEN_TIME_AND_SEGSZ): Likewise.
5090 * sysdeps/unix/sysv/linux/sparc/bits/msq-pad.h
5091 (__MSQ_PAD_BEFORE_TIME): Likewise.
5092 * sysdeps/unix/sysv/linux/sparc/bits/sem-pad.h
5093 (__SEM_PAD_BEFORE_TIME): Likewise.
5094 * sysdeps/unix/sysv/linux/sparc/bits/shm-pad.h
5095 (__SHM_PAD_BEFORE_TIME): Likewise.
5096 * sysdeps/unix/sysv/linux/x86/bits/msq-pad.h: Delete file.
5097 * sysdeps/unix/sysv/linux/x86/bits/shm-pad.h: Likewise.
5098 * sysdeps/unix/sysv/linux/x86/bits/timesize.h: New file.
5099
5100 2018-10-24 H.J. Lu <hongjiu.lu@intel.com>
5101
5102 * benchtests/Makefile (CPPFLAGS-nonlib): Add -DUSE_RDTSCP if
5103 USE_RDTSCP is defined.
5104 * sysdeps/x86/hp-timing.h (HP_TIMING_NOW): Use RDTSCP if
5105 USE_RDTSCP is defined.
5106
5107 2018-10-23 Adhemerval Zanella <adhemerval.zanella@linaro.org>
5108
5109 * misc/tst-preadvwritev2-common.c (IOV_MAX): Define if not
5110 defined.
5111
5112 [BZ #23709]
5113 * sysdeps/x86/cpu-features.c (init_cpu_features): Set TSX bits
5114 independently of other flags.
5115
5116 2018-10-23 Florian Weimer <fweimer@redhat.com>
5117
5118 * time/tst-mktime2.c (N_STRINGS): Remove.
5119 (set_timezone): New function.
5120 (spring_forward_gap): Call it. Use FAIL_EXIT1.
5121 (mktime_test1): Report localtime failure and check errno value.
5122 Use TEST_COMPARE.
5123 (irix_6_4_bug, bigtime_test): Use TEST_COMPARE.
5124 (do_test): Remove alarm call. Use set_timezone and array_length.
5125
5126 2018-10-23 Andreas Schwab <schwab@suse.de>
5127
5128 * sysdeps/unix/sysv/linux/riscv/setcontext.S (__setcontext)
5129 (__start_context): Use END instead of PSEUDO_END.
5130
5131 2018-10-22 Joseph Myers <joseph@codesourcery.com>
5132
5133 * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
5134 version to 4.19.
5135
5136 * scripts/build-many-glibcs.py (Context.checkout): Default Linux
5137 version to 4.19.
5138
5139 [BZ #23793]
5140 * wcsmbs/c32rtomb.c: New file.
5141 * wcsmbs/mbrtoc32.c: Likewise.
5142 * wcsmbs/tst-c32-state.c: Likewise.
5143 * wcsmbs/mbrtowc.c (mbrtoc32): Do not define as alias.
5144 * wcsmbs/wcrtomb.c (c32rtomb): Likewise.
5145 * wcsmbs/Makefile (routines): Add mbrtoc32 and c32rtomb.
5146 (tests): Add tst-c32-state.
5147 [$(run-built-tests) = yes] ($(objpfx)tst-c32-state.out): Depend on
5148 $(gen-locales).
5149
5150 2018-10-21 H.J. Lu <hongjiu.lu@intel.com>
5151
5152 * sysdeps/x86/hp-timing.h: Don't include <x86intrin.h>.
5153 (HP_TIMING_NOW): Replace _rdtsc with __builtin_ia32_rdtsc.
5154
5155 2018-10-19 Joseph Myers <joseph@codesourcery.com>
5156
5157 [BZ #23794]
5158 * wcsmbs/c16rtomb.c (c16rtomb): Save first character of surrogate
5159 pair and return 0 in that case, and use saved character to
5160 interpret following character.
5161 * wcsmbs/tst-c16-surrogate.c: New file.
5162 * wcsmbs/Makefile (tests): Add tst-c16-surrogate.c.
5163 [$(run-built-tests) = yes] ($(objpfx)tst-c16-surrogate.out):
5164 Depend on $(gen-locales)
5165
5166 2018-10-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
5167
5168 [BZ #23562]
5169 * sysdeps/unix/sysv/linux/bits/types/siginfo_t.h
5170 (struct siginfo_t): Use correct type for si_band.
5171
5172 2018-10-19 Florian Weimer <fweimer@redhat.com>
5173
5174 [BZ #23689]
5175 * resource/bits/types/struct_rusage.h (struct rusage): Update
5176 comment on struct. Remove extraneous field comment.
5177
5178 2018-10-18 David S. Miller <davem@davemloft.net>
5179
5180 * sysdeps/unix/sysv/linux/sparc/init-first.c: New file.
5181 * sysdeps/unix/sysv/linux/sparc/libc-vdso.h: New file.
5182 * sysdeps/unix/sysv/linux/sparc/Makefile: Add dl-vdso to
5183 sysdep_routines in subdir elf.
5184 * sysdeps/unix/sysv/linux/sparc/Versions: Add GLIBC_PRIVATE
5185 version for __vdso_clock_gettime.
5186 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_VSYSCALL_CALL):
5187 Define.
5188 (HAVE_CLOCK_GETTIME_VSYSCALL): Define.
5189 (HAVE_GETTIMEOFDAY_VSYSCALL): Define.
5190
5191 * sysdeps/sparc/fpu/libm-test-ulps: Regenerated.
5192
5193 2018-10-17 H.J. Lu <hongjiu.lu@intel.com>
5194
5195 * sysdeps/i386/init-arch.h: Removed.
5196 * sysdeps/i386/i586/init-arch.h: Likewise.
5197 * sysdeps/i386/i686/init-arch.h: Likewise.
5198 * sysdeps/i386/i686/hp-timing.h: Likewise.
5199 * sysdeps/x86_64/hp-timing.h: Likewise.
5200 * sysdeps/i386/isa.h: New file.
5201 * sysdeps/i386/i586/isa.h: Likewise.
5202 * sysdeps/i386/i686/isa.h: Likewise.
5203 * sysdeps/x86_64/isa.h: Likewise.
5204 * sysdeps/x86/hp-timing.h: New file.
5205 * sysdeps/x86/init-arch.h: Include <isa.h>.
5206
5207 2018-10-17 Joseph Myers <joseph@codesourcery.com>
5208
5209 * math/libm-test-pow.inc (pow_test_data): Do not allow
5210 divide-by-zero exception for pow(+/- 0, -Inf).
5211
5212 2018-10-17 Zack Weinberg <zackw@panix.com>
5213
5214 * manual/job.texi (Job Control is Optional): Remove node, as
5215 job control has not been optional in quite some time.
5216 (Job Control): Mention briefly that systems older than
5217 POSIX.1-2001 might not support job control.
5218 * manual/conf.texi (_POSIX_JOB_CONTROL): Will always be
5219 defined on systems conforming to POSIX.1-2001.
5220
5221 2018-10-17 Arjun Shankar <arjun@redhat.com>
5222
5223 [BZ #22062]
5224 * iconv/gconv_conf.c (__gconv_get_path): Remove locking and fix
5225 indentation.
5226 * (__gconv_read_conf): Mark function static.
5227 * (once): New static variable.
5228 * (__gconv_load_conf): New function.
5229 * iconv/gconv_int.h (__gconv_load_conf): Likewise.
5230 * iconv/gconv_db.c (once): Remove static variable.
5231 * (__gconv_compare_alias): Use __gconv_load_conf instead of
5232 __gconv_read_conf.
5233 * (__gconv_find_transform): Likewise.
5234 * iconv/tst-iconv-mt.c: New test.
5235 * iconv/Makefile: Add tst-iconv_mt.
5236
5237 2018-10-17 Joseph Myers <joseph@codesourcery.com>
5238
5239 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
5240 bits/shm-pad.h.
5241 * sysdeps/unix/sysv/linux/bits/shm.h: Include <bits/shm-pad.h>.
5242 (shmatt_t): Define as __syscall_ulong_t.
5243 (__SHM_PAD_TIME): New macro, depending on [__SHM_PAD_BEFORE_TIME]
5244 and [__SHM_PAD_AFTER_TIME].
5245 (struct shmid_ds): Define time fields using __SHM_PAD_TIME.
5246 Define shm_segsz and associated padding based on
5247 [__SHM_SEGSZ_AFTER_TIME] and [__SHM_PAD_BETWEEN_TIME_AND_SEGSZ].
5248 Use __syscall_ulong_t instead of unsigned long int.
5249 [__USE_MISC] (struct shminfo): Use __syscall_ulong_t instead of
5250 unsigned long int.
5251 [__USE_MISC] (struct shm_info): Likewise.
5252 * sysdeps/unix/sysv/linux/bits/shm-pad.h: New file.
5253 * sysdeps/unix/sysv/linux/hppa/bits/shm-pad.h: Likewise.
5254 * sysdeps/unix/sysv/linux/mips/bits/shm-pad.h: Likewise.
5255 * sysdeps/unix/sysv/linux/powerpc/bits/shm-pad.h: Likewise.
5256 * sysdeps/unix/sysv/linux/sparc/bits/shm-pad.h: Likewise.
5257 * sysdeps/unix/sysv/linux/x86/bits/shm-pad.h: Likewise.
5258 * sysdeps/unix/sysv/linux/hppa/bits/shm.h: Remove.
5259 * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
5260 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
5261 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
5262 * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
5263
5264 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
5265 bits/shmlba.h.
5266 * sysdeps/unix/sysv/linux/bits/shm.h: Include <bits/shmlba.h>.
5267 (SHMLBA): Remove macro.
5268 (__getpagesize): Remove function declaration.
5269 * sysdeps/unix/sysv/linux/hppa/bits/shm.h: Include
5270 <bits/shmlba.h>.
5271 (SHMLBA): Remove macro.
5272 * sysdeps/unix/sysv/linux/mips/bits/shm.h: Include
5273 <bits/shmlba.h>.
5274 (SHMLBA): Remove macro.
5275 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Include
5276 <bits/shmlba.h>.
5277 (SHMLBA): Remove macro.
5278 (__getpagesize): Remove function declaration.
5279 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Include
5280 <bits/shmlba.h>.
5281 (SHMLBA): Remove macro.
5282 (__getshmlba): Remove function declaration.
5283 * sysdeps/unix/sysv/linux/x86/bits/shm.h: Include <bits/shmlba.h>.
5284 (SHMLBA): Remove macro.
5285 (__getpagesize): Remove function declaration.
5286 * sysdeps/unix/sysv/linux/arm/bits/shm.h: Remove file.
5287 * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
5288 * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
5289 * sysdeps/unix/sysv/linux/bits/shmlba.h: New file.
5290 * sysdeps/unix/sysv/linux/arm/bits/shmlba.h: Likewise.
5291 * sysdeps/unix/sysv/linux/hppa/bits/shmlba.h: Likewise.
5292 * sysdeps/unix/sysv/linux/ia64/bits/shmlba.h: Likewise.
5293 * sysdeps/unix/sysv/linux/mips/bits/shmlba.h: Likewise.
5294 * sysdeps/unix/sysv/linux/sh/bits/shmlba.h: Likewise.
5295 * sysdeps/unix/sysv/linux/sparc/bits/shmlba.h: Likewise.
5296
5297 2018-10-17 Stefan Liebler <stli@linux.ibm.com>
5298
5299 [BZ #23275]
5300 * nptl/tst-mutex10.c: New File.
5301 * nptl/Makefile (tests): Add tst-mutex10.
5302 (tst-mutex10-ENV): New variable.
5303 * sysdeps/unix/sysv/linux/s390/force-elision.h: (FORCE_ELISION):
5304 Ensure that elision path is used if elision is available.
5305 * sysdeps/unix/sysv/linux/powerpc/force-elision.h (FORCE_ELISION):
5306 Likewise.
5307 * sysdeps/unix/sysv/linux/x86/force-elision.h: (FORCE_ELISION):
5308 Likewise.
5309 * nptl/pthreadP.h (PTHREAD_MUTEX_TYPE, PTHREAD_MUTEX_TYPE_ELISION)
5310 (PTHREAD_MUTEX_PSHARED): Use atomic_load_relaxed.
5311 * nptl/pthread_mutex_consistent.c (pthread_mutex_consistent): Likewise.
5312 * nptl/pthread_mutex_getprioceiling.c (pthread_mutex_getprioceiling):
5313 Likewise.
5314 * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full)
5315 (__pthread_mutex_cond_lock_adjust): Likewise.
5316 * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
5317 Likewise.
5318 * nptl/pthread_mutex_timedlock.c (__pthread_mutex_timedlock): Likewise.
5319 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
5320 * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
5321 * sysdeps/nptl/bits/thread-shared-types.h (struct __pthread_mutex_s):
5322 Add comments.
5323 * nptl/pthread_mutex_destroy.c (__pthread_mutex_destroy):
5324 Use atomic_load_relaxed and atomic_store_relaxed.
5325 * nptl/pthread_mutex_init.c (__pthread_mutex_init):
5326 Use atomic_store_relaxed.
5327
5328 2018-10-17 Andreas Schwab <schwab@suse.de>
5329
5330 * benchtests/bench-strtod.c (TIMEOUT): Don't define.
5331 * crypt/badsalttest.c (TIMEOUT): Likewise.
5332 * crypt/sha256c-test.c (TIMEOUT): Likewise.
5333 * dirent/tst-fdopendir.c (TIMEOUT): Likewise.
5334 * io/test-lfs.c (TIMEOUT): Likewise.
5335 * libio/tst-atime.c (TIMEOUT): Likewise.
5336 * localedata/tst-leaks.c (TIMEOUT): Likewise.
5337 * nptl/tst-cancel19.c (TIMEOUT): Likewise.
5338 * nptl/tst-cancel22.c (TIMEOUT): Likewise.
5339 * nptl/tst-cancel25.c (TIMEOUT): Likewise.
5340 * nptl/tst-cancel7.c (TIMEOUT): Likewise.
5341 * nptl/tst-cond-except.c (TIMEOUT): Likewise.
5342 * nptl/tst-cond11.c (TIMEOUT): Likewise.
5343 * nptl/tst-cond14.c (TIMEOUT): Likewise.
5344 * nptl/tst-cond15.c (TIMEOUT): Likewise.
5345 * nptl/tst-cond24.c (TIMEOUT): Likewise.
5346 * nptl/tst-cond25.c (TIMEOUT): Likewise.
5347 * nptl/tst-kill2.c (TIMEOUT): Likewise.
5348 * nptl/tst-kill3.c (TIMEOUT): Likewise.
5349 * nptl/tst-mutex4.c (TIMEOUT): Likewise.
5350 * nptl/tst-mutex5.c (TIMEOUT): Likewise.
5351 * nptl/tst-mutex9.c (TIMEOUT): Likewise.
5352 * nptl/tst-once2.c (TIMEOUT): Likewise.
5353 * nptl/tst-once3.c (TIMEOUT): Likewise.
5354 * nptl/tst-once4.c (TIMEOUT): Likewise.
5355 * nptl/tst-robust8.c (TIMEOUT): Likewise.
5356 * nptl/tst-robust9.c (TIMEOUT): Likewise.
5357 * nptl/tst-rwlock16.c (TIMEOUT): Likewise.
5358 * nptl/tst-sem14.c (TIMEOUT): Likewise.
5359 * nptl/tst-sem6.c (TIMEOUT): Likewise.
5360 * nptl/tst-signal3.c (TIMEOUT): Likewise.
5361 * nptl/tst-spin4.c (TIMEOUT): Likewise.
5362 * nptl/tst-tls3.c (TIMEOUT): Likewise.
5363 * nptl/tst-tls4.c (TIMEOUT): Likewise.
5364 * posix/tst-chmod.c (TIMEOUT): Likewise.
5365 * posix/tst-getaddrinfo4.c (TIMEOUT): Likewise.
5366 * posix/tst-getaddrinfo5.c (TIMEOUT): Likewise.
5367 * posix/tst-preadwrite-common.c (TIMEOUT): Likewise.
5368 * posix/tst-regex2.c (TIMEOUT): Likewise.
5369 * posix/tst-waitid.c (TIMEOUT): Likewise.
5370 * rt/tst-aio.c (TIMEOUT): Likewise.
5371 * rt/tst-aio10.c (TIMEOUT): Likewise.
5372 * rt/tst-aio4.c (TIMEOUT): Likewise.
5373 * rt/tst-aio5.c (TIMEOUT): Likewise.
5374 * rt/tst-aio6.c (TIMEOUT): Likewise.
5375 * rt/tst-aio64.c (TIMEOUT): Likewise.
5376 * rt/tst-aio7.c (TIMEOUT): Likewise.
5377 * rt/tst-aio9.c (TIMEOUT): Likewise.
5378 * rt/tst-clock.c (TIMEOUT): Likewise.
5379 * rt/tst-cpuclock1.c (TIMEOUT): Likewise.
5380 * rt/tst-cpuclock2.c (TIMEOUT): Likewise.
5381 * rt/tst-mqueue2.c (TIMEOUT): Likewise.
5382 * rt/tst-mqueue4.c (TIMEOUT): Likewise.
5383 * rt/tst-mqueue5.c (TIMEOUT): Likewise.
5384 * rt/tst-timer4.c (TIMEOUT): Likewise.
5385 * stdio-common/tst-fseek.c (TIMEOUT): Likewise.
5386 * stdio-common/tst-rndseek.c (TIMEOUT): Likewise.
5387 * stdlib/tst-empty-env.c (TIMEOUT): Likewise.
5388 * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Likewise.
5389 * time/tst-ftime.c (TIMEOUT): Likewise.
5390 * timezone/tst-tzset.c (TIMEOUT): Likewise.
5391
5392 2018-10-16 Anton Youdkevitch <anton.youdkevitch@bell-sw.com>
5393
5394 * sysdeps/aarch64/multiarch/memcpy_thunderx.S: Remove thunderx2 code.
5395 * sysdeps/aarch64/multiarch/memcpy_thunderx2.S: New implementation
5396 for thunderX2.
5397
5398 2018-10-15 Joseph Myers <joseph@codesourcery.com>
5399
5400 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
5401 bits/sem-pad.h.
5402 * sysdeps/unix/sysv/linux/bits/sem.h: Include <bits/sem-pad.h>
5403 instead of <bits/wordsize.h>.
5404 (__SEM_PAD_TIME): New macro, depending on [__SEM_PAD_BEFORE_TIME]
5405 and [__SEM_PAD_AFTER_TIME].
5406 (struct semid_ds): Define time fields using __SEM_PAD_TIME. Use
5407 __syscall_ulong_t instead of unsigned long int.
5408 * sysdeps/unix/sysv/linux/bits/sem-pad.h: New file.
5409 * sysdeps/unix/sysv/linux/hppa/bits/sem-pad.h: Likewise.
5410 * sysdeps/unix/sysv/linux/mips/bits/sem-pad.h: Likewise.
5411 * sysdeps/unix/sysv/linux/powerpc/bits/sem-pad.h: Likewise.
5412 * sysdeps/unix/sysv/linux/sparc/bits/sem-pad.h: Likewise.
5413 * sysdeps/unix/sysv/linux/x86/bits/sem-pad.h: Likewise.
5414 * sysdeps/unix/sysv/linux/hppa/bits/sem.h: Remove.
5415 * sysdeps/unix/sysv/linux/mips/bits/sem.h: Likewise.
5416 * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
5417 * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
5418 * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
5419
5420 2018-10-14 Paul Eggert <eggert@cs.ucla.edu>
5421
5422 regex: simplify by using intprops.h
5423 [BZ#23744]
5424 * posix/regex_internal.h [_LIBC]: Include intprops.h.
5425 (TYPE_SIGNED, INT_ADD_WRAPV) [_LIBC]: Remove.
5426 intprops.h defines them.
5427
5428 regex: __builtin_expect → __glibc_unlikely
5429 [BZ#23744]
5430 This refactoring was prompted by a problem when the regex code is
5431 used as part of Gnulib and when the builder’s compiler does not grok
5432 __builtin_expect. Problem reported for Gawk by Nelson H.F. Beebe in:
5433 https://lists.gnu.org/r/bug-gnulib/2018-09/msg00137.html
5434 Although this refactoring does not fix the problem directly,
5435 we might as well have Gawk use the now-preferred glibc style for when
5436 __builtin_expect is unavailable.
5437 * posix/regex_internal.h (BE): Remove.
5438 All uses replaced by __glibc_unlikely or __glibc_likely.
5439
5440 2018-10-11 Joseph Myers <joseph@codesourcery.com>
5441
5442 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
5443 bits/msq-pad.h.
5444 * sysdeps/unix/sysv/linux/bits/msq.h: Include <bits/msq-pad.h>
5445 instead of <bits/wordsize.h>.
5446 (msgqnum_t): Define as __syscall_ulong_t.
5447 (msglen_t): Likewise.
5448 (__MSQ_PAD_TIME): New macro, depending on [__MSQ_PAD_BEFORE_TIME]
5449 and [__MSQ_PAD_AFTER_TIME].
5450 (struct msqid_ds): Define time fields using __MSQ_PAD_TIME. Use
5451 __syscall_ulong_t instead of unsigned long int.
5452 * sysdeps/unix/sysv/linux/bits/msq-pad.h: New file.
5453 * sysdeps/unix/sysv/linux/hppa/bits/msq-pad.h: Likewise.
5454 * sysdeps/unix/sysv/linux/mips/bits/msq-pad.h: Likewise.
5455 * sysdeps/unix/sysv/linux/powerpc/bits/msq-pad.h: Likewise.
5456 * sysdeps/unix/sysv/linux/sparc/bits/msq-pad.h: Likewise.
5457 * sysdeps/unix/sysv/linux/x86/bits/msq-pad.h: Likewise.
5458 * sysdeps/unix/sysv/linux/hppa/bits/msq.h: Remove.
5459 * sysdeps/unix/sysv/linux/mips/bits/msq.h: Likewise.
5460 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
5461 * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
5462 * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
5463
5464 2018-10-10 Joseph Myers <joseph@codesourcery.com>
5465
5466 * sysdeps/unix/sysv/linux/bits/shm.h: Include <bits/wordsize.h>.
5467 (struct shmid_ds): Condition padding after time fields on
5468 [__WORDSIZE == 32].
5469 * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Remove file.
5470 * sysdeps/unix/sysv/linux/generic/bits/shm.h: Likewise.
5471 * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
5472
5473 * sysdeps/unix/sysv/linux/bits/sem.h: Include <bits/wordsize.h>.
5474 (struct semid_ds): Condition padding after time fields on
5475 [__WORDSIZE == 32].
5476 * sysdeps/unix/sysv/linux/alpha/bits/sem.h: Remove file.
5477 * sysdeps/unix/sysv/linux/generic/bits/sem.h: Likewise.
5478 * sysdeps/unix/sysv/linux/ia64/bits/sem.h: Likewise.
5479 * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
5480
5481 * sysdeps/unix/sysv/linux/bits/msq.h: Include <bits/wordsize.h>.
5482 (struct msqid_ds): Condition padding after time fields on
5483 [__WORDSIZE == 32].
5484 * sysdeps/unix/sysv/linux/alpha/bits/msq.h: Remove file.
5485 * sysdeps/unix/sysv/linux/generic/bits/msq.h: Likewise.
5486 * sysdeps/unix/sysv/linux/ia64/bits/msq.h: Likewise.
5487 * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
5488
5489 2018-10-09 Szabolcs Nagy <szabolcs.nagy@arm.com>
5490
5491 * nss/tst-nss-files-hosts-multi.c (TIMEOUT): Define.
5492
5493 2018-10-09 Szabolcs Nagy <szabolcs.nagy@arm.com>
5494
5495 * libio/tst-readline.c (TIMEOUT): Define.
5496
5497 2018-10-08 Paul Eggert <eggert@cs.ucla.edu>
5498
5499 mktime fix for Gnulib + coreutils
5500 [BZ#23745]
5501 This fix affects only Gnulib. Problem discovered when
5502 mktime.c was used as part of Gnulib in bleeding-edge Coreutils.
5503 * time/mktime.c:
5504 (my_tzset) [!_LIBC && !NEED_MKTIME_WORKING && !NEED_MKTIME_WINDOWS]:
5505 Do not define since it is not used. Defining an unused static
5506 function prompts a warning from GCC when Coreutils is configured
5507 with --enable-gcc-warnings.
5508
5509 2018-10-08 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com>
5510
5511 * benchtests/scripts/compare_bench.py (main): set float type on
5512 threshold argument.
5513
5514 2018-10-08 Rafal Luzynski <digitalfreak@lingonborough.com>
5515
5516 [BZ #23740]
5517 * localedata/locales/kl_GL (mon): Update, the relative case.
5518 (alt_mon): Add, fill with month names in the nominative case.
5519 (d_t_fmt): Set to "%a %b %d %Y %T %Z".
5520 (d_fmt): Set to "%b %d %Y".
5521
5522 2018-10-04 Joseph Myers <joseph@codesourcery.com>
5523
5524 * sysdeps/unix/sysv/linux/hppa/bits/mman.h: Include
5525 <bits/mman-linux.h>.
5526 (PROT_READ): Don't define here.
5527 (PROT_WRITE): Likewise.
5528 (PROT_EXEC): Likewise.
5529 (PROT_NONE): Likewise.
5530 (PROT_GROWSDOWN): Likewise.
5531 (PROT_GROWSUP): Likewise.
5532 (MAP_SHARED): Likewise.
5533 (MAP_PRIVATE): Likewise.
5534 [__USE_MISC] (MAP_SHARED_VALIDATE): Likewise.
5535 [__USE_MISC] (MAP_FILE): Likewise.
5536 [__USE_MISC] (MAP_ANONYMOUS): Likewise.
5537 [__USE_MISC] (MAP_ANON): Likewise.
5538 [__USE_MISC] (MAP_HUGE_SHIFT): Likewise.
5539 [__USE_MISC] (MAP_HUGE_MASK): Likewise.
5540 (MCL_CURRENT): Likewise.
5541 (MCL_FUTURE): Likewise.
5542 (MCL_ONFAULT): Likewise.
5543 [__USE_MISC] (MADV_NORMAL): Likewise.
5544 [__USE_MISC] (MADV_RANDOM): Likewise.
5545 [__USE_MISC] (MADV_SEQUENTIAL): Likewise.
5546 [__USE_MISC] (MADV_WILLNEED): Likewise.
5547 [__USE_MISC] (MADV_DONTNEED): Likewise.
5548 [__USE_MISC] (MADV_FREE): Likewise.
5549 [__USE_MISC] (MADV_REMOVE): Likewise.
5550 [__USE_MISC] (MADV_DONTFORK): Likewise.
5551 [__USE_MISC] (MADV_DOFORK): Likewise.
5552 [__USE_MISC] (MADV_HWPOISON): Likewise.
5553 [__USE_XOPEN2K] (POSIX_MADV_NORMAL): Likewise.
5554 [__USE_XOPEN2K] (POSIX_MADV_RANDOM): Likewise.
5555 [__USE_XOPEN2K] (POSIX_MADV_SEQUENTIAL): Likewise.
5556 [__USE_XOPEN2K] (POSIX_MADV_WILLNEED): Likewise.
5557 [__USE_XOPEN2K] (POSIX_MADV_DONTNEED): Likewise.
5558 (__MAP_ANONYMOUS): New macro.
5559 [__USE_MISC] (MAP_TYPE): Undefine and redefine after
5560 <bits/mman-linux.h> inclusion.
5561 (MAP_FIXED): Likewise.
5562 (MS_SYNC): Likewise.
5563 (MS_ASYNC): Likewise.
5564 (MS_INVALIDATE): Likewise.
5565 [__USE_MISC] (MADV_MERGEABLE): Likewise.
5566 [__USE_MISC] (MADV_UNMERGEABLE): Likewise.
5567 [__USE_MISC] (MADV_HUGEPAGE): Likewise.
5568 [__USE_MISC] (MADV_NOHUGEPAGE): Likewise.
5569 [__USE_MISC] (MADV_DONTDUMP): Likewise.
5570 [__USE_MISC] (MADV_DODUMP): Likewise.
5571 [__USE_MISC] (MADV_WIPEONFORK): Likewise.
5572 [__USE_MISC] (MADV_KEEPONFORK): Likewise.
5573
5574 [BZ #23735]
5575 * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (NO_MATH_REDIRECT):
5576 Define.
5577 * sysdeps/ieee754/ldbl-opt/test-nldbl-redirect.c: New file.
5578 * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math] (tests):
5579 Add test-nldbl-redirect.
5580 [$(subdir) = math] (CFLAGS-test-nldbl-redirect.c): New variable.
5581 [$(subdir) = math] ($(objpfx)test-nldbl-redirect): Depend on
5582 $(objpfx)libnldbl_nonshared.a.
5583
5584 2018-10-04 Stefan Liebler <stli@linux.ibm.com>
5585
5586 * support/support.h (support_objdir_elf_ldso): New variable.
5587 * support/support_paths.c (support_objdir_elf_ldso): Likewise.
5588 * support/Makefile (CFLAGS-support_paths.c): Add definition
5589 for OBJDIR_ELF_LDSO_PATH.
5590 * support/test-container.c (main): Search for the ld.so
5591 which is also used by the testsuite.
5592
5593 2018-10-02 Rafal Luzynski <digitalfreak@lingonborough.com>
5594
5595 [BZ #20209]
5596 * localedata/locales/kl_GL: (abday): Fix spelling of Sun (Sunday),
5597 should be "sap" rather than "sab".
5598 (day): Fix spelling of Sunday, should be "sapaat" rather than
5599 "sabaat".
5600
5601 2018-10-02 Joseph Myers <joseph@codesourcery.com>
5602
5603 * math/libm-test-fma.inc (fma_test_data): Add more tests.
5604
5605 2018-10-02 Martin Jansa <Martin.Jansa@gmail.com>
5606
5607 [BZ #19444]
5608 * sysdeps/ieee754/soft-fp/s_fdiv.c: Include <libc-diag.h> and use
5609 DIAG_PUSH_NEEDS_COMMENT, DIAG_IGNORE_NEEDS_COMMENT and
5610 DIAG_POP_NEEDS_COMMENT to disable -Wmaybe-uninitialized.
5611
5612 2018-10-02 Adhemerval Zanella <adhemerval.zanella@linaro.org>
5613
5614 * sysdeps/unix/sysv/linux/fd_to_filename.h: Add missing includes.
5615
5616 2018-10-02 H.J. Lu <hongjiu.lu@intel.com>
5617
5618 * sysdeps/unix/sysv/linux/x86/Makefile (CFLAGS-elision-lock.c):
5619 Add -mrtm.
5620 (CFLAGS-elision-unlock.c): Likewise.
5621 (CFLAGS-elision-timed.c): Likewise.
5622 (CFLAGS-elision-trylock.c): Likewise.
5623 * sysdeps/unix/sysv/linux/x86/hle.h: Rewritten.
5624
5625 2018-10-02 Adhemerval Zanella <adhemerval.zanella@linaro.org>
5626
5627 [BZ #21037]
5628 * libio/Makefile (tests): Add tst-memstream4 and tst-wmemstream4.
5629 * libio/freopen.c (freopen): Sync stream before reopen and adjust to
5630 new fd_to_filename interface.
5631 * libio/freopen64.c (freopen64): Likewise.
5632 * libio/tst-memstream.h: New file.
5633 * libio/tst-memstream4.c: Likewise.
5634 * libio/tst-wmemstream4.c: Likewise.
5635 * sysdeps/generic/fd_to_filename.h (fd_to_filename): Change signature.
5636 * sysdeps/unix/sysv/linux/fd_to_filename.h (fd_to_filename): Likewise
5637 and remove internal dynamic allocation.
5638
5639 2018-10-01 Joseph Myers <joseph@codesourcery.com>
5640
5641 * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_GNU]
5642 (MREMAP_MAYMOVE): Do not define here.
5643 [__USE_GNU] (MREMAP_FIXED): Likewise.
5644 * sysdeps/unix/sysv/linux/bits/mman-shared.h [__USE_GNU]
5645 (MREMAP_MAYMOVE): Define here instead.
5646 [__USE_GNU] (MREMAP_FIXED): Likewise.
5647 * sysdeps/unix/sysv/linux/hppa/bits/mman.h [__USE_GNU]
5648 (MREMAP_MAYMOVE): Remove.
5649 [__USE_GNU] (MREMAP_FIXED): Likewise.
5650
5651 2018-09-28 Joseph Myers <joseph@codesourcery.com>
5652
5653 * math/fromfp.h: Do not include <math_private.h>.
5654 * math/s_cacosh_template.c: Likewise.
5655 * math/s_casin_template.c: Likewise.
5656 * math/s_casinh_template.c: Likewise.
5657 * math/s_ccos_template.c: Likewise.
5658 * math/s_cproj_template.c: Likewise.
5659 * math/s_fdim_template.c: Likewise.
5660 * math/s_fmaxmag_template.c: Likewise.
5661 * math/s_fminmag_template.c: Likewise.
5662 * math/s_iseqsig_template.c: Likewise.
5663 * math/s_ldexp_template.c: Likewise.
5664 * math/s_nextdown_template.c: Likewise.
5665 * math/w_log1p_template.c: Likewise.
5666 * math/w_scalbln_template.c: Likewise.
5667 * sysdeps/aarch64/fpu/feholdexcpt.c: Likewise.
5668 * sysdeps/aarch64/fpu/fesetround.c: Likewise.
5669 * sysdeps/aarch64/fpu/fgetexcptflg.c: Likewise.
5670 * sysdeps/aarch64/fpu/ftestexcept.c: Likewise.
5671 * sysdeps/aarch64/fpu/s_llrint.c: Likewise.
5672 * sysdeps/aarch64/fpu/s_llrintf.c: Likewise.
5673 * sysdeps/aarch64/fpu/s_lrint.c: Likewise.
5674 * sysdeps/aarch64/fpu/s_lrintf.c: Likewise.
5675 * sysdeps/i386/fpu/s_atanl.c: Likewise.
5676 * sysdeps/i386/fpu/s_f32xaddf64.c: Likewise.
5677 * sysdeps/i386/fpu/s_f32xsubf64.c: Likewise.
5678 * sysdeps/i386/fpu/s_fdim.c: Likewise.
5679 * sysdeps/i386/fpu/s_logbl.c: Likewise.
5680 * sysdeps/i386/fpu/s_rintl.c: Likewise.
5681 * sysdeps/i386/fpu/s_significandl.c: Likewise.
5682 * sysdeps/ia64/fpu/s_matherrf.c: Likewise.
5683 * sysdeps/ia64/fpu/s_matherrl.c: Likewise.
5684 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
5685 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
5686 * sysdeps/ieee754/dbl-64/s_fma.c: Likewise.
5687 * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
5688 * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
5689 * sysdeps/ieee754/k_standardf.c: Likewise.
5690 * sysdeps/ieee754/k_standardl.c: Likewise.
5691 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
5692 * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
5693 * sysdeps/ieee754/ldbl-64-128/s_fpclassifyl.c: Likewise.
5694 * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
5695 * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
5696 * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
5697 * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
5698 * sysdeps/ieee754/ldbl-96/s_fma.c: Likewise.
5699 * sysdeps/ieee754/ldbl-96/s_fmal.c: Likewise.
5700 * sysdeps/ieee754/s_signgam.c: Likewise.
5701 * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
5702 * sysdeps/powerpc/power5+/fpu/s_modff.c: Likewise.
5703 * sysdeps/powerpc/power7/fpu/s_logbf.c: Likewise.
5704 * sysdeps/riscv/rv64/rvd/s_ceil.c: Likewise.
5705 * sysdeps/riscv/rv64/rvd/s_floor.c: Likewise.
5706 * sysdeps/riscv/rv64/rvd/s_nearbyint.c: Likewise.
5707 * sysdeps/riscv/rv64/rvd/s_round.c: Likewise.
5708 * sysdeps/riscv/rv64/rvd/s_roundeven.c: Likewise.
5709 * sysdeps/riscv/rv64/rvd/s_trunc.c: Likewise.
5710 * sysdeps/riscv/rvd/s_finite.c: Likewise.
5711 * sysdeps/riscv/rvd/s_fmax.c: Likewise.
5712 * sysdeps/riscv/rvd/s_fmin.c: Likewise.
5713 * sysdeps/riscv/rvd/s_fpclassify.c: Likewise.
5714 * sysdeps/riscv/rvd/s_isinf.c: Likewise.
5715 * sysdeps/riscv/rvd/s_isnan.c: Likewise.
5716 * sysdeps/riscv/rvd/s_issignaling.c: Likewise.
5717 * sysdeps/riscv/rvf/fegetround.c: Likewise.
5718 * sysdeps/riscv/rvf/feholdexcpt.c: Likewise.
5719 * sysdeps/riscv/rvf/fesetenv.c: Likewise.
5720 * sysdeps/riscv/rvf/fesetround.c: Likewise.
5721 * sysdeps/riscv/rvf/feupdateenv.c: Likewise.
5722 * sysdeps/riscv/rvf/fgetexcptflg.c: Likewise.
5723 * sysdeps/riscv/rvf/ftestexcept.c: Likewise.
5724 * sysdeps/riscv/rvf/s_ceilf.c: Likewise.
5725 * sysdeps/riscv/rvf/s_finitef.c: Likewise.
5726 * sysdeps/riscv/rvf/s_floorf.c: Likewise.
5727 * sysdeps/riscv/rvf/s_fmaxf.c: Likewise.
5728 * sysdeps/riscv/rvf/s_fminf.c: Likewise.
5729 * sysdeps/riscv/rvf/s_fpclassifyf.c: Likewise.
5730 * sysdeps/riscv/rvf/s_isinff.c: Likewise.
5731 * sysdeps/riscv/rvf/s_isnanf.c: Likewise.
5732 * sysdeps/riscv/rvf/s_issignalingf.c: Likewise.
5733 * sysdeps/riscv/rvf/s_nearbyintf.c: Likewise.
5734 * sysdeps/riscv/rvf/s_roundevenf.c: Likewise.
5735 * sysdeps/riscv/rvf/s_roundf.c: Likewise.
5736 * sysdeps/riscv/rvf/s_truncf.c: Likewise.
5737 * sysdeps/riscv/rv64/rvd/s_rint.c: Include <stdbool.h> instead of
5738 <math_private.h>.
5739 * sysdeps/riscv/rvf/s_rintf.c: Likewise.
5740
5741 2018-09-28 H.J. Lu <hongjiu.lu@intel.com>
5742
5743 [BZ #23716]
5744 * sysdeps/i386/dl-cet.c: Removed.
5745 * sysdeps/i386/dl-machine.h (_dl_runtime_resolve_shstk): New
5746 prototype.
5747 (_dl_runtime_profile_shstk): Likewise.
5748 (elf_machine_runtime_setup): Use _dl_runtime_profile_shstk or
5749 _dl_runtime_resolve_shstk if SHSTK is enabled by kernel.
5750
5751 2018-09-28 Adhemerval Zanella <adhemerval.zanella@linaro.org>
5752
5753 [BZ #23579]
5754 * misc/tst-preadvwritev2-common.c (do_test_with_invalid_fd,
5755 do_test_with_invalid_iov): New tests.
5756 * misc/tst-preadvwritev2.c, misc/tst-preadvwritev64v2.c (do_test):
5757 Call do_test_with_invalid_fd and do_test_with_invalid_iov.
5758 * sysdeps/unix/sysv/linux/preadv2.c (preadv2): Use fallback code iff
5759 errno is ENOSYS.
5760 * sysdeps/unix/sysv/linux/preadv64v2.c (preadv64v2): Likewise.
5761 * sysdeps/unix/sysv/linux/pwritev2.c (pwritev2): Likewise.
5762 * sysdeps/unix/sysv/linux/pwritev64v2.c (pwritev64v2): Likewise.
5763
5764 2018-09-27 Joseph Myers <joseph@codesourcery.com>
5765
5766 * include/math.h [!_ISOMAC && !(__FINITE_MATH_ONLY__ &&
5767 __FINITE_MATH_ONLY__ > 0) && !NO_MATH_REDIRECT]
5768 (MATH_REDIRECT_BINARY_ARGS): New macro.
5769 [!_ISOMAC && !(__FINITE_MATH_ONLY__ && __FINITE_MATH_ONLY__ > 0)
5770 && !NO_MATH_REDIRECT] (copysign): Redirect using MATH_REDIRECT.
5771 * sysdeps/alpha/fpu/s_copysign.c: Define NO_MATH_REDIRECT before
5772 header inclusion.
5773 * sysdeps/alpha/fpu/s_copysignf.c: Likewise.
5774 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
5775 * sysdeps/ieee754/float128/s_copysignf128.c: Likewise.
5776 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
5777 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
5778 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
5779 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
5780 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
5781 Likewise.
5782 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c:
5783 Likewise.
5784 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
5785 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: Likewise.
5786 * sysdeps/riscv/rvd/s_copysign.c: Likewise.
5787 * sysdeps/riscv/rvf/s_copysignf.c: Likewise.
5788 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.c:
5789 Likewise.
5790 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.c:
5791 Likewise.
5792 * sysdeps/generic/math_private_calls.h
5793 [!__MATH_DECLARING_LONG_DOUBLE || !NO_LONG_DOUBLE] (__copysign):
5794 Do not declare and define as an inline function.
5795 * math/divtc3.c (__divtc3): Use copysign functions instead of
5796 __copysign variants.
5797 * math/multc3.c (__multc3): Likewise.
5798 * sysdeps/generic/math-type-macros.h (M_COPYSIGN): Likewise.
5799 * sysdeps/ieee754/dbl-64/e_atan2.c (signArctan2): Likewise.
5800 * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
5801 * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r):
5802 Likewise.
5803 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Likewise.
5804 (__ieee754_yn): Likewise.
5805 * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
5806 * sysdeps/ieee754/dbl-64/s_atan.c (__signArctan): Likewise.
5807 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
5808 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
5809 * sysdeps/ieee754/dbl-64/s_sin.c (do_sin): Likewise.
5810 (__sin): Likewise.
5811 * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Likewise.
5812 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
5813 Likewise.
5814 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
5815 Likewise.
5816 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
5817 Likewise.
5818 * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
5819 * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r):
5820 Likewise.
5821 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Likewise.
5822 (__ieee754_ynf): Likewise.
5823 * sysdeps/ieee754/flt-32/s_asinhf.c (__asinhf): Likewise.
5824 * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
5825 * sysdeps/ieee754/k_standard.c (__kernel_standard): Likewise.
5826 * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gammal_r):
5827 Likewise.
5828 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
5829 (__ieee754_ynl): Likewise.
5830 * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
5831 * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
5832 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
5833 Likewise.
5834 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
5835 (__ieee754_ynl): Likewise.
5836 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Likewise.
5837 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
5838 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
5839 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
5840 Likewise.
5841 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise.
5842 (__ieee754_ynl)
5843 * sysdeps/ieee754/ldbl-96/s_asinhl.c (__asinhl): Likewise.
5844 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
5845 * sysdeps/ieee754/ldbl-opt/nldbl-copysign.c (copysignl): Likewise.
5846 * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Likewise.
5847 * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
5848
5849 * include/math.h [!_ISOMAC && !(__FINITE_MATH_ONLY__ &&
5850 __FINITE_MATH_ONLY__ > 0) && !NO_MATH_REDIRECT] (round): Redirect
5851 using MATH_REDIRECT.
5852 * sysdeps/aarch64/fpu/s_round.c: Define NO_MATH_REDIRECT before
5853 header inclusion.
5854 * sysdeps/aarch64/fpu/s_roundf.c: Likewise.
5855 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
5856 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
5857 * sysdeps/ieee754/float128/s_roundf128.c: Likewise.
5858 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
5859 * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
5860 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
5861 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: Likewise.
5862 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: Likewise.
5863 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: Likewise.
5864 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: Likewise.
5865 * sysdeps/riscv/rv64/rvd/s_round.c: Likewise.
5866 * sysdeps/riscv/rvf/s_roundf.c: Likewise.
5867 * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
5868 (round): Redirect to __round.
5869 (__roundl): Call round instead of __round.
5870 * sysdeps/powerpc/fpu/math_private.h [_ARCH_PWR5X] (__round):
5871 Remove macro.
5872 [_ARCH_PWR5X] (__roundf): Likewise.
5873 * sysdeps/ieee754/dbl-64/e_gamma_r.c (gamma_positive): Use round
5874 functions instead of __round variants.
5875 * sysdeps/ieee754/flt-32/e_gammaf_r.c (gammaf_positive): Likewise.
5876 * sysdeps/ieee754/ldbl-128/e_gammal_r.c (gammal_positive):
5877 Likewise.
5878 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (gammal_positive):
5879 Likewise.
5880 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (gammal_positive):
5881 Likewise.
5882 * sysdeps/x86/fpu/powl_helper.c (__powl_helper): Likewise.
5883 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lroundl): Redirect to
5884 __lroundl.
5885 (__ieee754_expl): Call roundl instead of __roundl.
5886
5887 2018-09-27 Andreas Schwab <schwab@suse.de>
5888
5889 [BZ #23717]
5890 * stdlib/tst-setcontext9.c (f1a): Make st2 static.
5891 (do_test): Make st1 static.
5892
5893 2018-09-26 Andreas Schwab <schwab@suse.de>
5894
5895 [BZ #23707]
5896 * sysdeps/powerpc/powerpc32/dl-start.S: Add unwind information.
5897 * elf/Makefile (tests): Add tst-unwind-ctor.
5898 (modules-names): Add tst-unwind-ctor-lib.
5899 ($(objpfx)tst-unwind-ctor): Depend on
5900 $(objpfx)tst-unwind-ctor-lib.so.
5901
5902 2018-09-26 Joseph Myers <joseph@codesourcery.com>
5903
5904 * sysdeps/unix/sysv/linux/bits/mman-map-flags-generic.h: New
5905 file. Most contents moved from ....
5906 * sysdeps/unix/sysv/linux/bits/mman.h: ... here. Move contents to
5907 and include <bits/mman-map-flags-generic.h>.
5908 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
5909 (sysdep_headers): Add bits/mman-map-flags-generic.h.
5910 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Include
5911 <bits/mman-map-flags-generic.h>.
5912 [__USE_MISC] (MAP_GROWSUP): Only define this macro, not other
5913 macros defined in <bits/mman-map-flags-generic.h>.
5914 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Include
5915 <bits/mman-map-flags-generic.h>.
5916 [__USE_MISC] (MAP_32BIT): Only define this macro, not other macros
5917 defined in <bits/mman-map-flags-generic.h>.
5918
5919 2018-09-26 Andreas Schwab <schwab@suse.de>
5920
5921 * Makefile ($(common-objpfx)testrun.sh): Remove leading space from
5922 output.
5923
5924 2018-09-25 Adam J. Richte <adam_richter2004@yahoo.com>
5925 Adhemerval Zanella <adhemerval.zanella@linaro.org>
5926 Fangrui Song <maskray@google.com>
5927
5928 [BZ #20480]
5929 * config.make.in (have-textrel_ifunc): New define.
5930 * configure.ac: Add check if linker supports textrel relocation with
5931 ifunc.
5932 * elf/Makefile [have-textrel_ifunc == yes] (ifunc-pie-tests): Add
5933 tst-ifunc-textrel.
5934 (CFLAGS-tst-ifunc-textrel.c): New rule.
5935 * elf/dl-reloc.c (_dl_relocate_object): Use all required flags on
5936 DT_TEXTREL segments, not only PROT_READ and PROT_WRITE.
5937 * elf/tst-ifunc-textrel.c: New file.
5938
5939 2018-09-25 Joseph Myers <joseph@codesourcery.com>
5940
5941 * sysdeps/unix/sysv/linux/sys/procfs.h: Include
5942 <bits/procfs-prregset.h>.
5943 (prgregset_t): Define using __prgregset_t.
5944 (prfpregset_t): Define using __prfpregset_t.
5945 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
5946 (sysdep_headers): Add bits/procfs-prregset.h.
5947 * sysdeps/unix/sysv/linux/bits/procfs-prregset.h: New file.
5948 * sysdeps/unix/sysv/linux/alpha/bits/procfs-prregset.h: Likewise.
5949 * sysdeps/unix/sysv/linux/alpha/bits/procfs.h: Likewise.
5950 * sysdeps/unix/sysv/linux/alpha/sys/procfs.h: Remove file.
5951
5952 * sysdeps/unix/sysv/linux/sys/procfs.h: Include
5953 <bits/procfs-id.h> and <bits/procfs-extra.h>.
5954 (struct elf_prpsinfo): Use __pr_uid_t and __pr_gid_t as types of
5955 pr_uid and pr_gid.
5956 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
5957 (sysdep_headers): Add bits/procfs-id.h and bits/procfs-extra.h.
5958 * sysdeps/unix/sysv/linux/bits/procfs-extra.h: New file.
5959 * sysdeps/unix/sysv/linux/bits/procfs-id.h: Likewise.
5960 * sysdeps/unix/sysv/linux/arm/bits/procfs-id.h: Likewise.
5961 * sysdeps/unix/sysv/linux/arm/bits/procfs.h: Likewise.
5962 * sysdeps/unix/sysv/linux/m68k/bits/procfs-id.h: Likewise.
5963 * sysdeps/unix/sysv/linux/m68k/bits/procfs.h: Likewise.
5964 * sysdeps/unix/sysv/linux/s390/bits/procfs-extra.h: Likewise.
5965 * sysdeps/unix/sysv/linux/s390/bits/procfs-id.h: Likewise.
5966 * sysdeps/unix/sysv/linux/s390/bits/procfs.h: Likewise.
5967 * sysdeps/unix/sysv/linux/sh/bits/procfs-id.h: Likewise.
5968 * sysdeps/unix/sysv/linux/sh/bits/procfs.h: Likewise.
5969 * sysdeps/unix/sysv/linux/sparc/bits/procfs-extra.h: Likewise.
5970 * sysdeps/unix/sysv/linux/sparc/bits/procfs-id.h: Likewise.
5971 * sysdeps/unix/sysv/linux/sparc/bits/procfs.h: Likewise.
5972 * sysdeps/unix/sysv/linux/x86/bits/procfs-id.h: Likewise.
5973 * sysdeps/unix/sysv/linux/x86/bits/procfs.h: Likewise.
5974 * sysdeps/unix/sysv/linux/arm/sys/procfs.h: Remove file.
5975 * sysdeps/unix/sysv/linux/m68k/sys/procfs.h: Likewise.
5976 * sysdeps/unix/sysv/linux/s390/sys/procfs.h: Likewise.
5977 * sysdeps/unix/sysv/linux/sh/sys/procfs.h: Likewise.
5978 * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
5979 * sysdeps/unix/sysv/linux/x86/sys/procfs.h: Likewise.
5980
5981 * sysdeps/unix/sysv/linux/sys/procfs.h: Replace with file based on
5982 AArch64 version. Include <bits/procfs.h>.
5983 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
5984 (sysdep_headers): Add bits/procfs.h.
5985 * sysdeps/unix/sysv/linux/bits/procfs.h: New file.
5986 * sysdeps/unix/sysv/linux/aarch64/bits/procfs.h: Likewise.
5987 * sysdeps/unix/sysv/linux/hppa/bits/procfs.h: Likewise.
5988 * sysdeps/unix/sysv/linux/ia64/bits/procfs.h: Likewise.
5989 * sysdeps/unix/sysv/linux/microblaze/bits/procfs.h: Likewise.
5990 * sysdeps/unix/sysv/linux/mips/bits/procfs.h: Likewise.
5991 * sysdeps/unix/sysv/linux/nios2/bits/procfs.h: Likewise.
5992 * sysdeps/unix/sysv/linux/powerpc/bits/procfs.h: Likewise.
5993 * sysdeps/unix/sysv/linux/riscv/bits/procfs.h: Likewise.
5994 * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove file.
5995 * sysdeps/unix/sysv/linux/hppa/sys/procfs.h: Likewise.
5996 * sysdeps/unix/sysv/linux/ia64/sys/procfs.h: Likewise.
5997 * sysdeps/unix/sysv/linux/microblaze/sys/procfs.h: Likewise.
5998 * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Likewise.
5999 * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: Likewise.
6000 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
6001 * sysdeps/unix/sysv/linux/riscv/sys/procfs.h: Likewise.
6002
6003 2018-09-25 Adhemerval Zanella <adhemerval.zanella@linaro.org>
6004
6005 * posix/tst-spawn.c (do_prepare, handle_restart, do_test):
6006 Use libsupport.
6007
6008 2018-09-25 Arjun Shankar <arjun@redhat.com>
6009
6010 * iconv/gconv_int.h (__gconv_path_elem): Remove.
6011 (__gconv_max_path_elem_len): Likewise.
6012 (__gconv_nmodules): Likewise.
6013 (__gconv_get_path): Likewise.
6014 (path_elem): Move to ...
6015 * iconv/gconv_conf.c: ... here.
6016 (__gconv_get_path): Mark function static.
6017 * iconv/gconv_int.h (GCONV_NCHAR_GOAL): Move to ...
6018 * iconv/gconv_open.c: ... here.
6019
6020 2018-09-24 Andreas Schwab <schwab@suse.de>
6021
6022 * scripts/haveversions.awk: New file.
6023 * Makerules ($(common-objpfx)Versions.def)
6024 ($(common-objpfx)Versions.all, $(common-objpfx)Versions.v.i)
6025 ($(common-objpfx)sysd-versions, $(common-objpfx)versions.stmp):
6026 Move rules ...
6027 * Makeconfig ($(common-objpfx)Versions.def)
6028 ($(common-objpfx)Versions.all, $(common-objpfx)Versions.v.i)
6029 ($(common-objpfx)sysd-versions, $(common-objpfx)versions.stmp):
6030 ... here.
6031 ($(common-objpfx)Versions.mk): New rule. Include it.
6032 * nis/Makefile [!have-GLIBC_2.28]: Don't build any targets.
6033 Emit error if build-obsolete-nsl = yes.
6034 * manual/install.texi (Configuring and compiling): Describe
6035 --enable-obsolete-nsl as unavaiable after version 2.28.
6036 * INSTALL: Regenerate.
6037
6038 2018-09-21 Adhemerval Zanella <adhemerval.zanella@linaro.org>
6039
6040 * NEWS: Add note about new TLE support on powerpc64le.
6041 * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Remove.
6042 * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Rename tm_capable to
6043 __ununsed1.
6044 (TLS_INIT_TP, TLS_DEFINE_INIT_TP): Remove tm_capable setup.
6045 (THREAD_GET_TM_CAPABLE, THREAD_SET_TM_CAPABLE): Remove macros.
6046 * sysdeps/powerpc/powerpc32/sysdep.h,
6047 sysdeps/powerpc/powerpc64/sysdep.h (ABORT_TRANSACTION_IMPL,
6048 ABORT_TRANSACTION): Remove macros.
6049 * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): Likewise.
6050 * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init): Set
6051 __pthread_force_elision iff PPC_FEATURE2_HTM_NOSC is set.
6052 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h,
6053 sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
6054 sysdeps/unix/sysv/linux/powerpc/syscall.S (ABORT_TRANSACTION): Remove
6055 usage.
6056 * sysdeps/unix/sysv/linux/powerpc/not-errno.h: Remove file.
6057
6058 2018-09-21 Rafal Luzynski <digitalfreak@lingonborough.com>
6059
6060 [BZ #10425]
6061 * localedata/locales/it_IT (d_t_fmt): Use "%a %-d %b %Y, %T".
6062 (date_fmt): Use "%a %-d %b %Y, %T, %Z".
6063 * localedata/locales/it_CH (d_t_fmt): Use "%a %-d %b %Y, %T"
6064 which is the same as in it_IT.
6065 (d_fmt): Use "%d.%m.%Y" which is the same as in de_CH.
6066 (date_fmt): Use "%a %-d %b %Y, %T, %Z" which is the same as in it_IT.
6067
6068 2018-09-20 Joseph Myers <joseph@codesourcery.com>
6069
6070 * include/math.h [!_ISOMAC && !(__FINITE_MATH_ONLY__ &&
6071 __FINITE_MATH_ONLY__ > 0) && !NO_MATH_REDIRECT] (trunc): Redirect
6072 using MATH_REDIRECT.
6073 * sysdeps/aarch64/fpu/s_trunc.c: Define NO_MATH_REDIRECT before
6074 header inclusion.
6075 * sysdeps/aarch64/fpu/s_truncf.c: Likewise.
6076 * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
6077 * sysdeps/ieee754/float128/s_truncf128.c: Likewise.
6078 * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
6079 * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
6080 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
6081 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: Likewise.
6082 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: Likewise.
6083 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: Likewise.
6084 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: Likewise.
6085 * sysdeps/riscv/rv64/rvd/s_trunc.c: Likewise.
6086 * sysdeps/riscv/rvf/s_truncf.c: Likewise.
6087 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.c: Likewise.
6088 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.c: Likewise.
6089 * sysdeps/x86_64/fpu/multiarch/s_trunc.c: Likewise.
6090 * sysdeps/x86_64/fpu/multiarch/s_truncf.c: Likewise.
6091 * sysdeps/m68k/m680x0/fpu/s_trunc_template.c: Likewise.
6092 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
6093 (ceil): Redirect to __ceil.
6094 (floor): Redirect to __floor.
6095 (trunc): Redirect to __trunc.
6096 (__truncl): Call trunc instead of __trunc.
6097 * sysdeps/powerpc/fpu/math_private.h [_ARCH_PWR5X] (__trunc):
6098 Remove macro.
6099 [_ARCH_PWR5X] (__truncf): Likewise.
6100 * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Use
6101 trunc functions instead of __trunc variants.
6102 * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r):
6103 Likewise.
6104 * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gammal_r):
6105 Likewise.
6106 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
6107 Likewise.
6108 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
6109 Likewise.
6110
6111 * sysdeps/x86/cpu-features.h [__geode__ || __k6__]: Handle like
6112 [__i586__ || __pentium__].
6113 [__i486__]: Handle explicitly.
6114 (HAS_CPUID): Define to 1 if above macros are undefined.
6115 (HAS_I586): Likewise.
6116 (HAS_I686): Likewise.
6117
6118 2018-09-20 Florian Weimer <fweimer@redhat.com>
6119
6120 * misc/tst-gethostid.c: New file.
6121 * misc/Makefile [$(build-shared)] (tests): Add tst-gethostid.
6122 (tst-gethostid): Link with -ldl.
6123
6124 2018-09-20 Mingli Yu <Mingli.Yu@windriver.com>
6125
6126 * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Check for NULL
6127 value from gethostbyname_r.
6128
6129 2018-09-19 Carlos O'Donell <carlos@redhat.com>
6130
6131 * stdlib/tst-setcontext9.c (f1): Rename to...
6132 (f1a): ... this.
6133 (f1b): New function implementing lower half of f1 in alternate stack.
6134
6135 2018-09-19 Paul Eggert <eggert@cs.ucla.edu>
6136
6137 Fix mktime localtime offset confusion
6138 [BZ #23603]
6139 * include/time.h (__mktime_internal): The localtime offset is now
6140 of type long int instead of time_t. This is the longstanding type
6141 in glibc, and it is more than enough to represent difference
6142 between localtime and gmtime even if it is 32 bits and time_t is
6143 64. Changing it now will let us avoid an unnecessary change when
6144 time_t is widened to 64 bits on 32-bit platforms.
6145 * time/mktime-internal.h (mktime_offset_t): Now long int.
6146
6147 Merge mktime, timegm from upstream Gnulib
6148 [BZ #23603][BZ #16346]
6149 This fixes some obscure problems with integer overflow.
6150 Although it looks scary, it is almost all a byte-for-byte copy
6151 from Gnulib, and the Gnulib code has been tested reasonably well.
6152 * include/intprops.h: New file, copied from Gnulib.
6153 * include/verify.h, time/mktime-internal.h:
6154 New tiny files, simplified from Gnulib.
6155 * time/mktime.c: Copy from Gnulib. This has the following changes:
6156 Do not include config.h if DEBUG_MKTIME is nonzero.
6157 Include stdbool.h, intprops.h, verify.h.
6158 Include string.h only if needed.
6159 Include stdlib.h on MS-Windows.
6160 Include mktime-internal.h.
6161 (DEBUG_MKTIME): Default to 0, and simplify later uses.
6162 (NEED_MKTIME_INTERNAL, NEED_MKTIME_WINDOWS)
6163 (NEED_MKTIME_WORKING): Give default values to pacify -Wundef,
6164 which glibc uses. Default NEED_MKTIME_WORKING to DEBUG_MKTIME, to
6165 simplify later conditionals; default the others to zero. Use
6166 these conditionals to express only the code needed on the current
6167 platform. In uses of these conditionals, explicitly spell out how
6168 _LIBC affects things, so it’s easier to review from a glibc
6169 viewpoint.
6170 (WRAPV): Remove; no longer needed now that we have
6171 systematic overflow checking.
6172 (my_tzset, __tzset) [!_LIBC]: New function and macro, to better
6173 compartmentalize tzset issues. Move system-dependent tzsettish
6174 code here from mktime.
6175 (verify): Remove; now done by verify.h. All uses changed.
6176 (long_int): Use a more-conservative definition, to avoid
6177 integer overflow.
6178 (SHR): Remove, replacing with ...
6179 (shr): New function, which means we needn’t worry about side
6180 effects in args, and conversion analysis is simpler.
6181 (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT, TYPE_SIGNED, TYPE_MINIMUM)
6182 (TYPE_MAXIMUM, TIME_T_MIN, TIME_T_MAX, TIME_T_MIDPOINT)
6183 (time_t_avg, time_t_add_ok): Remove.
6184 (mktime_min, mktime_max): New constants.
6185 (leapyear, isdst_differ): Use bool for booleans.
6186 (ydhms_diff, guess_time_tm, ranged_convert, __mktime_internal):
6187 Use long_int, not time_t, for mktime differences.
6188 (long_int_avg): New function, replacing time_t_avg.
6189 INT_ADD_WRAPV replaces time_t_add_ok.
6190 (guess_time_tm): 6th arg is now long_int, not time_t const *.
6191 All uses changed.
6192 (convert_time): New function.
6193 (ranged_convert): Use it.
6194 (__mktime_internal): Last arg now points to mktime_offset_t, not
6195 time_t. All uses changed. This is a no-op on glibc, where
6196 mktime_offset_t is always time_t. Use int, not time_t, for UTC
6197 offset guess. Directly check for integer overflow instead of
6198 using a heuristic that works only 99.9...% of the time.
6199 Access *OFFSET only once, to avoid an unlikely race if the
6200 compiler delays a load and if this cascades into a signed integer
6201 overflow.
6202 (mktime): Move tzsettish code to my_tzset, and move
6203 localtime_offset to within mktime so that it doesn’t
6204 need a separate ifdef.
6205 (main) [DEBUG_MKTIME]: Speed up by using localtime_r
6206 instead of localtime.
6207 * time/timegm.c: Copy from Gnulib. This has the following changes:
6208 Include mktime-internal.h.
6209 [!_LIBC]: Include config.h and time.h. Do not include
6210 timegm.h or time_r.h. Make __mktime_internal a macro,
6211 and include mktime-internal.h to get its declaration.
6212 (timegm): Temporary is now mktime_offset_t, not time_t.
6213 This affects only Gnulib.
6214
6215 2018-09-19 Wilco Dijkstra <wdijkstr@arm.com>
6216
6217 [BZ #23637]
6218 * string/test-strstr.c (pr23637): New function.
6219 (test_main): Add tests with longer needles.
6220 * string/strcasestr.c (AVAILABLE): Fix readahead distance.
6221 * string/strstr.c (AVAILABLE): Likewise.
6222
6223 2018-09-19 Szabolcs Nagy <szabolcs.nagy@arm.com>
6224
6225 * sysdeps/ieee754/flt-32/e_powf.c (checkint): Fix documentation.
6226
6227 2018-09-19 Szabolcs Nagy <szabolcs.nagy@arm.com>
6228
6229 * NEWS: Mention pow improvements.
6230 * math/Makefile (type-double-routines): Add e_pow_log_data.
6231 * sysdeps/generic/math_private.h (__exp1): Remove.
6232 * sysdeps/i386/fpu/e_pow_log_data.c: New file.
6233 * sysdeps/ia64/fpu/e_pow_log_data.c: New file.
6234 * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_pow.c): Allow fma
6235 contraction.
6236 * sysdeps/ieee754/dbl-64/e_exp.c (__exp1): Remove.
6237 (exp_inline): Remove.
6238 (__ieee754_exp): Only single double input is handled.
6239 * sysdeps/ieee754/dbl-64/e_pow.c: Rewrite.
6240 * sysdeps/ieee754/dbl-64/e_pow_log_data.c: New file.
6241 * sysdeps/ieee754/dbl-64/math_config.h (issignaling_inline): Define.
6242 (__pow_log_data): Define.
6243 * sysdeps/ieee754/dbl-64/upow.h: Remove.
6244 * sysdeps/ieee754/dbl-64/upow.tbl: Remove.
6245 * sysdeps/m68k/m680x0/fpu/e_pow_log_data.c: New file.
6246 * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-e_pow-fma.c): Allow fma
6247 contraction.
6248 (CFLAGS-e_pow-fma4.c): Likewise.
6249
6250 2018-09-18 Paul Eggert <eggert@cs.ucla.edu>
6251
6252 Simplify tzfile fstat failure code
6253 [BZ #21716]
6254 * time/tzfile.c (__tzfile_read): Simplify slightly.
6255
6256 Fix tzfile low-memory assertion failure
6257 [BZ #21716]
6258 * time/tzfile.c (__tzfile_read): Check for memory exhaustion
6259 when registering time zone abbreviations.
6260
6261 2018-09-18 Joseph Myers <joseph@codesourcery.com>
6262
6263 * sysdeps/unix/sysv/linux/bits/mman.h: New file.
6264 * sysdeps/unix/sysv/linux/aarch64/bits/mman.h: Remove.
6265 * sysdeps/unix/sysv/linux/arm/bits/mman.h: Likewise.
6266 * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Likewise.
6267 * sysdeps/unix/sysv/linux/microblaze/bits/mman.h: Likewise.
6268 * sysdeps/unix/sysv/linux/nios2/bits/mman.h: Likewise.
6269 * sysdeps/unix/sysv/linux/riscv/bits/mman.h: Likewise.
6270 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
6271 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
6272
6273 * sysdeps/ieee754/ldbl-128ibm/s_ceill.c (ceil): Redirect to
6274 __ceil.
6275 (__ceill): Call ceil instead of __ceil.
6276 * sysdeps/ieee754/ldbl-128ibm/s_floorl.c (floor): Redirect to
6277 __floor.
6278 (__floorl): Call floor instead of __floor.
6279
6280 2018-09-17 Joseph Myers <joseph@codesourcery.com>
6281
6282 * include/math.h [!_ISOMAC && !(__FINITE_MATH_ONLY__ &&
6283 __FINITE_MATH_ONLY__ > 0) && !NO_MATH_REDIRECT] (ceil): Redirect
6284 using MATH_REDIRECT.
6285 * sysdeps/aarch64/fpu/s_ceil.c: Define NO_MATH_REDIRECT before
6286 header inclusion.
6287 * sysdeps/aarch64/fpu/s_ceilf.c: Likewise.
6288 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
6289 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
6290 * sysdeps/ieee754/float128/s_ceilf128.c: Likewise.
6291 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
6292 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
6293 * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
6294 * sysdeps/m68k/m680x0/fpu/s_ceil_template.c: Likewise.
6295 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: Likewise.
6296 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: Likewise.
6297 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: Likewise.
6298 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: Likewise.
6299 * sysdeps/riscv/rv64/rvd/s_ceil.c: Likewise.
6300 * sysdeps/riscv/rvf/s_ceilf.c: Likewise.
6301 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.c: Likewise.
6302 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.c: Likewise.
6303 * sysdeps/x86_64/fpu/multiarch/s_ceil.c: Likewise.
6304 * sysdeps/x86_64/fpu/multiarch/s_ceilf.c: Likewise.
6305 * sysdeps/powerpc/fpu/math_private.h [_ARCH_PWR5X] (__ceil):
6306 Remove macro.
6307 * sysdeps/ieee754/dbl-64/e_gamma_r.c (gamma_positive): Use ceil
6308 functions instead of __ceil variants.
6309 * sysdeps/ieee754/flt-32/e_gammaf_r.c (gammaf_positive): Likewise.
6310 * sysdeps/ieee754/ldbl-128/e_gammal_r.c (gammal_positive):
6311 Likewise.
6312 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (gammal_positive):
6313 Likewise.
6314 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c (__truncl): Likewise.
6315 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (gammal_positive):
6316 Likewise.
6317 * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Likewise.
6318 * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
6319
6320 [BZ #21286]
6321 * sysdeps/unix/sysv/linux/bits/siginfo-consts.h (SI_DETHREAD): New
6322 constant.
6323 [__USE_XOPEN_EXTENDED || __USE_XOPEN2K8] (ILL_BADIADDR): Likewise.
6324 [__USE_XOPEN_EXTENDED || __USE_XOPEN2K8] (FPE_FLTUNK): Likewise.
6325 [__USE_XOPEN_EXTENDED || __USE_XOPEN2K8] (FPE_CONDTRAP): Likewise.
6326 [__USE_XOPEN_EXTENDED || __USE_XOPEN2K8] (SEGV_ACCADI): Likewise.
6327 [__USE_XOPEN_EXTENDED || __USE_XOPEN2K8] (SEGV_ADIDERR): Likewise.
6328 [__USE_XOPEN_EXTENDED || __USE_XOPEN2K8] (SEGV_ADIPERR): Likewise.
6329 [__USE_XOPEN_EXTENDED] (TRAP_BRANCH): Likewise.
6330 [__USE_XOPEN_EXTENDED] (TRAP_HWBKPT): Likewise.
6331 [__USE_XOPEN_EXTENDED] (TRAP_UNK): Likweise.
6332 * sysdeps/unix/sysv/linux/ia64/bits/siginfo-consts-arch.h
6333 (ILL_BADIADDR): Remove constant.
6334 (TRAP_BRANCH): Likewise.
6335 (TRAP_HWBKPT): Likewise.
6336
6337 2018-09-14 Joseph Myers <joseph@codesourcery.com>
6338
6339 [BZ #23656]
6340 * sysdeps/unix/sysv/linux/mips/sys/procfs.h (struct elf_prstatus):
6341 Remove [_MIPS_SIM = _ABIN32] conditional case.
6342 (struct elf_prpsinfo): Likewise.
6343
6344 [BZ #23649]
6345 * sysdeps/unix/sysv/linux/microblaze/sys/procfs.h (struct
6346 elf_prpsinfo): Use unsigned int for pr_uid and pr_gid.
6347 * sysdeps/unix/sysv/linux/mips/sys/procfs.h (struct elf_prpsinfo):
6348 Likewise.
6349 * sysdeps/unix/sysv/linux/nios2/sys/procfs.h (struct
6350 elf_prpsinfo): Likewise.
6351 * sysdeps/unix/sysv/linux/riscv/sys/procfs.h (struct
6352 elf_prpsinfo): Likewise.
6353 * sysdeps/unix/sysv/linux/sys/procfs.h (struct elf_prpsinfo):
6354 Likewise.
6355
6356 * include/math.h [!_ISOMAC && !(__FINITE_MATH_ONLY__ &&
6357 __FINITE_MATH_ONLY__ > 0) && !NO_MATH_REDIRECT] (rint): Redirect
6358 using MATH_REDIRECT.
6359 * sysdeps/aarch64/fpu/s_rint.c: Define NO_MATH_REDIRECT before
6360 header inclusion.
6361 * sysdeps/aarch64/fpu/s_rintf.c: Likewise.
6362 * sysdeps/alpha/fpu/s_rint.c: Likewise.
6363 * sysdeps/alpha/fpu/s_rintf.c: Likewise.
6364 * sysdeps/i386/fpu/s_rintl.c: Likewise.
6365 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
6366 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
6367 * sysdeps/ieee754/float128/s_rintf128.c: Likewise.
6368 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
6369 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
6370 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
6371 * sysdeps/m68k/coldfire/fpu/s_rint.c: Likewise.
6372 * sysdeps/m68k/coldfire/fpu/s_rintf.c: Likewise.
6373 * sysdeps/m68k/m680x0/fpu/s_rint.c: Likewise.
6374 * sysdeps/m68k/m680x0/fpu/s_rintf.c: Likewise.
6375 * sysdeps/m68k/m680x0/fpu/s_rintl.c: Likewise.
6376 * sysdeps/powerpc/fpu/s_rint.c: Likewise.
6377 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
6378 * sysdeps/riscv/rv64/rvd/s_rint.c: Likewise.
6379 * sysdeps/riscv/rvf/s_rintf.c: Likewise.
6380 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.c: Likewise.
6381 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.c: Likewise.
6382 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.c: Likewise.
6383 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.c: Likewise.
6384 * sysdeps/x86_64/fpu/multiarch/s_rint.c: Likewise.
6385 * sysdeps/x86_64/fpu/multiarch/s_rintf.c: Likewise.
6386 * sysdeps/x86_64/fpu/math_private.h: Remove file.
6387 * math/e_scalb.c (invalid_fn): Use rint functions instead of
6388 __rint variants.
6389 * math/e_scalbf.c (invalid_fn): Likewise.
6390 * math/e_scalbl.c (invalid_fn): Likewise.
6391 * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r):
6392 Likewise.
6393 * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r):
6394 Likewise.
6395 * sysdeps/ieee754/k_standard.c (__kernel_standard): Likewise.
6396 * sysdeps/ieee754/k_standardl.c (__kernel_standard_l): Likewise.
6397 * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gammal_r):
6398 Likewise.
6399 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
6400 Likewise.
6401 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
6402 Likewise.
6403 * sysdeps/powerpc/powerpc32/fpu/s_llrint.c (__llrint): Likewise.
6404 * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c (__llrintf): Likewise.
6405
6406 * include/math.h [!_ISOMAC && !(__FINITE_MATH_ONLY__ &&
6407 __FINITE_MATH_ONLY__ > 0) && !NO_MATH_REDIRECT] (MATH_REDIRECT):
6408 New macro.
6409 [!_ISOMAC && !(__FINITE_MATH_ONLY__ && __FINITE_MATH_ONLY__ > 0)
6410 && !NO_MATH_REDIRECT] (MATH_REDIRECT_LDBL): Likewise.
6411 [!_ISOMAC && !(__FINITE_MATH_ONLY__ && __FINITE_MATH_ONLY__ > 0)
6412 && !NO_MATH_REDIRECT] (MATH_REDIRECT_F128): Likewise.
6413 [!_ISOMAC && !(__FINITE_MATH_ONLY__ && __FINITE_MATH_ONLY__ > 0)
6414 && !NO_MATH_REDIRECT] (MATH_REDIRECT_UNARY_ARGS): Likewise.
6415 [!_ISOMAC && !(__FINITE_MATH_ONLY__ && __FINITE_MATH_ONLY__ > 0)
6416 && !NO_MATH_REDIRECT] (sqrt): Redirect using MATH_REDIRECT.
6417 [!_ISOMAC && !(__FINITE_MATH_ONLY__ && __FINITE_MATH_ONLY__ > 0)
6418 && !NO_MATH_REDIRECT] (floor): Likewise.
6419 * sysdeps/aarch64/fpu/s_floor.c: Define NO_MATH_REDIRECT before
6420 header inclusion.
6421 * sysdeps/aarch64/fpu/s_floorf.c: Likewise.
6422 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
6423 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
6424 * sysdeps/ieee754/float128/s_floorf128.c: Likewise.
6425 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
6426 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
6427 * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
6428 * sysdeps/m68k/m680x0/fpu/s_floor_template.c: Likewise.
6429 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: Likewise.
6430 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: Likewise.
6431 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: Likewise.
6432 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: Likewise.
6433 * sysdeps/riscv/rv64/rvd/s_floor.c: Likewise.
6434 * sysdeps/riscv/rvf/s_floorf.c: Likewise.
6435 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.c: Likewise.
6436 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.c: Likewise.
6437 * sysdeps/x86_64/fpu/multiarch/s_floor.c: Likewise.
6438 * sysdeps/x86_64/fpu/multiarch/s_floorf.c: Likewise.
6439 * sysdeps/powerpc/fpu/math_private.h [_ARCH_PWR5X] (__floor):
6440 Remove macro.
6441 [_ARCH_PWR5X] (__floorf): Likewise.
6442 * sysdeps/x86_64/fpu/math_private.h [__SSE4_1__] (__floor): Remove
6443 inline function.
6444 [__SSE4_1__] (__floorf): Likewise.
6445 * math/w_lgamma_main.c (LGFUNC (__lgamma)): Use floor functions
6446 instead of __floor variants.
6447 * math/w_lgamma_r_compat.c (__lgamma_r): Likewise.
6448 * math/w_lgammaf_main.c (LGFUNC (__lgammaf)): Likewise.
6449 * math/w_lgammaf_r_compat.c (__lgammaf_r): Likewise.
6450 * math/w_lgammal_main.c (LGFUNC (__lgammal)): Likewise.
6451 * math/w_lgammal_r_compat.c (__lgammal_r): Likewise.
6452 * math/w_tgamma_compat.c (__tgamma): Likewise.
6453 * math/w_tgamma_template.c (M_DECL_FUNC (__tgamma)): Likewise.
6454 * math/w_tgammaf_compat.c (__tgammaf): Likewise.
6455 * math/w_tgammal_compat.c (__tgammal): Likewise.
6456 * sysdeps/ieee754/dbl-64/e_lgamma_r.c (sin_pi): Likewise.
6457 * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2):
6458 Likewise.
6459 * sysdeps/ieee754/dbl-64/lgamma_neg.c (__lgamma_neg): Likewise.
6460 * sysdeps/ieee754/flt-32/e_lgammaf_r.c (sin_pif): Likewise.
6461 * sysdeps/ieee754/flt-32/lgamma_negf.c (__lgamma_negf): Likewise.
6462 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
6463 Likewise.
6464 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Likewise.
6465 * sysdeps/ieee754/ldbl-128/lgamma_negl.c (__lgamma_negl):
6466 Likewise.
6467 * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Likewise.
6468 * sysdeps/ieee754/ldbl-128ibm/e_lgammal_r.c (__ieee754_lgammal_r):
6469 Likewise.
6470 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
6471 * sysdeps/ieee754/ldbl-128ibm/lgamma_negl.c (__lgamma_negl):
6472 Likewise.
6473 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
6474 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c (__truncl): Likewise.
6475 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (sin_pi): Likewise.
6476 * sysdeps/ieee754/ldbl-96/lgamma_negl.c (__lgamma_negl): Likewise.
6477 * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Likewise.
6478 * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
6479
6480 2018-09-12 Joseph Myers <joseph@codesourcery.com>
6481
6482 * elf/Makefile (modules-names-tests): New variable.
6483
6484 2018-09-12 Szabolcs Nagy <szabolcs.nagy@arm.com>
6485
6486 * NEWS: Mention log2 improvements.
6487 * math/Makefile (type-double-routines): Add e_log2_data.
6488 * sysdeps/i386/fpu/e_log2_data.c: New file.
6489 * sysdeps/ia64/fpu/e_log2_data.c: New file.
6490 * sysdeps/ieee754/dbl-64/e_log2.c: Rewrite.
6491 * sysdeps/ieee754/dbl-64/e_log2_data.c: New file.
6492 * sysdeps/ieee754/dbl-64/math_config.h (__log2_data): Add.
6493 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: Remove.
6494 * sysdeps/m68k/m680x0/fpu/e_log2_data.c: New file.
6495
6496 2018-09-12 Szabolcs Nagy <szabolcs.nagy@arm.com>
6497
6498 * NEWS: Mention log improvement.
6499 * math/Makefile (type-double-routines): Add e_log_data.
6500 * sysdeps/i386/fpu/e_log_data.c: New file.
6501 * sysdeps/ia64/fpu/e_log_data.c: New file.
6502 * sysdeps/ieee754/dbl-64/e_log.c: Rewrite.
6503 * sysdeps/ieee754/dbl-64/e_log_data.c: New file.
6504 * sysdeps/ieee754/dbl-64/math_config.h (__log_data): Add.
6505 * sysdeps/ieee754/dbl-64/ulog.h: Remove.
6506 * sysdeps/ieee754/dbl-64/ulog.tbl: Remove.
6507 * sysdeps/m68k/m680x0/fpu/e_log_data.c: New file.
6508
6509 2018-09-12 H.J. Lu <hongjiu.lu@intel.com>
6510 Xuepeng Guo <xuepeng.guo@intel.com>
6511
6512 [BZ #23606]
6513 * sysdeps/i386/start.S: Include <sysdep.h>
6514 (_start): Use ENTRY/END to insert ENDBR32 at entry when CET is
6515 enabled. Add cfi_undefined (eip).
6516
6517 2018-09-11 Joseph Myers <joseph@codesourcery.com>
6518
6519 * sysdeps/x86_64/fpu/math_private.h (MOVD): Remove macro.
6520 (MOVQ): Likewise.
6521 (EXTRACT_WORDS64): Likewise.
6522 (INSERT_WORDS64): Likewise.
6523 (GET_FLOAT_WORD): Likewise.
6524 (SET_FLOAT_WORD): Likewise.
6525
6526 * scripts/build-many-glibcs.py (Context.__init__): Add full_gcc
6527 argument.
6528 (Config.build_gcc): Use --disable-libsanitizer for first GCC
6529 build, but not for second build if --full-gcc. Use
6530 --enable-languages=all for second build if --full-gcc.
6531 (get_parser): Add --full-gcc option.
6532 (main): Update call to Context.
6533
6534 2018-09-10 Rafal Luzynski <digitalfreak@lingonborough.com>
6535
6536 [BZ #10797]
6537 * localedata/locales/de_CH (mon_thousands_sep): Use "<U2019>" (Right
6538 Single Quotation Mark).
6539 (thousands_sep): Likewise.
6540 * localedata/locales/it_CH (LC_NUMERIC): Use “copy "de_CH"”.
6541 * localedata/locales/it_IT (thousands_sep): Use ".".
6542 (grouping): Use "3;3".
6543
6544 2018-09-10 Joseph Myers <joseph@codesourcery.com>
6545
6546 * scripts/build-many-glibcs.py (Context.add_all_configs): Add
6547 x86_64 and i686 configs using --enable-obsolete-rpc
6548 --enable-obsolete-nsl.
6549
6550 2018-09-06 Stefan Liebler <stli@linux.ibm.com>
6551
6552 * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
6553
6554 2018-09-06 Stefan Liebler <stli@linux.ibm.com>
6555
6556 * sysdeps/unix/sysv/linux/spawni.c (maybe_script_execute):
6557 Increment size of new_argv by one.
6558
6559 2018-09-05 Rafal Luzynski <digitalfreak@lingonborough.com>
6560
6561 [BZ #17426]
6562 * localedata/locales/anp_IN (d_fmt): Use "%-d//%-m//%y".
6563 * localedata/locales/ar_IN (d_fmt): Likewise.
6564 * localedata/locales/bhb_IN (d_fmt): Likewise.
6565 * localedata/locales/bho_IN (d_fmt): Likewise.
6566 * localedata/locales/bn_BD (d_fmt): Likewise.
6567 * localedata/locales/bn_IN (d_fmt): Likewise.
6568 * localedata/locales/doi_IN (d_fmt): Likewise.
6569 * localedata/locales/gu_IN (d_fmt): Likewise.
6570 * localedata/locales/hi_IN (d_fmt): Likewise.
6571 * localedata/locales/hne_IN (d_fmt): Likewise.
6572 * localedata/locales/kn_IN (d_fmt): Likewise.
6573 * localedata/locales/mag_IN (d_fmt): Likewise.
6574 * localedata/locales/mai_IN (d_fmt): Likewise.
6575 * localedata/locales/mjw_IN (d_fmt): Likewise.
6576 * localedata/locales/ml_IN (d_fmt): Likewise.
6577 * localedata/locales/mni_IN (d_fmt): Likewise.
6578 * localedata/locales/mr_IN (d_fmt): Likewise.
6579 * localedata/locales/pa_IN (d_fmt): Likewise.
6580 * localedata/locales/raj_IN (d_fmt): Likewise.
6581 * localedata/locales/sat_IN (d_fmt): Likewise.
6582 * localedata/locales/sd_IN (d_fmt): Likewise.
6583 * localedata/locales/sd_IN@devanagari (d_fmt): Likewise.
6584 * localedata/locales/ta_IN (d_fmt): Likewise.
6585 * localedata/locales/ta_LK (d_fmt): Likewise.
6586 * localedata/locales/tcy_IN (d_fmt): Likewise.
6587 * localedata/locales/ur_IN (d_fmt): Likewise.
6588
6589 * localedata/locales/brx_IN (d_fmt): Use "%-m//%-d//%y".
6590 * localedata/locales/ks_IN (d_fmt): Likewise.
6591 * localedata/locales/ks_IN@devanagari (d_fmt): Likewise.
6592
6593 * localedata/locales/kok_IN (d_fmt): Use "%-d-%-m-%y".
6594 * localedata/locales/ne_NP (d_fmt): Use "%y//%-m//%-d".
6595 * localedata/locales/sa_IN (d_fmt): Use "%-d-%m-%y".
6596 * localedata/locales/te_IN (d_fmt): Use "%d-%m-%y".
6597
6598 2018-09-05 Szabolcs Nagy <szabolcs.nagy@arm.com>
6599
6600 * NEWS: Mention exp and exp2 improvements.
6601 * math/Makefile (libm-support): Remove t_exp.
6602 (type-double-routines): Add math_err and e_exp_data.
6603 * sysdeps/aarch64/libm-test-ulps: Update.
6604 * sysdeps/arm/libm-test-ulps: Update.
6605 * sysdeps/i386/fpu/e_exp_data.c: New file.
6606 * sysdeps/i386/fpu/math_err.c: New file.
6607 * sysdeps/i386/fpu/t_exp.c: Remove.
6608 * sysdeps/ia64/fpu/e_exp_data.c: New file.
6609 * sysdeps/ia64/fpu/math_err.c: New file.
6610 * sysdeps/ia64/fpu/t_exp.c: Remove.
6611 * sysdeps/ieee754/dbl-64/e_exp.c: Rewrite.
6612 * sysdeps/ieee754/dbl-64/e_exp2.c: Rewrite.
6613 * sysdeps/ieee754/dbl-64/e_exp_data.c: New file.
6614 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Update error bound.
6615 * sysdeps/ieee754/dbl-64/eexp.tbl: Remove.
6616 * sysdeps/ieee754/dbl-64/math_config.h: New file.
6617 * sysdeps/ieee754/dbl-64/math_err.c: New file.
6618 * sysdeps/ieee754/dbl-64/t_exp.c: Remove.
6619 * sysdeps/ieee754/dbl-64/t_exp2.h: Remove.
6620 * sysdeps/ieee754/dbl-64/uexp.h: Remove.
6621 * sysdeps/ieee754/dbl-64/uexp.tbl: Remove.
6622 * sysdeps/m68k/m680x0/fpu/e_exp_data.c: New file.
6623 * sysdeps/m68k/m680x0/fpu/math_err.c: New file.
6624 * sysdeps/m68k/m680x0/fpu/t_exp.c: Remove.
6625 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6626 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6627
6628 2018-09-05 Joseph Myers <joseph@codesourcery.com>
6629
6630 * sysdeps/alpha/fpu/math_private.h: Remove.
6631
6632 * sysdeps/generic/math_private.h
6633 [__HAVE_DISTINCT_FLOAT128 && !__GNUC_PREREQ (7, 0)] (__isinff128):
6634 Move this inline function ....
6635 [__HAVE_DISTINCT_FLOAT128] (fabsf128): And this one ....
6636 * include/math.h [!_ISOMAC]: To here....
6637
6638 2018-09-04 Joseph Myers <joseph@codesourcery.com>
6639
6640 * sysdeps/generic/fenv_private.h [FE_ALL_EXCEPT == 0]: Move this
6641 code ....
6642 [!FE_HAVE_ROUNDING_MODES]: And this code ....
6643 * include/fenv.h [!_ISOMAC]: ... to here.
6644 * math/fraiseexcpt.c (__feraiseexcept): Undefine as macro.
6645 (feraiseexcept): Likewise.
6646 * math/fromfp.h: Do not include <fenv_private.h>.
6647 * math/s_cexp_template.c: Likewise.
6648 * math/s_csin_template.c: Likewise.
6649 * math/s_csinh_template.c: Likewise.
6650 * math/s_ctan_template.c: Likewise.
6651 * math/s_ctanh_template.c: Likewise.
6652 * math/s_iseqsig_template.c: Likewise.
6653 * math/w_acos_compat.c: Likewise.
6654 * math/w_acosf_compat.c: Likewise.
6655 * math/w_acosl_compat.c: Likewise.
6656 * math/w_asin_compat.c: Likewise.
6657 * math/w_asinf_compat.c: Likewise.
6658 * math/w_asinl_compat.c: Likewise.
6659 * math/w_j0_compat.c: Likewise.
6660 * math/w_j0f_compat.c: Likewise.
6661 * math/w_j0l_compat.c: Likewise.
6662 * math/w_j1_compat.c: Likewise.
6663 * math/w_j1f_compat.c: Likewise.
6664 * math/w_j1l_compat.c: Likewise.
6665 * math/w_jn_compat.c: Likewise.
6666 * math/w_jnf_compat.c: Likewise.
6667 * math/w_log10_compat.c: Likewise.
6668 * math/w_log10f_compat.c: Likewise.
6669 * math/w_log10l_compat.c: Likewise.
6670 * math/w_log2_compat.c: Likewise.
6671 * math/w_log2f_compat.c: Likewise.
6672 * math/w_log2l_compat.c: Likewise.
6673 * math/w_log_compat.c: Likewise.
6674 * math/w_logf_compat.c: Likewise.
6675 * math/w_logl_compat.c: Likewise.
6676 * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
6677 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
6678 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
6679 * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
6680 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
6681 * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
6682 * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
6683 * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
6684 * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
6685 * sysdeps/ieee754/k_standardl.c: Likewise.
6686 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
6687 * sysdeps/ieee754/ldbl-128/s_fmal.c: Likewise.
6688 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
6689 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
6690 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
6691 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
6692 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
6693 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
6694 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
6695 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
6696 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
6697 * sysdeps/ieee754/ldbl-96/s_fma.c: Likewise.
6698 * sysdeps/ieee754/ldbl-96/s_fmal.c: Likewise.
6699 * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
6700 * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
6701 * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
6702 * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
6703 * math/w_ilogb_template.c: Include <fenv.h> instead of
6704 <fenv_private.h>.
6705 * math/w_llogb_template.c: Likewise.
6706 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
6707 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
6708
6709 2018-09-03 Joseph Myers <joseph@codesourcery.com>
6710
6711 * sysdeps/generic/math_private.h: Do not include <fenv_private.h>.
6712 * math/fromfp.h: Include <fenv_private.h>.
6713 * math/math-narrow.h: Likewise.
6714 * math/s_cexp_template.c: Likewise.
6715 * math/s_csin_template.c: Likewise.
6716 * math/s_csinh_template.c: Likewise.
6717 * math/s_ctan_template.c: Likewise.
6718 * math/s_ctanh_template.c: Likewise.
6719 * math/s_iseqsig_template.c: Likewise.
6720 * math/w_acos_compat.c: Likewise.
6721 * math/w_acosf_compat.c: Likewise.
6722 * math/w_acosl_compat.c: Likewise.
6723 * math/w_asin_compat.c: Likewise.
6724 * math/w_asinf_compat.c: Likewise.
6725 * math/w_asinl_compat.c: Likewise.
6726 * math/w_ilogb_template.c: Likewise.
6727 * math/w_j0_compat.c: Likewise.
6728 * math/w_j0f_compat.c: Likewise.
6729 * math/w_j0l_compat.c: Likewise.
6730 * math/w_j1_compat.c: Likewise.
6731 * math/w_j1f_compat.c: Likewise.
6732 * math/w_j1l_compat.c: Likewise.
6733 * math/w_jn_compat.c: Likewise.
6734 * math/w_jnf_compat.c: Likewise.
6735 * math/w_llogb_template.c: Likewise.
6736 * math/w_log10_compat.c: Likewise.
6737 * math/w_log10f_compat.c: Likewise.
6738 * math/w_log10l_compat.c: Likewise.
6739 * math/w_log2_compat.c: Likewise.
6740 * math/w_log2f_compat.c: Likewise.
6741 * math/w_log2l_compat.c: Likewise.
6742 * math/w_log_compat.c: Likewise.
6743 * math/w_logf_compat.c: Likewise.
6744 * math/w_logl_compat.c: Likewise.
6745 * sysdeps/aarch64/fpu/feholdexcpt.c: Likewise.
6746 * sysdeps/aarch64/fpu/fesetround.c: Likewise.
6747 * sysdeps/aarch64/fpu/fgetexcptflg.c: Likewise.
6748 * sysdeps/aarch64/fpu/ftestexcept.c: Likewise.
6749 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
6750 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
6751 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
6752 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
6753 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
6754 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
6755 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
6756 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
6757 * sysdeps/ieee754/dbl-64/gamma_product.c: Likewise.
6758 * sysdeps/ieee754/dbl-64/lgamma_neg.c: Likewise.
6759 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
6760 * sysdeps/ieee754/dbl-64/s_fma.c: Likewise.
6761 * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
6762 * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
6763 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
6764 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
6765 * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
6766 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
6767 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
6768 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
6769 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
6770 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
6771 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
6772 * sysdeps/ieee754/dbl-64/x2y2m1.c: Likewise.
6773 * sysdeps/ieee754/float128/float128_private.h: Likewise.
6774 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
6775 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
6776 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
6777 * sysdeps/ieee754/flt-32/lgamma_negf.c: Likewise.
6778 * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
6779 * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
6780 * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
6781 * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
6782 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
6783 * sysdeps/ieee754/k_standardl.c: Likewise.
6784 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
6785 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
6786 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
6787 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
6788 * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
6789 * sysdeps/ieee754/ldbl-128/lgamma_negl.c: Likewise.
6790 * sysdeps/ieee754/ldbl-128/s_fmal.c: Likewise.
6791 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
6792 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
6793 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
6794 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
6795 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
6796 * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
6797 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
6798 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
6799 * sysdeps/ieee754/ldbl-128ibm/e_j1l.c: Likewise.
6800 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
6801 * sysdeps/ieee754/ldbl-128ibm/lgamma_negl.c: Likewise.
6802 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
6803 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
6804 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
6805 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
6806 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
6807 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
6808 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
6809 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
6810 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
6811 * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
6812 * sysdeps/ieee754/ldbl-96/lgamma_negl.c: Likewise.
6813 * sysdeps/ieee754/ldbl-96/s_fma.c: Likewise.
6814 * sysdeps/ieee754/ldbl-96/s_fmal.c: Likewise.
6815 * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
6816 * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
6817 * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
6818 * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
6819 * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
6820 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
6821 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
6822 * sysdeps/riscv/rv64/rvd/s_ceil.c: Likewise.
6823 * sysdeps/riscv/rv64/rvd/s_floor.c: Likewise.
6824 * sysdeps/riscv/rv64/rvd/s_nearbyint.c: Likewise.
6825 * sysdeps/riscv/rv64/rvd/s_round.c: Likewise.
6826 * sysdeps/riscv/rv64/rvd/s_roundeven.c: Likewise.
6827 * sysdeps/riscv/rv64/rvd/s_trunc.c: Likewise.
6828 * sysdeps/riscv/rvd/s_finite.c: Likewise.
6829 * sysdeps/riscv/rvd/s_fmax.c: Likewise.
6830 * sysdeps/riscv/rvd/s_fmin.c: Likewise.
6831 * sysdeps/riscv/rvd/s_fpclassify.c: Likewise.
6832 * sysdeps/riscv/rvd/s_isinf.c: Likewise.
6833 * sysdeps/riscv/rvd/s_isnan.c: Likewise.
6834 * sysdeps/riscv/rvd/s_issignaling.c: Likewise.
6835 * sysdeps/riscv/rvf/fegetround.c: Likewise.
6836 * sysdeps/riscv/rvf/feholdexcpt.c: Likewise.
6837 * sysdeps/riscv/rvf/fesetenv.c: Likewise.
6838 * sysdeps/riscv/rvf/fesetround.c: Likewise.
6839 * sysdeps/riscv/rvf/feupdateenv.c: Likewise.
6840 * sysdeps/riscv/rvf/fgetexcptflg.c: Likewise.
6841 * sysdeps/riscv/rvf/ftestexcept.c: Likewise.
6842 * sysdeps/riscv/rvf/s_ceilf.c: Likewise.
6843 * sysdeps/riscv/rvf/s_finitef.c: Likewise.
6844 * sysdeps/riscv/rvf/s_floorf.c: Likewise.
6845 * sysdeps/riscv/rvf/s_fmaxf.c: Likewise.
6846 * sysdeps/riscv/rvf/s_fminf.c: Likewise.
6847 * sysdeps/riscv/rvf/s_fpclassifyf.c: Likewise.
6848 * sysdeps/riscv/rvf/s_isinff.c: Likewise.
6849 * sysdeps/riscv/rvf/s_isnanf.c: Likewise.
6850 * sysdeps/riscv/rvf/s_issignalingf.c: Likewise.
6851 * sysdeps/riscv/rvf/s_nearbyintf.c: Likewise.
6852 * sysdeps/riscv/rvf/s_roundevenf.c: Likewise.
6853 * sysdeps/riscv/rvf/s_roundf.c: Likewise.
6854 * sysdeps/riscv/rvf/s_truncf.c: Likewise.
6855
6856 2018-08-31 Paul Pluzhnikov <ppluzhnikov@google.com>
6857
6858 [BZ #20271]
6859 * include/stdio.h (__libc_fatal): Mention newline in comment.
6860 * grp/initgroups.c (internal_getgrouplist): Add missing newline.
6861 * nptl/pthread_cond_wait.c (__pthread_cond_wait_common): Likewise.
6862 * nscd/initgrcache.c (addinitgroupsX): Likewise.
6863 * nss/nsswitch.c (__nss_next2): Likewise.
6864 * sysdeps/aarch64/dl-irel.h (elf_irela): Likewise.
6865 * sysdeps/arm/dl-irel.h (elf_irel): Likewise.
6866 * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Likewise.
6867 * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
6868 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irel): Likewise.
6869 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irel): Likewise.
6870 * sysdeps/s390/dl-irel.h (elf_irel): Likewise.
6871 * sysdeps/sparc/sparc32/dl-irel.h (elf_irel): Likewise.
6872 * sysdeps/sparc/sparc64/dl-irel.h (elf_irel): Likewise.
6873 * sysdeps/x86_64/dl-irel.h (elf_irel): Likewise.
6874 * sysdeps/nptl/futex-internal.h (futex_wake): Likewise.
6875 * sysdeps/unix/sysv/linux/netlink_assert_response.c
6876 (__netlink_assert_response): Likewise.
6877
6878 2018-08-31 Joseph Myers <joseph@codesourcery.com>
6879
6880 * conform/glibcconform.py: New file.
6881 * conform/list-header-symbols.py: Likewise.
6882 * conform/list-header-symbols.pl: Remove.
6883 * conform/Makefile (tests-special): Only add linknamespace tests
6884 if [PYTHON].
6885 ($(linknamespace-symlists-tests)): Use list-header-symbols.py.
6886
6887 2018-08-31 H.J. Lu <hongjiu.lu@intel.com>
6888
6889 [BZ #23597]
6890 * support/Makefile (libsupport-routines): Add
6891 support_copy_file_range and xcopy_file_range.
6892 * support/support.h: Include <sys/types.h>.
6893 (support_copy_file_range): New prototype.
6894 * support/support_copy_file_range.c: New file. Copied and
6895 modified from io/copy_file_range-compat.c.
6896 * support/test-container.c (copy_one_file): Call xcopy_file_rang
6897 instead of copy_file_range.
6898 * support/xcopy_file_range.c: New file.
6899 * support/xunistd.h (xcopy_file_range): New prototype.
6900
6901 2018-08-30 Carlos O'Donell <carlos@redhat.com>
6902
6903 * elf/tst-dlopen-aout.c: Include support/xthread.h. Use
6904 xpthread_create and xpthread_join.
6905
6906 2018-08-30 Florian Weimer <fweimer@redhat.com>
6907
6908 * stdlib/stdlib.h (reallocarray): Make available under __USE_MISC.
6909
6910 2018-08-30 Stefan Liebler <stli@linux.ibm.com>
6911
6912 * stdlib/test-bz22786.c (do_test): Return EXIT_UNSUPPORTED
6913 if malloc fails.
6914
6915 2018-08-29 Joseph Myers <joseph@codesourcery.com>
6916
6917 * math/gen-libm-test.py (gen_test_args_res): Also treat plus_oflow
6918 and minus_oflow as non-finite.
6919
6920 2018-08-28 Joseph Myers <joseph@codesourcery.com>
6921
6922 * sysdeps/aarch64/fpu/fenv_private.h: New file. Based on ....
6923 * sysdeps/aarch64/fpu/math_private.h: ... this file. All contents
6924 moved to fenv_private.h except for ...
6925 (TOINT_INTRINSICS): Kept in math_private.h.
6926 (roundtoint): Likewise.
6927 (converttoint): Likewise.
6928 * sysdeps/arm/fenv_private.h: Change multiple-include guard to
6929 [ARM_FENV_PRIVATE_H]. Include next <fenv_private.h>.
6930 * sysdeps/arm/math_private.h: Remove.
6931 * sysdeps/generic/fenv_private.h: New file. Contents moved from
6932 ....
6933 * sysdeps/generic/math_private.h: ... this file. Include
6934 <stdbool.h>. Do not include <fenv.h> or <get-rounding-mode.h>.
6935 Include <fenv_private.h>. Remove functions and macros moved to
6936 fenv_private.h.
6937 * sysdeps/i386/fpu/math_private.h: Remove.
6938 * sysdeps/mips/math_private.h: Move to ....
6939 * sysdeps/mips/fpu/fenv_private.h: ... here. Change
6940 multiple-include guard to [MIPS_FENV_PRIVATE_H]. Remove
6941 [__mips_hard_float] conditional. Include next <fenv_private.h>.
6942 * sysdeps/powerpc/fpu/fenv_private.h: Change multiple-include
6943 guard to [POWERPC_FENV_PRIVATE_H]. Include next <fenv_private.h>.
6944 * sysdeps/powerpc/fpu/math_private.h: Do not include
6945 <fenv_private.h>.
6946 * sysdeps/riscv/rvf/math_private.h: Move to ....
6947 * sysdeps/riscv/rvf/fenv_private.h: ... here. Change
6948 multiple-include guard to [RISCV_FENV_PRIVATE_H]. Include next
6949 <fenv_private.h>.
6950 * sysdeps/sparc/fpu/fenv_private.h: Change multiple-include guard
6951 to [SPARC_FENV_PRIVATE_H]. Include next <fenv_private.h>.
6952 * sysdeps/sparc/fpu/math_private.h: Remove.
6953 * sysdeps/i386/fpu/fenv_private.h: Move to ....
6954 * sysdeps/x86/fpu/fenv_private.h: ... here. Change
6955 multiple-include guard to [X86_FENV_PRIVATE_H]. Include next
6956 <fenv_private.h>.
6957 * sysdeps/x86_64/fpu/math_private.h: Do not include
6958 <sysdeps/i386/fpu/fenv_private.h>.
6959
6960 2018-08-28 Florian Weimer <fweimer@redhat.com>
6961
6962 [BZ #23578]
6963 * posix/tst-regcomp-truncated.c: New file.
6964 * posix/Makefile (tests): Add it.
6965 (tst-regcomp-truncated.out): Depend on generated locales.
6966
6967 2018-08-28 Florian Weimer <fweimer@redhat.com>
6968
6969 * support/test-container.c (main): Treat unshare failure with
6970 EPERM as an unsupported test.
6971
6972 2018-08-28 Florian Weimer <fweimer@redhat.com>
6973
6974 [BZ #23520]
6975 nscd: Fix use-after-free in addgetnetgrentX and its callers.
6976 * nscd/netgroupcache.c
6977 (addgetnetgrentX): Add tofreep parameter. Do not free
6978 heap-allocated buffer.
6979 (addinnetgrX): Free buffer allocated bt addgetnetgrentX.
6980 (addgetnetgrentX_ignore): New function.
6981 (addgetnetgrent): Call it.
6982 (readdgetnetgrent): Likewise.
6983
6984 2018-08-28 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
6985
6986 * string/memmem.c: Use memcmp for first match.
6987
6988 2018-08-28 Rafal Luzynski <digitalfreak@lingonborough.com>
6989
6990 [BZ #17426]
6991 * localedata/locales/en_IN (d_fmt): Use "%d/%m/%y".
6992
6993 2018-08-27 DJ Delorie <dj@redhat.com>
6994
6995 * support/Makefile (others): Don't list programs explicitly as a
6996 dependency of "others".
6997
6998 2018-08-27 Joseph Myers <joseph@codesourcery.com>
6999
7000 * sysdeps/generic/math-tests-trap-force.h: New file.
7001 * sysdeps/generic/math-tests.h: Include <math-tests-trap-force.h>.
7002 (EXCEPTION_SET_FORCES_TRAP): Do not define here.
7003 * sysdeps/powerpc/math-tests.h: Remove file.
7004 * sysdeps/powerpc/fpu/math-tests-trap-force.h: New file.
7005
7006 2018-08-27 Martin Kuchta <martin.kuchta@netapp.com>
7007 Torvald Riegel <triegel@redhat.com>
7008
7009 [BZ #23538]
7010 * nptl/pthread_cond_common.c (__condvar_quiesce_and_switch_g1):
7011 Update r to include the set wake-request flag if waiters are
7012 remaining after spinning.
7013
7014 2018-08-27 Joseph Myers <joseph@codesourcery.com>
7015
7016 * sysdeps/gnu/netinet/udp.h (UDP_SEGMENT): New macro.
7017
7018 2018-08-25 Paul Eggert <eggert@cs.ucla.edu>
7019
7020 [BZ #23578]
7021 regex: fix uninitialized memory access
7022 I introduced this bug into gnulib in commit
7023 8335a4d6c7b4448cd0bcb6d0bebf1d456bcfdb17 dated 2006-04-10;
7024 eventually it was merged into glibc. The bug was found by
7025 project-repo <bugs@feusi.co> and reported here:
7026 https://lists.gnu.org/r/sed-devel/2018-08/msg00017.html
7027 Diagnosis and draft fix reported by Assaf Gordon here:
7028 https://lists.gnu.org/r/bug-gnulib/2018-08/msg00071.html
7029 https://lists.gnu.org/r/bug-gnulib/2018-08/msg00142.html
7030 * posix/regex_internal.c (build_wcs_upper_buffer):
7031 Fix bug when mbrtowc returns 0.
7032
7033 2018-08-24 Carlos O'Donell <carlos@redhat.com>
7034
7035 * po/be.po: Update translation.
7036
7037 2018-08-24 DJ Delorie <dj@delorie.com>
7038
7039 * support/Makefile (LDLIBS-links-dso-program): Add -lgcc and
7040 $(libunwind).
7041
7042 2018-08-24 Paul Pluzhnikov <ppluzhnikov@google.com>
7043
7044 [BZ #23400]
7045 * stdlib/test-bz22786.c (do_test): Fix undefined behavior, don't
7046 create temporary files in source tree.
7047
7048 2018-08-24 Joseph Myers <joseph@codesourcery.com>
7049
7050 * sysdeps/generic/math-tests-trap.h: New file.
7051 * sysdeps/generic/math-tests.h: Include <math-tests-trap.h>.
7052 (EXCEPTION_ENABLE_SUPPORTED): Do not define here.
7053 * sysdeps/aarch64/math-tests.h: Remove file.
7054 * sysdeps/arm/math-tests.h: Likewise.
7055 * sysdeps/riscv/math-tests.h: Likewise.
7056 * sysdeps/aarch64/math-tests-trap.h: New file.
7057 * sysdeps/arm/math-tests-trap.h: Likewise.
7058 * sysdeps/riscv/math-tests-trap.h: Likewise.
7059
7060 2018-08-24 Wilco Dijkstra <wdijkstr@arm.com>
7061
7062 * math/Makefile: Remove empty files k_sin(f).c, k_cos(f).c.
7063 Remove unused files e_rem_pio2(f).c, k_rem_pio2f.c.
7064 * sysdeps/i386/fpu/e_rem_pio2.c: Delete file.
7065 * sysdeps/ia64/fpu/e_rem_pio2.c: Likewise.
7066 * sysdeps/ia64/fpu/e_rem_pio2f.c: Likewise.
7067 * sysdeps/ia64/fpu/k_rem_pio2f.c: Likewise.
7068 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
7069 * sysdeps/ieee754/dbl-64/k_cos.c: Likewise.
7070 * sysdeps/ieee754/dbl-64/k_sin.c: Likewise.
7071 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
7072 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
7073 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
7074 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
7075 * sysdeps/m68k/m680x0/fpu/e_rem_pio2.c: Likewise
7076 * sysdeps/m68k/m680x0/fpu/e_rem_pio2f.c: Likewise
7077 * sysdeps/m68k/m680x0/fpu/k_rem_pio2f.c: Likewise
7078 * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
7079 * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
7080
7081 2018-08-23 Joseph Myers <joseph@codesourcery.com>
7082
7083 * sysdeps/generic/math-tests-exceptions.h: New file.
7084 * sysdeps/generic/math-tests.h: Include <math-tests-exceptions.h>.
7085 (EXCEPTION_TESTS_float): Do not define here.
7086 (EXCEPTION_TESTS_double): Likewise.
7087 (EXCEPTION_TESTS_long_double): Likewise.
7088 (EXCEPTION_TESTS_float128): Likewise.
7089 * sysdeps/arm/math-tests.h [__SOFTFP__] (EXCEPTION_TESTS_float):
7090 Likewise.
7091 [__SOFTFP__] (EXCEPTION_TESTS_double): Likewise.
7092 [__SOFTFP__] (EXCEPTION_TESTS_long_double): Likewise.
7093 * sysdeps/arm/nofpu/math-tests-exceptions.h: New file.
7094 * sysdeps/m68k/coldfire/math-tests.h: Remove file.
7095 * sysdeps/mips/math-tests.h: Likewise.
7096 * sysdeps/nios2/math-tests.h: Likewise.
7097 * sysdeps/riscv/math-tests.h [!__riscv_flen]
7098 (EXCEPTION_TESTS_float): Do not define here.
7099 [!__riscv_flen] (EXCEPTION_TESTS_double): Likewise.
7100 [!__riscv_flen] (EXCEPTION_TESTS_long_double): Likewise.
7101 * sysdeps/riscv/nofpu/math-tests-exceptions.h: New file.
7102
7103 2018-08-23 Wilco Dijkstra <wdijkstr@arm.com>
7104
7105 * NEWS: Move optimized sinf entry to 2.29.
7106
7107 2018-08-23 Wilco Dijkstra <wdijkstr@arm.com>
7108
7109 * sysdeps/ieee754/flt-32/s_tanf.c (__tanf): Use fast range reduction.
7110
7111 2018-08-22 DJ Delorie <dj@redhat.com>
7112
7113 * Makefile (testroot.pristine): New rules to initialize the
7114 test-in-container "testroot".
7115 * Makerules (all-testsuite): Add tests-container.
7116 * Rules (tests-expected): Add tests-container.
7117 (binaries-all-tests): Likewise.
7118 (tests-container): New, run these tests in the testroot container.
7119 * support/Makefile (others): Add *-container, support_paths.c,
7120 xmkdirp, and links-dso-program.
7121 * support/links-dso-program-c.c: New.
7122 * support/links-dso-program.cc: New.
7123 * support/test-container.c: New.
7124 * support/shell-container.c: New.
7125 * support/echo-container.c: New.
7126 * support/true-container.c: New.
7127 * support/xmkdirp.c: New.
7128 * support/xsymlink.c: New.
7129 * support/support_paths.c: New.
7130 * support/support.h: Add support paths prototypes.
7131 * support/xunistd.h: Add xmkdirp () and xsymlink ().
7132
7133 * nss/tst-nss-test3.c: Convert to test-in-container.
7134 * nss/tst-nss-test3.root/: New.
7135
7136 2018-08-22 Paul Eggert <eggert@cs.ucla.edu>
7137
7138 regex: port Gnulib code to z/OS POSIX environment
7139 Problem reported by Arnold Robbins in:
7140 https://lists.gnu.org/r/bug-gnulib/2018-08/msg00129.html
7141 * posix/regex_internal.h (__iswalnum, __towlower, __towupper) [!_LIBC]:
7142 Undef.
7143
7144 2018-08-22 Joseph Myers <joseph@codesourcery.com>
7145
7146 * math/test-double-vlen2.h: Don't include <math-tests-rounding.h>.
7147 (ROUNDING_TESTS_double): Remove.
7148 * math/test-double-vlen4.h: Don't include <math-tests-rounding.h>.
7149 (ROUNDING_TESTS_double): Remove.
7150 * math/test-double-vlen8.h: Don't include <math-tests-rounding.h>.
7151 (ROUNDING_TESTS_double): Remove.
7152 * math/test-float-vlen16.h: Don't include <math-tests-rounding.h>.
7153 (ROUNDING_TESTS_float): Remove.
7154 * math/test-float-vlen4.h: Don't include <math-tests-rounding.h>.
7155 (ROUNDING_TESTS_float): Remove.
7156 * math/test-float-vlen8.h: Don't include <math-tests-rounding.h>.
7157 (ROUNDING_TESTS_float): Remove.
7158 * math/libm-test-driver.c (IF_ROUND_INIT_FE_DOWNWARD): Check
7159 !TEST_MATHVEC here.
7160 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
7161 (IF_ROUND_INIT_FE_UPWARD): Likewise.
7162
7163 * sysdeps/generic/math-tests-rounding.h: New file.
7164 * sysdeps/generic/math-tests.h: Include <math-tests-rounding.h>.
7165 (ROUNDING_TESTS_float): Do not define here.
7166 (ROUNDING_TESTS_double): Likewise.
7167 (ROUNDING_TESTS_long_double): Likewise.
7168 (ROUNDING_TESTS_float128): Likewise.
7169 * math/test-double-vlen2.h: Include <math-tests-rounding.h>.
7170 (ROUNDING_TESTS_double): Undefine before defining.
7171 * math/test-double-vlen4.h: Include <math-tests-rounding.h>.
7172 (ROUNDING_TESTS_double): Undefine before defining.
7173 * math/test-double-vlen8.h: Include <math-tests-rounding.h>.
7174 (ROUNDING_TESTS_double): Undefine before defining.
7175 * math/test-float-vlen16.h: Include <math-tests-rounding.h>.
7176 (ROUNDING_TESTS_float): Undefine before defining.
7177 * math/test-float-vlen4.h: Include <math-tests-rounding.h>.
7178 (ROUNDING_TESTS_float): Undefine before defining.
7179 * math/test-float-vlen8.h: Include <math-tests-rounding.h>.
7180 (ROUNDING_TESTS_float): Undefine before defining.
7181 * sysdeps/arm/nofpu/math-tests-rounding.h: New file.
7182 * sysdeps/arm/math-tests.h [__SOFTFP__] (ROUNDING_TESTS_float): Do
7183 not define here.
7184 [__SOFTFP__] (ROUNDING_TESTS_double): Likewise.
7185 [__SOFTFP__] (ROUNDING_TESTS_long_double): Likewise.
7186 * sysdeps/riscv/nofpu/math-tests-rounding.h: New file.
7187 * sysdeps/riscv/math-tests.h [!__riscv_flen]
7188 (ROUNDING_TESTS_float): Do not define here.
7189 [!__riscv_flen] (ROUNDING_TESTS_double): Likewise.
7190 [!__risv_flen] (ROUNDING_TESTS_long_double): Likewise.
7191 * sysdeps/m68k/coldfire/math-tests.h [!__mcffpu__]
7192 (ROUNDING_TESTS_float): Likewise.
7193 [!__mcffpu__] (ROUNDING_TESTS_double): Likewise.
7194 [!__mcffpu__] (ROUNDING_TESTS_long_double): Likewise.
7195 * sysdeps/mips/math-tests.h [__mips_soft_float]
7196 (ROUNDING_TESTS_float): Likewise.
7197 [__mips_soft_float] (ROUNDING_TESTS_double): Likewise.
7198 [__mips_soft_float] (ROUNDING_TESTS_long_double): Likewise.
7199 * sysdeps/nios2/math-tests.h (ROUNDING_TESTS_float): Likewise.
7200 (ROUNDING_TESTS_double): Likewise.
7201 (ROUNDING_TESTS_long_double): Likewise.
7202
7203 2018-08-21 Tobias Klauser <tklauser@distanz.ch>
7204
7205 * sysdeps/unix/sysv/linux/bits/socket.h (PF_MAX): Set to 45.
7206 (PF_XDP): New macro.
7207 (AF_XDP): New macro.
7208 (SOL_XDP): New macro.
7209
7210 2018-08-21 Joseph Myers <joseph@codesourcery.com>
7211
7212 * sysdeps/gnu/netinet/tcp.h (TCP_ZEROCOPY_RECEIVE): New macro.
7213 (TCP_INQ): Likewise.
7214 (TCP_CM_INQ): Likewise.
7215 (TCP_REPAIR_ON): Likewise.
7216 (TCP_REPAIR_OFF): Likewise.
7217 (TCP_REPAIR_OFF_NO_WP): Likewise.
7218 (struct tcp_zerocopy_receive): New type.
7219
7220 2018-08-21 Florian Weimer <fweimer@redhat.com>
7221
7222 * support/support.h (support_descriptor_supports_holes): Declare.
7223 * support/Makefile (libsupport-routines): Add
7224 support_descriptor_supports_holes.
7225 * support/support_descriptor_supports_holes.c: New file.
7226 * io/tst-copy_file_range.c: Call support_descriptor_supports_holes
7227 and stop testing if holes are not supported.
7228 * io/test-lfs.c (do_prepare): Likewise.
7229 * sysdeps/unix/sysv/linux/tst-fallocate-common.c (do_prepare):
7230 Likewise.
7231 * timezone/tst-tzset.c (create_tz_file): Likewise.
7232 * misc/tst-preadvwritev-common.c (temp_fd_supports_holes) New
7233 variable.
7234 (do_prepare): Set it.
7235 * misc/tst-preadvwritev64.c (do_test): Use temp_fd_supports_holes.
7236
7237 2018-08-21 Florian Weimer <fweimer@redhat.com>
7238
7239 [BZ #17248]
7240 * Makeconfig (+cflags): Do not sort (and deduplicate).
7241
7242 2018-08-21 Florian Weimer <fweimer@redhat.com>
7243
7244 * debug/readlink_chk.c (__readlink_chk): Always call __readlink.
7245 * sysdeps/unix/sysv/linux/generic/readlink_chk.c: Remove file.
7246
7247 2018-08-20 Florian Weimer <fweimer@redhat.com>
7248
7249 * sysdeps/unix/sysv/linux/generic/readlink_chk.c: Remove
7250 HAVE_INLINED_SYSCALLS conditionals. Use INLINE_SYSCALL_CALL.
7251
7252 2018-08-20 Joseph Myers <joseph@codesourcery.com>
7253
7254 * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
7255 signalfd_siginfo): Add ssi_addr_lsb, ssi_syscall, ssi_call_addr
7256 and ssi_arch members.
7257
7258 * elf/elf.c (NT_VMCOREDD): New macro.
7259 (AT_MINSIGSTKSZ): Likewise.
7260
7261 2018-08-20 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
7262
7263 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile
7264 (libm-sysdep_routines): Remove s_sinf-ppc64, s_sinf-power8,
7265 s_cosf-ppc64 and s_cosf-power8.
7266 * sysdeps/powerpc/fpu/s_cosf.c: Remove file.
7267 * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
7268 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
7269 * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
7270 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_cosf-power8.S: Likewise.
7271 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_cosf-ppc64.c: Likewise.
7272 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_cosf.c: Likewise.
7273 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-power8.S: Likewise.
7274 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-ppc64.c: Likewise.
7275 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf.c: Likewise.
7276 * sysdeps/powerpc/powerpc64/power8/fpu/s_cosf.S: Likewise.
7277 * sysdeps/powerpc/powerpc64/power8/fpu/s_sinf.S: Likewise.
7278
7279 2018-08-17 Florian Weimer <fweimer@redhat.com>
7280
7281 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
7282
7283 2018-08-17 Istvan Kurucsai <pistukem@gmail.com>
7284
7285 * malloc/malloc.c (_int_malloc): Additional binning code checks.
7286
7287 2018-08-16 Florian Weimer <fweimer@redhat.com>
7288
7289 * configure.ac: Add --with-nonshared-cflags option.
7290 * config.make.in (extra-nonshared-cflags): Set variable.
7291 * Makeconfig (CFLAGS-.oS): Use it.
7292 * manual/install.texi (Configuring and compiling): Document
7293 --with-nonshared-cflags.
7294 * configure: Regenerate.
7295 * INSTALL: Likewise.
7296
7297 2018-08-16 Florian Weimer <fweimer@redhat.com>
7298
7299 * Makeconfig (ASFLAGS): Always append required assembler flags.
7300
7301 2018-08-16 Moritz Eckert <m.eckert@cs.ucsb.edu>
7302
7303 * malloc/malloc.c (_int_free): Check for corrupt prev_size vs size.
7304 (malloc_consolidate): Likewise.
7305
7306 2018-08-16 Pochang Chen <johnchen902@gmail.com>
7307
7308 * malloc/malloc.c (_int_malloc.c): Verify size of top chunk.
7309
7310 2018-08-16 Siddhesh Poyarekar <siddhesh@sourceware.org>
7311
7312 * benchtests/bench-strlen.c (do_test): Allocate buffers before
7313 every strlen call.
7314
7315 * benchtests/bench-strlen.c: Print performance numbers in json.
7316
7317 2018-08-16 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
7318
7319 * sysdeps/powerpc/powerpc64/multiarch/Makefile
7320 (sysdep_routines): Build strcmp-power9 and strncmp-power9
7321 only for little endian.
7322 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
7323 (strncmp): Move __strncmp_power9 inside ifdef __LITTLE_ENDIAN__.
7324 (STRCMP): Move __strcmp_power9 inside ifdef __LITTLE_ENDIAN__.
7325 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power9.S:
7326 Add check for little endian.
7327 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c
7328 (__strcmp_power9): Add check for little endian.
7329 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power9.S:
7330 Add check for little endian.
7331 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c
7332 (__strncmp_power9): Add check for little endian.
7333 * sysdeps/powerpc/powerpc64/power9/strcmp.S: Removed ifdef
7334 __LITTLE_ENDIAN__ and moved to sysdeps/powerpc/powerpc64/le/power9.
7335 * sysdeps/powerpc/powerpc64/power9/strncmp.S: Likewise.
7336 * sysdeps/powerpc/powerpc64/le/power9/strcmp.S: New file.
7337 * sysdeps/powerpc/powerpc64/le/power9/strncmp.S: Likewise.
7338
7339 2018-08-15 Siddhesh Poyarekar <siddhesh@sourceware.org>
7340
7341 * sysdeps/aarch64/strlen.S (__strlen): Rename to STRLEN.
7342 [!STRLEN](STRLEN): Set to __strlen.
7343 * sysdeps/aarch64/multiarch/strlen.c: New file.
7344 * sysdeps/aarch64/multiarch/strlen_generic.S: Likewise.
7345 * sysdeps/aarch64/multiarch/strlen_asimd.S: Likewise.
7346 * sysdeps/aarch64/multiarch/ifunc-impl-list.c
7347 (__libc_ifunc_impl_list): Add strlen.
7348 * sysdeps/aarch64/multiarch/Makefile (sysdep_routines): Add
7349 strlen_generic and strlen_asimd.
7350
7351 2018-08-15 Wilco Dijkstra <wdijkstr@arm.com>
7352
7353 * sysdeps/ieee754/flt-32/e_lgammaf_r.c (sin_pif): Use __sinf/__cosf.
7354 * sysdeps/ieee754/flt-32/k_cosf.c (__kernel_cosf): Remove all code.
7355 * sysdeps/ieee754/flt-32/k_sinf.c (__kernel_sinf): Likewise.
7356
7357 2018-08-15 Wilco Dijkstra <wdijkstr@arm.com>
7358
7359 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate to fix spaces.
7360
7361 2018-08-14 Florian Weimer <fweimer@redhat.com>
7362
7363 [BZ #23519]
7364 * include/stdio.h (__vfxprintf): Declare.
7365 * stdio-common/fxprintf.c (__vfxprintf): New function.
7366 (__fxprintf): Call it.
7367 * misc/err.c (convert_and_print): Remove function.
7368 (vwarnx, vwarn): Call __fxprintf and __vfxprintf.
7369 * misc/error.c [_LIBC] (error_tail): Call __vfxprintf.
7370 * misc/Makefile (tests): Add tst-warn-wide.
7371 * misc/tst-warn-wide.c: New file.
7372
7373 2018-08-14 Wilco Dijkstra <wdijkstr@arm.com>
7374 Szabolcs Nagy <szabolcs.nagy@arm.com>
7375
7376 * NEWS: Mention sinf, cosf, sincosf.
7377 * sysdeps/aarch64/libm-test-ulps: Update ULP for sinf, cosf, sincosf.
7378 * sysdeps/x86_64/fpu/libm-test-ulps: Update ULP for sinf and cosf.
7379 * sysdeps/x86_64/fpu/multiarch/s_sincosf-fma.c: Add definitions of
7380 constants rather than including generic sincosf.h.
7381 * sysdeps/x86_64/fpu/s_sincosf_data.c: Remove.
7382 * sysdeps/ieee754/flt-32/s_cosf.c (cosf): Rewrite.
7383 * sysdeps/ieee754/flt-32/s_sincosf.h (reduced_sin): Remove.
7384 (reduced_cos): Remove.
7385 (sinf_poly): New function.
7386 * sysdeps/ieee754/flt-32/s_sinf.c (sinf): Rewrite.
7387
7388 2018-08-14 Florian Weimer <fweimer@redhat.com>
7389
7390 [BZ #23521]
7391 [BZ #23522]
7392 * nss/nss_files/files-alias.c (get_next_alias): During :include:
7393 processing, bail out if no room, and close the stream before
7394 returning ERANGE.
7395 * nss/Makefile (tests): Add tst-nss-files-alias-leak.
7396 (tst-nss-files-alias-leak): Link with libdl.
7397 (tst-nss-files-alias-leak.out): Depend on nss_files.
7398
7399 * nss/tst-nss-files-alias-leak.c: New file.
7400
7401 2018-08-14 Florian Weimer <fweimer@redhat.com>
7402
7403 * nscd/nscd_conf.c (nscd_parse_file): Deallocate old storage for
7404 server_user, stat_user.
7405
7406 2018-08-13 Joseph Myers <joseph@codesourcery.com>
7407
7408 * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
7409 version to 4.18.
7410 (io_pgetevents): New syscall.
7411 (rseq): Likewise.
7412
7413 * manual/install.texi (Configuring and compiling): Do not list
7414 tools used for testing pretty printers here.
7415 (Tools for Compilation): List Python, PExpect and GDB here.
7416 Update descriptions of uses of Perl and Python.
7417 * INSTALL: Regenerate.
7418
7419 * scripts/build-many-glibcs.py (Context.checkout): Default Linux
7420 version to 4.18.
7421
7422 2018-08-13 Florian Weimer <fweimer@redhat.com>
7423
7424 * misc/error.c (error): Add missing va_end call.
7425 (error_at_line): Likewise.
7426
7427 2018-08-13 Florian Weimer <fweimer@redhat.com>
7428
7429 * stdlib/mbstowcs.c (mbstowcs): Remove outdated comment.
7430
7431 2018-08-11 Siddhesh Poyarekar <siddhesh@sourceware.org>
7432
7433 * benchtests/scripts/benchout.schema.json (properties): Add
7434 new properties.
7435
7436 * benchtests/bench-skeleton.c (main): Add duration and
7437 iterations attributes.
7438
7439 2018-08-10 Paul Eggert <eggert@cs.ucla.edu>
7440
7441 regex: Gnulib unibyte RRI uses bytes not chars
7442 Adjust the non-glibc code to agree with what Gawk needs for
7443 rational range interpretation (RRI) for regular expression ranges.
7444 In unibyte locales, Gawk wants ranges to use the underlying byte
7445 rather than the character code point. This change does not affect
7446 glibc proper.
7447 * posix/regcomp.c (parse_byte) [!LIBC && RE_ENABLE_I18N]:
7448 In unibyte locales, use the byte value rather than
7449 running it through btowc.
7450
7451 2018-08-10 Joseph Myers <joseph@codesourcery.com>
7452
7453 * sysdeps/generic/math-tests-snan.h: New file.
7454 * sysdeps/generic/math-tests.h: Include <math-tests-snan.h>.
7455 (SNAN_TESTS_float): Do not define here.
7456 (SNAN_TESTS_double): Likewise.
7457 (SNAN_TESTS_long_double): Likewise.
7458 (SNAN_TESTS_float128): Likewise.
7459 * sysdeps/i386/fpu/math-tests-snan.h: New file.
7460 * sysdeps/i386/fpu/math-tests.h: Remove file.
7461 * sysdeps/ia64/math-tests-snan.h: New file.
7462 * sysdeps/ia64/math-tests.h: Remove file.
7463 * sysdeps/x86/math-tests.h: Likewise.
7464 * sysdeps/x86_64/fpu/math-tests-snan.h: New file.
7465
7466 2018-08-10 Wilco Dijkstra <wdijkstr@arm.com>
7467 Szabolcs Nagy <szabolcs.nagy@arm.com>
7468
7469 * math/Makefile: Add s_sincosf_data.c.
7470 * sysdeps/ia64/fpu/s_sincosf_data.c: New file.
7471 * sysdeps/ieee754/flt-32/s_sincosf.h (abstop12): Add new function.
7472 (sincosf_poly): Likewise.
7473 (reduce_small): Likewise.
7474 (reduce_large): Likewise.
7475 * sysdeps/ieee754/flt-32/s_sincosf.c (sincosf): Rewrite.
7476 * sysdeps/ieee754/flt-32/s_sincosf_data.c: New file with sincosf data.
7477 * sysdeps/m68k/m680x0/fpu/s_sincosf_data.c: New file.
7478 * sysdeps/x86_64/fpu/s_sincosf_data.c: New file.
7479
7480 2018-08-10 Wilco Dijkstra <wdijkstr@arm.com>
7481 Szabolcs Nagy <szabolcs.nagy@arm.com>
7482
7483 * sysdeps/aarch64/fpu/math_private.h (roundtoint): Use round.
7484 (converttoint): Use lround.
7485 * sysdeps/ieee754/flt-32/math_config.h (roundtoint): Declare and
7486 document the semantics when TOINT_INTRINSICS is set.
7487 (converttoint): Likewise.
7488 (TOINT_RINT): Remove.
7489 (TOINT_SHIFT): Remove.
7490 * sysdeps/ieee754/flt-32/e_expf.c (__expf): Remove the TOINT_RINT code
7491 path.
7492
7493 2018-08-10 Florian Weimer <fweimer@redhat.com>
7494
7495 [BZ #23497]
7496 * sysdeps/unix/sysv/linux/getdents64.c (handle_overflow): New
7497 function.
7498 (__old_getdents64): Use getdents64. Convert entries without
7499 moving them.
7500 * sysdeps/unix/sysv/linux/tst-readdir64-compat.c: New file.
7501 * sysdeps/unix/sysv/linux/Makefile (tests-internal): Add
7502 tst-readdir64-compat.
7503
7504 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
7505
7506 * sysdeps/s390/s390-32/s390-mcount.S (_mcount):
7507 Fix unwind.
7508
7509 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
7510
7511 * sysdeps/s390/s390-64/Versions (__fentry__): Add.
7512 * sysdeps/s390/s390-64/s390x-mcount.S: Move the common
7513 code to s390x-mcount.h and #include it.
7514 * sysdeps/s390/s390-64/s390x-mcount.h: New file.
7515 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist
7516 (__fentry__): Add.
7517
7518 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
7519
7520 * stdlib/Versions: Remove __fentry__.
7521 * sysdeps/i386/Versions: Add __fentry__.
7522 * sysdeps/x86_64/Versions: Add __fentry__.
7523
7524 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
7525
7526 * sysdeps/s390/Makefile: Register the new tests.
7527 * sysdeps/s390/tst-dl-runtime-mod.S: New file.
7528 * sysdeps/s390/tst-dl-runtime-profile-audit.c: New file.
7529 * sysdeps/s390/tst-dl-runtime-profile-noaudit.c: New file.
7530 * sysdeps/s390/tst-dl-runtime-resolve-audit.c: New file.
7531 * sysdeps/s390/tst-dl-runtime-resolve-noaudit.c: New file.
7532 * sysdeps/s390/tst-dl-runtime.c: New file.
7533
7534 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
7535
7536 * sysdeps/s390/s390-64/dl-trampoline.h (_dl_runtime_profile):
7537 Do not clobber R0.
7538
7539 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
7540
7541 * sysdeps/s390/s390-64/dl-trampoline.h (_dl_runtime_resolve):
7542 Do not clobber R0.
7543
7544 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
7545
7546 * sysdeps/s390/s390-32/dl-trampoline.h (_dl_runtime_profile):
7547 Do not clobber R0.
7548
7549 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
7550
7551 * sysdeps/s390/s390-32/dl-trampoline.h (_dl_runtime_resolve):
7552 Do not clobber R0.
7553
7554 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
7555
7556 * sysdeps/s390/s390-64/dl-trampoline.h (_dl_runtime_profile):
7557 Use symbolic offsets for stack variables.
7558
7559 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
7560
7561 * sysdeps/s390/s390-64/dl-trampoline.h (_dl_runtime_resolve):
7562 Use symbolic offsets for stack variables.
7563
7564 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
7565
7566 * sysdeps/s390/s390-32/dl-trampoline.h (_dl_runtime_profile):
7567 Use symbolic offsets for stack variables.
7568
7569 2018-08-10 Ilya Leoshkevich <iii@linux.ibm.com>
7570
7571 * sysdeps/s390/s390-32/dl-trampoline.h (_dl_runtime_resolve):
7572 Use symbolic offsets for stack variables.
7573
7574 2018-08-09 Joseph Myers <joseph@codesourcery.com>
7575
7576 * math/gen-libm-test.py: New file.
7577 * math/gen-libm-test.pl: Remove.
7578 * math/Makefile [$(PERL) != no]: Change condition to [PYTHON].
7579 ($(objpfx)libm-test-ulps.h): Use gen-libm-test.py instead of
7580 gen-libm-test.pl.
7581 ($(libm-test-c-noauto-obj)): Likewise.
7582 ($(libm-test-c-auto-obj)): Likewise.
7583 ($(libm-test-c-narrow-obj)): Likewise.
7584 (regen-ulps): Likewise.
7585 * math/README.libm-test: Update references to gen-libm-test.pl.
7586 * math/libm-test-driver.c (struct test_fj_f_data): Update comment
7587 referencing gen-libm-test.pl.
7588 * math/libm-test-nexttoward.inc (nexttoward_test_data): Likewise.
7589 * math/libm-test-support.c: Likewise.
7590 * math/libm-test-support.h: Likewise.
7591 * sysdeps/generic/libm-test-ulps: Likewise.
7592
7593 2018-08-08 Siddhesh Poyarekar <siddhesh@sourceware.org>
7594
7595 * sysdeps/aarch64/strlen.S [TEST_PAGE_CROSS](MIN_PAGE_SIZE):
7596 Fix value.
7597
7598 2018-08-08 Joseph Myers <joseph@codesourcery.com>
7599
7600 * math/libm-test-nextdown.inc (do_test): Move comment to ....
7601 * math/libm-test-nexttoward.inc (nexttoward_test_data): ... here.
7602
7603 2018-08-08 Samuel Thibault <samuel.thibault@ens-lyon.org>
7604
7605 * htl/Versions (__pthread_getspecific, __pthread_setspecific): Add
7606 symbols.
7607 * sysdeps/htl/pthreadP.h [IS_IN (libpthread)] (__pthread_getspecific,
7608 __pthread_setspecific): Add hidden proto.
7609 * sysdeps/htl/pt-getspecific.c (__pthread_getspecific): Add hidden def.
7610 * sysdeps/htl/pt-setspecific.c (__pthread_setspecific): Add hidden def.
7611
7612 2018-08-07 Siddhesh Poyarekar <siddhesh@sourceware.org>
7613
7614 * benchtests/bench-string.h (buf1_size, buf2_size): New
7615 variables.
7616 (init_sizes): New function.
7617 (test_init): Use it.
7618 (alloc_buf, exit_error): New functions.
7619 (alloc_bufs): Use ALLOC_BUF.
7620 (realloc_bufs): Remove.
7621 * benchtests/bench-memcmp.c (do_test): Adjust.
7622 * benchtests/bench-memset-large.c (do_test): Likewise.
7623 * benchtests/bench-memset-walk.c (do_test): Likewise.
7624 * benchtests/bench-memset.c (do_test): Likewise.
7625 * benchtests/bench-strncmp.c (do_test): Likewise.
7626
7627 2018-08-06 Andreas Schwab <schwab@suse.de>
7628
7629 * sysdeps/riscv/nptl/tls.h (DB_THREAD_SELF): Use REGISTER instead
7630 of CONST_THREAD_AREA.
7631
7632 2018-08-06 H.J. Lu <hongjiu.lu@intel.com>
7633
7634 * sysdeps/x86/cpu-features.h (STATE_SAVE_OFFSET): Removed.
7635 (STATE_SAVE_MASK): Likewise.
7636 Don't check __ASSEMBLER__ to include <cpu-features-offsets.h>.
7637 * sysdeps/x86/sysdep.h (STATE_SAVE_OFFSET): New.
7638 (STATE_SAVE_MASK): Likewise.
7639 * sysdeps/x86_64/dl-trampoline.S: Include <cpu-features-offsets.h>
7640 instead of <cpu-features.h>.
7641
7642 2018-08-03 DJ Delorie <dj@redhat.com>
7643
7644 * sysdeps/riscv/rvf/math_private.h (libc_feholdexcept_setround_riscv):
7645 Move libc_fesetround_riscv after libc_feholdexcept_riscv.
7646
7647 * sysdeps/riscv/rv64/rvd/libm-test-ulps: Update.
7648
7649 2018-08-03 Joseph Myers <joseph@codesourcery.com>
7650
7651 * math/libm-test-ilogb.inc (ilogb_test_data): Use ',' not ';'
7652 after TEST_* calls.
7653 * math/libm-test-llogb.inc (llogb_test_data): Likewise.
7654 * math/libm-test-logb.inc (logb_test_data): Likewise.
7655
7656 2018-08-03 Wilco Dijkstra <wdijkstr@arm.com>
7657
7658 * string/strcasestr.c (STRCASESTR): Simplify and speedup first match.
7659 * string/strstr.c (AVAILABLE): Likewise.
7660
7661 2018-08-03 H.J. Lu <hongjiu.lu@intel.com>
7662
7663 * sysdeps/i386/i686/multiarch/bzero-ia32.S: Don't include
7664 <init-arch.h>.
7665 * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core-avx2.S: Likewise.
7666 * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core-avx2.S: Likewise.
7667 * sysdeps/x86_64/multiarch/memset-sse2-unaligned-erms.S: Likewise.
7668
7669 2018-08-03 Carlos O'Donell <carlos@redhat.com>
7670
7671 * po/be.po: Update translation.
7672
7673 * po/be.po: Update translation.
7674
7675 2018-08-03 H.J. Lu <hongjiu.lu@intel.com>
7676
7677 * sysdeps/x86/cpu-features-offsets.sym
7678 (rtld_global_ro_offsetof): Removed.
7679 (CPU_FEATURES_SIZE): Likewise.
7680 (CPUID_OFFSET): Likewise.
7681 (CPUID_SIZE): Likewise.
7682 (CPUID_EAX_OFFSET): Likewise.
7683 (CPUID_EBX_OFFSET): Likewise.
7684 (CPUID_ECX_OFFSET): Likewise.
7685 (CPUID_EDX_OFFSET): Likewise.
7686 (FAMILY_OFFSET): Likewise.
7687 (MODEL_OFFSET): Likewise.
7688 (FEATURE_OFFSET): Likewise.
7689 (FEATURE_SIZ): Likewise.
7690 (COMMON_CPUID_INDEX_1): Likewise.
7691 (COMMON_CPUID_INDEX_7): Likewise.
7692 (FEATURE_INDEX_1): Likewise.
7693 (RTLD_GLOBAL_RO_DL_X86_CPU_FEATURES_OFFSET): Updated.
7694
7695 2018-08-02 Carlos O'Donell <carlos@redhat.com>
7696
7697 * localedata/Makefile (INSTALL-SUPPORTED-LOCALES): Remove.
7698 (INSTALL-SUPPORTED-LOCALE-ARCHIVE): Define.
7699 (INSTALL-SUPPORTED-LOCALE-FILES): Define.
7700 (install-locales): Depend on install-locale-archive.
7701 (install-locale-archive): Define.
7702 (install-locale-files): Define.
7703 (build-one-locale): Define macro.
7704 * manual/install.texi (Running make install): Document.
7705 * manual/INSTALL: Regenerate.
7706
7707 2018-08-02 Siddhesh Poyarekar <siddhesh@sourceware.org>
7708
7709 * benchtests/scripts/compare_strings.py: Import traceback.
7710 (parse_file): Pretty-print error.
7711
7712 * NEWS: Mention the change.
7713 * elf/dl-tunables.list: Rename tune namespace to cpu.
7714 * sysdeps/powerpc/dl-tunables.list: Likewise.
7715 * sysdeps/x86/dl-tunables.list: Likewise.
7716 * sysdeps/aarch64/dl-tunables.list: Rename tune.cpu to
7717 cpu.name.
7718 * elf/dl-hwcaps.c (_dl_important_hwcaps): Adjust.
7719 * elf/dl-hwcaps.h (GET_HWCAP_MASK): Likewise.
7720 * manual/README.tunables: Likewise.
7721 * manual/tunables.texi: Likewise.
7722 * sysdeps/powerpc/cpu-features.c: Likewise.
7723 * sysdeps/unix/sysv/linux/aarch64/cpu-features.c
7724 (init_cpu_features): Likewise.
7725 * sysdeps/x86/cpu-features.c: Likewise.
7726 * sysdeps/x86/cpu-features.h: Likewise.
7727 * sysdeps/x86/cpu-tunables.c: Likewise.
7728 * sysdeps/x86_64/Makefile: Likewise.
7729 * sysdeps/x86/dl-cet.c: Likewise.
7730
7731 2018-08-02 Joseph Myers <joseph@codesourcery.com>
7732
7733 [BZ #23479]
7734 * sysdeps/mips/bits/fenv.h (FE_INEXACT): Define only if
7735 [__mips_hard_float].
7736 (FE_UNDERFLOW): Likewise.
7737 (FE_OVERFLOW): Likewise.
7738 (FE_DIVBYZERO): Likewise.
7739 (FE_INVALID): Likewise.
7740 (FE_ALL_EXCEPT): Define to 0 if [!__mips_hard_float].
7741 (FE_TOWARDZERO): Define only if [__mips_hard_float].
7742 (FE_UPWARD): Likewise.
7743 (FE_DOWNWARD): Likewise.
7744 (__FE_UNDEFINED): Define if [!__mips_hard_float]
7745 (FE_NOMASK_ENV): Define only if [__mips_hard_float].
7746 * sysdeps/mips/mips64/sfp-machine.h (_FP_DECL_EX): Define only if
7747 [__mips_hard_float].
7748 (FP_ROUNDMODE): Likewise.
7749 (FP_RND_NEAREST): Likewise.
7750 (FP_RND_ZERO): Likewise.
7751 (FP_RND_PINF): Likewise.
7752 (FP_RND_MINF): Likewise.
7753 (FP_EX_INVALID): Likewise.
7754 (FP_EX_OVERFLOW): Likewise.
7755 (FP_EX_UNDERFLOW): Likewise.
7756 (FP_EX_DIVZERO): Likewise.
7757 (FP_EX_INEXACT): Likewise.
7758 (FP_INIT_ROUNDMODE): Likewise.
7759 * sysdeps/mips/nofpu/fesetenv.c: New file.
7760 * sysdeps/mips/nofpu/feupdateenv.c: Likewise.
7761
7762 2018-08-01 Joseph Myers <joseph@codesourcery.com>
7763
7764 * math/test-misc.c (do_test) [LDBL_MANT_DIG > DBL_MANT_DIG]: Make
7765 code using FE_UNDERFLOW conditional on [FE_UNDERFLOW], code using
7766 FE_OVERFLOW conditional on [FE_OVERFLOW] and code using FE_UPWARD
7767 conditional on [FE_UPWARD].
7768
7769 2018-08-01 Paul Eggert <eggert@cs.ucla.edu>
7770
7771 regex: fix memory leak in Gnulib
7772 Problem and fix reported by Assaf Gordon in:
7773 https://lists.gnu.org/r/bug-gnulib/2018-07/txtqLKNwBdefE.txt
7774 * posix/regcomp.c (free_charset) [!_LIBC]: Free range_starts and
7775 range_ends members too, as they are defined in 'struct
7776 re_charset_t' even if not _LIBC. This affects only Gnulib.
7777
7778 2018-08-01 H.J. Lu <hongjiu.lu@intel.com>
7779
7780 * sysdeps/x86/cpu-features.c (get_common_indeces): Renamed to
7781 ...
7782 (get_common_indices): This.
7783 (init_cpu_features): Updated.
7784
7785 2018-08-01 Joseph Myers <joseph@codesourcery.com>
7786
7787 * sysdeps/generic/math-tests-snan-payload.h: New file.
7788 * sysdeps/hppa/math-tests-snan-payload.h: Likewise.
7789 * sysdeps/mips/math-tests-snan-payload.h: Likewise.
7790 * sysdeps/riscv/math-tests-snan-payload.h: Likewise.
7791 * sysdeps/generic/math-tests.h: Include
7792 <math-tests-snan-payload.h>.
7793 (SNAN_TESTS_PRESERVE_PAYLOAD): Do not define macro here.
7794 * sysdeps/hppa/math-tests.h: Remove file.
7795 * sysdeps/mips/math-tests.h [!__mips_nan2008]
7796 (SNAN_TESTS_PRESERVE_PAYLOAD): Do not define macro here.
7797 * sysdeps/riscv/math-tests.h (SNAN_TESTS_PRESERVE_PAYLOAD):
7798 Likewise.
7799
7800 * sysdeps/generic/math-tests-snan-cast.h: New file.
7801 * sysdeps/powerpc/math-tests-snan-cast.h: Likewise.
7802 * sysdeps/generic/math-tests.h: Include <math-tests-snan-cast.h>.
7803 (SNAN_TESTS_TYPE_CAST): Do not define macro here.
7804 * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Likewise.
7805
7806 2018-08-01 Carlos O'Donel <carlos@redhat.com>
7807
7808 * version.h (RELEASE): Set to "development".
7809 (VERSION): Set to "2.28.9000".
7810 * NEWS (2.29): New section.
7811
7812 * version.h (RELEASE): Set to "stable".
7813 (VERSION): Set to "2.28".
7814 * include/features.h (__GLIBC_MINOR__): Set to 2.28.
7815 * NEWS: Add the list of bugs fixed in 2.28.
7816
7817 * po/ca.po: Update to latest version.
7818 * po/cs.po: Likewise
7819 * po/da.po: Likewise
7820 * po/el.po: Likewise
7821 * po/eo.po: Likewise
7822 * po/es.po: Likewise
7823 * po/fi.po: Likewise
7824 * po/fr.po: Likewise
7825 * po/gl.po: Likewise
7826 * po/hu.po: Likewise
7827 * po/ia.po: Likewise
7828 * po/id.po: Likewise
7829 * po/it.po: Likewise
7830 * po/ja.po: Likewise
7831 * po/ko.po: Likewise
7832 * po/lt.po: Likewise
7833 * po/nb.po: Likewise
7834 * po/nl.po: Likewise
7835 * po/pt_BR.po: Likewise
7836 * po/ru.po: Likewise
7837 * po/rw.po: Likewise
7838 * po/sk.po: Likewise
7839 * po/sl.po: Likewise
7840 * po/tr.po: Likewise
7841 * po/zh_CN.po: Likewise
7842 * po/zh_TW.po: Likewise
7843
7844 2018-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
7845
7846 * sysdeps/mach/hurd/i386/init-first.c (init1): Move ELF hdr and TLS
7847 initialization...
7848 (init): ... before initializing libpthread.
7849
7850 * mach/mach.h (__mach_setup_tls, mach_setup_tls): Add prototypes.
7851 * mach/setup-thread.c (__mach_setup_thread): Move TLS setup to...
7852 (__mach_setup_tls): ... new function.
7853 (mach_setup_tls): New alias.
7854 * hurd/hurdsig.c (_hurdsig_init): Call __mach_setup_tls after
7855 __mach_setup_thread.
7856 * sysdeps/mach/hurd/profil.c (update_waiter): Likewise.
7857 * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Likewise.
7858 * mach/Versions [libc] (mach_setup_tls): Add symbol.
7859 * sysdeps/mach/hurd/i386/libc.abilist (mach_setup_tls): Likewise.
7860
7861 2018-07-31 Carlos O'Donell <carlos@redhat.com>
7862
7863 * manual/install.texi: Update versions.
7864 * INSTALL: Regenerate.
7865
7866 * manual/contrib.texi (Contributors): Update contributions.
7867
7868 2018-07-31 Carlos O'Donell <carlos@redhat.com>
7869
7870 * po/be.po: Update translations.
7871
7872 2018-07-31 Adhemerval Zanella <adhemerval.zanella@linaro.org>
7873
7874 * sysdeps/sh/libm-test-ulps: Update.
7875
7876 2018-07-30 Carlos O'Donell <carlos@redhat.com>
7877
7878 * po/bg.po: Update translations.
7879 * po/de.po: Likewise.
7880 * po/hr.po: Likewise.
7881 * po/pt_BR.po: Likewise.
7882 * po/sv.po: Likewise.
7883 * po/vi.po: Likewise.
7884
7885 2018-07-30 H.J. Lu <hongjiu.lu@intel.com>
7886
7887 [BZ #23467]
7888 * sysdeps/unix/sysv/linux/x86/Makefile (tests): Add
7889 tst-cet-property-1 and tst-cet-property-2 if CET is enabled.
7890 (CFLAGS-tst-cet-property-1.o): New.
7891 (ASFLAGS-tst-cet-property-dep-2.o): Likewise.
7892 ($(objpfx)tst-cet-property-2): Likewise.
7893 ($(objpfx)tst-cet-property-2.out): Likewise.
7894 * sysdeps/unix/sysv/linux/x86/tst-cet-property-1.c: New file.
7895 * sysdeps/unix/sysv/linux/x86/tst-cet-property-2.c: Likewise.
7896 * sysdeps/unix/sysv/linux/x86/tst-cet-property-dep-2.S: Likewise.
7897 * sysdeps/x86/dl-prop.h (_dl_process_cet_property_note): Parse
7898 each property item until GNU_PROPERTY_X86_FEATURE_1_AND is found.
7899
7900 2018-07-30 H.J. Lu <hongjiu.lu@intel.com>
7901
7902 [BZ #23458]
7903 * sysdeps/x86/Makefile (tests): Add tst-get-cpu-features-static.
7904
7905 2018-07-28 Samuel Thibault <samuel.thibault@ens-lyon.org>
7906
7907 * sysdeps/mach/hurd/dl-unistd.h (__access, __brk, __lseek, __read,
7908 __sbrk): Do not set attribute_hidden.
7909 * sysdeps/mach/hurd/not-errno.h: New file.
7910 * sysdeps/mach/hurd/i386/ld.abilist: Update accordingly.
7911 * sysdeps/mach/hurd/i386/localplt.data: Update accordingly.
7912
7913 2018-07-27 Carlos O'Donell <carlos@redhat.com>
7914
7915 * po/uk.po: Update translations.
7916 * po/cs.po: Likewise.
7917 * po/pl.po: Likewise.
7918
7919 2018-07-27 H.J. Lu <hongjiu.lu@intel.com>
7920
7921 * sysdeps/x86/dl-prop.h (_dl_process_cet_property_note): Don't
7922 parse beyond the note end.
7923
7924 2018-07-27 Adhemerval Zanella <adhemerval.zanella@linaro.org>
7925
7926 * sysdeps/unix/sysv/linux/tst-ofdlocks.c: Return unsupported if
7927 kernel does not support OFD locks.
7928 * sysdeps/unix/sysv/linux/tst-ofdlocks-compat.c: Likewise.
7929
7930 2018-07-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
7931
7932 * sysdeps/mach/hurd/Versions (libc): Make __access and
7933 __access_noerrno external so they can override the ld symbols.
7934 (ld): Make __access, __read, __sbrk, __strtoul_internal, __write,
7935 __writev, __open64, __access_noerrno extern so they can be overrided.
7936 * sysdeps/mach/hurd/i386/libc.abilist: Update accordingly.
7937 * sysdeps/mach/hurd/i386/ld.abilist: Update accordingly.
7938
7939 2018-07-26 Carlos O'Donell <carlos@redhat.com>
7940
7941 * po/libc.pot: Regenerate.
7942
7943 2018-07-26 Joseph Myers <joseph@codesourcery.com>
7944
7945 * sysdeps/powerpc/nofpu/libm-test-ulps: Update.
7946
7947 2018-07-26 H.J. Lu <hongjiu.lu@intel.com>
7948
7949 [BZ #23459]
7950 * sysdeps/x86/cpu-features.c (get_extended_indices): New
7951 function.
7952 (init_cpu_features): Call get_extended_indices for both Intel
7953 and AMD CPUs.
7954 * sysdeps/x86/cpu-features.h (COMMON_CPUID_INDEX_80000001):
7955 Remove "for AMD" comment.
7956
7957 2018-07-26 H.J. Lu <hongjiu.lu@intel.com>
7958
7959 [BZ # 23456]
7960 * sysdeps/x86/cpu-features.h (index_cpu_LZCNT): Set to
7961 COMMON_CPUID_INDEX_80000001.
7962
7963 2018-07-26 Stefan Liebler <stli@linux.ibm.com>
7964
7965 * string/tst-xbzero-opt.c (use_test_buffer): New function.
7966 (prepare_test_buffer): Call use_test_buffer as compiler barrier.
7967
7968 2018-07-26 Florian Weimer <fweimer@redhat.com>
7969
7970 * htl/lockfile.c (flockfile, funlockfile, ftrylockfile): Use weak
7971 aliases for symbols not in the implementation namespace.
7972
7973 2018-07-25 Carlos O'Donell <carlos@redhat.com>
7974
7975 [BZ #23393]
7976 * localedata/locales/iso14651_t1_common: Deinterlace uppercase and
7977 lowercase in LATIN script.
7978 * localedata/Makefile (test-input): Add en_US.UTF-8.
7979 * localedata/en_US.UTF-8.in: New file.
7980 * posix/tst-fnmatch.input: Add comments and new tests for en_US.UTF-8,
7981 and restore old tests.
7982 * posix/tst-regexloc.c (do_test): Add back range expression test.
7983
7984 2018-07-25 H.J. Lu <hongjiu.lu@intel.com>
7985
7986 * sysdeps/unix/sysv/linux/ia64/tst-setcontext4.c: New file.
7987
7988 2018-07-25 Adhemerval Zanella <adhemerval.zanella@linaro.org>
7989
7990 * nptl/threads.h: Move to ...
7991 * sysdeps/nptl/threads.h: ... here.
7992 * sysdeps/hurd/stdc-predef.h: New file.
7993
7994 2018-07-25 H.J. Lu <hongjiu.lu@intel.com>
7995
7996 * sysdeps/unix/sysv/linux/x86/Makefile (tests): Add
7997 tst-cet-setcontext-1 if CET is enabled.
7998 (CFLAGS-tst-cet-setcontext-1.c): Add -mshstk.
7999 * sysdeps/unix/sysv/linux/x86/tst-cet-setcontext-1.c: New file.
8000
8001 2018-07-25 Adhemerval Zanella <adhemerval.zanella@linaro.org>
8002
8003 * include/threads.h: Move to ...
8004 * sysdeps/nptl/threads.h: ... here.
8005 * sysdeps/htl/threads.h: New file.
8006 * conform/Makefile (linknamespace-libs-ISO11): Use
8007 static-thread-library instead of linking libpthread.
8008 (linknamespace-libs-XPG4): Revert wrong libcrypt.a addition.
8009
8010 2018-07-25 Florian Weimer <fweimer@redhat.com>
8011
8012 * nptl/tst-mtx-timedlock.c (do_test): Implement carry from
8013 nanoseconds into seconds.
8014 * nptl/tst-cnd-basic.c (signal_parent): Lock and unlock mutex.
8015 (do_test): Likewise.
8016 * nptl/tst-cnd-timedwait.c (signal_parent): Likewise.
8017 (do_test): Likewise. Avoid nanosecond overflow and spurious
8018 timeouts due to system load.
8019 * nptl/tst-cnd-broadcast.c (waiting_threads): New variable.
8020 (child_wait): Increment it.
8021 (do_test): Wait as long as necessary until all expected threads
8022 have arrived.
8023
8024 2018-07-25 Vedvyas Shanbhogue <vedvyas.shanbhogue@intel.com>
8025 H.J. Lu <hongjiu.lu@intel.com>
8026
8027 * sysdeps/unix/sysv/linux/x86/sys/ucontext.h (ucontext_t): Add
8028 __ssp.
8029 * sysdeps/unix/sysv/linux/x86_64/__start_context.S: Include
8030 <asm/prctl.h> and "ucontext_i.h" when shadow stack is enabled.
8031 (__push___start_context): New.
8032 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Include
8033 <asm/prctl.h>.
8034 (__getcontext): Record the current shadow stack base. Save the
8035 caller's shadow stack pointer and base.
8036 * sysdeps/unix/sysv/linux/x86_64/makecontext.c: Include
8037 <pthread.h>, <libc-pointer-arith.h> and <sys/prctl.h>.
8038 (__push___start_context): New prototype.
8039 (__makecontext): Call __push___start_context to allocate a new
8040 shadow stack, push __start_context onto the new stack as well
8041 as the new shadow stack.
8042 * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Include
8043 <asm/prctl.h>.
8044 (__setcontext): Restore the target shadow stack.
8045 * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Include
8046 <asm/prctl.h>.
8047 (__swapcontext): Record the current shadow stack base. Save
8048 the caller's shadow stack pointer and base. Restore the target
8049 shadow stack.
8050 * sysdeps/unix/sysv/linux/x86_64/sysdep.h
8051 (STACK_SIZE_TO_SHADOW_STACK_SIZE_SHIFT): New.
8052 * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym (oSSP): New.
8053
8054 2018-07-25 H.J. Lu <hongjiu.lu@intel.com>
8055
8056 * stdlib/Makefile ((tests): Add tst-setcontext6, tst-setcontext7,
8057 tst-setcontext8 and tst-setcontext9.
8058 * stdlib/tst-setcontext6.c: New file.
8059 * stdlib/tst-setcontext7.c: Likewise.
8060 * stdlib/tst-setcontext8.c: Likewise.
8061 * stdlib/tst-setcontext9.c: Likewise.
8062
8063 2018-07-25 H.J. Lu <hongjiu.lu@intel.com>
8064
8065 * stdlib/Makefile ((tests): Add tst-setcontext5.
8066 * stdlib/tst-setcontext5.c: New file.
8067
8068 2018-07-25 H.J. Lu <hongjiu.lu@intel.com>
8069
8070 * stdlib/Makefile (tests): Add tst-setcontext4.
8071 * stdlib/tst-setcontext4.c: New file.
8072
8073 2018-07-25 H.J. Lu <hongjiu.lu@intel.com>
8074
8075 * stdlib/Makefile (tests): Add tst-swapcontext1.
8076 * stdlib/tst-swapcontext1.c: New test.
8077
8078 2018-07-25 H.J. Lu <hongjiu.lu@intel.com>
8079
8080 * sysdeps/x86/Makefile (tests): Add tst-cet-legacy-1,
8081 tst-cet-legacy-2, tst-cet-legacy-2a, tst-cet-legacy-3,
8082 tst-cet-legacy-4, tst-cet-legacy-4a, tst-cet-legacy-4b
8083 and tst-cet-legacy-4c.
8084 (modules-names): Add tst-cet-legacy-mod-1, tst-cet-legacy-mod-2
8085 and tst-cet-legacy-mod-4.
8086 (CFLAGS-tst-cet-legacy-2.c): New.
8087 (CFLAGS-tst-cet-legacy-mod-1.c): Likewise.
8088 (CFLAGS-tst-cet-legacy-mod-2.c): Likewise.
8089 (CFLAGS-tst-cet-legacy-3.c): Likewise.
8090 (CFLAGS-tst-cet-legacy-4.c): Likewise.
8091 (CFLAGS-tst-cet-legacy-mod-4.c): Likewise.
8092 ($(objpfx)tst-cet-legacy-1): Likewise.
8093 ($(objpfx)tst-cet-legacy-2): Likewise.
8094 ($(objpfx)tst-cet-legacy-2.out): Likewise.
8095 ($(objpfx)tst-cet-legacy-2a): Likewise.
8096 ($(objpfx)tst-cet-legacy-2a.out): Likewise.
8097 ($(objpfx)tst-cet-legacy-4): Likewise.
8098 ($(objpfx)tst-cet-legacy-4.out): Likewise.
8099 ($(objpfx)tst-cet-legacy-4a): Likewise.
8100 ($(objpfx)tst-cet-legacy-4a.out): Likewise.
8101 (tst-cet-legacy-4a-ENV): Likewise.
8102 ($(objpfx)tst-cet-legacy-4b): Likewise.
8103 ($(objpfx)tst-cet-legacy-4b.out): Likewise.
8104 (tst-cet-legacy-4b-ENV): Likewise.
8105 ($(objpfx)tst-cet-legacy-4c): Likewise.
8106 ($(objpfx)tst-cet-legacy-4c.out): Likewise.
8107 (tst-cet-legacy-4c-ENV): Likewise.
8108 * sysdeps/x86/tst-cet-legacy-1.c: New file.
8109 * sysdeps/x86/tst-cet-legacy-2.c: Likewise.
8110 * sysdeps/x86/tst-cet-legacy-2a.c: Likewise.
8111 * sysdeps/x86/tst-cet-legacy-3.c: Likewise.
8112 * sysdeps/x86/tst-cet-legacy-4.c: Likewise.
8113 * sysdeps/x86/tst-cet-legacy-4a.c: Likewise.
8114 * sysdeps/x86/tst-cet-legacy-4b.c: Likewise.
8115 * sysdeps/x86/tst-cet-legacy-4c.c: Likewise.
8116 * sysdeps/x86/tst-cet-legacy-mod-1.c: Likewise.
8117 * sysdeps/x86/tst-cet-legacy-mod-2.c: Likewise.
8118 * sysdeps/x86/tst-cet-legacy-mod-4.c: Likewise.
8119
8120 2018-07-25 H.J. Lu <hongjiu.lu@intel.com>
8121
8122 * sysdeps/i386/nptl/tcb-offsets.sym (SSP_BASE_OFFSET): New.
8123 * sysdeps/i386/nptl/tls.h (tcbhead_t): Replace __glibc_reserved2
8124 with ssp_base.
8125 * sysdeps/x86_64/nptl/tcb-offsets.sym (SSP_BASE_OFFSET): New.
8126 * sysdeps/x86_64/nptl/tls.h (tcbhead_t): Replace __glibc_reserved2
8127 with ssp_base.
8128
8129 2018-07-25 Andreas Schwab <schwab@suse.de>
8130
8131 [BZ #23442]
8132 * locale/weightwc.h (findidx): Handle the case where usrc is a
8133 prefix of cp but one character too short.
8134
8135 2018-07-24 Adhemerval Zanella <adhemerval.zanella@linaro.org>
8136
8137 * NEWS: Add ISO C threads addition.
8138
8139 2018-07-24 Florian Weimer <fweimer@redhat.com>
8140
8141 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
8142 [__LINUX_KERNEL_VERSION < 0x040D00] (__ASSUME_MLOCK2)
8143 (__ASSUME_COPY_FILE_RANGE): Undefine. Kernel support was added in
8144 4.13.
8145
8146 2018-07-24 H.J. Lu <hongjiu.lu@intel.com>
8147
8148 * sysdeps/unix/sysv/linux/x86/include/asm/prctl.h: New file.
8149 * sysdeps/unix/sysv/linux/x86/cpu-features.c: Include
8150 <sys/prctl.h> and <asm/prctl.h>.
8151 (get_cet_status): Call arch_prctl with ARCH_CET_STATUS.
8152 * sysdeps/unix/sysv/linux/x86/dl-cet.h: Include <sys/prctl.h>
8153 and <asm/prctl.h>.
8154 (dl_cet_allocate_legacy_bitmap): Call arch_prctl with
8155 ARCH_CET_LEGACY_BITMAP.
8156 (dl_cet_disable_cet): Call arch_prctl with ARCH_CET_DISABLE.
8157 (dl_cet_lock_cet): Call arch_prctl with ARCH_CET_LOCK.
8158 * sysdeps/x86/libc-start.c: Include <startup.h>.
8159
8160 2018-07-24 Florian Weimer <fweimer@redhat.com>
8161
8162 * sysdeps/unix/sysv/linux/sh/kernel-features.h (__ASSUME_STATX):
8163 Undefine. Suggested by Romain Naour <romain.naour@gmail.com>.
8164
8165 2018-07-24 Rical Jasan <rj@2c3t.io>
8166 Adhemerval Zanella <adhemerval.zanella@linaro.org>
8167 Juan Manuel Torres Palma <jmtorrespalma@gmail.com>
8168
8169 [BZ #14092]
8170 * manual/debug.texi: Update adjacent chapter name.
8171 * manual/probes.texi: Likewise.
8172 * manual/threads.texi (ISO C Threads): New section.
8173 (POSIX Threads): Convert to a section.
8174
8175 2018-07-24 Adhemerval Zanella <adhemerval.zanella@linaro.org>
8176 Juan Manuel Torres Palma <jmtorrespalma@gmail.com>
8177
8178 [BZ# 14092]
8179 * nptl/Makefile (tests): Add new test files.
8180 * nptl/tst-call-once.c : New file. Tests C11 functions and types.
8181 * nptl/tst-cnd-basic.c: Likewise.
8182 * nptl/tst-cnd-broadcast.c: Likewise.
8183 * nptl/tst-cnd-timedwait.c: Likewise.
8184 * nptl/tst-mtx-basic.c: Likewise.
8185 * nptl/tst-mtx-recursive.c: Likewise.
8186 * nptl/tst-mtx-timedlock.c: Likewise.
8187 * nptl/tst-mtx-trylock.c: Likewise.
8188 * nptl/tst-thrd-basic.c: Likewise.
8189 * nptl/tst-thrd-detach.c: Likewise.
8190 * nptl/tst-thrd-sleep.c: Likewise.
8191 * nptl/tst-tss-basic.c: Likewise.
8192
8193 2018-07-24 Adhemerval Zanella <adhemerval.zanella@linaro.org>
8194
8195 [BZ #14092]
8196 * sysdeps/unix/sysv/linux/aarch64/libc.abilist [GLIBC_2.28]
8197 (thrd_current, thrd_equal, thrd_sleep, thrd_yield): Add C11 thread
8198 symbols.
8199 * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
8200 * sysdeps/unix/sysv/linux/arm/libc.abilist: Likewise.
8201 * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
8202 * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
8203 * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
8204 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
8205 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
8206 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
8207 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
8208 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
8209 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
8210 * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise.
8211 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
8212 Likewise.
8213 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
8214 Likewise.
8215 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist:
8216 Likewise.
8217 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: Likewise.
8218 * sysdeps/unix/sysv/linux/riscv/rv64/libc.abilist: Likewise.
8219 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
8220 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
8221 * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
8222 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
8223 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
8224 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
8225 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
8226 * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist [[GLIBC_2.28]
8227 (call_once, cnd_broadcast, cnd_destroy, cnd_init, cnd_signal,
8228 cnd_timedwait, cnd_wait, mtx_destroy, mtx_init, mtx_lock,
8229 mtx_timedlock, mtx_trylock, mtx_unlokc, thrd_create, thrd_detach,
8230 thrd_exit, thrd_join, tss_create, tss_delete, tss_get, tss_set):
8231 Likewise.
8232 * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: Likewise.
8233 * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: Likewise.
8234 * sysdeps/unix/sysv/linux/arm/libpthread.abilist: Likewise.
8235 * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: Likewise.
8236 * sysdeps/unix/sysv/linux/i386/libpthread.abilist: Likewise.
8237 * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: Likewise.
8238 * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: Likewise.
8239 * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: Likewise.
8240 * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Likewise.
8241 * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: Likewise.
8242 * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: Likewise.
8243 * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: Likewise.
8244 ikewise.
8245 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist:
8246 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
8247 Likewise.
8248 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
8249 Likewise.
8250 * sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist: Likewise.
8251 * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: Likewise.
8252 * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: Likewise.
8253 * sysdeps/unix/sysv/linux/sh/libpthread.abilist: Likewise.
8254 * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: Likewise.
8255 * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: Likewise.
8256 * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: Likewise.
8257 * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: Likewise.
8258
8259 [BZ #14092]
8260 * conform/data/threads.h-data (thread_local): New macro.
8261 (TSS_DTOR_ITERATIONS): Likewise.
8262 (tss_t): New type.
8263 (tss_dtor_t): Likewise.
8264 (tss_create): New function.
8265 (tss_get): Likewise.
8266 (tss_set): Likewise.
8267 (tss_delete): Likewise.
8268 * nptl/Makefile (libpthread-routines): Add tss_create, tss_delete,
8269 tss_get, and tss_set objects.
8270 * nptl/Versions (libpthread) [GLIBC_2.28]: Likewise.
8271 * nptl/tss_create.c: New file.
8272 * nptl/tss_delete.c: Likewise.
8273 * nptl/tss_get.c: Likewise.
8274 * nptl/tss_set.c: Likewise.
8275 * sysdeps/nptl/threads.h (thread_local): New define.
8276 (TSS_DTOR_ITERATIONS): Likewise.
8277 (tss_t): New typedef.
8278 (tss_dtor_t): Likewise.
8279 (tss_create): New prototype.
8280 (tss_get): Likewise.
8281 (tss_set): Likewise.
8282 (tss_delete): Likewise.
8283
8284 [BZ #14092]
8285 * conform/data/threads.h-data (cnd_t): New type.
8286 (cnd_init): New function.
8287 (cnd_signal): Likewise.
8288 (cnd_broadcast): Likewise.
8289 (cnd_wait): Likewise.
8290 (cnd_timedwait): Likewise.
8291 (cnd_destroy): Likewise.
8292 * nptl/Makefile (libpthread-routines): Add cnd_broadcast,
8293 cnd_destroy, cnd_init, cnd_signal, cnd_timedwait, and cnd_wait
8294 object.
8295 * nptl/Versions (libpthread) [GLIBC_2.28]: Likewise.
8296 * nptl/cnd_broadcast.c: New file.
8297 * nptl/cnd_destroy.c: Likewise.
8298 * nptl/cnd_init.c: Likewise.
8299 * nptl/cnd_signal.c: Likewise.
8300 * nptl/cnd_timedwait.c: Likewise.
8301 * nptl/cnd_wait.c: Likewise.
8302 * sysdeps/nptl/threads.h (cnd_t): New type.
8303 (cnd_init): New prototype.
8304 (cnd_signa): Likewise.
8305 (cnd_broadcast): Likewise.
8306 (cnd_wait): Likewise.
8307 (cnd_timedwait): Likewise.
8308 (cnd_destroy): Likewise.
8309
8310 [BZ #14092]
8311 * conform/data/threads.h-data (ONCE_FLAG_INIT): New macro.
8312 (once_flag): New type.
8313 (call_once): New function.
8314 * nptl/Makefile (libpthread-routines): Add call_once object.
8315 * nptl/Versions (libphread) [GLIBC_2.28]: Add call_once symbol.
8316 * nptl/call_once.c: New file.
8317 * sysdeps/nptl/threads.h (ONCE_FLAG_INIT): New define.
8318 (once_flag): New type.
8319 (call_once): New prototype.
8320
8321 [BZ #14092]
8322 * conform/data/threads.h-data (mtx_plain): New constant.
8323 (mtx_recursive): Likewise.
8324 (mtx_timed): Likewise.
8325 (mtx_t): New type.
8326 (mtx_init): New function.
8327 (mtx_lock): Likewise.
8328 (mtx_timedlock): Likewise.
8329 (mtx_trylock): Likewise.
8330 (mtx_unlock): Likewise.
8331 (mtx_destroy): Likewise.
8332 * nptl/Makefile (libpthread-routines): Add mtx_destroy, mtx_init,
8333 mtx_lock, mtx_timedlock, mtx_trylock, and mtx_unlock object.
8334 * nptl/Versions (libpthread) [GLIBC_2.28]): Add mtx_init, mtx_lock,
8335 mtx_timedlock, mtx_trylock, mtx_unlock, and mtx_destroy.
8336 * nptl/mtx_destroy.c: New file.
8337 * nptl/mtx_init.c: Likewise.
8338 * nptl/mtx_lock.c: Likewise.
8339 * nptl/mtx_timedlock.c: Likewise.
8340 * nptl/mtx_trylock.c: Likewise.
8341 * nptl/mtx_unlock.c: Likewise.
8342 * sysdeps/nptl/threads.h (mtx_plain): New enumeration.
8343 (mtx_recursive): Likewise.
8344 (mtx_timed): Likewise.
8345 (mtx_t): New type.
8346 (mtx_init): New prototype.
8347 (mtx_lock): Likewise.
8348 (mtx_timedlock): Likewise.
8349 (mtx_trylock): Likewise.
8350 (mtx_unlock): Likewise.
8351 (mtx_destroy): Likewise.
8352
8353 [BZ #14092]
8354 * conform/Makefile (conformtest-headers-ISO11): Add threads.h.
8355 (linknamespace-libs-ISO11): Add libpthread.a.
8356 * conform/data/threads.h-data: New file: add C11 thrd_* types and
8357 functions.
8358 * include/stdc-predef.h (__STDC_NO_THREADS__): Remove definition.
8359 * nptl/Makefile (headers): Add threads.h.
8360 (libpthread-routines): Add new C11 thread thrd_create, thrd_current,
8361 thrd_detach, thrd_equal, thrd_exit, thrd_join, thrd_sleep, and
8362 thrd_yield.
8363 * nptl/Versions (libpthread) [GLIBC_2.28]): Add new C11 thread
8364 thrd_create, thrd_current, thrd_detach, thrd_equal, thrd_exit,
8365 thrd_join, thrd_sleep, and thrd_yield symbols.
8366 * nptl/descr.h (struct pthread): Add c11 field.
8367 * nptl/pthreadP.h (ATTR_C11_THREAD): New define.
8368 * nptl/pthread_create.c (START_THREAD_DEFN): Call C11 thread start
8369 routine with expected function prototype.
8370 (__pthread_create_2_1): Add C11 threads check based on attribute
8371 value.
8372 * sysdeps/unix/sysdep.h (INTERNAL_SYSCALL_CANCEL): New macro.
8373 * nptl/thrd_create.c: New file.
8374 * nptl/thrd_current.c: Likewise.
8375 * nptl/thrd_detach.c: Likewise.
8376 * nptl/thrd_equal.c: Likewise.
8377 * nptl/thrd_exit.c: Likewise.
8378 * nptl/thrd_join.c: Likewise.
8379 * nptl/thrd_priv.h: Likewise.
8380 * nptl/thrd_sleep.c: Likewise.
8381 * nptl/thrd_yield.c: Likewise.
8382 * include/threads.h: Likewise.
8383
8384 2018-07-24 H.J. Lu <hongjiu.lu@intel.com>
8385
8386 * bits/indirect-return.h: New file.
8387 * misc/sys/cdefs.h (__glibc_has_attribute): New.
8388 * sysdeps/x86/bits/indirect-return.h: Likewise.
8389 * stdlib/Makefile (headers): Add bits/indirect-return.h.
8390 * stdlib/ucontext.h: Include <bits/indirect-return.h>.
8391 (swapcontext): Add __INDIRECT_RETURN.
8392 * string/tst-xbzero-opt.c (ALWAYS_INLINE): New.
8393 (prepare_test_buffer): Use it.
8394
8395 2018-07-24 Andreas Schwab <schwab@suse.de>
8396
8397 [BZ #23448]
8398 * iconvdata/ibm1364.c (MAX_NEEDED_OUTPUT) [FROM_LOOP]: Define.
8399 (MAX_NEEDED_INPUT) [TO_LOOP]: Define.
8400
8401 2018-07-24 H.J. Lu <hongjiu.lu@intel.com>
8402
8403 * sysdeps/unix/sysv/linux/i386/vfork.S (SYSCALL_ERROR_HANDLER):
8404 Redefine if shadow stack is enabled.
8405 (SYSCALL_ERROR_LABEL): Likewise.
8406 (__vfork): Pop shadow stack and jump back to to caller directly
8407 when shadow stack is in use.
8408 * sysdeps/unix/sysv/linux/x86_64/vfork.S (SYSCALL_ERROR_HANDLER):
8409 Redefine if shadow stack is enabled.
8410 (SYSCALL_ERROR_LABEL): Likewise.
8411 (__vfork): Pop shadow stack and jump back to to caller directly
8412 when shadow stack is in use.
8413
8414 2018-07-24 H.J. Lu <hongjiu.lu@intel.com>
8415
8416 * sysdeps/x86_64/tst-quadmod1.S (func): Add endbr64 if IBT is
8417 enabled.
8418 (foo): Likewise.
8419 * sysdeps/x86_64/tst-quadmod2.S (func) : Likewise.
8420 (foo): Likewise.
8421
8422 2018-07-20 Joseph Myers <joseph@codesourcery.com>
8423
8424 * scripts/build-many-glibcs.py (Context.checkout): Default
8425 binutils version to 2.31 branch.
8426
8427 2018-07-20 Zong Li <zong@andestech.com>
8428
8429 * scripts/build-many-glibcs.py (Context.checkout_tar): Change the
8430 URL of gcc's tarball.
8431
8432 2018-07-20 Florian Weimer <fweimer@redhat.com>
8433
8434 [BZ #23396]
8435 * posix/regcomp.c (build_equiv_class): When comparing weights, do
8436 not compare an extra byte after the end of the weights.
8437
8438 2018-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org>
8439
8440 * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Set multiple_threads
8441 to 1.
8442 * sysdeps/hurd/include/hurd/port.h [!_ISOMAC]: Do not declare libc
8443 hidden prototypes.
8444 * sysdeps/mach/include/mach-shortcuts-hidden.h [!_ISOMAC]: Likewise.
8445 * sysdeps/mach/include/mach/mach_traps.h [!_ISOMAC]: Likewise.
8446 * scripts/check-execstack.awk: Consider `xfail' variable containing a
8447 list of libraries whose stack executability is expected.
8448 * elf/Makefile ($(objpfx)check-execstack.out): Pass
8449 $(check-execstack-xfail) to check-execstack.awk through `xfail'
8450 variable.
8451 * sysdeps/mach/hurd/i386/Makefile (check-execstack-xfail): Set to ld.so
8452 libc.so libpthread.so.
8453
8454 2018-07-20 Thomas Schwinge <tschwinge@gnu.org>
8455
8456 * sysdeps/mach/hurd/socket.c (__socket): Handle SOCK_CLOEXEC and
8457 SOCK_NONBLOCK.
8458 * sysdeps/mach/hurd/socketpair.c (__socketpair): Handle SOCK_CLOEXEC
8459 and SOCK_NONBLOCK.
8460 * sysdeps/mach/hurd/pipe2.c: New file, copy from pipe.c. Evolve it to
8461 implement __pipe2.
8462 * sysdeps/mach/hurd/pipe.c (__pipe): Reimplement using __pipe2.
8463
8464 2018-07-19 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com>
8465
8466 * benchtests/scripts/compare_bench.py (__main__): use the argparse
8467 library to improve command line parsing.
8468 (__main__): make schema file as optional parameter (--schema),
8469 defaulting to benchtests/scripts/benchout.schema.json.
8470 (main): move out of the parsing stuff to __main_  and leave it
8471 only as caller of main comparison functions.
8472
8473 2018-07-19 H.J. Lu <hongjiu.lu@intel.com>
8474
8475 * NEWS: Add a note for Intel CET status.
8476 * manual/install.texi: Likewise.
8477 * INSTALL: Regenerated.
8478
8479 2018-07-18 Quentin PAGÈS <provaires@quentino.fr>
8480
8481 [BZ #23140]
8482 * localedata/locales/oc_FR (mon): Rename to...
8483 (alt_mon): This, then update October (typo fix).
8484 (mon): New content (genitive case, month names preceded by
8485 "de" or "d’").
8486
8487 [BZ #23422]
8488 * localedata/locales/oc_FR (abday): Update all items.
8489 (day): Update Wednesday and Saturday (typo fixes).
8490 (abmon): Update all items, except May.
8491 (d_fmt): Update "%d.%m.%Y" -> "%d/%m/%Y".
8492 (LC_IDENTIFICATION): Bump the revision number and date.
8493 Keep the "category" entries in alphabetic order.
8494 (LC_ADDRESS): Remove no longer needed comment.
8495 (LC_COLLATE): Use “copy "ca_ES"”.
8496 (LC_NAME): Set the correct values of "name_fmt", "name_mr", and
8497 "name_mrs".
8498
8499 2018-07-18 Joseph Myers <joseph@codesourcery.com>
8500
8501 * grp/tst_fgetgrent.c: Include <unistd.h>.
8502 (main): Use mkstemp instead of tmpnam.
8503 * io/test-utime.c (main): Likewise.
8504 * posix/annexc.c (macrofile): Change to modifiable array.
8505 (main): Remove macrofile here.
8506 (get_null_defines): Use mkstemp instead of tmpnam. Do not remove
8507 macrofile here.
8508 (check_header): Do not remove macrofile here.
8509 * posix/bug-getopt1.c: Include <stdlib.h>.
8510 (do_test): Use mkstemp instead of tmpnam.
8511 * posix/bug-getopt2.c: Include <stdlib.h>.
8512 (do_test): Use mkstemp instead of tmpnam.
8513 * posix/bug-getopt3.c: Include <stdlib.h>.
8514 (do_test): Use mkstemp instead of tmpnam.
8515 * posix/bug-getopt4.c: Include <stdlib.h>.
8516 (do_test): Use mkstemp instead of tmpnam.
8517 * posix/bug-getopt5.c: Include <stdlib.h>.
8518 (do_test): Use mkstemp instead of tmpnam.
8519 * stdio-common/bug7.c: Include <stdlib.h> and <unistd.h>.
8520 (main): Use mkstemp instead of tmpnam.
8521 * stdio-common/tst-fdopen.c: Include <stdlib.h>.
8522 (main): Use mkstemp instead of tmpnam.
8523 * stdio-common/tst-ungetc.c: Include <stdlib.h>.
8524 (main): use mkstemp instead of tmpnam.
8525 * stdlib/isomac.c (macrofile): Change to modifiable array.
8526 (main): Remove macrofile here.
8527 (get_null_defines): Use mkstemp instead of tmpnam. Do not remove
8528 macrofile here.
8529 (check_header): Do not remove macrofile here.
8530
8531 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
8532
8533 * manual/tunables.texi: Document glibc.tune.x86_ibt and
8534 glibc.tune.x86_shstk.
8535
8536 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
8537
8538 * NEWS: Mention --enable-cet.
8539 * manual/install.texi: Document --enable-cet.
8540 * INSTALL: Regenerated.
8541
8542 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
8543
8544 * sysdeps/x86_64/multiarch/memcmp-sse4.S (BRANCH_TO_JMPTBL_ENTRY):
8545 Add _CET_NOTRACK before indirect jump to jump table.
8546
8547 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
8548
8549 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S
8550 (BRANCH_TO_JMPTBL_ENTRY): Add _CET_NOTRACK before indirect jump
8551 to jump table.
8552
8553 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
8554
8555 * sysdeps/i386/i686/multiarch/strcat-sse2.S
8556 (BRANCH_TO_JMPTBL_ENTRY): Add _CET_NOTRACK before indirect jump
8557 to jump table.
8558
8559 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
8560
8561 * sysdeps/i386/i686/multiarch/strcpy-sse2.S
8562 (BRANCH_TO_JMPTBL_ENTRY): Add _CET_NOTRACK before indirect jump
8563 to jump table.
8564
8565 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
8566
8567 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S
8568 (BRANCH_TO_JMPTBL_ENTRY): Add _CET_NOTRACK before indirect jump
8569 to jump table.
8570
8571 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
8572
8573 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S
8574 (BRANCH_TO_JMPTBL_ENTRY): Add _CET_NOTRACK before indirect jump
8575 to jump table.
8576 (BRANCH_TO_JMPTBL_ENTRY_TAIL): Likewise.
8577
8578 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
8579
8580 * sysdeps/i386/i686/multiarch/memcmp-sse4.S
8581 (BRANCH_TO_JMPTBL_ENTRY): Add _CET_NOTRACK before indirect jump
8582 to jump table.
8583
8584 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
8585
8586 * sysdeps/i386/i686/multiarch/memset-sse2.S
8587 (BRANCH_TO_JMPTBL_ENTRY): Add _CET_NOTRACK before indirect jump
8588 to jump table.
8589
8590 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
8591
8592 * sysdeps/i386/i686/memcmp.S (memcmp): Add _CET_NOTRACK before
8593 indirect jump to jump table.
8594
8595 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
8596
8597 * sysdeps/x86_64/multiarch/memcpy-ssse3.S
8598 (BRANCH_TO_JMPTBL_ENTRY): Add _CET_NOTRACK before indirect jump
8599 to jump table.
8600 (MEMCPY): Likewise.
8601
8602 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
8603
8604 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S
8605 (BRANCH_TO_JMPTBL_ENTRY): Add _CET_NOTRACK before indirect jump
8606 to jump table.
8607 (MEMCPY): Likewise.
8608
8609 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
8610
8611 * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Add
8612 _CET_NOTRACK before indirect jump to jump table.
8613
8614 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
8615
8616 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S
8617 (BRANCH_TO_JMPTBL_ENTRY): Add _CET_NOTRACK before indirect jump
8618 to jump table.
8619
8620 2018-07-18 H.J. Lu <hongjiu.lu@intel.com>
8621
8622 * sysdeps/x86_64/strcmp.S (STRCMP): Add _CET_NOTRACK before
8623 indirect jump to jump table.
8624
8625 2018-07-18 Valery Timiriliyev <timiriliyev@gmail.com>
8626
8627 [BZ #22241]
8628 * localedata/Makefile (test-input): Add sah_RU.UTF-8.
8629 (LOCALES): Likewise.
8630 * localedata/SUPPORTED (sah_RU/UTF-8): New entry.
8631 * localedata/locales/sah_RU: New file.
8632 * localedata/sah_RU.UTF-8.in: New file.
8633
8634 2018-07-17 H.J. Lu <hongjiu.lu@intel.com>
8635
8636 * sysdeps/i386/add_n.S: Include <sysdep.h>, instead of
8637 "sysdep.h".
8638 (__mpn_add_n): Save and restore %ebx if IBT is enabed. Add
8639 _CET_ENDBR to indirect jump targets and adjust jump destination
8640 for _CET_ENDBR.
8641 * sysdeps/i386/i686/add_n.S: Include <sysdep.h>, instead of
8642 "sysdep.h".
8643 (__mpn_add_n): Save and restore %ebx if IBT is enabed. Add
8644 _CET_ENDBR to indirect jump targets and adjust jump destination
8645 for _CET_ENDBR.
8646 * sysdeps/i386/sub_n.S: Include <sysdep.h>, instead of
8647 "sysdep.h".
8648 (__mpn_sub_n): Save and restore %ebx if IBT is enabed. Add
8649 _CET_ENDBR to indirect jump targets and adjust jump destination
8650 for _CET_ENDBR.
8651
8652 2018-07-17 H.J. Lu <hongjiu.lu@intel.com>
8653
8654 * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Add
8655 _CET_ENDBR.
8656
8657 2018-07-17 H.J. Lu <hongjiu.lu@intel.com>
8658
8659 * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_return): Add
8660 _CET_ENDBR.
8661 (_dl_tlsdesc_undefweak): Likewise.
8662 (_dl_tlsdesc_dynamic): Likewise.
8663 (_dl_tlsdesc_resolve_abs_plus_addend): Likewise.
8664 (_dl_tlsdesc_resolve_rel): Likewise.
8665 (_dl_tlsdesc_resolve_rela): Likewise.
8666 (_dl_tlsdesc_resolve_hold): Likewise.
8667 * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_return): Likewise.
8668 (_dl_tlsdesc_undefweak): Likewise.
8669 (_dl_tlsdesc_dynamic): Likewise.
8670 (_dl_tlsdesc_resolve_rela): Likewise.
8671 (_dl_tlsdesc_resolve_hold): Likewise.
8672
8673 2018-07-17 H.J. Lu <hongjiu.lu@intel.com>
8674
8675 * sysdeps/i386/crti.S (_init): Add _CET_ENDBR.
8676 (_fini): Likewise.
8677 * sysdeps/x86_64/crti.S (_init): Likewise.
8678 (_fini): Likewise.
8679
8680 2018-07-17 Rafal Luzynski <digitalfreak@lingonborough.com>
8681
8682 [BZ #23140]
8683 * localedata/locales/os_RU (mon): Rename to...
8684 (alt_mon): This.
8685 (mon): Import from CLDR (genitive case).
8686
8687 2018-07-17 H.J. Lu <hongjiu.lu@intel.com>
8688
8689 * sysdeps/x86/cpu-features.c: Always include <dl-cet.h> and
8690 cet-tunables.h> when CET is enabled.
8691
8692 2018-07-16 H.J. Lu <hongjiu.lu@intel.com>
8693
8694 [BZ #21598]
8695 * configure.ac: Add --enable-cet.
8696 * configure: Regenerated.
8697 * elf/Makefille (all-built-dso): Add a comment.
8698 * elf/dl-load.c (filebuf): Moved before "dynamic-link.h".
8699 Include <dl-prop.h>.
8700 (_dl_map_object_from_fd): Call _dl_process_pt_note on PT_NOTE
8701 segment.
8702 * elf/dl-open.c: Include <dl-prop.h>.
8703 (dl_open_worker): Call _dl_open_check.
8704 * elf/rtld.c: Include <dl-prop.h>.
8705 (dl_main): Call _rtld_process_pt_note on PT_NOTE segment. Call
8706 _rtld_main_check.
8707 * sysdeps/generic/dl-prop.h: New file.
8708 * sysdeps/i386/dl-cet.c: Likewise.
8709 * sysdeps/unix/sysv/linux/x86/cpu-features.c: Likewise.
8710 * sysdeps/unix/sysv/linux/x86/dl-cet.h: Likewise.
8711 * sysdeps/x86/cet-tunables.h: Likewise.
8712 * sysdeps/x86/check-cet.awk: Likewise.
8713 * sysdeps/x86/configure: Likewise.
8714 * sysdeps/x86/configure.ac: Likewise.
8715 * sysdeps/x86/dl-cet.c: Likewise.
8716 * sysdeps/x86/dl-procruntime.c: Likewise.
8717 * sysdeps/x86/dl-prop.h: Likewise.
8718 * sysdeps/x86/libc-start.h: Likewise.
8719 * sysdeps/x86/link_map.h: Likewise.
8720 * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Add
8721 _CET_ENDBR.
8722 (_dl_runtime_profile): Likewise.
8723 (_dl_runtime_resolve_shstk): New.
8724 (_dl_runtime_profile_shstk): Likewise.
8725 * sysdeps/linux/x86/Makefile (sysdep-dl-routines): Add dl-cet
8726 if CET is enabled.
8727 (CFLAGS-.o): Add -fcf-protection if CET is enabled.
8728 (CFLAGS-.os): Likewise.
8729 (CFLAGS-.op): Likewise.
8730 (CFLAGS-.oS): Likewise.
8731 (asm-CPPFLAGS): Add -fcf-protection -include cet.h if CET
8732 is enabled.
8733 (tests-special): Add $(objpfx)check-cet.out.
8734 (cet-built-dso): New.
8735 (+$(cet-built-dso:=.note)): Likewise.
8736 (common-generated): Add $(cet-built-dso:$(common-objpfx)%=%.note).
8737 ($(objpfx)check-cet.out): New.
8738 (generated): Add check-cet.out.
8739 * sysdeps/x86/cpu-features.c: Include <dl-cet.h> and
8740 <cet-tunables.h>.
8741 (TUNABLE_CALLBACK (set_x86_ibt)): New prototype.
8742 (TUNABLE_CALLBACK (set_x86_shstk)): Likewise.
8743 (init_cpu_features): Call get_cet_status to check CET status
8744 and update dl_x86_feature_1 with CET status. Call
8745 TUNABLE_CALLBACK (set_x86_ibt) and TUNABLE_CALLBACK
8746 (set_x86_shstk). Disable and lock CET in libc.a.
8747 * sysdeps/x86/cpu-tunables.c: Include <cet-tunables.h>.
8748 (TUNABLE_CALLBACK (set_x86_ibt)): New function.
8749 (TUNABLE_CALLBACK (set_x86_shstk)): Likewise.
8750 * sysdeps/x86/sysdep.h (_CET_NOTRACK): New.
8751 (_CET_ENDBR): Define if not defined.
8752 (ENTRY): Add _CET_ENDBR.
8753 * sysdeps/x86/dl-tunables.list (glibc.tune): Add x86_ibt and
8754 x86_shstk.
8755 * sysdeps/x86_64/dl-trampoline.h (_dl_runtime_resolve): Add
8756 _CET_ENDBR.
8757 (_dl_runtime_profile): Likewise.
8758
8759 2018-07-16 Rogerio A. Cardoso <rcardoso@linux.vnet.ibm.com>
8760
8761 [BZ #21895]
8762 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Remove condition code for
8763 restore r2 on longjmp.
8764 * sysdeps/powerpc/powerpc64/Makefile: Added tst-setjmp-bug21895-static to
8765 test list.
8766 Added rules to build test tst-setjmp-bug21895-static.
8767 Added module setjmp-bug21895 and rules to build a shared object from it.
8768 * sysdeps/powerpc/powerpc64/setjmp-bug21895.c: New test file.
8769 * sysdeps/powerpc/powerpc64/tst-setjmp-bug21895-static.c: New test file.
8770
8771 2018-07-15 Wilco Dijkstra <wdijkstr@arm.com>
8772
8773 * benchtests/bench-strcasestr.c: Rename __strnlen to strnlen.
8774 * benchtests/bench-strstr.c: Likewise.
8775 * string/memmem.c (FASTSEARCH): Define.
8776 * string/str-two-way.h (two_way_short_needle): Minor cleanups.
8777 Add support for FASTSEARCH.
8778 * string/strcasestr.c (AVAILABLE): Use read-ahead __strnlen.
8779 * string/strstr.c (AVAILABLE): Use read-ahead __strnlen.
8780 (FASTSEARCH): Define.
8781 * string/test-strcasestr.c: Rename __strnlen to strnlen.
8782 * string/test-strstr.c: Likewise.
8783
8784 2018-07-15 H.J. Lu <hongjiu.lu@intel.com>
8785
8786 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Undef
8787 SHADOW_STACK_POINTER_OFFSET after including <jmp_buf-ssp.h>.
8788
8789 2018-07-14 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
8790 H.J. Lu <hongjiu.lu@intel.com>
8791
8792 * sysdeps/i386/__longjmp.S: Include <jmp_buf-ssp.h>.
8793 (__longjmp): Restore shadow stack pointer if shadow stack is
8794 enabled, SHADOW_STACK_POINTER_OFFSET is defined and __longjmp
8795 isn't defined for __longjmp_cancel.
8796 * sysdeps/i386/bsd-_setjmp.S: Include <jmp_buf-ssp.h>.
8797 (_setjmp): Save shadow stack pointer if shadow stack is enabled
8798 and SHADOW_STACK_POINTER_OFFSET is defined.
8799 * sysdeps/i386/bsd-setjmp.S: Include <jmp_buf-ssp.h>.
8800 (setjmp): Save shadow stack pointer if shadow stack is enabled
8801 and SHADOW_STACK_POINTER_OFFSET is defined.
8802 * sysdeps/i386/setjmp.S: Include <jmp_buf-ssp.h>.
8803 (__sigsetjmp): Save shadow stack pointer if shadow stack is
8804 enabled and SHADOW_STACK_POINTER_OFFSET is defined.
8805 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Include
8806 <jmp_buf-ssp.h>.
8807 (____longjmp_chk): Restore shadow stack pointer if shadow stack
8808 is enabled and SHADOW_STACK_POINTER_OFFSET is defined.
8809 * sysdeps/unix/sysv/linux/x86/Makefile (gen-as-const-headers):
8810 Remove jmp_buf-ssp.sym.
8811 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
8812 <jmp_buf-ssp.h>.
8813 (____longjmp_chk): Restore shadow stack pointer if shadow stack
8814 is enabled and SHADOW_STACK_POINTER_OFFSET is defined.
8815 * sysdeps/x86/Makefile (gen-as-const-headers): Add
8816 jmp_buf-ssp.sym.
8817 * sysdeps/x86/jmp_buf-ssp.sym: New dummy file.
8818 * sysdeps/x86_64/__longjmp.S: Include <jmp_buf-ssp.h>.
8819 (__longjmp): Restore shadow stack pointer if shadow stack is
8820 enabled, SHADOW_STACK_POINTER_OFFSET is defined and __longjmp
8821 isn't defined for __longjmp_cancel.
8822 * sysdeps/x86_64/setjmp.S: Include <jmp_buf-ssp.h>.
8823 (__sigsetjmp): Save shadow stack pointer if shadow stack is
8824 enabled and SHADOW_STACK_POINTER_OFFSET is defined.
8825
8826 2018-07-14 H.J. Lu <hongjiu.lu@intel.com>
8827
8828 [BZ #22563]
8829 * nptl/pthread_create.c: Include <tls-setup.h>.
8830 (__pthread_create_2_1): Call tls_setup_tcbhead.
8831 * sysdeps/generic/tls-setup.h: New file.
8832 * sysdeps/x86/nptl/tls-setup.h: Likewise.
8833 * sysdeps/i386/nptl/tcb-offsets.sym (FEATURE_1_OFFSET): New.
8834 * sysdeps/x86_64/nptl/tcb-offsets.sym (FEATURE_1_OFFSET):
8835 Likewise.
8836 * sysdeps/i386/nptl/tls.h (tcbhead_t): Rename __glibc_reserved1
8837 to feature_1.
8838 * sysdeps/x86_64/nptl/tls.h (tcbhead_t): Likewise.
8839 * sysdeps/x86/sysdep.h (X86_FEATURE_1_IBT): New.
8840 (X86_FEATURE_1_SHSTK): Likewise.
8841 (CET_ENABLED): Likewise.
8842 (IBT_ENABLED): Likewise.
8843 (SHSTK_ENABLED): Likewise.
8844
8845 2018-07-13 Rafal Luzynski <digitalfreak@lingonborough.com>
8846
8847 [BZ #23208]
8848 * localedata/Makefile (test-input): Add dsb_DE.UTF-8.
8849 (LOCALES): Likewise.
8850 * localedata/dsb_DE.UTF-8.in: New file.
8851 * localedata/locales/dsb_DE (LC_COLLATE): Fix syntax error.
8852
8853 2018-07-12 Florian Weimer <fweimer@redhat.com>
8854
8855 * nptl/allocatestack.c [_STACK_GROWS_UP] (allocate_stack): Call
8856 __mprotect, not mprotect.
8857
8858 2018-07-11 Florian Weimer <fweimer@redhat.com>
8859
8860 * io/Makefile (headers): Add bits/statx.h.
8861
8862 2018-07-10 Mike FABIAN <mfabian@redhat.com>
8863
8864 * localedata/charmaps/UTF-8: Use correct Unicode version 11.0.0 in comment.
8865 * localedata/locales/i18n_ctype: Use correct Unicode version in comments
8866 and headers.
8867 * localedata/unicode-gen/utf8_gen.py: Add option to specify Unicode version
8868 * localedata/unicode-gen/Makefile: Use option to specify Unicode version
8869 for utf8_gen.py
8870
8871 2018-07-10 Florian Weimer <fweimer@redhat.com>
8872
8873 * io/Makefile (routines): Add statx.
8874 (tests-internal): Add tst-statx.
8875 * io/Versions (GLIBC_2.28): Export statx.
8876 * io/bits/statx.h: New file.
8877 * io/sys/stat.h [__USE_GNU]: Include it.
8878 * io/fcntl.h [__USE_GNU] (AT_STATX_SYNC_TYPE)
8879 (AT_STATX_SYNC_AS_STAT, AT_STATX_FORCE_SYNC, AT_STATX_DONT_SYNC):
8880 Define.
8881 * io/statx.c: New file.
8882 * io/statx_generic.: Likewise.
8883 * io/tst-statx.: Likewise.
8884 * include/bits/statx.h: Likewise.
8885 * sysdeps/unix/sysv/linux/kernel-features.h
8886 [__LINUX_KERNEL_VERSION >= 0x040B00] (__ASSUME_STATX): Define.
8887 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
8888 [__LINUX_KERNEL_VERSION < 0x040D00] (__ASSUME_STATX): Undefine.
8889 * sysdeps/unix/sysv/linux/ia64/kernel-features.h (__ASSUME_STATX):
8890 Undefine.
8891 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8892 [__LINUX_KERNEL_VERSION < 0x040C00] (__ASSUME_STATX): Undefine.
8893 * sysdeps/unix/sysv/linux/statx.c: New file.
8894 * manual/filesys.texi: Note that statx is undocumented.
8895 * sysdeps/**/libc*.abilist: Update.
8896
8897 2018-07-10 Adhemerval Zanella <adhemerval.zanella@linaro.org>
8898
8899 * sysdeps/unix/sysv/linux/tst-ofdlocks-compat.c: Add a comment about
8900 a kernel issue which lead to test failure in some cases.
8901
8902 2018-07-10 Florian Weimer <fweimer@redhat.com>
8903
8904 [BZ #23036]
8905 * posix/regexec.c (check_node_accept_bytes): When comparing
8906 weights, do not compare an extra byte after the end of the
8907 weights.
8908
8909 2018-07-10 Florian Weimer <fweimer@redhat.com>
8910
8911 * libio/readline.c: Fix copyright year.
8912 * libio/tst-readline.c Likewise.
8913 * nss/tst-nss-files-hosts-getent.c: Likewise.
8914
8915 2018-07-06 Florian Weimer <fweimer@redhat.com>
8916
8917 [BZ #18991]
8918 * nss/nss_files/files-XXX.c (internal_getent): Use
8919 __libc_readline_unlocked. Seek back to the start of the line if
8920 parsing failes with ERANGE.
8921 (get_contents_ret, get_contents): Remove.
8922 * nss/tst-nss-files-hosts-getent.c: New file.
8923 * nss/Makefile (tests): Add tst-nss-files-hosts-getent.
8924 (tst-nss-files-hosts-getent): Link with -ldl.
8925
8926 2018-07-06 Florian Weimer <fweimer@redhat.com>
8927
8928 * include/stdio.h (__libc_readline_unlocked): Declare.
8929 (__ftello64, __fseeko64): Declare aliases.
8930 * libio/readline.c: New file.
8931 * libio/tst-readline.c: Likewise.
8932 (routines): Add readline.
8933 (tests-internal): Add tst-readlime.
8934 * libio/Versions (GLIBC_PRIVATE): Export __fseeko64, __ftello64,
8935 __libc_readline_unlocked.
8936 * libio/fseeko.c (__fseeko): Rename from fseeko.
8937 (fseeko): Add alias.
8938 [__OFF_T_MATCHES_OFF64_T] (fseeko64, __fseeko64): Likewise.
8939 * libio/fseeko64.c (__fseeko64): Rename from fseeko64.
8940 (fseeko64): Add alias.
8941 * libio/ftello.c [__OFF_T_MATCHES_OFF64_T] (__ftello64): Add alias.
8942 * libio/ftello64.c (__ftello64): Rename from ftello64.
8943 (ftello64): Add alias.
8944
8945 2018-07-06 Szabolcs Nagy <szabolcs.nagy@arm.com>
8946
8947 * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h (HWCAP_IMPORTANT): Add
8948 HWCAP_ATOMICS.
8949
8950 2018-07-06 Szabolcs Nagy <szabolcs.nagy@arm.com>
8951
8952 * sysdeps/unix/sysv/linux/aarch64/cpu-features.c (init_cpu_features):
8953 Use dl_hwcap without masking.
8954 * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h (HWCAP_IMPORTANT):
8955 Remove HWCAP_CPUID.
8956
8957 2018-07-06 Florian Weimer <fweimer@redhat.com>
8958
8959 * conform/conformtest.pl (checknamespace): Escape literal braces
8960 in regular expressions.
8961
8962 2018-07-06 Amit Pawar <amit.pawar@amd.com>
8963
8964 * sysdeps/x86/cpu-features.c (get_common_indeces):
8965 AVX_Fast_Unaligned_Load is enabled when AVX2 is detected.
8966 * sysdeps/x86/cpu-features.c (init_cpu_features):
8967 AVX_Fast_Unaligned_Load is disabled for Excavator core.
8968
8969 2018-07-05 Florian Weimer <fweimer@redhat.com>
8970
8971 * csu/Makefile (CFLAGS-static-reloc.os): Build with stack
8972 protector.
8973 (CFLAGS-elf-init.oS): Likewise.
8974
8975 2018-07-05 Florian Weimer <fweimer@redhat.com>
8976 Carlos O'Donell <carlos@redhat.com>
8977
8978 * debug/Makefile (CFLAGS-stack_chk_fail_local.c): Remove
8979 $(no-stack-protector). stack_chk_fail_local.c can be compiled
8980 with stack protector enabled because there is no risk of infinite
8981 recursion.
8982
8983 2018-07-05 Maciej W. Rozycki <macro@mips.com>
8984
8985 [BZ #19818]
8986 [BZ #23307]
8987 * libc-abis (ABSOLUTE): New ABI.
8988 * sysdeps/unix/sysv/linux/mips/libc-abis (ABSOLUTE): New ABI.
8989 * NEWS: Mention the new ABI.
8990
8991 2018-07-05 Florian Weimer <fweimer@redhat.com>
8992
8993 [BZ # 17662]
8994 * libio/stdio.h [__USE_GNU] (RENAME_NOREPLACE, RENAME_EXCHANGE)
8995 (RENAME_WHITEOUT): Define.
8996 [__USE_GNU] (renameat2): Declare.
8997 * stdio-common/Makefile (routines): Add renameat2.
8998 (tests): Add tst-renameat2.
8999 * stdio-common/Versions (GLIBC_2_28): Export renameat2.
9000 * stdio-common/renameat2.c: New file.
9001 * stdio-common/tst-renameat2.c: Likewise.
9002 * sysdeps/unix/sysv/linux/renameat2.c: Likewise.
9003 * manual/filesys.texi (Temporary Files): Note that renameat2 is
9004 undocumented.
9005 * sysdeps/unix/sysv/linux/kernel-features.h
9006 [__LINUX_KERNEL_VERSION >= 0x030F00] (__ASSUME_RENAMEAT2): Define.
9007 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9008 [__LINUX_KERNEL_VERSION < 0x031100] (__ASSUME_RENAMEAT2): Undefine.
9009 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9010 [__LINUX_KERNEL_VERSION < 0x031100] (__ASSUME_RENAMEAT2): Undefine.
9011 * sysdeps/unix/sysv/linux/sh/kernel-features.h
9012 [__LINUX_KERNEL_VERSION < 0x040800] (__ASSUME_RENAMEAT2): Undefine.
9013 * sysdeps/unix/sysv/linux/sparc/kernel-features.h
9014 [__LINUX_KERNEL_VERSION < 0x031000] (__ASSUME_RENAMEAT2): Undefine.
9015 * include/stdio.h (__renameat): Add alias for renameat.
9016 * stdio-common/renameat.c (__renameat): Rename from renameat.
9017 Add hidden definition and alias.
9018 * sysdeps/unix/sysv/linux/renameat.c: Likewise.
9019 * sysdeps/mach/hurd/renameat.c: Likewise.
9020 * sysdeps/**/libc*.abilist: Add renameat2.
9021
9022 2018-07-04 Adhemerval Zanella <adhemerval.zanella@linaro.org>
9023
9024 * posix/bug-regex33.c: Fix build after regex sync.
9025
9026 2018-07-04 Carlos O'Donell <carlos@redhat.com>
9027
9028 [BZ #23164]
9029 * localedata/tst-langinfo-setlocale.c: New file.
9030 * localedata/tst-langinfo-setlocale-static.c: New file.
9031 * localedata/tst-langinfo-newlocale.c: New file.
9032 * localedata/tst-langinfo-newlocale-static.c: New file.
9033 * localedata/Makefile (test-srcs): Remove tst-langinfo. Add
9034 tst-langinfo-setlocale, tst-langinfo-setlocale-static,
9035 tst-langinfo-newlocale, tst-langinfo-newlocale-static.
9036 (tests-static): Remove tst-langinfo-static. Add
9037 tst-langinfo-newlocale-static, tst-langinfo-setlocale-static.
9038 (tests-special): Remove $(objpfx)tst-langinfo.out,
9039 $(objpfx)tst-langinfo-static.out. Add
9040 $(objpfx)tst-langinfo-setlocale.out,
9041 $(objpfx)tst-langinfo-newlocale.out,
9042 $(objpfx)tst-langinfo-setlocale-static.out,
9043 $(objpfx)tst-langinfo-newlocale-static.out.
9044 ($(objpfx)tst-langinfo.out): Remove.
9045 ($(objpfx)tst-langinfo-static.out): Remove.
9046 ($(objpfx)tst-langinfo-newlocale.out): New target.
9047 ($(objpfx)tst-langinfo-newlocale-static.out): New target.
9048 (test-xfail-tst-langinfo-newlocale-static): Add.
9049 ($(objpfx)tst-langinfo-setlocale.out): New target.
9050 ($(objpfx)tst-langinfo-setlocale-static.out): New target.
9051 * localedata/tst-langinfo.c: Call test_locale.
9052 * localedata/tst-langinfo.sh: Add LC_MONETARY CURRENCY_SYMBOL test
9053 data.
9054
9055 2018-07-04 Florian Weimer <fweimer@redhat.com>
9056
9057 testrun.sh: Implement --tool=strace, --tool=valgrind
9058 * Makefile (testrun-script): Define variable.
9059 (testrun.sh): Use variable.
9060 * manual/install.texi (Tools for Compilation): make 4.0 or later
9061 is required.
9062 * configure.ac: Check for make 4.0 or later.
9063 * INSTALL: Regenerate.
9064 * configure: Likewise.
9065
9066 2018-07-04 Adhemerval Zanella <adhemerval.zanella@linaro.org>
9067
9068 [BZ #23233]
9069 [BZ #21163]
9070 [BZ #18986]
9071 [BZ #13762]
9072 * posix/Makefile (tests): Add bug-regex37 and bug-regex38.
9073 * posix/PCRE.tests: Remove invalid test.
9074 * posix/bug-regex28.c: Fix expected values for used syntax.
9075 * posix/bug-regex37.c: New file.
9076 * posix/bug-regex38.c: Likewise.
9077 * posix/regcomp.c: Sync with gnulib.
9078 * posix/regex.c: Likewise.
9079 * posix/regex.h: Likewise.
9080 * posix/regex_internal.c: Likewise.
9081 * posix/regex_internal.h: Likewise.
9082 * posix/regexec.c: Likewise.
9083
9084 2018-06-26 Mike FABIAN <mfabian@redhat.com>
9085
9086 [BZ #23308]
9087 * unicode-gen/Makefile (UNICODE_VERSION): Set to 11.0.0.
9088 * localedata/unicode-gen/DerivedCoreProperties.txt: Update to Unicode 11.0.0.
9089 * localedata/unicode-gen/EastAsianWidth.txt: likewise.
9090 * localedata/unicode-gen/PropList.txt: likewise.
9091 * localedata/unicode-gen/UnicodeData.txt: likewise.
9092 * localedata/charmaps/UTF-8: Regenerate.
9093 * localedata/locales/i18n_ctype: likewise.
9094 * localedata/locales/tr_TR: likewise.
9095 * localedata/locales/translit_circle: likewise.
9096 * localedata/locales/translit_cjk_compat: likewise.
9097 * localedata/locales/translit_combining: likewise.
9098 * localedata/locales/translit_compat: likewise.
9099 * localedata/locales/translit_font: likewise.
9100 * localedata/locales/translit_fraction: likewise.
9101
9102 2018-07-03 Florian Weimer <fweimer@redhat.com>
9103
9104 [BZ #23363]
9105 * stdio-common/tst-printf.c (DEC, INT, UNS, fp_test): Remove.
9106 * stdio-common/tst-printf.sh: Adjust expected output.
9107 * LICENSES: Update.
9108
9109 2018-07-03 Adhemerval Zanella <adhemerval.zanella@linaro.org>
9110
9111 * sysdeps/mach/hurd/i386/libc.abilist [GLIBC_2.28] (fcntl): Remove
9112 symbol.
9113
9114 2018-07-02 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
9115
9116 * stdio-common/Makefile (test-srcs): Add tst-printfsz-islongdouble.
9117 (tests-special) Add $(objpfx)tst-printfsz-islongdouble.out.
9118 ($(objpfx)tst-printfsz-islongdouble.out): New build and run rule.
9119 * stdio-common/tst-printfsz-islongdouble.c: New file.
9120 * stdio-common/tst-printfsz-islongdouble.sh: Likewise.
9121 * sysdeps/ieee754/ldbl-128ibm-compat/Makefile:
9122 [subdir == stdio-common] (routines): Add ieee128-printf_size.
9123 [subdir == stdio-common] (tests-internal): Add
9124 test-printf-size-ieee128, and test-printf-size-ibm128.
9125 [subdir == stdio-common] (CFLAGS-test-printf-size-ieee128.c)
9126 (CFLAGS-test-printf-size-ibm128.c): New variables.
9127 [subdir == stdio-common] (tests-special): Add
9128 $(objpfx)test-printf-size-ieee128.out and
9129 $(objpfx)test-printf-size-ibm128.out.
9130 [subdir == stdio-common] ($(objpfx)test-printf-size-ieee128.out)
9131 ($(objpfx)test-printf-size-ibm128.out): New build and run rules.
9132 * sysdeps/ieee754/ldbl-128ibm-compat/Versions (libc): Add
9133 __printf_sizeieee128.
9134 * sysdeps/ieee754/ldbl-128ibm-compat/ieee128-printf_size.c:
9135 New file.
9136 * sysdeps/ieee754/ldbl-128ibm-compat/test-printf-size-ibm128.c:
9137 Likewise.
9138 * sysdeps/ieee754/ldbl-128ibm-compat/test-printf-size-ieee128.c:
9139 Likewise.
9140
9141 2018-07-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
9142
9143 * sysdeps/ieee754/flt-32/e_powf.c (__powf): Use uint32_t.
9144 (exp2f_inline): Likewise.
9145 * sysdeps/ieee754/flt-32/math_config.h (__math_oflowf): Likewise.
9146 (__math_uflowf): Likewise.
9147 (__math_may_uflowf): Likewise.
9148 (__math_divzerof): Likewise.
9149 (__math_invalidf): Likewise.
9150 * sysdeps/ieee754/flt-32/math_errf.c (xflowf): Likewise.
9151 (__math_oflowf): Likewise.
9152 (__math_uflowf): Likewise.
9153 (__math_may_uflowf): Likewise.
9154 (__math_divzerof): Likewise.
9155 (__math_invalidf): Likewise.
9156
9157 2018-06-29 DJ Delorie <dj@redhat.com>
9158 Carlos O'Donell <carlos@redhat.com>
9159
9160 [BZ #23329]
9161 * include/libc-symbols.h: Comment the freeres framework.
9162 * include/set-hooks.h: Include libc-symbols.h. Fix comment.
9163 * dlfcn/Makefile (libdl-routines): Add dlfreeres.
9164 * dlfcn/Versions (GLIBC_PRIVATE): Add __libdl_freeres.
9165 * dlfcn/dlerror.c: Include libc-symbols.h
9166 (__dlerror_main_freeres): New function.
9167 * dlfcn/dlfreeres.c: New file.
9168 * dlfcn/sdlfreeres.c: New file.
9169 * include/dlfcn.h: Declare __dlerror_main_freeres.
9170 * malloc/set-freeres.c: Declare __libdl_freeres, and
9171 __libpthread_freeres.
9172 (__libc_subfreeres): Call __libdl_freeres, and __libpthread_freeres if
9173 the releavant libraries are loaded.
9174 * malloc/thread-freeres.c: Add comments.
9175 * nptl/Makefile (libpthread-routines): Add nptlfreeres.
9176 * nptl/Version (GLIBC_PRIVATE): Add __libpthread_freeres.
9177 * nptl/allocatestack.c (__nptl_free_stacks): New function.
9178 (__free_stacks): Rename to...
9179 (free_stacks): ...this. Mark static.
9180 (queue_stack): Call free_stacks.
9181 * nptl/libc_pthread_init.c [SHARED] (freeres_libpthread): Delete.
9182 * nptl/nptl-init.c: Delete delcaration of nptl_freeres.
9183 * sysdeps/nptl/pthread-functions.h (pthread_functions): Remove
9184 ptr_freeres element from struct.
9185 (pthread_functions): Remove .ptr_freeres from struct initializer.
9186 [SHARED] (nptl_freeres): Remove.
9187 * nptl/nptlfreeres.c: New file.
9188 * nptl/pthreadP.h
9189 [IS_IN (libpthread) && SHARED ] (__unwind_freeres): Rename to...
9190 [IS_IN (libpthread)] (__nptl_unwind_freeres): ...this. Mark
9191 attribute_hidden.
9192 (__free_stacks): Rename to...
9193 (__nptl_stacks_freeres): ...this.
9194 (__shm_directory_freeres): Declare.
9195 * nptl/unwind-forcedunwind.c (__unwind_freeres): Rename to...
9196 (__nptl_unwind_freeres): ...this.
9197 * resolv/res-close.c: Add comment.
9198 * resolv/resolv_conf.c: Include libc-symbols.h.
9199 * string/strerror_l.c: Include libc-symbols.h.
9200 * sunrpc/rpc_thread.c: Include libc-symbols.h.
9201 * sysdeps/mach/strerror_l.c: Inlcude libc-symbols.h
9202 * sysdeps/unix/sysv/linux/shm-directory.c (freeit): Rename to...
9203 [IS_IN (libpthread)] (__shm_directory_freeres): ...this.
9204
9205 2018-06-29 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
9206
9207 * stdlib/tst-strfmon_l.c: Add tests for long double.
9208
9209 2018-06-29 Michael Wolf <milupo@sorbzilla.de>
9210
9211 [BZ #23208]
9212 * localedata/SUPPORTED (dsb_DE/UTF-8): New entry.
9213 * localedata/locales/dsb_DE: New file.
9214
9215 2018-06-29 Rafal Luzynski <digitalfreak@lingonborough.com>
9216
9217 [BZ #23140]
9218 * localedata/locales/hy_AM (mon): Synchronize with CLDR (lowercase,
9219 genitive case).
9220 (alt_mon): New entry, import from CLDR (nominative case).
9221
9222 2018-06-29 Sylvain Lesage <severo@rednegra.net>
9223
9224 [BZ #22996]
9225 * localedata/locales/es_BO (LC_PAPER): Change to “copy "en_US"”.
9226
9227 2018-06-29 Siddhesh Poyarekar <siddhesh@sourceware.org>
9228
9229 * sysdeps/aarch64/multiarch/memcpy_falkor.S (__memcpy_falkor):
9230 Use vector registers.
9231
9232 * sysdeps/aarch64/multiarch/memmove_falkor.S
9233 (__memcpy_falkor): Use vector registers.
9234
9235 2018-06-29 Martin Sebor <msebor@redhat.com>
9236
9237 * manual/stdio.texi (Customizing Printf): Mention interaction
9238 with GCC built-ins.
9239
9240 2018-06-29 Maciej W. Rozycki <macro@mips.com>
9241
9242 [BZ #23307]
9243 * elf/dl-lookup.c (check_match): Do not reject a symbol whose
9244 `st_value' is 0 if `st_shndx' is SHN_ABS.
9245 * elf/tst-absolute-zero.c: New file.
9246 * elf/tst-absolute-zero-lib.c: New file.
9247 * elf/tst-absolute-zero-lib.lds: New file.
9248 * elf/Makefile (tests): Add `tst-absolute-zero'.
9249 (modules-names): Add `tst-absolute-zero-lib'.
9250 (LDLIBS-tst-absolute-zero-lib.so): New variable.
9251 ($(objpfx)tst-absolute-zero-lib.so): New dependency.
9252 ($(objpfx)tst-absolute-zero: New dependency.
9253
9254 2018-06-29 Zack Weinberg <zackw@panix.com>
9255
9256 * configure.ac: New command-line option --disable-crypt.
9257 Force --disable-nss-crypt when --disable-crypt is given, with a
9258 warning if it was explicitly enabled.
9259 * configure: Regenerate.
9260 * config.make.in: New boolean substitution variable $(build-crypt).
9261 * Makeconfig: Only include 'crypt' in all-subdirs and rpath-dirs
9262 when $(build-crypt).
9263 * manual/install.texi: Document --disable-crypt.
9264 * INSTALL: Regenerate.
9265
9266 * crypt/Makefile: Remove code conditional on $(crypt-in-libc),
9267 which is never set.
9268 * conform/Makefile: Only include libcrypt.a in
9269 linknamespace-libs-xsi and linknamespace-libs-XPG4
9270 when $(build-crypt).
9271 * elf/Makefile (CFLAGS-tst-linkall-static.c): Only define
9272 USE_CRYPT to 1 when $(build-crypt).
9273 (tst-linkall-static): Only link libcrypt.a when $(build-crypt).
9274 (localplt-built-dso): Only add libcrypt.so when $(build-crypt).
9275 * elf/tst-linkall-static.c: Only include crypt.h when USE_CRYPT.
9276
9277 2018-06-29 Zack Weinberg <zackw@panix.com>
9278
9279 * crypt/crypt.h, posix/unistd.h: Update comments and
9280 prototypes for crypt and crypt_r.
9281
9282 * manual/crypt.texi (Cryptographic Functions): New initial
9283 exposition.
9284 (crypt): Section renamed to 'Passphrase Storage'. Full rewrite.
9285 (Unpredictable Bytes): Improve initial exposition. Clarify error
9286 behavior of getentropy and getrandom.
9287 * manual/examples/genpass.c: Generate a salt using getentropy
9288 instead of the current time. Use hash $5$ (SHA-2-256).
9289 * manual/examples/testpass.c: Demonstrate validation against
9290 hashes generated with three different one-way functions.
9291
9292 * manual/intro.texi: crypt.texi does not need an overview
9293 anymore.
9294
9295 * manual/nss.texi, manual/memory.texi, manual/socket.texi
9296 * manual/terminal.texi: Consistently refer to "passphrases"
9297 * instead of "passwords", and to the "user database" instead
9298 * of the "password database".
9299 * manual/users.texi: Similarly. Add notes about how actual
9300 passphrase hashes are now stored in the shadow database.
9301 Remove 20-year-old junk todo note.
9302
9303 2018-06-29 Zack Weinberg <zackw@panix.com>
9304
9305 * manual/crypt.texi: Use a normal top-level @node declaration.
9306 Move most of the introductory text to the 'crypt' section.
9307 Move the example programs below the @deftypefun for 'crypt_r'.
9308 Move the 'getpass' section...
9309 * manual/terminal.texi: ...here.
9310
9311 2018-06-29 Zack Weinberg <zackw@panix.com>
9312 Florian Weimer <fweimer@redhat.com>
9313
9314 * posix/unistd.h: Do not declare encrypt.
9315 (_XOPEN_CRYPT): Remove macro definition.
9316 (crypt): Declare only for _USE_MISC.
9317 * stdlib/stdlib.h: Do not declare setkey.
9318 * crypt/crypt.h: Do not declare encrypt, setkey, encrypt_r, setkey_r.
9319 * sunrpc/Makefile: Do not install des_crypt.h nor rpc_des.h.
9320
9321 * crypt/crypt-entry.c: Make fcrypt a compat symbol.
9322 * crypt/crypt_util.c: Make encrypt, encrypt_r, setkey, setkey_r
9323 into compat symbols. Don't define initial_perm if it's not
9324 going to be used.
9325 * crypt/cert.c: Link explicitly with the expected versions for
9326 setkey and encrypt. If they are not available at all, mark
9327 the test as unsupported.
9328
9329 * sunrpc/des_crypt.c: Unconditionally block linkage with
9330 cbc_crypt and ecb_crypt for new binaries.
9331 * sunrpc/des_soft.c: Unconditionally block linkage with
9332 des_setparity for new binaries.
9333
9334 * manual/crypt.texi: Remove the entire "DES Encryption"
9335 section. Also remove the paragraph talking about FIPS 140-2
9336 from the introduction.
9337 * manual/string.texi (strfry, memfrob): Revise. Recommend use
9338 of libgcrypt for "real" encryption, not DES.
9339 * manual/conf.texi (Constants for Sysconf): Mention that
9340 _XOPEN_CRYPT is no longer impelemented.
9341
9342 * conform/data/unistd.h-data: Remove crypt function declaration.
9343
9344 2018-06-29 Florian Weimer <fweimer@redhat.com>
9345
9346 [BZ #23351]
9347 * malloc/hooks.c: Update comments on restoring of dumped heaps.
9348 (disallow_malloc_check): Remove variable.
9349 (__malloc_check_init): Adjust.
9350 (malloc_set_state): Update comment.
9351 * malloc/malloc.c (__malloc_get_state, __malloc_set_state): Remove
9352 declarations.
9353
9354 2018-06-29 Rafal Luzynski <digitalfreak@lingonborough.com>
9355
9356 [BZ #23140]
9357 * localedata/locales/ast_ES (mon): Rename to...
9358 (alt_mon): This.
9359 (mon): Import from CLDR (genitive case).
9360
9361 2018-06-29 Daniel Alvarez <dalvarez@redhat.com>
9362 Jakub Sitnicki <jkbs@redhat.com>
9363
9364 [BZ #21812]
9365 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Retry
9366 on NLM_F_DUMP_INTR.
9367
9368 2018-06-28 Szabolcs Nagy <szabolcs.nagy@arm.com>
9369
9370 * manual/llio.texi: Remove spurious space.
9371
9372 2018-06-28 Florian Weimer <fweimer@redhat.com>
9373
9374 [BZ #23349]
9375 * time/bits/types/struct_timespec.h: Change header inclusion guard to
9376 _STRUCT_TIMESPEC.
9377
9378 2018-06-28 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
9379
9380 * sysdeps/ieee754/ldbl-128ibm-compat/Versions: Add __strfromieee128,
9381 __strtoieee128, __strtoieee128_l,__wcstoieee128 and __wcstoieee128_l.
9382 * sysdeps/ieee754/ldbl-128ibm-compat/strfromf128.c: New file.
9383 * sysdeps/ieee754/ldbl-128ibm-compat/strtof128.c: New file.
9384 * sysdeps/ieee754/ldbl-128ibm-compat/strtof128_l.c: New file.
9385 * sysdeps/ieee754/ldbl-128ibm-compat/wcstof128.c: New file.
9386 * sysdeps/ieee754/ldbl-128ibm-compat/wcstof128_l.c: New file.
9387
9388 2018-06-27 Maciej W. Rozycki <macro@mips.com>
9389
9390 [BZ #23266]
9391 * nis/nss_nisplus/nisplus-parser.c (_nss_nisplus_parse_pwent):
9392 Copy and null-terminate entries that are not terminated, in
9393 addition to empty ones.
9394
9395 2018-06-27 Florian Weimer <fweimer@redhat.com>
9396
9397 [BZ #18023]
9398 * include/alloca.h (stackinfo_alloca_round, extend_alloca)
9399 (extend_alloca_account): Remove.
9400 * manual/stdio.texi (Variable Arguments Output): Update comment.
9401
9402 2018-06-27 Joseph Myers <joseph@codesourcery.com>
9403
9404 * nptl/sockperf.c: Remove file.
9405
9406 2018-06-27 Florian Weimer <fweimer@redhat.com>
9407
9408 [BZ #18023]
9409 * elf/dl-deps.c (_dl_map_object_deps): Use struct
9410 scratch_buffer instead of extend_alloca.
9411
9412 2018-06-27 Florian Weimer <fweimer@redhat.com>
9413
9414 [BZ #18023]
9415 * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Use struct
9416 scratch_buffer instead of extend_alloca. Update comments.
9417
9418 2018-06-27 Florian Weimer <fweimer@redhat.com>
9419
9420 [BZ #18023]
9421 * posix/wordexp.c (parse_tilde): Use struct scratch_buffer
9422 instead of extend_alloca.
9423
9424 2018-06-26 Joseph Myers <joseph@codesourcery.com>
9425
9426 [BZ #13888]
9427 * posix/Makefile (CFLAGS-tst-spawn3.c): New variable.
9428 * posix/tst-spawn3.c (do_test): Put tst-spwan3.pid in OBJPFX, not
9429 /tmp.
9430 * scripts/test-installation.pl: Put temporary files in build
9431 directory, not /tmp.
9432 * stdio-common/Makefile (CFLAGS-bug3.c): New variable.
9433 (CFLAGS-bug4.c): Likewise.
9434 (CFLAGS-bug5.c): Likewise.
9435 (CFLAGS-test-fseek.c): Likewise.
9436 (CFLAGS-test-popen.c): Likewise.
9437 (CFLAGS-test_rdwr.c): Likewise.
9438 * stdio-common/bug3.c (main): Put temporary file in OBJPFX, not
9439 /tmp.
9440 * stdio-common/bug4.c (main): Likewise.
9441 * stdio-common/bug5.c (main): Likewise.
9442 * stdio-common/test-fseek.c (TESTFILE): Likewise.
9443 * stdio-common/test-popen.c (do_test): Likewise.
9444 * stdio-common/test_rdwr.c (main): Likewise.
9445
9446 2018-06-26 Patsy Franklin <pfrankli@redhat.com>
9447
9448 * nptl/sem_open.c [!__HAVE_64B_ATOMICS] (sem_open): Don't update pad.
9449 (sem_open): Set sem.newsem.pad to zero for valgrind.
9450
9451 2018-06-26 Adhemerval Zanella <adhemerval.zanella@linaro.org>
9452
9453 [BZ #20251]
9454 * NEWS: Mention fcntl64 addition.
9455 * csu/check_fds.c: Replace __fcntl_nocancel by __fcntl64_nocancel.
9456 * login/utmp_file.c: Likewise.
9457 * sysdeps/posix/fdopendir.c: Likewise.
9458 * sysdeps/posix/opendir.c: Likewise.
9459 * sysdeps/unix/pt-fcntl.c: Likewise.
9460 * include/fcntl.h (__libc_fcntl64, __fcntl64,
9461 __fcntl64_nocancel_adjusted): New prototype.
9462 (__fcntl_nocancel_adjusted): Remove prototype.
9463 * io/Makefile (routines): Add fcntl64.
9464 (CFLAGS-fcntl64.c): New rule.
9465 * io/Versions [GLIBC_2.28] (fcntl64): New symbol.
9466 [GLIBC_PRIVATE] (__libc_fcntl): Rename to __libc_fcntl64.
9467 * io/fcntl.h (fcntl64): Add prototype and redirect if
9468 __USE_FILE_OFFSET64 is defined.
9469 * io/fcntl64.c: New file.
9470 * manual/llio.text: Add a note for which commands fcntl acts a
9471 cancellation point.
9472 * nptl/Makefile (CFLAGS-fcntl64.c): New rule.
9473 * sysdeps/mach/hurd/fcntl.c: Alias fcntl to fcntl64 symbols.
9474 * sysdeps/mach/hurd/i386/libc.abilist [GLIBC_2.28] (fcntl, fcntl64):
9475 New symbols.
9476 * sysdeps/unix/sysv/linux/fcntl.c (__libc_fcntl): Fix F_GETLK64,
9477 F_OFD_GETLK, F_SETLK64, F_SETLKW64, F_OFD_SETLK, and F_OFD_SETLKW for
9478 non-LFS case.
9479 * sysdeps/unix/sysv/linux/fcntl64.c: New file.
9480 * sysdeps/unix/sysv/linux/fcntl_nocancel.c (__fcntl_nocancel): Rename
9481 to __fcntl64_nocancel.
9482 (__fcntl_nocancel_adjusted): Rename to __fcntl64_nocancel_adjusted.
9483 * sysdeps/unix/sysv/linux/not-cancel.h (__fcntl_nocancel): Rename
9484 to __fcntl64_nocancel.
9485 * sysdeps/generic/not-cancel.h: Likewise.
9486 * sysdeps/unix/sysv/linux/tst-ofdlocks.c: New file.
9487 * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-ofdlocks.
9488 * sysdeps/unix/sysv/linux/aarch64/libc.abilist [GLIBC_2.28]
9489 (fcntl64): New symbol.
9490 * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
9491 * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
9492 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
9493 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: Likewise.
9494 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: Likewise.
9495 * sysdeps/unix/sysv/linux/riscv/rv64/libc.abilist: Likewise.
9496 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
9497 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
9498 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
9499 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
9500 * sysdeps/unix/sysv/linux/arm/libc.abilist [GLIBC_2.28] (fcntl,
9501 fcntl64): Likewise.
9502 * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
9503 * sysdeps/unix/sysv/linux/i386/libc.abilis: Likewise.
9504 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
9505 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
9506 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
9507 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
9508 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: Likewise.
9509 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
9510 * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise.
9511 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
9512 Likewise.
9513 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
9514 Likewise.
9515 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
9516 * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
9517 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
9518
9519 2018-06-26 Florian Weimer <fweimer@redhat.com>
9520
9521 Run thread shutdown functions in an explicit order.
9522 * malloc/thread-freeres.c (__libc_thread_subfreeres): Remove hook
9523 definition.
9524 (__libc_thread_freeres): Call thread shutdown functions
9525 explicitly.
9526 * include/rpc/rpc.h (__rpc_thread_destroy): Add hidden attribute.
9527 * include/string.h (__strerror_thread_freeres): Declare.
9528 * malloc/arena.c (__malloc_arena_thread_freeres): Renamed from
9529 arena_thread_freeres. No longer static. Remove thread shutdown
9530 hook registration.
9531 * malloc/malloc-internal.h (__malloc_arena_thread_freeres):
9532 Declare.
9533 * resolv/res-close.c (__res_thread_freeres): Renamed from
9534 res_thread_freeres. No longer static. Remove thread shutdown
9535 hook registration.
9536 * resolv/resolv-internal.h (__res_thread_freeres): Declare.
9537 * resolv/resolv_conf.c (freeres): Remove incorrect section
9538 attribute and use libc_freeres_fn.
9539 * string/strerror_l.c (__strerror_thread_freeres): Renamed from
9540 strerror_thread_freeres. No longer static. Remove thread
9541 shutdown hook registration.
9542 * sysdeps/mach/strerror_l.c (__strerror_thread_freeres): Likewise.
9543 * sunrpc/rpc_thread.c (__rpc_thread_destroy): Remove thread
9544 shutdown hook registration.
9545 * Makerules (shlib.lds): Do not provide section boundary symbols
9546 for __libc_thread_subfreeres.
9547 * manual/memory.texi (Basic Allocation): Update comment.
9548
9549 2018-06-26 Florian Weimer <fweimer@redhat.com>
9550
9551 Remove always-defined _RPC_THREAD_SAFE_ macro.
9552 * sunrpc/Makefile (sunrpc-CPPFLAGS, CPPFLAGS, BUILD_CPPFLAGS):
9553 Do not define _RPC_THREAD_SAFE_.
9554 * include/rpc/rpc.h: Remove _RPC_THREAD_SAFE_ preprocessor
9555 conditional.
9556 * sunrpc/clnt_perr.c: Likewise.
9557 * sunrpc/clnt_raw.c: Likewise.
9558 * sunrpc/clnt_simp.c: Likewise.
9559 * sunrpc/key_call.c: Likewise.
9560 * sunrpc/rpc_common.c: Likewise.
9561 * sunrpc/rpc_main.c: Likewise.
9562 * sunrpc/rpc_thread.c: Likewise.
9563 * sunrpc/svc.c: Likewise.
9564 * sunrpc/svc_raw.c: Likewise.
9565 * sunrpc/svc_simple.c: Likewise.
9566 * sumrpc/svcauth_des.c: Likewise.
9567
9568 2018-06-26 Florian Weimer <fweimer@redhat.com>
9569
9570 * libio/Makefile (tests-internal): Add tst-vtables,
9571 tst-vtables-interposed.
9572 * libio/tst-vtables.c: New file.
9573 * libio/tst-vtables-common.c: Likewise.
9574 * libio/tst-vtables-interposed.c: Likewise.
9575
9576 2018-06-26 Florian Weimer <fweimer@redhat.com>
9577
9578 * support/support_test_main.c (support_test_main): Only call
9579 setvbuf if not disables.
9580 * support/test-driver.c (main): Check TEST_NO_SETVBUF.
9581 * support/test-driver.h (struct test_config): Add no_setvbuf member.
9582
9583 2018-06-26 Florian Weimer <fweimer@redhat.com>
9584
9585 [BZ #23313]
9586 * libio/vtables.c (check_stdfiles_vtables): New ELF constructor.
9587
9588 2018-06-25 Florian Weimer <fweimer@redhat.com>
9589
9590 [BZ #18023]
9591 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
9592 Use struct scratch_buffer instead of extend_alloca.
9593
9594 2018-06-25 Florian Weimer <fweimer@redhat.com>
9595
9596 [BZ #18023]
9597 * nss/getent.c (initgroups_keys): Use dynarray instead of
9598 extend_alloca.
9599
9600 2018-06-25 Florian Weimer <fweimer@redhat.com>
9601
9602 [BZ #18023]
9603 * nis/nss_nis/nis-initgroups.c (get_uid, _nss_nis_initgroups_dyn):
9604 Use struct scratch_buffer instead of extend_alloca.
9605
9606 2018-06-25 Florian Weimer <fweimer@redhat.com>
9607
9608 [BZ #18023]
9609 * nss/nss_compat/compat-initgroups.c (getgrent_next_nss): Fall
9610 back to malloc directly, without stack allocations.
9611
9612 2018-06-25 Florian Weimer <fweimer@redhat.com>
9613
9614 [BZ #18023]
9615 * nscd/aicache.c (addhstaiX): Use struct scratch_buffer instead
9616 of extend_alloca.
9617
9618 2018-06-25 Florian Weimer <fweimer@redhat.com>
9619
9620 [BZ #18023]
9621 * nscd/grpcache.c (addgrbyX): Use struct scratch_buffer instead
9622 of extend_alloca.
9623 * nscd/hstcache.c (addhstbyX): Likewise.
9624 * nscd/pwdcache.c (addpwbyX): Likewise.
9625 * nscd/servicescache.c (addservbyX): Likewise.
9626
9627 2018-06-25 Florian Weimer <fweimer@redhat.com>
9628
9629 [BZ #18023]
9630 * nscd/connections.c (read_cmdline): New function.
9631 (restart): Use it. Update comment.
9632
9633 2018-06-25 Rafal Luzynski <digitalfreak@lingonborough.com>
9634
9635 [BZ #23140]
9636 * localedata/locales/csb_PL (mon): Rename to...
9637 (alt_mon): This.
9638 (abmon): Rename to...
9639 (ab_alt_mon): This.
9640 (mon): Add with proper genitive forms, copy from Wikipedia.
9641 (abmon): Likewise.
9642
9643 2018-06-25 Rafal Luzynski <digitalfreak@lingonborough.com>
9644
9645 [BZ #19485]
9646 * localedata/locales/csb_PL (mon): Fix typos:
9647 "łżëkwiôt" -> "łżëkwiat" (April); "lëpinc" -> "lëpińc" (July).
9648 (yesstr): Add, value is "jo".
9649 (nostr): Add, value is "nié".
9650
9651 2018-06-22 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
9652
9653 * sysdeps/m68k/m680x0/fpu/s_log1p.c: Set as the generic file for
9654 all log1p and significand functions on m680x0.
9655 * sysdeps/m68k/m680x0/fpu/s_log1pf.c: Include s_log1p.c instead
9656 of s_significand.c..
9657 * sysdeps/m68k/m680x0/fpu/s_log1pl.c: Likewise.
9658 * sysdeps/m68k/m680x0/fpu/s_significandf.c: Likewise.
9659 * sysdeps/m68k/m680x0/fpu/s_significandl.c: Likewise.
9660 * sysdeps/m68k/m680x0/fpu/s_significand.c: Move all the code to
9661 s_log1p.c and include it..
9662
9663 2018-06-21 Vincent Chen <vincentc@andestech.com>
9664
9665 * elf/elf.h (R_NDS32_NONE): New define.
9666 (R_NDS32_32_RELA): Likewise.
9667 (R_NDS32_COPY): Likewise.
9668 (R_NDS32_GLOB_DAT): Likewise.
9669 (R_NDS32_JUMP_SLOT): Likewise.
9670 (R_NDS32_RELATIVE): Likewise.
9671 (R_NDS32_TLS_TPOFF): Likewise.
9672 (R_NDS32_TLS_DESC): Likewise.
9673
9674 2018-06-21 Mark Wielaard <mark@klomp.org>
9675
9676 * elf/elf.h (R_BPF_MAP_FD): Removed.
9677 (R_BPF_64_64, R_BPF_64_32): New.
9678
9679 2018-06-21 Florian Weimer <fweimer@redhat.com>
9680
9681 [BZ #23253]
9682 * sysdeps/generic/math_private.h (default_libc_feholdsetround_ctx):
9683 Renamed from libc_feholdsetround_ctx.
9684 (default_libc_feresetround_ctx): Renamed from
9685 libc_feresetround_ctx.
9686 (default_libc_feholdsetround_noex_ctx): Renamed from
9687 libc_feholdsetround_noex_ctx.
9688 (default_libc_feresetround_noex_ctx): Renamed from
9689 libc_feresetround_noex_ctx.
9690 [!HAVE_RM_CTX] (libc_feholdsetround_ctx, libc_feresetround_ctx)
9691 (libc_feholdsetround_noex_ctx, libc_feresetround_noex_ctx): Macros
9692 forwardning to the old implementations under the new names.
9693 * sysdeps/i386/fpu/fenv_private.h [__SSE_MATH__]
9694 (libc_feholdexcept_setround_ctx, libc_fesetenv_ctx)
9695 (libc_feupdateenv_ctx, libc_feholdsetround_ctx)
9696 (libc_feresetround_ctx): Forward to default implements for i386
9697 and MATH_SET_BOTH_ROUNDING_MODES.
9698 * sysdeps/i386/Makefile [$(subdir) == math] (CFLAGS-e_gamma_r.c):
9699 Add -DMATH_SET_BOTH_ROUNDING_MODES.
9700
9701 2018-06-20 Joseph Myers <joseph@codesourcery.com>
9702
9703 * string/tst-cmp.c: Include <libc-diag.h>.
9704 (strncmp_max): Disable -Wstringop-overflow= around call to
9705 strncmp.
9706 (strncasecmp_max): Disable -Wstringop-overflow= around call to
9707 strncasecmp.
9708
9709 * string/bug-strpbrk1.c: Include <libc-diag.h>.
9710 (main): Disable -Wunused-value around call to strpbrk.
9711 * string/bug-strspn1.c: Include <libc-diag.h>.
9712 (main): Disable -Wunused-value around call to strspn.
9713
9714 2018-06-20 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
9715 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
9716
9717 * sysdeps/ieee754/ldbl-128ibm-compat/Versions: New file.
9718 * sysdeps/ieee754/ldbl-128ibm-compat/libm-alias-float128.h: New file.
9719
9720 2018-06-20 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
9721
9722 * math/Makefile (libm-calls): Move s_significandF to...
9723 (gen-libm-calls): ... here.
9724 * math/s_significand_template.c: New file.
9725 * math/s_significand.c: Removed.
9726 * math/s_significandf.c: Removed.
9727 * math/s_significandl.c: Removed.
9728 * sysdeps/ieee754/ldbl-opt/s_significand.c: Removed.
9729 * sysdeps/ieee754/ldbl-opt/s_significandl.c: Removed.
9730
9731 * math/e_exp2_template.c (declare_mgen_finite_alias,
9732 declare_mgen_finite_alias_s, declare_mgen_finite_alias_x): Move to...
9733 * sysdeps/generic/math-type-macros.h (declare_mgen_finite_alias,
9734 declare_mgen_finite_alias_s, declare_mgen_finite_alias_x): ... here.
9735
9736 2018-06-20 Florian Weimer <fweimer@redhat.com>
9737
9738 * libio/libioP.h (IO_validate_vtable): Avoid ptrdiff_t overflow.
9739
9740 2018-06-19 Joseph Myers <joseph@codesourcery.com>
9741
9742 [BZ #23280]
9743 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Pass sign of
9744 floating-point number to strtod functions rather than possibly
9745 negating result of those functions.
9746 * stdio-common/tst-scanf-round.c: New file.
9747 * stdio-common/Makefile (tests): Add tst-scanf-round.
9748 ($(objpfx)tst-scanf-round): Depend on $(libm).
9749
9750 2018-06-18 Samuel Thibault <samuel.thibault@ens-lyon.org>
9751
9752 * sysdeps/mach/hurd/localplt.data: Move to...
9753 * sysdeps/mach/hurd/i386/localplt.data: new file. Add + REL
9754 R_386_GLOB_DAT like on Linux i386.
9755
9756 2018-06-18 Joseph Myers <joseph@codesourcery.com>
9757
9758 * sysdeps/unix/sysv/linux/alpha/bits/shm.h [__USE_MISC]
9759 (SHM_STAT_ANY): New macro.
9760 * sysdeps/unix/sysv/linux/arm/bits/shm.h [__USE_MISC]
9761 (SHM_STAT_ANY): Likewise.
9762 * sysdeps/unix/sysv/linux/bits/shm.h [__USE_MISC]
9763 (SHM_STAT_ANY): Likewise.
9764 * sysdeps/unix/sysv/linux/generic/bits/shm.h [__USE_MISC]
9765 (SHM_STAT_ANY): Likewise.
9766 * sysdeps/unix/sysv/linux/hppa/bits/shm.h [__USE_MISC]
9767 (SHM_STAT_ANY): Likewise.
9768 * sysdeps/unix/sysv/linux/ia64/bits/shm.h [__USE_MISC]
9769 (SHM_STAT_ANY): Likewise.
9770 * sysdeps/unix/sysv/linux/mips/bits/shm.h [__USE_MISC]
9771 (SHM_STAT_ANY): Likewise.
9772 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h [__USE_MISC]
9773 (SHM_STAT_ANY): Likewise.
9774 * sysdeps/unix/sysv/linux/s390/bits/shm.h [__USE_MISC]
9775 (SHM_STAT_ANY): Likewise.
9776 * sysdeps/unix/sysv/linux/sh/bits/shm.h [__USE_MISC]
9777 (SHM_STAT_ANY): Likewise.
9778 * sysdeps/unix/sysv/linux/sparc/bits/shm.h [__USE_MISC]
9779 (SHM_STAT_ANY): Likewise.
9780 * sysdeps/unix/sysv/linux/x86/bits/shm.h [__USE_MISC]
9781 (SHM_STAT_ANY): Likewise.
9782
9783 * sysdeps/unix/sysv/linux/alpha/bits/sem.h [__USE_MISC]
9784 (SEM_STAT_ANY): New macro.
9785 * sysdeps/unix/sysv/linux/bits/sem.h [__USE_MISC]
9786 (SEM_STAT_ANY): Likewise.
9787 * sysdeps/unix/sysv/linux/generic/bits/sem.h [__USE_MISC]
9788 (SEM_STAT_ANY): Likewise.
9789 * sysdeps/unix/sysv/linux/hppa/bits/sem.h [__USE_MISC]
9790 (SEM_STAT_ANY): Likewise.
9791 * sysdeps/unix/sysv/linux/ia64/bits/sem.h [__USE_MISC]
9792 (SEM_STAT_ANY): Likewise.
9793 * sysdeps/unix/sysv/linux/mips/bits/sem.h [__USE_MISC]
9794 (SEM_STAT_ANY): Likewise.
9795 * sysdeps/unix/sysv/linux/powerpc/bits/sem.h [__USE_MISC]
9796 (SEM_STAT_ANY): Likewise.
9797 * sysdeps/unix/sysv/linux/s390/bits/sem.h [__USE_MISC]
9798 (SEM_STAT_ANY): Likewise.
9799 * sysdeps/unix/sysv/linux/sparc/bits/sem.h [__USE_MISC]
9800 (SEM_STAT_ANY): Likewise.
9801 * sysdeps/unix/sysv/linux/x86/bits/sem.h [__USE_MISC]
9802 (SEM_STAT_ANY): Likewise.
9803
9804 * sysdeps/unix/sysv/linux/alpha/bits/msq.h [__USE_MISC]
9805 (MSG_STAT_ANY): New macro.
9806 * sysdeps/unix/sysv/linux/bits/msq.h [__USE_MISC]
9807 (MSG_STAT_ANY): Likewise.
9808 * sysdeps/unix/sysv/linux/generic/bits/msq.h [__USE_MISC]
9809 (MSG_STAT_ANY): Likewise.
9810 * sysdeps/unix/sysv/linux/hppa/bits/msq.h [__USE_MISC]
9811 (MSG_STAT_ANY): Likewise.
9812 * sysdeps/unix/sysv/linux/ia64/bits/msq.h [__USE_MISC]
9813 (MSG_STAT_ANY): Likewise.
9814 * sysdeps/unix/sysv/linux/mips/bits/msq.h [__USE_MISC]
9815 (MSG_STAT_ANY): Likewise.
9816 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h [__USE_MISC]
9817 (MSG_STAT_ANY): Likewise.
9818 * sysdeps/unix/sysv/linux/s390/bits/msq.h [__USE_MISC]
9819 (MSG_STAT_ANY): Likewise.
9820 * sysdeps/unix/sysv/linux/sparc/bits/msq.h [__USE_MISC]
9821 (MSG_STAT_ANY): Likewise.
9822 * sysdeps/unix/sysv/linux/x86/bits/msq.h [__USE_MISC]
9823 (MSG_STAT_ANY): Likewise.
9824
9825 * sysdeps/unix/sysv/linux/hppa/bits/mman.h [__USE_MISC]
9826 (MAP_TYPE): Change value to 0x2b.
9827
9828 2018-06-18 Florian Weimer <fweimer@redhat.com>
9829
9830 [BZ #15722]
9831 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Create Netlink
9832 socket with SOCK_CLOEXEC.
9833
9834 2018-06-18 Joseph Myers <joseph@codesourcery.com>
9835
9836 [BZ #23303]
9837 * sysdeps/powerpc/powerpc64/le/Makefile
9838 (CFLAGS-tst-strtod-nan-sign.c): Add -mfloat128.
9839 (CFLAGS-tst-wcstod-nan-sign.c): Likewise.
9840 (gnulib-tests): Also add $(f128-loader-link) for
9841 tst-strtod-nan-sign abd tst-wcstod-nan-sign.
9842
9843 2018-06-15 Samuel Thibault <samuel.thibault@ens-lyon.org>
9844
9845 * include/sys/sendfile.h (__sendfile64): Declare hidden prototype.
9846 * sysdeps/mach/hurd/sendfile.c (sendfile): Call __sendfile64 instead
9847 of sendfile.
9848 * sysdeps/mach/hurd/sendfile64.c (sendfile64): Rename to __sendfile64.
9849 (sendfile64): New strong alias.
9850 * sysdeps/mach/hurd/lseek.c: Include <errno.h>.
9851 * sysdeps/mach/hurd/lseek.c (__libc_lseek): Check that the value
9852 returned by __lseek64 can fit off_t, return EOVERFLOW otherwise.
9853 * sysdeps/htl/pthreadP.h (___pthread_get_cleanup_stack): Add hidden
9854 attribute.
9855 * htl/pt-join.c (__pthread_get_cleanup_stack): Define to
9856 ___pthread_get_cleanup_stack.
9857 * sysdeps/mach/hurd/localplt.data (ld.so): Make ref to __open optional.
9858 * sysdeps/mach/include/mach-shortcuts-hidden.h: New file.
9859 * mach/shortcut.awk: Make syscall stubs include
9860 <mach-shortcuts-hidden.h> and add hidden definition.
9861 * sysdeps/mach/include/mach.h: Include <mach-shortcuts-hidden.h>.
9862 (__mach_msg): Add hidden prototype.
9863 * mach/msg.c: Include <mach.h>.
9864 (__mach_msg): Add hidden definition.
9865 * mach/Makefile ($(mach-syscalls:%=$(objpfx))): Add hidden definition.
9866 * sysdeps/mach/include/mach/mach_traps.h (__mach_reply_port,
9867 __mach_thread_self, __mach_task_self, __mach_host_self, __swtch,
9868 __swtch_pri, __thread_switch, __evc_wait): Add hidden prototypes.
9869 * sysdeps/mach/hurd/localplt.data (siglongjmp, longjmp,
9870 __libc_lseek64, _IO_funlockfile): Whitelist PLT references.
9871 * sysdeps/hurd/include/hurd/signal.h (_hurd_self_sigstate): Add hidden
9872 prototype and definition.
9873 * sysdeps/mach/hurd/i386/____longjmp_chk.S (____longjmp_chk): Use
9874 hidden target for _hurd_self_sigstate.
9875
9876 2018-06-15 Joseph Myers <joseph@codesourcery.com>
9877
9878 [BZ #23007]
9879 * stdlib/tst-strtod-nan-sign-main.c: New file.
9880 * stdlib/tst-strtod-nan-sign.c: Likewise.
9881 * wcsmbs/tst-wcstod-nan-sign.c: Likewise.
9882 * stdlib/Makefile (tests): Add tst-strtod-nan-sign.
9883 ($(objpfx)tst-strtod-nan-sign): Depend on $(libm).
9884 * wcsmbs/Makefile (tests) Add tst-wcstod-nan-sign.
9885 ($(objpfx)tst-wcstod-nan-sign): Depend on $(libm).
9886
9887 2018-06-15 Herman ten Brugge <hermantenbrugge@home.nl>
9888
9889 [BZ #23007]
9890 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Return NaN of
9891 appropriate sign.
9892
9893 2018-06-14 Florian Weimer <fweimer@redhat.com>
9894
9895 [BZ #23290]
9896 * localedata/charmaps/IBM273: Map codepoint 0xbc to U+00AF, so
9897 that the result stays within the ISO-8859-1 range.
9898 * iconvdata/ibm273.c (HAS_HOLES): Define as 0 because all 256
9899 characters are defined in IBM273.
9900
9901 2018-06-14 Samuel Thibault <samuel.thibault@ens-lyon.org>
9902
9903 * sysdeps/mach/include/mach/mach_traps.h (__mach_thread_self,
9904 __mach_task_self): Remove attribute_hidden.
9905
9906 2018-06-14 Joseph Myers <joseph@codesourcery.com>
9907
9908 * string/tester.c (test_strncat) [__GNUC_PREREQ (7, 0)]: Also
9909 ignore -Wrestrict for one test.
9910
9911 2018-06-14 Steve Ellcey <sellcey@caviumnetworks.com>
9912 Szabolcs Nagy <szabolcs.nagy@arm.com>
9913
9914 * sysdeps/unix/sysv/linux/aarch64/gettimeofday.c: New file.
9915
9916 2018-06-14 Florian Weimer <fweimer@redhat.com>
9917
9918 * scripts/update-abilist.sh: Accept empty list of files to patch.
9919
9920 2018-06-13 Samuel Thibault <samuel.thibault@ens-lyon.org>
9921
9922 * sysdeps/mach/hurd/i386/Makefile (test-xfail-check-abi-libhurduser,
9923 test-xfail-check-abi-libmachuser): Add.
9924 * sysdeps/mach/hurd/localplt.data (ld.so): Add __open64, rename
9925 __libc_read and __libc_write to __read and __write.
9926 * sysdeps/hurd/include/hurd/port.h: New file.
9927 * mach/mach/mach_traps.h (__mach_reply_port, __mach_thread_self,
9928 __mach_task_self, __mach_host_self, __swtch, __swtch_pri,
9929 __thread_switch, __evc_wait): Move declarations to...
9930 * sysdeps/mach/include/mach/mach_traps.h: ... new file, and add
9931 attribute_hidden.
9932 * sysdeps/mach/hurd/i386/____longjmp_chk.S (____longjmp_chk): Do not
9933 use PLT to call _hurd_self_sigstate.
9934
9935 2018-06-13 Joseph Myers <joseph@codesourcery.com>
9936
9937 [BZ #23279]
9938 * stdlib/strtod_l.c (round_and_return): Handle an exponent of
9939 MAX_EXP as overflowing.
9940 * stdlib/gen-tst-strtod-round.c (string_to_fp): Clear MPFR
9941 overflow flag.
9942 (round_str): Output also whether result overflows in each rounding
9943 mode.
9944 * stdlib/tst-strtod-round-data: Add more tests.
9945 * stdlib/tst-strtod-round-data.h: Regenerated.
9946 * stdlib/tst-strtod-round-skeleton.c (_XNTRY): Update comment.
9947 (TEST): Handle extra arguments for overflow flags.
9948 (struct test_overflow): New type.
9949 [!FE_OVERFLOW] (FE_OVERFLOW): Define to 0.
9950 (GEN_ONE_TEST): Clear all exceptions. Test overflow flag.
9951 (test_in_one_mode): Take argument with overflow information.
9952 (do_test): Update calls to test_in_one_mode.
9953
9954 2018-06-12 Carlos O'Donell <carlos@redhat.com>
9955
9956 * elf/dl-load (_dl_dst_substitute): Correct comment.
9957 (_dl_dst_count): Likewise.
9958
9959 * nptl/pthread_mutex_timedlock.c (__pthread_mutex_timedlock): Call
9960 lll_futex_timed_wait.
9961
9962 2018-06-12 Joseph Myers <joseph@codesourcery.com>
9963
9964 [BZ #23277]
9965 * math/bits/mathcalls.h [__USE_ISOC99] (nan): Do not use __const__
9966 attribute.
9967 * math/test-nan-const.c: New file.
9968 * math/Makefile (tests): Add test-nan-const.
9969 (CFLAGS-test-nan-const.c): New variable.
9970
9971 2018-06-12 H.J. Lu <hongjiu.lu@intel.com>
9972
9973 * benchtests/scripts/compare_strings.py (process_results): Add
9974 funcs argument. Compare only functions which are selected.
9975 (main): Check if base function is among selected functions.
9976 Pass selected functions to process_results.
9977 (__main__): Add -f/--functions argument.
9978
9979 2018-06-12 Minfeng Kang <minfeng.kang@hxt-semitech.com>
9980 Hongbo Zhang <hongbo.zhang@linaro.org>
9981
9982 * sysdeps/aarch64/multiarch/memcpy.c (libc_ifunc): reuse
9983 __memcpy_falkor for phecda core.
9984 * sysdeps/aarch64/multiarch/memmove.c (libc_ifunc): reuse
9985 __memmove_falkor for phecda core.
9986 * sysdeps/aarch64/multiarch/memset.c (libc_ifunc): reuse
9987 __memset_falkor for phecda core.
9988 * sysdeps/unix/sysv/linux/aarch64/cpu-features.c: add MIDR entry
9989 for phecda core.
9990 * sysdeps/unix/sysv/linux/aarch64/cpu-features.h (IS_PHECDA): add
9991 macro to identify phecda core.
9992
9993 2018-06-12 Carlos O'Donell <carlos@redhat.com>
9994 Andreas Schwab <schwab@suse.de>
9995 Dmitry V. Levin <ldv@altlinux.org>
9996 Florian Weimer <fweimer@redhat.com>
9997
9998 [BZ #23102]
9999 [BZ #21942]
10000 [BZ #18018]
10001 [BZ #23259]
10002 CVE-2011-0536
10003 * elf/dl-dst.h: Remove DL_DST_COUNT.
10004 * elf/dl-deps.c (expand_dst): Call _dl_dst_count.
10005 * elf/dl-load.c (is_trusted_path_normalize): Don't handle colons.
10006 (is_dst): Comment. Support ELF gABI.
10007 (_dl_dst_count): Comment. Simplify and count DSTs.
10008 (_dl_dst_substitute): Comment. Support __libc_enable_secure handling.
10009 (expand_dybamic_string_token): Comment. Call _dl_dst_count. Rename
10010 locals.
10011
10012 2018-06-12 Zack Weinberg <zackw@panix.com>
10013
10014 * elf/dl-load.c, elf/dl-misc.c, elf/dl-profile.c, elf/rtld.c
10015 * sysdeps/unix/sysv/linux/dl-sysdep.c
10016 Include not-cancel.h. Use __close_nocancel instead of __close,
10017 __open64_nocancel instead of __open, __read_nocancel instead of
10018 __libc_read, and __write_nocancel instead of __libc_write.
10019
10020 * csu/check_fds.c (check_one_fd)
10021 * sysdeps/posix/fdopendir.c (__fdopendir)
10022 * sysdeps/posix/opendir.c (__alloc_dir): Use __fcntl_nocancel
10023 instead of __fcntl and/or __libc_fcntl.
10024
10025 * sysdeps/unix/sysv/linux/pthread_setname.c (pthread_setname_np)
10026 * sysdeps/unix/sysv/linux/pthread_getname.c (pthread_getname_np)
10027 * sysdeps/unix/sysv/linux/i386/smp.h (is_smp_system):
10028 Use __open64_nocancel instead of __open_nocancel.
10029
10030 * sysdeps/unix/sysv/linux/not-cancel.h: Move all of the
10031 hidden_proto declarations to the end and issue them if either
10032 IS_IN(libc) or IS_IN(rtld).
10033 * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
10034 Add close_nocancel, fcntl_nocancel, nanosleep_nocancel,
10035 open_nocancel, open64_nocancel, openat_nocancel, pause_nocancel,
10036 read_nocancel, waitpid_nocancel, write_nocancel.
10037
10038 * io/Versions [GLIBC_PRIVATE]: Add __libc_fcntl,
10039 __fcntl_nocancel, __open64_nocancel, __write_nocancel.
10040 * posix/Versions: Add __nanosleep_nocancel, __pause_nocancel.
10041
10042 * nptl/pt-fcntl.c: New file.
10043 * nptl/Makefile (pthread-compat-wrappers): Remove fcntl.
10044 (libpthread-routines): Add pt-fcntl.
10045 * include/fcntl.h (__fcntl_nocancel_adjusted): New function.
10046 (__libc_fcntl): Remove attribute_hidden.
10047 * sysdeps/unix/sysv/linux/fcntl.c (__libc_fcntl): Call
10048 __fcntl_nocancel_adjusted, not fcntl_common.
10049 (__fcntl_nocancel): Move to new file fcntl_nocancel.c.
10050 (fcntl_common): Rename to __fcntl_nocancel_adjusted; also move
10051 to fcntl_nocancel.c.
10052 * sysdeps/unix/sysv/linux/fcntl_nocancel.c: New file.
10053 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c: Remove file.
10054 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
10055 Define FCNTL_ADJUST_CMD here, as a self-contained macro.
10056
10057 * sysdeps/unix/sysv/linux/close.c: Move __close_nocancel to...
10058 * sysdeps/unix/sysv/linux/close_nocancel.c: ...this new file.
10059 * sysdeps/unix/sysv/linux/nanosleep.c: Move __nanosleep_nocancel to...
10060 * sysdeps/unix/sysv/linux/nanosleep_nocancel.c: ...this new file.
10061 * sysdeps/unix/sysv/linux/open.c: Move __open_nocancel to...
10062 * sysdeps/unix/sysv/linux/open_nocancel.c: ...this new file.
10063 * sysdeps/unix/sysv/linux/open64.c: Move __open64_nocancel to...
10064 * sysdeps/unix/sysv/linux/open64_nocancel.c: ...this new file.
10065 * sysdeps/unix/sysv/linux/openat.c: Move __openat_nocancel to...
10066 * sysdeps/unix/sysv/linux/openat_nocancel.c: ...this new file.
10067 * sysdeps/unix/sysv/linux/openat64.c: Move __openat64_nocancel to...
10068 * sysdeps/unix/sysv/linux/openat64_nocancel.c: ...this new file.
10069 * sysdeps/unix/sysv/linux/pause.c: Move __pause_nocancel to...
10070 * sysdeps/unix/sysv/linux/pause_nocancel.c: ...this new file.
10071 * sysdeps/unix/sysv/linux/read.c: Move __read_nocancel to...
10072 * sysdeps/unix/sysv/linux/read_nocancel.c: ...this new file.
10073 * sysdeps/unix/sysv/linux/waitpid.c: Move __waitpid_nocancel to...
10074 * sysdeps/unix/sysv/linux/waitpid_nocancel.c: ...this new file.
10075 * sysdeps/unix/sysv/linux/write.c: Move __write_nocancel to...
10076 * sysdeps/unix/sysv/linux/write_nocancel.c: ...this new file.
10077
10078 * sysdeps/unix/sysv/linux/nios2/Makefile: Don't override
10079 libpthread-routines.
10080 * sysdeps/unix/sysv/linux/nios2/pt-vfork.S: New file which
10081 defines nothing.
10082
10083 * sysdeps/mach/hurd/dl-sysdep.c: Define __read instead of
10084 __libc_read, and __write instead of __libc_write. Define
10085 __open64 in addition to __open.
10086
10087 2018-06-12 H.J. Lu <hongjiu.lu@intel.com>
10088
10089 [BZ #23250]
10090 [BZ #10686]
10091 * sysdeps/i386/nptl/tls.h (tcbhead_t): Change __private_tm[4]
10092 to _private_tm[3] and add __glibc_reserved2.
10093 Add _Static_assert of offset of __private_ss == 0x30.
10094 * sysdeps/x86_64/nptl/tls.h: Add _Static_assert of offset of
10095 __private_ss == 0x40 for ILP32 and == 0x70 for LP64.
10096
10097 2018-06-12 Florian Weimer <fweimer@redhat.com>
10098
10099 x86: Make strncmp usable from rtld.
10100 * sysdeps/i386/i686/multiarch/strncmp-c.c: Only rename strncmp to
10101 __strncmp_ia32 if in libc (and not in rtld).
10102 * sysdeps/x86_64/multiarch/strncmp-sse2.S: Rename strcmp to
10103 strncmp if not in libc (and not to __strncmp_sse2).
10104
10105 2018-06-12 Rafal Luzynski <digitalfreak@lingonborough.com>
10106
10107 [BZ #23140]
10108 * localedata/locales/gd_GB (mon): Rename to...
10109 (alt_mon): This.
10110 (mon): Import from CLDR (genitive case).
10111 * localedata/locales/hsb_DE (mon): Rename to...
10112 (alt_mon): This.
10113 (mon): Import from CLDR (genitive case).
10114 * localedata/locales/wa_BE (mon): Rename to...
10115 (alt_mon): This.
10116 (mon): Add, fill with the proper genitive forms, but CLDR data
10117 is incomplete; completed according to the comments in this file.
10118 (d_t_fmt): Do not use "di" before the month name, no longer needed.
10119
10120 * localedata/locales/wa_BE (country_name): Reword
10121 "Beljike" -> "Beldjike".
10122
10123 2018-06-11 Joseph Myers <joseph@codesourcery.com>
10124
10125 [BZ #23272]
10126 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Start by handling all
10127 cases of non-finite arguments.
10128 * math/libm-test-fma.inc (fma_test_data): Add more tests.
10129
10130 2018-06-10 John David Anglin <danglin@gcc.gnu.org>
10131
10132 [BZ #23174]
10133 * sysdeps/unix/sysv/linux/hppa/Makefile: xfail check-execstack.
10134
10135 2018-06-08 Adhemerval Zanella <adhemerval.zanella@linaro.org>
10136
10137 [BZ #23264]
10138 * include/unistd.h (__execvpex): New prototype.
10139 * posix/Makefile (tests): Add tst-spawn4.
10140 (tests-internal): Add tst-spawn4-compat.
10141 * posix/execvpe.c (__execvpe_common, __execvpex): New functions.
10142 * posix/tst-spawn4-compat.c: New file.
10143 * posix/tst-spawn4.c: Likewise.
10144 * sysdeps/unix/sysv/linux/spawni.c (__spawni): Do not interpret invalid
10145 binaries as shell scripts.
10146 * sysdeps/posix/spawni.c (__spawni): Likewise.
10147
10148 2018-06-08 H.J. Lu <hongjiu.lu@intel.com>
10149
10150 [BZ #23145]
10151 * elf/Makefile (tests-special): Add $(objpfx)check-initfini.out.
10152 ($(all-built-dso:=.dynsym): New target.
10153 (common-generated): Add $(all-built-dso:$(common-objpfx)%=%.dynsym).
10154 ($(objpfx)check-initfini.out): New target.
10155 (generated): Add check-initfini.out.
10156 * scripts/check-initfini.awk: New file.
10157 * sysdeps/aarch64/crti.S (_init): Mark as hidden.
10158 (_fini): Likewise.
10159 * sysdeps/alpha/crti.S (_init): Mark as hidden.
10160 (_fini): Likewise.
10161 * sysdeps/arm/crti.S (_init): Mark as hidden.
10162 (_fini): Likewise.
10163 * sysdeps/hppa/crti.S (_init): Mark as hidden.
10164 (_fini): Likewise.
10165 * sysdeps/i386/crti.S (_init): Mark as hidden.
10166 (_fini): Likewise.
10167 * sysdeps/ia64/crti.S (_init): Mark as hidden.
10168 (_fini): Likewise.
10169 * sysdeps/m68k/crti.S (_init): Mark as hidden.
10170 (_fini): Likewise.
10171 * sysdeps/microblaze/crti.S (_init): Mark as hidden.
10172 (_fini): Likewise.
10173 * sysdeps/mips/mips32/crti.S (_init): Mark as hidden.
10174 (_fini): Likewise.
10175 * sysdeps/mips/mips64/n32/crti.S (_init): Mark as hidden.
10176 (_fini): Likewise.
10177 * sysdeps/mips/mips64/n64/crti.S (_init): Mark as hidden.
10178 (_fini): Likewise.
10179 * sysdeps/nios2/crti.S (_init): Mark as hidden.
10180 (_fini): Likewise.
10181 * sysdeps/powerpc/powerpc32/crti.S (_init): Mark as hidden.
10182 (_fini): Likewise.
10183 * sysdeps/powerpc/powerpc64/crti.S (_init): Mark as hidden.
10184 (_fini): Likewise.
10185 * sysdeps/s390/s390-32/crti.S (_init): Mark as hidden.
10186 (_fini): Likewise.
10187 * sysdeps/s390/s390-64/crti.S (_init): Mark as hidden.
10188 (_fini): Likewise.
10189 * sysdeps/sh/crti.S (_init): Mark as hidden.
10190 (_fini): Likewise.
10191 * sysdeps/sparc/crti.S (_init): Mark as hidden.
10192 (_fini): Likewise.
10193 * sysdeps/x86_64/crti.S (_init): Mark as hidden.
10194 (_fini): Likewise.
10195
10196 2018-06-06 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
10197
10198 * sysdeps/powerpc/powerpc64/le/fpu/e_sqrtf128.c
10199 [__HAVE_FLOAT128_UNLIKE_LDBL] (TFtype, TF): Restrict TFtype
10200 and TF redirection to KFtype and KF only when the default
10201 long double type is not the IEEE 128-bit floating point type.
10202
10203 2018-06-05 Joseph Myers <joseph@codesourcery.com>
10204
10205 * sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_DIT): New
10206 macro.
10207 (HWCAP_USCAT): Likewise.
10208 (HWCAP_ILRCPC): Likewise.
10209 (HWCAP_FLAGM): Likewise.
10210 * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c (_DL_HWCAP_COUNT):
10211 Increase to 28.
10212 (_dl_aarch64_cap_flags): Add new flag names.
10213
10214 * sysdeps/unix/sysv/linux/aarch64/bits/mman.h [__USE_MISC]
10215 (MAP_FIXED_NOREPLACE): New macro.
10216 * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_MISC]
10217 (MAP_FIXED_NOREPLACE): Likewise.
10218 * sysdeps/unix/sysv/linux/arm/bits/mman.h [__USE_MISC]
10219 (MAP_FIXED_NOREPLACE): Likewise.
10220 * sysdeps/unix/sysv/linux/hppa/bits/mman.h [__USE_MISC]
10221 (MAP_FIXED_NOREPLACE): Likewise.
10222 * sysdeps/unix/sysv/linux/ia64/bits/mman.h [__USE_MISC]
10223 (MAP_FIXED_NOREPLACE): Likewise.
10224 * sysdeps/unix/sysv/linux/m68k/bits/mman.h [__USE_MISC]
10225 (MAP_FIXED_NOREPLACE): Likewise.
10226 * sysdeps/unix/sysv/linux/microblaze/bits/mman.h [__USE_MISC]
10227 (MAP_FIXED_NOREPLACE): Likewise.
10228 * sysdeps/unix/sysv/linux/mips/bits/mman.h [__USE_MISC]
10229 (MAP_FIXED_NOREPLACE): Likewise.
10230 * sysdeps/unix/sysv/linux/nios2/bits/mman.h [__USE_MISC]
10231 (MAP_FIXED_NOREPLACE): Likewise.
10232 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h [__USE_MISC]
10233 (MAP_FIXED_NOREPLACE): Likewise.
10234 * sysdeps/unix/sysv/linux/riscv/bits/mman.h [__USE_MISC]
10235 (MAP_FIXED_NOREPLACE): Likewise.
10236 * sysdeps/unix/sysv/linux/s390/bits/mman.h [__USE_MISC]
10237 (MAP_FIXED_NOREPLACE): Likewise.
10238 * sysdeps/unix/sysv/linux/sh/bits/mman.h [__USE_MISC]
10239 (MAP_FIXED_NOREPLACE): Likewise.
10240 * sysdeps/unix/sysv/linux/sparc/bits/mman.h [__USE_MISC]
10241 (MAP_FIXED_NOREPLACE): Likewise.
10242 * sysdeps/unix/sysv/linux/x86/bits/mman.h [__USE_MISC]
10243 (MAP_FIXED_NOREPLACE): Likewise.
10244
10245 * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
10246 version to 4.17.
10247
10248 2018-06-04 Joseph Myers <joseph@codesourcery.com>
10249
10250 * scripts/build-many-glibcs.py (Context.checkout): Default Linux
10251 version to 4.17
10252
10253 2018-06-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
10254
10255 * bits/shm.h (struct shmid_ds): Make shm_segsz field size_t instead of
10256 int.
10257 * sysdeps/gnu/bits/shm.h (struct shmid_ds): Likewise.
10258
10259 2018-06-01 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com>
10260
10261 * benchtests/scripts/compare_string.py: (process_results) Catch
10262 exception in non-existent base_func and catch exception in
10263 non-existent attribute.
10264 (parse_file) Catch exception if input file does not exist.
10265
10266 2018-06-01 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com>
10267
10268 * benchtests/scripts/compare_string.py: Add --no-diff and --no-header
10269 options to avoid diff calculation and omit header, respectively.
10270 (main): process --no-diff and --no-header
10271
10272 2018-06-01 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com>
10273 H.J. Lu <hongjiu.lu@intel.com>
10274
10275 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
10276 strcmp-avx2, strncmp-avx2, wcscmp-avx2, wcscmp-sse2, wcsncmp-avx2 and
10277 wcsncmp-sse2.
10278 * sysdeps/x86_64/multiarch/ifunc-impl-list.c
10279 (__libc_ifunc_impl_list): Add tests for __strcmp_avx2,
10280 __strncmp_avx2, __wcscmp_avx2, __wcsncmp_avx2, __wcscmp_sse2
10281 and __wcsncmp_sse2.
10282 * sysdeps/x86_64/multiarch/strcmp.c (OPTIMIZE (avx2)):
10283 (IFUNC_SELECTOR): Return OPTIMIZE (avx2) on AVX 2 machines if
10284 AVX unaligned load is fast and vzeroupper is preferred.
10285 * sysdeps/x86_64/multiarch/strncmp.c: Likewise.
10286 * sysdeps/x86_64/multiarch/strcmp-avx2.S: New file.
10287 * sysdeps/x86_64/multiarch/strncmp-avx2.S: Likewise.
10288 * sysdeps/x86_64/multiarch/wcscmp-avx2.S: Likewise.
10289 * sysdeps/x86_64/multiarch/wcscmp-sse2.S: Likewise.
10290 * sysdeps/x86_64/multiarch/wcscmp.c: Likewise.
10291 * sysdeps/x86_64/multiarch/wcsncmp-avx2.S: Likewise.
10292 * sysdeps/x86_64/multiarch/wcsncmp-sse2.c: Likewise.
10293 * sysdeps/x86_64/multiarch/wcsncmp.c: Likewise.
10294 * sysdeps/x86_64/wcscmp.S (__wcscmp): Add alias only if __wcscmp
10295 is undefined.
10296
10297 2018-06-01 Florian Weimer <fweimer@redhat.com>
10298
10299 * sysdeps/i386/fpu/libm-test-ulps: Update with results from
10300 configuring with --disable-multi-arch, building with
10301 “-march=x86-64 -mtune=generic -mfpmath=sse” and running on a
10302 Haswell-era CPU.
10303
10304 2018-06-01 Florian Weimer <fweimer@redhat.com>
10305
10306 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Update with
10307 results from building with “-march=x86-64 -mtune=generic
10308 -mfpmath=sse” and running on a Haswell-era CPU.
10309
10310 2018-06-01 Joseph Myers <joseph@codesourcery.com>
10311
10312 [BZ #18473]
10313 * soft-fp/sqrttf2.c: Remove file.
10314 * soft-fp/sqrtdf2.c: Move to ....
10315 * sysdeps/powerpc/nofpu/sqrtdf2.c: ... here. Include
10316 <shlib-compat.h>.
10317 (__sqrtdf2): Make conditional on
10318 [SHLIB_COMPAT (libc, GLIBC_2_3_2, GLIBC_2_28)]. Define as compat
10319 symbol.
10320 * soft-fp/sqrtsf2.c: Move to ....
10321 * sysdeps/powerpc/nofpu/sqrtsf2.c: ... here. Include
10322 <shlib-compat.h>.
10323 (__sqrtsf2): Make conditional on
10324 [SHLIB_COMPAT (libc, GLIBC_2_3_2, GLIBC_2_28)]. Define as compat
10325 symbol.
10326 * soft-fp/Makefile (gcc-single-routines): Remove sqrtsf2.
10327 (gcc-double-routines): Remove sqrtdf2.
10328 (gcc-quad-routines): Remove sqrttf2.
10329 * sysdeps/nios2/Makefile [$(subdir) = soft-fp] (sysdep_routines):
10330 Do not filter out sqrtsf2 and sqrtdf2.
10331 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
10332 (sysdep_routines): Add sqrtsf2 and sqrtdf2.
10333
10334 2018-06-01 Florian Weimer <fweimer@redhat.com>
10335
10336 * sysdeps/generic/libcidn.abilist: Remove file.
10337
10338 2018-06-01 Florian Weimer <fweimer@redhat.com>
10339
10340 [BZ #23236]
10341 * libio/strfile.h (struct _IO_str_fields): Rename members to
10342 discourage their use and add comment.
10343 (_IO_STR_DYNAMIC): Remove unused macro.
10344 * libio/strops.c (_IO_str_init_static_internal): Do not use
10345 callback pointers. Call malloc and free.
10346 (_IO_str_overflow): Do not use callback pointers. Call malloc
10347 and free.
10348 (enlarge_userbuf): Likewise.
10349 (_IO_str_finish): Call free.
10350 * libio/wstrops.c (_IO_wstr_init_static): Initialize
10351 _allocate_buffer_unused.
10352 (_IO_wstr_overflow): Do not use callback pointers. Call malloc
10353 and free.
10354 (enlarge_userbuf): Likewise.
10355 (_IO_wstr_finish): Call free.
10356 * debug/vasprintf_chk.c (__vasprintf_chk): Initialize
10357 _allocate_buffer_unused, _free_buffer_unused.
10358 * libio/memstream.c (__open_memstream): Likewise.
10359 * libio/vasprintf.c (_IO_vasprintf): Likewise.
10360 * libio/wmemstream.c (open_wmemstream): Likewise.
10361
10362 2018-05-30 Paul Pluzhnikov <ppluzhnikov@google.com>
10363
10364 * sysdeps/x86_64/fpu/libm-test-ulps (log_vlen8_avx2): Update for
10365 AMD Ryzen 7 1800X.
10366
10367 2018-05-30 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
10368
10369 * sysdeps/powerpc/powerpc64/le/fpu/multiarch/Makefile: New file to
10370 add w_sqrtf128-power9 and w_sqrtf128-ppc64le to libm-sysdep_routines.
10371 * sysdeps/powerpc/powerpc64/le/fpu/multiarch/w_sqrtf128-power9.c:
10372 New file.
10373 * sysdeps/powerpc/powerpc64/le/fpu/multiarch/w_sqrtf128-ppc64le.c:
10374 Likewise.
10375 * sysdeps/powerpc/powerpc64/le/fpu/multiarch/w_sqrtf128.c: Likewise.
10376
10377 2018-05-29 Florian Weimer <fweimer@redhat.com>
10378
10379 * support/Makefile (libsupport-routines): Add
10380 xpthread_barrierattr_destroy, xpthread_barrierattr_init,
10381 xpthread_barrierattr_setpshared.
10382 * support/xpthread_barrierattr_destroy.c: New file.
10383 * support/xpthread_barrierattr_init.c: Likewise.
10384 * support/xpthread_barrierattr_setpshared.c: Likewise.
10385
10386 2018-05-29 H.J. Lu <hongjiu.lu@intel.com>
10387
10388 [BZ #23206]
10389 * elf/dl-reloc-static-pie.c (_dl_relocate_static_pie): Initialize
10390 _r_debug and update DT_DEBUG for debugger.
10391
10392 2018-05-29 Florian Weimer <fweimer@redhat.com>
10393
10394 * stdlib/Makefile (tst-strtod1i.out): Depend on generated locales.
10395 (tst-strtod5i.out): Likewise.
10396
10397 2018-05-25 Joseph Myers <joseph@codesourcery.com>
10398
10399 * sysdeps/sparc/sparc64/Implies: Remove sparc/sparc64/soft-fp.
10400 * sysdeps/sparc/sparc64/Makefile [$(subdir) = soft-fp]
10401 (sparc64-quad-routines): New variable. Moved from ....
10402 [$(subdir) = soft-fp] (sysdep_routines): Add
10403 $(sparc64-quad-routines). Moved from ....
10404 [$(subdir) = math] (CPPFLAGS): Add -I../soft-fp/. Moved from ....
10405 * sysdeps/sparc/sparc64/soft-fp/Makefile: ... here. Remove file.
10406 * sysdeps/sparc/sparc64/Versions (libc): Add GLIBC_2.2 symbols
10407 moved from ....
10408 * sysdeps/sparc/sparc64/soft-fp/Versions: ... here. Remove file.
10409 * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: Remove file.
10410 * sysdeps/sparc/sparc64/soft-fp/qp_add.c: Move to ....
10411 * sysdeps/sparc/sparc64/qp_add.c: ... here.
10412 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Move to ....
10413 * sysdeps/sparc/sparc64/qp_cmp.c: ... here.
10414 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Move to ....
10415 * sysdeps/sparc/sparc64/qp_cmpe.c: ... here.
10416 * sysdeps/sparc/sparc64/soft-fp/qp_div.c: Move to ....
10417 * sysdeps/sparc/sparc64/qp_div.c: ... here.
10418 * sysdeps/sparc/sparc64/soft-fp/qp_dtoq.c: Move to ....
10419 * sysdeps/sparc/sparc64/qp_dtoq.c: ... here.
10420 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Move to ....
10421 * sysdeps/sparc/sparc64/qp_feq.c: ... here.
10422 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Move to ....
10423 * sysdeps/sparc/sparc64/qp_fge.c: ... here.
10424 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Move to ....
10425 * sysdeps/sparc/sparc64/qp_fgt.c: ... here.
10426 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Move to ....
10427 * sysdeps/sparc/sparc64/qp_fle.c: ... here.
10428 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Move to ....
10429 * sysdeps/sparc/sparc64/qp_flt.c: ... here.
10430 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Move to ....
10431 * sysdeps/sparc/sparc64/qp_fne.c: ... here.
10432 * sysdeps/sparc/sparc64/soft-fp/qp_itoq.c: Move to ....
10433 * sysdeps/sparc/sparc64/qp_itoq.c: ... here.
10434 * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Move to ....
10435 * sysdeps/sparc/sparc64/qp_mul.c: ... here.
10436 * sysdeps/sparc/sparc64/soft-fp/qp_neg.S: Move to ....
10437 * sysdeps/sparc/sparc64/qp_neg.S: ... here.
10438 * sysdeps/sparc/sparc64/soft-fp/qp_qtod.c: Move to ....
10439 * sysdeps/sparc/sparc64/qp_qtod.c: ... here.
10440 * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Move to ....
10441 * sysdeps/sparc/sparc64/qp_qtoi.c: ... here.
10442 * sysdeps/sparc/sparc64/soft-fp/qp_qtos.c: Move to ....
10443 * sysdeps/sparc/sparc64/qp_qtos.c: ... here.
10444 * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Move to ....
10445 * sysdeps/sparc/sparc64/qp_qtoui.c: ... here.
10446 * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Move to ....
10447 * sysdeps/sparc/sparc64/qp_qtoux.c: ... here.
10448 * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Move to ....
10449 * sysdeps/sparc/sparc64/qp_qtox.c: ... here.
10450 * sysdeps/sparc/sparc64/soft-fp/qp_sqrt.c: Move to ....
10451 * sysdeps/sparc/sparc64/qp_sqrt.c: ... here.
10452 * sysdeps/sparc/sparc64/soft-fp/qp_stoq.c: Move to ....
10453 * sysdeps/sparc/sparc64/qp_stoq.c: ... here.
10454 * sysdeps/sparc/sparc64/soft-fp/qp_sub.c: Move to ....
10455 * sysdeps/sparc/sparc64/qp_sub.c: ... here.
10456 * sysdeps/sparc/sparc64/soft-fp/qp_uitoq.c: Move to ....
10457 * sysdeps/sparc/sparc64/qp_uitoq.c: ... here.
10458 * sysdeps/sparc/sparc64/soft-fp/qp_util.c: Move to ....
10459 * sysdeps/sparc/sparc64/qp_util.c: ... here.
10460 * sysdeps/sparc/sparc64/soft-fp/qp_uxtoq.c: Move to ....
10461 * sysdeps/sparc/sparc64/qp_uxtoq.c: ... here.
10462 * sysdeps/sparc/sparc64/soft-fp/qp_xtoq.c: Move to ....
10463 * sysdeps/sparc/sparc64/qp_xtoq.c: ... here.
10464 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Move to ....
10465 * sysdeps/sparc/sparc64/sfp-machine.h: ... here.
10466
10467 * sysdeps/sparc/sparc32/Implies: Remove sparc/sparc32/soft-fp.
10468 * sysdeps/sparc/sparc32/Makefile [$(subdir) = soft-fp]
10469 (sparc32-quad-routines): New variable. Moved from ....
10470 [$(subdir) = soft-fp] (sysdep_routines): Add
10471 $(sparc32-quad-routines). Moved from ....
10472 * sysdeps/sparc/sparc32/soft-fp/Makefile: ... here. Remove file.
10473 * sysdeps/sparc/sparc32/Versions (libc): Add GLIBC_2.4 symbols
10474 moved from ....
10475 * sysdeps/sparc/sparc32/soft-fp/Versions: ... here. Remove file.
10476 * sysdeps/sparc/sparc32/soft-fp/q_add.c: Move to ....
10477 * sysdeps/sparc/sparc32/q_add.c: ... here.
10478 * sysdeps/sparc/sparc32/soft-fp/q_cmp.c: Move to ....
10479 * sysdeps/sparc/sparc32/q_cmp.c: ... here.
10480 * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c: Move to ....
10481 * sysdeps/sparc/sparc32/q_cmpe.c: ... here.
10482 * sysdeps/sparc/sparc32/soft-fp/q_div.c: Move to ....
10483 * sysdeps/sparc/sparc32/q_div.c: ... here.
10484 * sysdeps/sparc/sparc32/soft-fp/q_dtoq.c: Move to ....
10485 * sysdeps/sparc/sparc32/q_dtoq.c: ... here.
10486 * sysdeps/sparc/sparc32/soft-fp/q_feq.c: Move to ....
10487 * sysdeps/sparc/sparc32/q_feq.c: ... here.
10488 * sysdeps/sparc/sparc32/soft-fp/q_fge.c: Move to ....
10489 * sysdeps/sparc/sparc32/q_fge.c: ... here.
10490 * sysdeps/sparc/sparc32/soft-fp/q_fgt.c: Move to ....
10491 * sysdeps/sparc/sparc32/q_fgt.c: ... here.
10492 * sysdeps/sparc/sparc32/soft-fp/q_fle.c: Move to ....
10493 * sysdeps/sparc/sparc32/q_fle.c: ... here.
10494 * sysdeps/sparc/sparc32/soft-fp/q_flt.c: Move to ....
10495 * sysdeps/sparc/sparc32/q_flt.c: ... here.
10496 * sysdeps/sparc/sparc32/soft-fp/q_fne.c: Move to ....
10497 * sysdeps/sparc/sparc32/q_fne.c: ... here.
10498 * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Move to ....
10499 * sysdeps/sparc/sparc32/q_itoq.c: ... here.
10500 * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Move to ....
10501 * sysdeps/sparc/sparc32/q_lltoq.c: ... here.
10502 * sysdeps/sparc/sparc32/soft-fp/q_mul.c: Move to ....
10503 * sysdeps/sparc/sparc32/q_mul.c: ... here.
10504 * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Move to ....
10505 * sysdeps/sparc/sparc32/q_neg.c: ... here.
10506 * sysdeps/sparc/sparc32/soft-fp/q_qtod.c: Move to ....
10507 * sysdeps/sparc/sparc32/q_qtod.c: ... here.
10508 * sysdeps/sparc/sparc32/soft-fp/q_qtoi.c: Move to ....
10509 * sysdeps/sparc/sparc32/q_qtoi.c: ... here.
10510 * sysdeps/sparc/sparc32/soft-fp/q_qtoll.c: Move to ....
10511 * sysdeps/sparc/sparc32/q_qtoll.c: ... here.
10512 * sysdeps/sparc/sparc32/soft-fp/q_qtos.c: Move to ....
10513 * sysdeps/sparc/sparc32/q_qtos.c: ... here.
10514 * sysdeps/sparc/sparc32/soft-fp/q_qtou.c: Move to ....
10515 * sysdeps/sparc/sparc32/q_qtou.c: ... here.
10516 * sysdeps/sparc/sparc32/soft-fp/q_qtoull.c: Move to ....
10517 * sysdeps/sparc/sparc32/q_qtoull.c: ... here.
10518 * sysdeps/sparc/sparc32/soft-fp/q_sqrt.c: Move to ....
10519 * sysdeps/sparc/sparc32/q_sqrt.c: ... here.
10520 * sysdeps/sparc/sparc32/soft-fp/q_stoq.c: Move to ....
10521 * sysdeps/sparc/sparc32/q_stoq.c: ... here.
10522 * sysdeps/sparc/sparc32/soft-fp/q_sub.c: Move to ....
10523 * sysdeps/sparc/sparc32/q_sub.c: ... here.
10524 * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Move to ....
10525 * sysdeps/sparc/sparc32/q_ulltoq.c: ... here.
10526 * sysdeps/sparc/sparc32/soft-fp/q_util.c: Move to ....
10527 * sysdeps/sparc/sparc32/q_util.c: ... here.
10528 * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Move to ....
10529 * sysdeps/sparc/sparc32/q_utoq.c: ... here.
10530 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h: Move to ....
10531 * sysdeps/sparc/sparc32/sfp-machine.h: ... here.
10532
10533 2018-05-24 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
10534 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
10535
10536 * sysdeps/powerpc/Implies: Removed. Previous contents copied to...
10537 * sysdeps/powerpc/powerpc32/Implies-after: ... here.
10538 * sysdeps/powerpc/powerpc64/be/Implies-after: ... here.
10539 * sysdeps/powerpc/powerpc64/le/Implies-before: ... and here.
10540
10541 2018-05-24 Joseph Myers <joseph@codesourcery.com>
10542
10543 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/Implies: Remove
10544 powerpc/soft-fp.
10545 * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
10546 Likewise.
10547 * sysdeps/powerpc/soft-fp/sfp-machine.h: Move to ....
10548 * sysdeps/powerpc/nofpu/sfp-machine.h: ... here.
10549
10550 2018-05-24 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
10551
10552 [BZ #23171]
10553 * math/math.h [C++] (iseqsig): Fix parameter type for the long
10554 double version.
10555
10556 2018-05-23 Joseph Myers <joseph@codesourcery.com>
10557
10558 * sysdeps/sh/Implies: Remove sh/soft-fp.
10559 * sysdeps/sh/soft-fp/sfp-machine.h: Move to ....
10560 * sysdeps/sh/sfp-machine.h: ... here.
10561
10562 2018-05-23 H.J. Lu <hongjiu.lu@intel.com>
10563
10564 * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S
10565 (__mempcpy_erms): Skip zero length.
10566 (__memmove_erms): Likewise.
10567 * sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S
10568 (__memset_erms): Likewise.
10569
10570 2018-05-23 Joseph Myers <joseph@codesourcery.com>
10571
10572 * sysdeps/alpha/Implies: Remove alpha/soft-fp.
10573 * sysdeps/alpha/Makefile [$(subdir) = soft-fp] (sysdep_routines):
10574 Add functions moved from ....
10575 [$(subdir) = math] (CPPFLAGS): Add -I../soft-fp. Moved from ....
10576 * sysdeps/alpha/soft-fp/Makefile: ... here. Remove file.
10577 * sysdeps/alpha/Versions (libc): Add GLIBC_2.3.4 symbols moved
10578 from ....
10579 * sysdeps/alpha/soft-fp/Versions: ... here. Remove file.
10580 * sysdeps/alpha/soft-fp/e_sqrtl.c: Move to ....
10581 * sysdeps/alpha/e_sqrtl.c: ... here.
10582 * sysdeps/alpha/soft-fp/local-soft-fp.h: Move to ....
10583 * sysdeps/alpha/local-soft-fp.h: ... here.
10584 * sysdeps/alpha/soft-fp/ots_add.c: Move to ....
10585 * sysdeps/alpha/ots_add.c: ... here.
10586 * sysdeps/alpha/soft-fp/ots_cmp.c: Move to ....
10587 * sysdeps/alpha/ots_cmp.c: ... here.
10588 * sysdeps/alpha/soft-fp/ots_cmpe.c: Move to ....
10589 * sysdeps/alpha/ots_cmpe.c: ... here.
10590 * sysdeps/alpha/soft-fp/ots_cvtqux.c: Move to ....
10591 * sysdeps/alpha/ots_cvtqux.c: ... here.
10592 * sysdeps/alpha/soft-fp/ots_cvtqx.c: Move to ....
10593 * sysdeps/alpha/ots_cvtqx.c: ... here.
10594 * sysdeps/alpha/soft-fp/ots_cvttx.c: Move to ....
10595 * sysdeps/alpha/ots_cvttx.c: ... here.
10596 * sysdeps/alpha/soft-fp/ots_cvtxq.c: Move to ....
10597 * sysdeps/alpha/ots_cvtxq.c: ... here.
10598 * sysdeps/alpha/soft-fp/ots_cvtxt.c: Move to ....
10599 * sysdeps/alpha/ots_cvtxt.c: ... here.
10600 * sysdeps/alpha/soft-fp/ots_div.c: Move to ....
10601 * sysdeps/alpha/ots_div.c: ... here.
10602 * sysdeps/alpha/soft-fp/ots_mul.c: Move to ....
10603 * sysdeps/alpha/ots_mul.c: ... here.
10604 * sysdeps/alpha/soft-fp/ots_nintxq.c: Move to ....
10605 * sysdeps/alpha/ots_nintxq.c: ... here.
10606 * sysdeps/alpha/soft-fp/ots_sub.c: Move to ....
10607 * sysdeps/alpha/ots_sub.c: ... here.
10608 * sysdeps/alpha/soft-fp/sfp-machine.h: Move to ....
10609 * sysdeps/alpha/sfp-machine.h: ... here.
10610
10611 2018-05-23 Florian Weimer <fweimer@redhat.com>
10612
10613 [BZ #19728]
10614 [BZ #19729]
10615 [BZ #22247]
10616 CVE-2016-6261
10617 CVE-2016-6263
10618 CVE-2017-14062
10619 Switch to extern IDNA implementation (libidn2).
10620 * libidn: Remove subdirectory.
10621 * LICENSES: Do not mention licensing conditions for the removed
10622 libidn code.
10623 * config.h.in (HAVE_LIBIDN): Remove.
10624 * include/dlfcn.h (__libc_dlopen): Update comment.
10625 * include/idna.h: Remove file.
10626 * inet/Makefile (routines): Add idna.
10627 (tests-static, tests-internal): Add tst-idna_name_classify.
10628 (LOCALES): Generate locales for tests.
10629 (tst-idna_name_classify.out): Depend on generated locales.
10630 * inet/idna_name_classify.c: New file.
10631 * inet/tst-idna_name_classify.c: Likewise.
10632 * inet/net-internal.h (__idna_to_dns_encoding)
10633 (__idna_from_dns_encoding): Declare.
10634 * inet/net-internal.h (enum idna_name_classification): Define.
10635 (__idna_name_classify): Declare.
10636 * inet/Versions (GLIBC_PRIVATE): Add __idna_to_dns_encoding,
10637 __idna_from_dns_encoding.
10638 * inet/getnameinfo.c (DEPRECATED_NI_IDN): Define.
10639 (gni_host_inet_name): Call __idna_from_dns_encoding. Use punycode
10640 name as a fallback in case of encoding errors.
10641 (getnameinfo): Use DEPRECATED_NI_IDN.
10642 * inet/idna.c: New file.
10643 * nscd/gai.c: Do not include <libidn/idn-stub.c>.
10644 * resolv/Makefile (tests): Add tst-resolv-ai_idn,
10645 tst-resolv-ai_idn-latin1, tst-resolv-ai_idn-nolibidn2.
10646 (modules-names): Add tst-no-libidn2.
10647 (extra-test-objs): Add tst-no-libidn2.os.
10648 (LDFLAGS-tst-no-libidn2.so): Set soname.
10649 (LOCALES): Set, and generate locales.
10650 (tst-resolv-ai_idn): Link with -ldl -lresolv -lpthread.
10651 (tst-resolv-ai_idn-latin1): Likewise.
10652 (tst-resolv-ai_idn-nolibidn2): Likewise.
10653 (tst-resolv-ai_idn.out): Depend on locales.
10654 (tst-resolv-ai_idn-latin1.out): Depend on locales.
10655 (tst-resolv-ai_idn-nolibidn2.out): Depend on locales and
10656 tst-no-libidn2.so.
10657 * resolv/netdb.h (AI_IDN_ALLOW_UNASSIGNED)
10658 (AI_IDN_USE_STD3_ASCII_RULES, NI_IDN_ALLOW_UNASSIGNED)
10659 (NI_IDN_USE_STD3_ASCII_RULES): Deprecate.
10660 * resolv/tst-resolv-ai_idn.c: New file.
10661 * resolv/tst-resolv-ai_idn-latin1.c: Likewise.
10662 * resolv/tst-resolv-ai_idn-nolibidn2.c: Likewise.
10663 * resolv/tst-no-libidn2.c: Likewise.
10664 * support/support_format_addrinfo.c (format_ai_flags): Do not
10665 handle AI_IDN_ALLOW_UNASSIGNED, AI_IDN_USE_STD3_ASCII_RULES.
10666 * sysdeps/posix/getaddrinfo.c (DEPRECATED_AI_IDN): Define.
10667 (gaih_inet): Call __idna_to_dns_encoding and
10668 __idna_from_dns_encoding, and use the original (punycode) name if
10669 __idna_from_dns_encoding fails due to an encoding error.
10670 (getaddrinfo): Use DEPRECATED_AI_IDN.
10671 * sysdeps/unix/inet/Subdirs (libidn): Remove.
10672 * sysdeps/unix/inet/configure: Remove file.
10673 * sysdeps/unix/inet/configure.ac: Likewise.
10674
10675 2018-05-23 Florian Weimer <fweimer@redhat.com>
10676
10677 Implement allocate_once.
10678 * include/allocate_once.h: New file.
10679 * misc/allocate_once.c: Likewise.
10680 * misc/tst-allocate_once.c: Likewise.
10681 * misc/Makefile (routines): Add allocate_once.
10682 (tests-internal): Add tst-allocate_once.
10683 (generated): Add tst-allocate_once.mtrace,
10684 tst-allocate_once-mem.out.
10685 (tests-special): Add tst-allocate_once-mem.out.
10686 (tst-allocate_once-ENV): Set MALLOC_TRACE.
10687 (tst-allocate_once-mem.out): Call mtrace.
10688 * misc/Versions (GLIBC_PRIVATE): Add __libc_allocate_once_slow.
10689
10690 2018-05-23 H.J. Lu <hongjiu.lu@intel.com>
10691
10692 [BZ #23196]
10693 * string/test-memcpy.c (do_test1): New function.
10694 (test_main): Call it.
10695
10696 2018-05-23 Andreas Schwab <schwab@suse.de>
10697
10698 [BZ #23196]
10699 CVE-2018-11237
10700 * sysdeps/x86_64/multiarch/memmove-avx512-no-vzeroupper.S
10701 (L(preloop_large)): Save initial destination pointer in %r11 and
10702 use it instead of %rax after the loop.
10703 * string/test-mempcpy.c (MIN_PAGE_SIZE): Define.
10704
10705 2018-05-22 Joseph Myers <joseph@codesourcery.com>
10706
10707 * sysdeps/aarch64/Implies: Remove aarch64/soft-fp.
10708 * sysdeps/aarch64/Makefile [$(subdir) = math] (CPPFLAGS): Add
10709 -I../soft-fp. Moved from ....
10710 * sysdeps/aarch64/soft-fp/Makefile: ... here. Remove file.
10711 * sysdeps/aarch64/soft-fp/e_sqrtl.c: Move to ....
10712 * sysdeps/aarch64/e_sqrtl.c: ... here.
10713 * sysdeps/aarch64/soft-fp/sfp-machine.h: Move to ....
10714 * sysdeps/aarch64/sfp-machine.h: ... here.
10715
10716 * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Ignore
10717 -Wmaybe-uninitialized around access to fq[0].
10718 * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f):
10719 Likewise.
10720
10721 [BZ #18471]
10722 * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Use weak
10723 aliases for non-libc case of versioned symbols.
10724 * sysdeps/unix/sysv/linux/lseek64.c: Include <shlib-compat.h>.
10725 (llseek): Define as compat symbol if
10726 [SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_28)], not as weak alias
10727 with link warning.
10728 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list (llseek):
10729 Make into a compat symbol, disabled for minimum symbol version
10730 GLIBC_2.28 and later.
10731 * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Remove file.
10732
10733 2018-05-22 Florian Weimer <fweimer@redhat.com>
10734
10735 * sysdeps/i386/Makefile [$(subdir) == math] (sysdep-CFLAGS): Do
10736 not add -mpreferred-stack-boundary=4.
10737 [$(subdir) == csu] (sysdep-CFLAGS): Likewise.
10738 (stack-align-test-flags): Likewise.
10739 [$(subdir) == stdlib] (CFLAGS-exit.c, CFLAGS-cxa_finalize.c):
10740 Likewise.
10741 [$(subdir) == elf] (CFLAGS-dl-init.c, CFLAGS-dl-fini.c)
10742 (CFLAGS-dl-open.c, CFLAGS-dl-close.c, CFLAGS-dl-error.c): Likewise.
10743 [$(subdir) == dlfcn] (CFLAGS-dlopen.c, CFLAGS-dlopenold.c)
10744 (CFLAGS-dlclose.c, CFLAGS-dlerror.c): Likewise.
10745 * sysdeps/i386/nptl/Makefile [$(subdir) == nptl]
10746 (CFLAGS-pthread_create.c, CFLAGS-tst-align.c)
10747 (CFLAGS-tst-align2.c): Likewise.
10748
10749 2018-05-21 H.J. Lu <hongjiu.lu@intel.com>
10750
10751 * sysdeps/x86/cpu-features.h (bit_arch_Prefer_FSRM): New.
10752 (index_arch_Prefer_FSRM): Likewise.
10753 * sysdeps/x86/cpu-tunables.c (TUNABLE_CALLBACK (set_hwcaps)):
10754 Also check Prefer_FSRM.
10755 * sysdeps/x86_64/multiarch/ifunc-memmove.h (IFUNC_SELECTOR):
10756 Also return OPTIMIZE (erms) for Prefer_FSRM.
10757
10758 2018-05-21 H.J. Lu <hongjiu.lu@intel.com>
10759
10760 * sysdeps/x86/cpu-features.h (bit_cpu_FSRM): New.
10761 (index_cpu_FSRM): Likewise.
10762 (reg_FSRM): Likewise.
10763
10764 2018-05-18 Joseph Myers <joseph@codesourcery.com>
10765
10766 * math/gen-tgmath-tests.py: Import sys.
10767 (Tests.__init__): Initialize macros_seen.
10768 (Tests.add_tests): Add macro to macros_seen. Only generate tests
10769 if requested to do so for this macro.
10770 (Tests.add_all_tests): Take argument for macro for which to
10771 generate tests.
10772 (Tests.check_macro_list): New function.
10773 (main): Handle check-list argument and argument specifying macro
10774 for which to generate tests.
10775 * math/Makefile [PYTHON] (tgmath3-macros): New variable.
10776 [PYTHON] (tgmath3-macro-tests): Likewise.
10777 [PYTHON] (tests): Add $(tgmath3-macro-tests) not test-tgmath3.
10778 [PYTHON] (generated): Add $(addsuffix .c,$(tgmath3-macro-tests))
10779 not test-tgmath3.c.
10780 [PYTHON] (CFLAGS-test-tgmath3.c): Remove.
10781 [PYTHON] ($(tgmath3-macro-tests:%=$(objpfx)%.o): Add -fno-builtin
10782 to CFLAGS.
10783 [PYTHON] ($(objpfx)test-tgmath3.c): Replace rule by....
10784 [PYTHON] ($(foreach
10785 m,$(tgmath3-macros),$(objpfx)test-tgmath3-$(m).c): ... this. New
10786 rule.
10787 [PYTHON] (tests-special): Add
10788 $(objpfx)test-tgmath3-macro-list.out.
10789 [PYTHON] ($(objpfx)test-tgmath3-macro-list.out): New rule.
10790
10791 * sysdeps/unix/sysv/linux/syscalls.list (nfsservctl): Make into a
10792 compat symbol, disabled for minimum symbol version GLIBC_2.28 and
10793 later.
10794
10795 [BZ #22639]
10796 * time/tzset.c (SECSPERDAY): Cast to time_t.
10797 * time/tst-y2039.c: New file.
10798 * time/Makefile (tests): Add tst-y2039.
10799
10800 2018-05-17 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com>
10801
10802 * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S
10803 (PREFETCH_ONE_SET): Remove duplicate line.
10804
10805 2018-05-17 Florian Weimer <fweimer@redhat.com>
10806
10807 * sysdeps/generic/math-type-macros-double.h: Include
10808 <math-nan-payload-double.h> after <libm-alias-double.h>.
10809 * sysdeps/generic/math-type-macros-float.h: Include
10810 <math-nan-payload-float.h> after <libm-alias-float.h>.
10811 * sysdeps/generic/math-type-macros-float128.h: Include
10812 <math-nan-payload-float128.h> after <libm-alias-float128.h>.
10813 * sysdeps/generic/math-type-macros-ldouble.h: Include
10814 <math-nan-payload-ldouble.h> after <libm-alias-ldouble.h>.
10815
10816 2018-05-17 Andreas Schwab <schwab@suse.de>
10817
10818 * resolv/res_send.c (__res_context_send): Don't set errno when
10819 returing error after malloc failure.
10820
10821 2018-05-17 H.J. Lu <hongjiu.lu@intel.com>
10822
10823 * nptl/allocatestack.c (allocate_stack): Remove the
10824 !__ASSUME_PRIVATE_FUTEX paths.
10825 * nptl/descr.h (header): Remove the !__ASSUME_PRIVATE_FUTEX path.
10826 * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
10827 Likewise.
10828 * sysdeps/i386/nptl/tcb-offsets.sym (PRIVATE_FUTEX): Removed.
10829 * sysdeps/powerpc/nptl/tcb-offsets.sym (PRIVATE_FUTEX): Likewise.
10830 * sysdeps/sh/nptl/tcb-offsets.sym (PRIVATE_FUTEX): Likewise.
10831 * sysdeps/x86_64/nptl/tcb-offsets.sym (PRIVATE_FUTEX): Likewise.
10832 * sysdeps/i386/nptl/tls.h: (tcbhead_t): Remve the
10833 !__ASSUME_PRIVATE_FUTEX path.
10834 * sysdeps/s390/nptl/tls.h (tcbhead_t): Likewise.
10835 * sysdeps/sparc/nptl/tls.h (tcbhead_t): Likewise.
10836 * sysdeps/x86_64/nptl/tls.h (tcbhead_t): Likewise.
10837 * sysdeps/unix/sysv/linux/i386/lowlevellock.S: Remove the
10838 !__ASSUME_PRIVATE_FUTEX macros.
10839 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
10840 * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
10841 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
10842 * sysdeps/unix/sysv/linux/kernel-features.h
10843 (__ASSUME_PRIVATE_FUTEX): Removed.
10844
10845 2018-05-17 Joseph Myers <joseph@codesourcery.com>
10846
10847 * math/Makefile (libm-narrow-fns): Add div.
10848 (libm-test-funcs-narrow): Likewise.
10849 * math/Versions (GLIBC_2.28): Add narrowing divide functions.
10850 * math/bits/mathcalls-narrow.h (div): Use __MATHCALL_NARROW.
10851 * math/gen-auto-libm-tests.c (test_functions): Add div.
10852 * math/math-narrow.h (CHECK_NARROW_DIV): New macro.
10853 (NARROW_DIV_ROUND_TO_ODD): Likewise.
10854 (NARROW_DIV_TRIVIAL): Likewise.
10855 * sysdeps/ieee754/float128/float128_private.h (__fdivl): New
10856 macro.
10857 (__ddivl): Likewise.
10858 * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add fdiv and
10859 ddiv.
10860 (CFLAGS-nldbl-ddiv.c): New variable.
10861 (CFLAGS-nldbl-fdiv.c): Likewise.
10862 * sysdeps/ieee754/ldbl-opt/Versions (GLIBC_2.28): Add
10863 __nldbl_ddivl.
10864 * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl_ddivl): New
10865 prototype.
10866 * manual/arith.texi (Misc FP Arithmetic): Document fdiv, fdivl,
10867 ddivl, fMdivfN, fMdivfNx, fMxdivfN and fMxdivfNx.
10868 * math/auto-libm-test-in: Add tests of div.
10869 * math/auto-libm-test-out-narrow-div: New generated file.
10870 * math/libm-test-narrow-div.inc: New file.
10871 * sysdeps/i386/fpu/s_f32xdivf64.c: Likewise.
10872 * sysdeps/ieee754/dbl-64/s_f32xdivf64.c: Likewise.
10873 * sysdeps/ieee754/dbl-64/s_fdiv.c: Likewise.
10874 * sysdeps/ieee754/float128/s_f32divf128.c: Likewise.
10875 * sysdeps/ieee754/float128/s_f64divf128.c: Likewise.
10876 * sysdeps/ieee754/float128/s_f64xdivf128.c: Likewise.
10877 * sysdeps/ieee754/ldbl-128/s_ddivl.c: Likewise.
10878 * sysdeps/ieee754/ldbl-128/s_f64xdivf128.c: Likewise.
10879 * sysdeps/ieee754/ldbl-128/s_fdivl.c: Likewise.
10880 * sysdeps/ieee754/ldbl-128ibm/s_ddivl.c: Likewise.
10881 * sysdeps/ieee754/ldbl-128ibm/s_fdivl.c: Likewise.
10882 * sysdeps/ieee754/ldbl-96/s_ddivl.c: Likewise.
10883 * sysdeps/ieee754/ldbl-96/s_fdivl.c: Likewise.
10884 * sysdeps/ieee754/ldbl-opt/nldbl-ddiv.c: Likewise.
10885 * sysdeps/ieee754/ldbl-opt/nldbl-fdiv.c: Likewise.
10886 * sysdeps/ieee754/soft-fp/s_ddivl.c: Likewise.
10887 * sysdeps/ieee754/soft-fp/s_fdiv.c: Likewise.
10888 * sysdeps/ieee754/soft-fp/s_fdivl.c: Likewise.
10889 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10890 * sysdeps/mach/hurd/i386/libm.abilist: Likewise.
10891 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
10892 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
10893 * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
10894 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
10895 * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
10896 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
10897 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
10898 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
10899 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
10900 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
10901 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
10902 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
10903 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: Likewise.
10904 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist: Likewise.
10905 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: Likewise.
10906 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: Likewise.
10907 * sysdeps/unix/sysv/linux/riscv/rv64/libm.abilist: Likewise.
10908 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
10909 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
10910 * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
10911 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
10912 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
10913 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
10914 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
10915
10916 2018-05-16 Adhemerval Zanella <adhemerval.zanella@linaro.org>
10917
10918 [BZ #23178]
10919 * nscd/nscd-client.h (sendfileall): Remove prototype.
10920 * nscd/connections.c [HAVE_SENDFILE] (sendfileall): Remove function.
10921 (handle_request): Use writeall instead of sendfileall.
10922 * nscd/aicache.c (addhstaiX): Likewise.
10923 * nscd/grpcache.c (cache_addgr): Likewise.
10924 * nscd/hstcache.c (cache_addhst): Likewise.
10925 * nscd/initgrcache.c (addinitgroupsX): Likewise.
10926 * nscd/netgroupcache.c (addgetnetgrentX, addinnetgrX): Likewise.
10927 * nscd/pwdcache.c (cache_addpw): Likewise.
10928 * nscd/servicescache.c (cache_addserv): Likewise.
10929 * sysdeps/unix/sysv/linux/Makefile [$(subdir) == nscd]
10930 (sysdep-CFLAGS): Remove -DHAVE_SENDFILE.
10931 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_SENDFILE):
10932 Remove define.
10933
10934 2018-05-16 H.J. Lu <hongjiu.lu@intel.com>
10935
10936 * sysdeps/x86_64/multiarch/strncat-c.c (STRNCAT_PRIMARY): Removed.
10937 Include <string/strncat.c>.
10938 * sysdeps/x86_64/multiarch/strncat.c (__strncat): New strong
10939 alias.
10940 (__GI___strncat): New hidden alias.
10941
10942 2018-05-16 Joseph Myers <joseph@codesourcery.com>
10943
10944 * sysdeps/mips/mips32/libm-test-ulps: Update.
10945 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
10946
10947 2018-05-16 Florian Weimer <fweimer@redhat.com>
10948
10949 * support/Makefile (libsupport-routines): Add support_quote_blob,
10950 support_test_compare_blob.
10951 (tests): Add tst-support_quote_blob, tst-test_compare_blob.
10952 * support/check.h (TEST_COMPARE_BLOB): Define.
10953 (support_test_compare_blob): Declare.
10954 * support/support.h (support_quote_blob): Declare.
10955 * support/support_quote_blob.c: New file.
10956 * support/support_test_compare_blob.c: Likewise.
10957 * support/tst-support_quote_blob.c: Likewise.
10958 * support/tst-test_compare_blob.c: Likewise.
10959
10960 2018-05-16 Florian Weimer <fweimer@redhat.com>
10961
10962 * stdlib/strtod_nan.c: Include <math-type-macros-double.h> instead
10963 of <strtod_nan_double.h>.
10964 * stdlib/strtod_nan_main.c (STRTOD_NAN): Use SET_NAN_PAYLOAD
10965 instead of SET_MANTISSA.
10966 * stdlib/strtof_nan.c: Include <math-type-macros-float.h> instead
10967 of include <strtod_nan_float.h>.
10968 * stdlib/strtold_nan.c: Include <math-type-macros-ldouble.h>
10969 instead of <strtod_nan_ldouble.h>.
10970 * stdlib/strtod_nan_double.h: Move to ...
10971 * sysdeps/generic/math-nan-payload-double.h: ... here.
10972 (FLOAT): Remove definition.
10973 (SET_MANTISSA): Rename to ...
10974 (SET_NAN_PAYLOAD): ... this.
10975 * stdlib/strtod_nan_float.h: Move to ...
10976 * sysdeps/generic/math-nan-payload-float.h: ... here.
10977 (FLOAT): Remove definition.
10978 (SET_MANTISSA): Rename to ...
10979 (SET_NAN_PAYLOAD): ... this.
10980 * sysdeps/generic/math-type-macros-double.h: Include
10981 <math-nan-payload-double.h>. Include <math/math-svid-compat.h>
10982 instead of <math-svid-compat.h>.
10983 * sysdeps/generic/math-type-macros-float.h: Include
10984 <math-nan-payload-float.h>. Include <math/math-svid-compat.h>
10985 instead of <math-svid-compat.h>.
10986 * sysdeps/generic/math-type-macros-float128.h: Include
10987 <math-nan-payload-float128.h>.
10988 * sysdeps/generic/math-type-macros-ldouble.h: Include
10989 <math-nan-payload-ldouble.h>. Include <math/math-svid-compat.h>
10990 instead of <math-svid-compat.h>.
10991 * sysdeps/generic/math-type-macros.h: Document SET_NAN_PAYLOAD and
10992 check for definition.
10993 * sysdeps/ieee754/float128/strtod_nan_float128.h: Move to ...
10994 * sysdeps/ieee754/float128/math-nan-payload-float128.h: ... here.
10995 Include <ieee754_float128.h>.
10996 (FLOAT): Remove definition.
10997 (SET_MANTISSA): Rename to ...
10998 (SET_NAN_PAYLOAD): ... this.
10999 * sysdeps/ieee754/float128/strtof128_nan.c: Include
11000 <math-type-macros-float128.h> instead of <strtod_nan_float128.h>.
11001 Do not include <float128_private.h>.
11002 * sysdeps/ieee754/float128/wcstof128_nan.c: Likewise.
11003 * sysdeps/ieee754/ldbl-128/strtod_nan_ldouble.h: Move to ...
11004 * sysdeps/ieee754/ldbl-128/math-nan-payload-ldouble.h: ... here.
11005 (FLOAT): Remove definition.
11006 (SET_MANTISSA): Rename to ...
11007 (SET_NAN_PAYLOAD): ... this.
11008 * sysdeps/ieee754/ldbl-128ibm/strtod_nan_ldouble.h: Move to ...
11009 * sysdeps/ieee754/ldbl-128ibm/math-nan-payload-ldouble.h: ... here.
11010 (FLOAT): Remove definition.
11011 (SET_MANTISSA): Rename to ...
11012 (SET_NAN_PAYLOAD): ... this.
11013 * sysdeps/ieee754/ldbl-96/strtod_nan_ldouble.h: Move to ...
11014 * sysdeps/ieee754/ldbl-96/math-nan-payload-ldouble.h: ... here.
11015 (FLOAT): Remove definition.
11016 (SET_MANTISSA): Rename to ...
11017 (SET_NAN_PAYLOAD): ... this.
11018 * wcsmbs/wcstod_nan.c: Include <math-type-macros-double.h> instead
11019 of "../stdlib/strtod_nan_double.h".
11020 * wcsmbs/wcstof_nan.c: Include <math-type-macros-float.h> instead
11021 of "../stdlib/strtod_nan_float.h".
11022 * wcsmbs/wcstold_nan.c: Include <math-type-macros-ldouble.h>
11023 instead of "../stdlib/strtod_nan_ldouble.h".
11024 * manual/arith.texi (Parsing of Floats): Adjust comment.
11025
11026 2018-05-16 Joseph Myers <joseph@codesourcery.com>
11027
11028 * math/Makefile (libm-narrow-fns): Add mul.
11029 (libm-test-funcs-narrow): Likewise.
11030 * math/Versions (GLIBC_2.28): Add narrowing multiply functions.
11031 * math/bits/mathcalls-narrow.h (mul): Use __MATHCALL_NARROW.
11032 * math/gen-auto-libm-tests.c (test_functions): Add mul.
11033 * math/math-narrow.h (CHECK_NARROW_MUL): New macro.
11034 (NARROW_MUL_ROUND_TO_ODD): Likewise.
11035 (NARROW_MUL_TRIVIAL): Likewise.
11036 * soft-fp/op-common.h (FP_TRUNC_COOKED): Likewise.
11037 * sysdeps/ieee754/float128/float128_private.h (__fmull): New
11038 macro.
11039 (__dmull): Likewise.
11040 * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add fmul and
11041 dmul.
11042 (CFLAGS-nldbl-dmul.c): New variable.
11043 (CFLAGS-nldbl-fmul.c): Likewise.
11044 * sysdeps/ieee754/ldbl-opt/Versions (GLIBC_2.28): Add
11045 __nldbl_dmull.
11046 * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl_dmull): New
11047 prototype.
11048 * manual/arith.texi (Misc FP Arithmetic): Document fmul, fmull,
11049 dmull, fMmulfN, fMmulfNx, fMxmulfN and fMxmulfNx.
11050 * math/auto-libm-test-in: Add tests of mul.
11051 * math/auto-libm-test-out-narrow-mul: New generated file.
11052 * math/libm-test-narrow-mul.inc: New file.
11053 * sysdeps/i386/fpu/s_f32xmulf64.c: Likewise.
11054 * sysdeps/ieee754/dbl-64/s_f32xmulf64.c: Likewise.
11055 * sysdeps/ieee754/dbl-64/s_fmul.c: Likewise.
11056 * sysdeps/ieee754/float128/s_f32mulf128.c: Likewise.
11057 * sysdeps/ieee754/float128/s_f64mulf128.c: Likewise.
11058 * sysdeps/ieee754/float128/s_f64xmulf128.c: Likewise.
11059 * sysdeps/ieee754/ldbl-128/s_dmull.c: Likewise.
11060 * sysdeps/ieee754/ldbl-128/s_f64xmulf128.c: Likewise.
11061 * sysdeps/ieee754/ldbl-128/s_fmull.c: Likewise.
11062 * sysdeps/ieee754/ldbl-128ibm/s_dmull.c: Likewise.
11063 * sysdeps/ieee754/ldbl-128ibm/s_fmull.c: Likewise.
11064 * sysdeps/ieee754/ldbl-96/s_dmull.c: Likewise.
11065 * sysdeps/ieee754/ldbl-96/s_fmull.c: Likewise.
11066 * sysdeps/ieee754/ldbl-opt/nldbl-dmul.c: Likewise.
11067 * sysdeps/ieee754/ldbl-opt/nldbl-fmul.c: Likewise.
11068 * sysdeps/ieee754/soft-fp/s_dmull.c: Likewise.
11069 * sysdeps/ieee754/soft-fp/s_fmul.c: Likewise.
11070 * sysdeps/ieee754/soft-fp/s_fmull.c: Likewise.
11071 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11072 * sysdeps/mach/hurd/i386/libm.abilist: Likewise.
11073 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
11074 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
11075 * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
11076 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
11077 * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
11078 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
11079 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
11080 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
11081 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
11082 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
11083 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
11084 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
11085 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: Likewise.
11086 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist: Likewise.
11087 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: Likewise.
11088 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: Likewise.
11089 * sysdeps/unix/sysv/linux/riscv/rv64/libm.abilist: Likewise.
11090 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
11091 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
11092 * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
11093 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
11094 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
11095 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
11096 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
11097
11098 2018-05-14 H.J. Lu <hongjiu.lu@intel.com>
11099
11100 * sysdeps/i386/crti.S (_init): Replace PREINIT_FUNCTION@PLT
11101 with *%eax in call.
11102
11103 2018-05-14 H.J. Lu <hongjiu.lu@intel.com>
11104
11105 * sysdeps/i386/ldsodefs.h: Removed.
11106 * sysdeps/x86_64/ldsodefs.h: Moved to ...
11107 * sysdeps/x86/ldsodefs.h: This.
11108 (La_i86_regs): New.
11109 (La_i86_retval): Likewise.
11110 (ARCH_PLTENTER_MEMBERS): Add i86_gnu_pltenter.
11111 (ARCH_PLTEXIT_MEMBERS): i86_gnu_pltexit.
11112
11113 2018-05-14 H.J. Lu <hongjiu.lu@intel.com>
11114
11115 * sysdeps/x86_64/multiarch/strlen-avx2.S (STRLEN): Remove the
11116 unnecessary testl.
11117
11118 2018-05-13 Alan Modra <amodra@gmail.com>
11119
11120 * sysdeps/hppa/dl-machine.h (elf_machine_rela): Add
11121 R_PARISC_TLS_DTPOFF32 reloc addend.
11122
11123 2018-05-11 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
11124
11125 * bits/floatn-common.h: Define __HAVE_FLOAT128_UNLIKE_LDBL.
11126 * math/math.h: Restrict the prototype definition for the functions
11127 issignaling(_Float128) and iszero(_Float128); and template
11128 __iseqsig_type<_Float128>, from __HAVE_DISTINCT_FLOAT128 to
11129 __HAVE_FLOAT128_UNLIKE_LDBL.
11130 * sysdeps/powerpc/bits/floatn.h [__HAVE_FLOAT128
11131 && (!__GNUC_PREREQ (7, 0) || defined __cplusplus)
11132 && __LDBL_MANT_DIG__ == 113]: Use long double suffix for
11133 __f128() constants; define the type _Float128 as long double;
11134 and reuse long double in __CFLOAT128.
11135
11136 2018-05-11 Joseph Myers <joseph@codesourcery.com>
11137
11138 * sysdeps/generic/math_private.h: Do not include
11139 <math-barriers.h>.
11140 * stdlib/strtod_l.c: Include <math-barriers.h> instead of
11141 <math_private.h>.
11142 * math/fromfp.h: Include <math-barriers.h>.
11143 * math/math-narrow.h: Likewise.
11144 * math/s_nextafter.c: Likewise.
11145 * math/s_nexttowardf.c: Likewise.
11146 * sysdeps/aarch64/fpu/s_llrint.c: Likewise.
11147 * sysdeps/aarch64/fpu/s_llrintf.c: Likewise.
11148 * sysdeps/aarch64/fpu/s_lrint.c: Likewise.
11149 * sysdeps/aarch64/fpu/s_lrintf.c: Likewise.
11150 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
11151 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
11152 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
11153 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
11154 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
11155 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
11156 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
11157 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
11158 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
11159 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
11160 * sysdeps/ieee754/dbl-64/s_fma.c: Likewise.
11161 * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
11162 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
11163 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
11164 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
11165 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
11166 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
11167 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
11168 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
11169 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
11170 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
11171 * sysdeps/ieee754/k_standardl.c: Likewise.
11172 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
11173 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
11174 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
11175 * sysdeps/ieee754/ldbl-128/s_fmal.c: Likewise.
11176 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
11177 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
11178 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
11179 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
11180 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
11181 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
11182 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
11183 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
11184 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
11185 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
11186 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
11187 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
11188 * sysdeps/ieee754/ldbl-96/s_fma.c: Likewise.
11189 * sysdeps/ieee754/ldbl-96/s_fmal.c: Likewise.
11190 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
11191 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
11192 * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Likewise.
11193 * sysdeps/m68k/m680x0/fpu/s_nextafterl.c: Likewise.
11194
11195 2018-05-11 Florian Weimer <fweimer@redhat.com>
11196
11197 Use 64-bit epoch values in the time zone file parser.
11198 * include/time.h (internal_time_t): Define.
11199 (__tzfile_compute): Use it.
11200 * time/tzfile.c (struct leap): Use internal_time_t for epoch
11201 member.
11202 (transitions): Switch to internal_time_t.
11203 (__tzfile_read): Likewise. Remove code dealing with 4-byte time_t
11204 types.
11205 (__tzfile_compute): Use internal_time_t for timer argument. Check
11206 for truncation before calling __offtime.
11207
11208 2018-05-11 Florian Weimer <fweimer@redhat.com>
11209
11210 [BZ #23166]
11211 * include/rpc/clnt.h (rpc_createerr): Declare hidden alias.
11212 * include/rpc/svc.h (svc_pollfd, svc_max_pollfd, svc_fdset):
11213 Likewise.
11214 * sunrpc/rpc_common.c (svc_fdset, rpc_createerr, svc_pollfd)
11215 (svc_max_pollfd): Add nocommon attribute and hidden alias. Do not
11216 export without --enable-obsolete-rpc.
11217 * sunrpc/svcauth_des.c (svcauthdes_stats): Turn into compatibility
11218 symbol. This should not have been exported, ever.
11219
11220 2018-05-11 Rafal Luzynski <digitalfreak@lingonborough.com>
11221
11222 [BZ #23152]
11223 * localedata/locales/gd_GB (abmon): Fix typo in May:
11224 "Mhàrt" -> "Cèit". Adjust the comment according to the change.
11225
11226 2018-05-11 Siddhesh Poyarekar <siddhesh@sourceware.org>
11227
11228 * sysdeps/aarch64/multiarch/memcpy_falkor.S (__memcpy_falkor):
11229 Use multiple registers to copy data in loop tail.
11230
11231 * sysdeps/aarch64/multiarch/memmove_falkor.S
11232 (__memmove_falkor): Use multiple registers to move data in
11233 loop tail.
11234
11235 2018-05-10 Joseph Myers <joseph@codesourcery.com>
11236
11237 * math/math-underflow.h: New file.
11238 * sysdeps/generic/math_private.h: Do not include <float.h>.
11239 (fabs_tg): Remove macro. Moved to math-underflow.h.
11240 (min_of_type_f): Likewise.
11241 (min_of_type_): Likewise.
11242 (min_of_type_l): Likewise.
11243 (min_of_type_f128): Likewise.
11244 (min_of_type): Likewise.
11245 (math_check_force_underflow): Likewise.
11246 (math_check_force_underflow_nonneg): Likewise.
11247 (math_check_force_underflow_complex): Likewise.
11248 * math/e_exp2_template.c: Include <math-underflow.h>.
11249 * math/k_casinh_template.c: Likewise.
11250 * math/s_catan_template.c: Likewise.
11251 * math/s_catanh_template.c: Likewise.
11252 * math/s_ccosh_template.c: Likewise.
11253 * math/s_cexp_template.c: Likewise.
11254 * math/s_clog10_template.c: Likewise.
11255 * math/s_clog_template.c: Likewise.
11256 * math/s_csin_template.c: Likewise.
11257 * math/s_csinh_template.c: Likewise.
11258 * math/s_csqrt_template.c: Likewise.
11259 * math/s_ctan_template.c: Likewise.
11260 * math/s_ctanh_template.c: Likewise.
11261 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
11262 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
11263 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
11264 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
11265 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
11266 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
11267 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
11268 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
11269 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
11270 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
11271 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
11272 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
11273 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
11274 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
11275 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
11276 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
11277 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
11278 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
11279 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
11280 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
11281 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
11282 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
11283 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
11284 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
11285 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
11286 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
11287 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
11288 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
11289 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
11290 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
11291 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
11292 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
11293 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
11294 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
11295 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
11296 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
11297 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
11298 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
11299 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
11300 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
11301 * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
11302 * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
11303 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
11304 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
11305 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
11306 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
11307 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
11308 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
11309 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
11310 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
11311 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
11312 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
11313 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
11314 * sysdeps/ieee754/ldbl-128ibm/e_j1l.c: Likewise.
11315 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
11316 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
11317 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
11318 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
11319 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
11320 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
11321 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
11322 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
11323 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
11324 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
11325 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
11326 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
11327 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
11328 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
11329 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
11330 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
11331 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
11332 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
11333 * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
11334 * sysdeps/ieee754/ldbl-96/k_tanl.c: Likewise.
11335 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
11336 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
11337 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
11338 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
11339 * sysdeps/x86/fpu/powl_helper.c: Likewise.
11340 * sysdeps/ieee754/dbl-64/s_nextup.c: Include <float.h>.
11341 * sysdeps/ieee754/flt-32/s_nextupf.c: Likewise.
11342 * sysdeps/ieee754/ldbl-128/s_nextupl.c: Likewise.
11343 * sysdeps/ieee754/ldbl-128ibm/s_nextupl.c: Likewise.
11344 * sysdeps/ieee754/ldbl-96/s_nextupl.c: Likewise.
11345
11346 2018-05-09 Joseph Myers <joseph@codesourcery.com>
11347
11348 * sysdeps/generic/math-barriers.h: New file.
11349 * sysdeps/generic/math_private.h [!math_opt_barrier]
11350 (math_opt_barrier): Move to math-barriers.h.
11351 [!math_opt_barrier] (math_force_eval): Likewise.
11352 * sysdeps/aarch64/fpu/math-barriers.h: New file.
11353 * sysdeps/aarch64/fpu/math_private.h (math_opt_barrier): Move to
11354 math-barriers.h.
11355 (math_force_eval): Likewise.
11356 * sysdeps/alpha/fpu/math-barriers.h: New file.
11357 * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): Move to
11358 math-barriers.h.
11359 (math_force_eval): Likewise.
11360 * sysdeps/x86/fpu/math-barriers.h: New file.
11361 * sysdeps/i386/fpu/fenv_private.h (math_opt_barrier): Move to
11362 math-barriers.h.
11363 (math_force_eval): Likewise.
11364 * sysdeps/m68k/m680x0/fpu/math_private.h: Move to....
11365 * sysdeps/m68k/m680x0/fpu/math-barriers.h: ... here. Adjust
11366 multiple-include guard for rename.
11367 * sysdeps/powerpc/fpu/math-barriers.h: New file.
11368 * sysdeps/powerpc/fpu/math_private.h (math_opt_barrier): Move to
11369 math-barriers.h.
11370 (math_force_eval): Likewise.
11371
11372 2018-05-09 Paul Pluzhnikov <ppluzhnikov@google.com>
11373
11374 [BZ #22786]
11375 CVE-2018-11236
11376 * stdlib/canonicalize.c (__realpath): Fix overflow in path length
11377 computation.
11378 * stdlib/Makefile (test-bz22786): New test.
11379 * stdlib/test-bz22786.c: New test.
11380
11381 2018-05-09 Joseph Myers <joseph@codesourcery.com>
11382
11383 * include/math-narrow-eval.h: New file. Contents moved from ....
11384 * sysdeps/generic/math_private.h: ... here.
11385 (math_narrow_eval): Remove macro. Moved to math-narrow-eval.h.
11386 [FLT_EVAL_METHOD != 0] (excess_precision): Likewise.
11387 * math/s_fdim_template.c: Include <math-narrow-eval.h>.
11388 * stdlib/strtod_l.c: Likewise.
11389 * sysdeps/i386/fpu/s_f32xaddf64.c: Likewise.
11390 * sysdeps/i386/fpu/s_f32xsubf64.c: Likewise.
11391 * sysdeps/i386/fpu/s_fdim.c: Likewise.
11392 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
11393 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
11394 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
11395 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
11396 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
11397 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
11398 * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
11399 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
11400 * sysdeps/ieee754/dbl-64/lgamma_neg.c: Likewise.
11401 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
11402 * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
11403 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
11404 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
11405 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
11406 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
11407 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
11408 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
11409 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
11410 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
11411 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
11412 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
11413 * sysdeps/ieee754/flt-32/lgamma_negf.c: Likewise.
11414 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
11415 * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
11416 * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
11417 * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
11418
11419 2018-05-08 Andreas Schwab <schwab@suse.de>
11420
11421 * sysdeps/nptl/internaltypes.h: Fix comment.
11422
11423 2018-05-07 H.J. Lu <hongjiu.lu@intel.com>
11424
11425 * sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S
11426 (MEMSET_SYMBOL (__memset, erms)): Mark the debugger symbol as
11427 hidden.
11428
11429 2018-05-07 Siddhesh Poyarekar <siddhesh@sourceware.org>
11430
11431 * benchtests/bench-memcpy-walk.c (test_main): Move declaration
11432 of I into loop header.
11433 * benchtests/bench-memmove-walk.c
11434 (test_main): Likewise.
11435
11436 2018-05-07 Alexandre Oliva <oliva@gnu.org>
11437
11438 Revert:
11439 2018-04-30 Raymond Nicholson <rain1@airmail.cc>
11440 * manual/startup.texi (Aborting a Program): Remove inappropriate joke.
11441
11442 2018-05-05 Paul Pluzhnikov <ppluzhnikov@google.com>
11443
11444 [BZ #20419]
11445 * elf/dl-load.c (open_verify): Fix stack overflow.
11446 * elf/Makefile (tst-big-note): New test.
11447 * elf/tst-big-note-lib.S: New.
11448 * elf/tst-big-note.c: New.
11449
11450 2018-05-04 Joseph Myers <joseph@codesourcery.com>
11451
11452 * scripts/abilist.awk: Ignore absolute symbols.
11453 * sysdeps/mach/hurd/i386/ld.abilist: Remove absolute symbols.
11454 * sysdeps/mach/hurd/i386/libBrokenLocale.abilist: Likewise.
11455 * sysdeps/mach/hurd/i386/libanl.abilist: Likewise.
11456 * sysdeps/mach/hurd/i386/libc.abilist: Likewise.
11457 * sysdeps/mach/hurd/i386/libcrypt.abilist: Likewise.
11458 * sysdeps/mach/hurd/i386/libdl.abilist: Likewise.
11459 * sysdeps/mach/hurd/i386/libm.abilist: Likewise.
11460 * sysdeps/mach/hurd/i386/libnsl.abilist: Likewise.
11461 * sysdeps/mach/hurd/i386/libpthread.abilist: Likewise.
11462 * sysdeps/mach/hurd/i386/libresolv.abilist: Likewise.
11463 * sysdeps/mach/hurd/i386/librt.abilist: Likewise.
11464 * sysdeps/mach/hurd/i386/libutil.abilist: Likewise.
11465 * sysdeps/unix/sysv/linux/aarch64/ld.abilist: Likewise.
11466 * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: Likewise.
11467 * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: Likewise.
11468 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: Likewise.
11469 * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: Likewise.
11470 * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: Likewise.
11471 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
11472 * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: Likewise.
11473 * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: Likewise.
11474 * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: Likewise.
11475 * sysdeps/unix/sysv/linux/aarch64/librt.abilist: Likewise.
11476 * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: Likewise.
11477 * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: Likewise.
11478 * sysdeps/unix/sysv/linux/alpha/ld.abilist: Likewise.
11479 * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: Likewise.
11480 * sysdeps/unix/sysv/linux/alpha/libanl.abilist: Likewise.
11481 * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
11482 * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: Likewise.
11483 * sysdeps/unix/sysv/linux/alpha/libdl.abilist: Likewise.
11484 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
11485 * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: Likewise.
11486 * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: Likewise.
11487 * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: Likewise.
11488 * sysdeps/unix/sysv/linux/alpha/librt.abilist: Likewise.
11489 * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: Likewise.
11490 * sysdeps/unix/sysv/linux/alpha/libutil.abilist: Likewise.
11491 * sysdeps/unix/sysv/linux/arm/ld.abilist: Likewise.
11492 * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: Likewise.
11493 * sysdeps/unix/sysv/linux/arm/libanl.abilist: Likewise.
11494 * sysdeps/unix/sysv/linux/arm/libc.abilist: Likewise.
11495 * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: Likewise.
11496 * sysdeps/unix/sysv/linux/arm/libdl.abilist: Likewise.
11497 * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
11498 * sysdeps/unix/sysv/linux/arm/libnsl.abilist: Likewise.
11499 * sysdeps/unix/sysv/linux/arm/libpthread.abilist: Likewise.
11500 * sysdeps/unix/sysv/linux/arm/libresolv.abilist: Likewise.
11501 * sysdeps/unix/sysv/linux/arm/librt.abilist: Likewise.
11502 * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: Likewise.
11503 * sysdeps/unix/sysv/linux/arm/libutil.abilist: Likewise.
11504 * sysdeps/unix/sysv/linux/hppa/ld.abilist: Likewise.
11505 * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: Likewise.
11506 * sysdeps/unix/sysv/linux/hppa/libanl.abilist: Likewise.
11507 * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
11508 * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: Likewise.
11509 * sysdeps/unix/sysv/linux/hppa/libdl.abilist: Likewise.
11510 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
11511 * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: Likewise.
11512 * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: Likewise.
11513 * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: Likewise.
11514 * sysdeps/unix/sysv/linux/hppa/librt.abilist: Likewise.
11515 * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: Likewise.
11516 * sysdeps/unix/sysv/linux/hppa/libutil.abilist: Likewise.
11517 * sysdeps/unix/sysv/linux/i386/ld.abilist: Likewise.
11518 * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: Likewise.
11519 * sysdeps/unix/sysv/linux/i386/libanl.abilist: Likewise.
11520 * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
11521 * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: Likewise.
11522 * sysdeps/unix/sysv/linux/i386/libdl.abilist: Likewise.
11523 * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
11524 * sysdeps/unix/sysv/linux/i386/libnsl.abilist: Likewise.
11525 * sysdeps/unix/sysv/linux/i386/libpthread.abilist: Likewise.
11526 * sysdeps/unix/sysv/linux/i386/libresolv.abilist: Likewise.
11527 * sysdeps/unix/sysv/linux/i386/librt.abilist: Likewise.
11528 * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: Likewise.
11529 * sysdeps/unix/sysv/linux/i386/libutil.abilist: Likewise.
11530 * sysdeps/unix/sysv/linux/ia64/ld.abilist: Likewise.
11531 * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: Likewise.
11532 * sysdeps/unix/sysv/linux/ia64/libanl.abilist: Likewise.
11533 * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
11534 * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: Likewise.
11535 * sysdeps/unix/sysv/linux/ia64/libdl.abilist: Likewise.
11536 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
11537 * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: Likewise.
11538 * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: Likewise.
11539 * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: Likewise.
11540 * sysdeps/unix/sysv/linux/ia64/librt.abilist: Likewise.
11541 * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: Likewise.
11542 * sysdeps/unix/sysv/linux/ia64/libutil.abilist: Likewise.
11543 * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: Likewise.
11544 * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
11545 Likewise.
11546 * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: Likewise.
11547 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
11548 * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: Likewise.
11549 * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: Likewise.
11550 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
11551 * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: Likewise.
11552 * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: Likewise.
11553 * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: Likewise.
11554 * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: Likewise.
11555 * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: Likewise.
11556 * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: Likewise.
11557 * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: Likewise.
11558 * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
11559 Likewise.
11560 * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: Likewise.
11561 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
11562 * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: Likewise.
11563 * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: Likewise.
11564 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
11565 * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: Likewise.
11566 * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: Likewise.
11567 * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: Likewise.
11568 * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: Likewise.
11569 * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: Likewise.
11570 * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: Likewise.
11571 * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Likewise.
11572 * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist: Likewise.
11573 * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Likewise.
11574 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
11575 * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Likewise.
11576 * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Likewise.
11577 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
11578 * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Likewise.
11579 * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Likewise.
11580 * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Likewise.
11581 * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Likewise.
11582 * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Likewise.
11583 * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Likewise.
11584 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
11585 * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: Likewise.
11586 * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
11587 Likewise.
11588 * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: Likewise.
11589 * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: Likewise.
11590 * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: Likewise.
11591 * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: Likewise.
11592 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
11593 * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: Likewise.
11594 * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: Likewise.
11595 * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: Likewise.
11596 * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: Likewise.
11597 * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: Likewise.
11598 * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: Likewise.
11599 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: Likewise.
11600 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: Likewise.
11601 * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: Likewise.
11602 * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: Likewise.
11603 * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: Likewise.
11604 * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: Likewise.
11605 * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: Likewise.
11606 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: Likewise.
11607 * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
11608 Likewise.
11609 * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: Likewise.
11610 * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: Likewise.
11611 * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: Likewise.
11612 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
11613 * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: Likewise.
11614 * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: Likewise.
11615 * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: Likewise.
11616 * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist: Likewise.
11617 * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: Likewise.
11618 * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: Likewise.
11619 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
11620 * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: Likewise.
11621 * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: Likewise.
11622 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
11623 * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: Likewise.
11624 * sysdeps/unix/sysv/linux/nios2/ld.abilist: Likewise.
11625 * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: Likewise.
11626 * sysdeps/unix/sysv/linux/nios2/libanl.abilist: Likewise.
11627 * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise.
11628 * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: Likewise.
11629 * sysdeps/unix/sysv/linux/nios2/libdl.abilist: Likewise.
11630 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
11631 * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: Likewise.
11632 * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: Likewise.
11633 * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: Likewise.
11634 * sysdeps/unix/sysv/linux/nios2/librt.abilist: Likewise.
11635 * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: Likewise.
11636 * sysdeps/unix/sysv/linux/nios2/libutil.abilist: Likewise.
11637 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: Likewise.
11638 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: Likewise.
11639 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: Likewise.
11640 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
11641 Likewise.
11642 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: Likewise.
11643 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: Likewise.
11644 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: Likewise.
11645 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: Likewise.
11646 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist:
11647 Likewise.
11648 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist:
11649 Likewise.
11650 * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: Likewise.
11651 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
11652 Likewise.
11653 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: Likewise.
11654 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
11655 Likewise.
11656 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
11657 Likewise.
11658 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: Likewise.
11659 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: Likewise.
11660 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
11661 Likewise.
11662 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
11663 Likewise.
11664 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist:
11665 Likewise.
11666 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: Likewise.
11667 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: Likewise.
11668 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: Likewise.
11669 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
11670 Likewise.
11671 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: Likewise.
11672 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: Likewise.
11673 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: Likewise.
11674 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: Likewise.
11675 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: Likewise.
11676 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist:
11677 Likewise.
11678 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: Likewise.
11679 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
11680 Likewise.
11681 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
11682 Likewise.
11683 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
11684 Likewise.
11685 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist:
11686 Likewise.
11687 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: Likewise.
11688 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: Likewise.
11689 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
11690 Likewise.
11691 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
11692 Likewise.
11693 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
11694 Likewise.
11695 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: Likewise.
11696 * sysdeps/unix/sysv/linux/riscv/rv64/ld.abilist: Likewise.
11697 * sysdeps/unix/sysv/linux/riscv/rv64/libBrokenLocale.abilist:
11698 Likewise.
11699 * sysdeps/unix/sysv/linux/riscv/rv64/libanl.abilist: Likewise.
11700 * sysdeps/unix/sysv/linux/riscv/rv64/libc.abilist: Likewise.
11701 * sysdeps/unix/sysv/linux/riscv/rv64/libcrypt.abilist: Likewise.
11702 * sysdeps/unix/sysv/linux/riscv/rv64/libdl.abilist: Likewise.
11703 * sysdeps/unix/sysv/linux/riscv/rv64/libm.abilist: Likewise.
11704 * sysdeps/unix/sysv/linux/riscv/rv64/libnsl.abilist: Likewise.
11705 * sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist: Likewise.
11706 * sysdeps/unix/sysv/linux/riscv/rv64/libresolv.abilist: Likewise.
11707 * sysdeps/unix/sysv/linux/riscv/rv64/librt.abilist: Likewise.
11708 * sysdeps/unix/sysv/linux/riscv/rv64/libthread_db.abilist: Likewise.
11709 * sysdeps/unix/sysv/linux/riscv/rv64/libutil.abilist: Likewise.
11710 * sysdeps/unix/sysv/linux/s390/libanl.abilist: Likewise.
11711 * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: Likewise.
11712 * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
11713 Likewise.
11714 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
11715 * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: Likewise.
11716 * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: Likewise.
11717 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
11718 * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: Likewise.
11719 * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: Likewise.
11720 * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: Likewise.
11721 * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: Likewise.
11722 * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: Likewise.
11723 * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: Likewise.
11724 * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: Likewise.
11725 * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
11726 Likewise.
11727 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
11728 * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: Likewise.
11729 * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: Likewise.
11730 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
11731 * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: Likewise.
11732 * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: Likewise.
11733 * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: Likewise.
11734 * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: Likewise.
11735 * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: Likewise.
11736 * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: Likewise.
11737 * sysdeps/unix/sysv/linux/sh/ld.abilist: Likewise.
11738 * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: Likewise.
11739 * sysdeps/unix/sysv/linux/sh/libanl.abilist: Likewise.
11740 * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
11741 * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: Likewise.
11742 * sysdeps/unix/sysv/linux/sh/libdl.abilist: Likewise.
11743 * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
11744 * sysdeps/unix/sysv/linux/sh/libnsl.abilist: Likewise.
11745 * sysdeps/unix/sysv/linux/sh/libpthread.abilist: Likewise.
11746 * sysdeps/unix/sysv/linux/sh/libresolv.abilist: Likewise.
11747 * sysdeps/unix/sysv/linux/sh/librt.abilist: Likewise.
11748 * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: Likewise.
11749 * sysdeps/unix/sysv/linux/sh/libutil.abilist: Likewise.
11750 * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: Likewise.
11751 * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
11752 Likewise.
11753 * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: Likewise.
11754 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
11755 * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: Likewise.
11756 * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: Likewise.
11757 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
11758 * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: Likewise.
11759 * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: Likewise.
11760 * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: Likewise.
11761 * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: Likewise.
11762 * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: Likewise.
11763 * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: Likewise.
11764 * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: Likewise.
11765 * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
11766 Likewise.
11767 * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: Likewise.
11768 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
11769 * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: Likewise.
11770 * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: Likewise.
11771 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
11772 * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: Likewise.
11773 * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: Likewise.
11774 * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: Likewise.
11775 * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: Likewise.
11776 * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: Likewise.
11777 * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: Likewise.
11778 * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: Likewise.
11779 * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: Likewise.
11780 * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: Likewise.
11781 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
11782 * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: Likewise.
11783 * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: Likewise.
11784 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
11785 * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: Likewise.
11786 * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: Likewise.
11787 * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: Likewise.
11788 * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: Likewise.
11789 * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: Likewise.
11790 * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: Likewise.
11791 * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: Likewise.
11792 * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: Likewise.
11793 * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: Likewise.
11794 * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: Likewise.
11795 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
11796 * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: Likewise.
11797 * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: Likewise.
11798 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
11799 * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: Likewise.
11800 * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: Likewise.
11801 * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: Likewise.
11802 * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: Likewise.
11803 * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: Likewise.
11804 * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: Likewise.
11805
11806 2018-05-04 Stefan Liebler <stli@linux.vnet.ibm.com>
11807
11808 [BZ #23137]
11809 * sysdeps/nptl/lowlevellock.h (lll_wait_tid):
11810 Use atomic_load_acquire to load __tid.
11811
11812 2018-05-02 H.J. Lu <hongjiu.lu@intel.com>
11813
11814 * sysdeps/unix/sysv/linux/x86_64/swapcontext.S (__swapcontext):
11815 Restore the pointer into %rdx, after syscall and use %rdx,
11816 instead of %rsi, to restore context.
11817
11818 2018-05-02 H.J. Lu <hongjiu.lu@intel.com>
11819
11820 * sysdeps/unix/sysv/linux/x86_64/setcontext.S (__setcontext):
11821 Pop the pointer into %rdx after syscall and use %rdx, instead
11822 of %rsi, to restore context.
11823
11824 2018-05-02 H.J. Lu <hongjiu.lu@intel.com>
11825
11826 * nptl/pthread_create.c (START_THREAD_DEFN): Clear previous
11827 handlers after setjmp.
11828 * setjmp/longjmp.c (__libc_longjmp): Don't define alias if
11829 defined.
11830 * sysdeps/unix/sysv/linux/x86/setjmpP.h: Include
11831 <libc-pointer-arith.h>.
11832 (_JUMP_BUF_SIGSET_BITS_PER_WORD): New.
11833 (_JUMP_BUF_SIGSET_NSIG): Changed to 96.
11834 (_JUMP_BUF_SIGSET_NWORDS): Changed to use ALIGN_UP and
11835 _JUMP_BUF_SIGSET_BITS_PER_WORD.
11836 * sysdeps/x86/Makefile (sysdep_routines): Add __longjmp_cancel.
11837 * sysdeps/x86/__longjmp_cancel.S: New file.
11838 * sysdeps/x86/longjmp.c: Likewise.
11839 * sysdeps/x86/nptl/pt-longjmp.c: Likewise.
11840
11841 2018-05-02 Adhemerval Zanella <adhemerval.zanella@linaro.org>
11842
11843 * NEWS: Add ustat.h deprecation entry.
11844 * bits/ustat.h: Remove file.
11845 * misc/sys/ustat.h: Likewise.
11846 * misc/ustat.h: Likewise.
11847 * sysdeps/unix/sysv/linux/generic/ustat.c: Likewise.
11848 * misc/Makefile (headers): Remove ustat.h and sys/ustat.h.
11849 * misc/ustat.c (__ustat): Rename to __old_ustat and export only in
11850 compatibility mode.
11851 * sysdeps/unix/sysv/linux/ustat.c (__ustat): Likewise.
11852 * sysdeps/unix/sysv/linux/mips/ustat.c: Define DEV_TO_KDEV and use
11853 generic Linux implementation.
11854
11855 2018-04-30 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
11856
11857 * math/w_exp_compat.c: Replace hidden_def with libm_hidden_def..
11858 * math/w_expl_compat.c: Likewise.
11859 * math/w_exp_template.c: Likewise. Remove hidden_def_x.
11860
11861 2018-04-30 Raymond Nicholson <rain1@airmail.cc>
11862
11863 * manual/startup.texi (Aborting a Program): Remove inappropriate joke.
11864
11865 2018-04-27 Adhemerval Zanella <adhemerval.zanella@linaro.org>
11866
11867 * sysdeps/unix/sysv/linux/arm/readahead.c: Remove file.
11868 * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: Likewise.
11869 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list (readahead):
11870 Remove.
11871 * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Likewise.
11872 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
11873 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
11874 * sysdeps/unix/sysv/linux/readahead.c (__readahead): Assume
11875 __NR_readahead existence, and use INLINE_SYSCALL_CALL, __ALIGNMENT_ARG,
11876 and SYSCALL_LL64.
11877
11878 2018-04-27 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
11879
11880 * math/e_exp2_template.c: Replace M_SUF (M_LN2) with M_MLIT (M_LN2).
11881
11882 * math/w_acos_template.c: Replace M_SUF (fabs) with M_FABS.
11883 * math/w_asin_template.c: Likewise.
11884 * math/w_atanh_template.c: Likewise.
11885
11886 2018-04-27 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
11887
11888 * sysdeps/powerpc/preconfigure [machine == powerpc64] (machine): Define
11889 to powerpc/powerpc64/be for big-endian.
11890 [machine == powerpc64le]: Define to powerpc/powerpc64/le for
11891 little-endian.
11892
11893 * sysdeps/powerpc/powerpc64/power4/Implies: Move to powerpc64/be.
11894 * sysdeps/powerpc/powerpc64/power4/fpu/Implies: Likewise.
11895 * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: Likewise.
11896 * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: Likewise.
11897 * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
11898 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Likewise.
11899 * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: Likewise.
11900 * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: Likewise.
11901 * sysdeps/powerpc/powerpc64/power5/Implies: Likewise.
11902 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
11903 * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: Likewise.
11904 * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: Likewise.
11905 * sysdeps/powerpc/powerpc64/power6/Implies: Likewise.
11906 * sysdeps/powerpc/powerpc64/power6/fpu/Implies: Likewise.
11907 * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: Likewise.
11908 * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: Likewise.
11909 * sysdeps/powerpc/powerpc64/power6x/Implies: Likewise.
11910 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Likewise.
11911 * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Likewise.
11912 * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: Likewise.
11913 * sysdeps/powerpc/powerpc64/power7/Implies: Likewise.
11914 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
11915 * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: Likewise.
11916 * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: Likewise.
11917 * sysdeps/powerpc/powerpc64/power8/Implies: Likewise.
11918 * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
11919 * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: Likewise.
11920 * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: Likewise.
11921 * sysdeps/powerpc/powerpc64/power9/Implies: Likewise.
11922 * sysdeps/powerpc/powerpc64/power9/fpu/Implies: Likewise.
11923 * sysdeps/powerpc/powerpc64/power9/fpu/multiarch/Implies: Likewise.
11924 * sysdeps/powerpc/powerpc64/power9/multiarch/Implies: Likewise.
11925
11926 * sysdeps/powerpc/powerpc64/be/power4/Implies: Move from powerpc64 and
11927 adjusted to imply powerpc64 and older processors on powerpc64/be.
11928 * sysdeps/powerpc/powerpc64/be/power4/fpu/Implies: Likewise.
11929 * sysdeps/powerpc/powerpc64/be/power4/fpu/multiarch/Implies: Likewise.
11930 * sysdeps/powerpc/powerpc64/be/power4/multiarch/Implies: Likewise.
11931 * sysdeps/powerpc/powerpc64/be/power5+/Implies: Likewise.
11932 * sysdeps/powerpc/powerpc64/be/power5+/fpu/Implies: Likewise.
11933 * sysdeps/powerpc/powerpc64/be/power5+/fpu/multiarch/Implies: Likewise.
11934 * sysdeps/powerpc/powerpc64/be/power5+/multiarch/Implies: Likewise.
11935 * sysdeps/powerpc/powerpc64/be/power5/Implies: Likewise.
11936 * sysdeps/powerpc/powerpc64/be/power5/fpu/Implies: Likewise.
11937 * sysdeps/powerpc/powerpc64/be/power5/fpu/multiarch/Implies: Likewise.
11938 * sysdeps/powerpc/powerpc64/be/power5/multiarch/Implies: Likewise.
11939 * sysdeps/powerpc/powerpc64/be/power6/Implies: Likewise.
11940 * sysdeps/powerpc/powerpc64/be/power6/fpu/Implies: Likewise.
11941 * sysdeps/powerpc/powerpc64/be/power6/fpu/multiarch/Implies: Likewise.
11942 * sysdeps/powerpc/powerpc64/be/power6/multiarch/Implies: Likewise.
11943 * sysdeps/powerpc/powerpc64/be/power6x/Implies: Likewise.
11944 * sysdeps/powerpc/powerpc64/be/power6x/fpu/Implies: Likewise.
11945 * sysdeps/powerpc/powerpc64/be/power6x/fpu/multiarch/Implies: Likewise.
11946 * sysdeps/powerpc/powerpc64/be/power6x/multiarch/Implies: Likewise.
11947 * sysdeps/powerpc/powerpc64/be/power7/Implies: Likewise.
11948 * sysdeps/powerpc/powerpc64/be/power7/fpu/Implies: Likewise.
11949 * sysdeps/powerpc/powerpc64/be/power7/fpu/multiarch/Implies: Likewise.
11950 * sysdeps/powerpc/powerpc64/be/power7/multiarch/Implies: Likewise.
11951 * sysdeps/powerpc/powerpc64/be/power8/Implies: Likewise.
11952 * sysdeps/powerpc/powerpc64/be/power8/fpu/Implies: Likewise.
11953 * sysdeps/powerpc/powerpc64/be/power8/fpu/multiarch/Implies: Likewise.
11954 * sysdeps/powerpc/powerpc64/be/power8/multiarch/Implies: Likewise.
11955 * sysdeps/powerpc/powerpc64/be/power9/Implies: Likewise.
11956 * sysdeps/powerpc/powerpc64/be/power9/fpu/Implies: Likewise.
11957 * sysdeps/powerpc/powerpc64/be/power9/fpu/multiarch/Implies: Likewise.
11958 * sysdeps/powerpc/powerpc64/be/power9/multiarch/Implies: Likewise.
11959
11960 * sysdeps/powerpc/powerpc64/970/Implies: Move to powerpc64/be.
11961 * sysdeps/powerpc/powerpc64/be/970/Implies: Move from powerpc64/be.
11962 * sysdeps/powerpc/powerpc64/be/a2/Implies: New file.
11963 * sysdeps/powerpc/powerpc64/be/cell/Implies: Likewise.
11964
11965 * sysdeps/powerpc/powerpc64/be/Implies: New file.
11966 * sysdeps/powerpc/powerpc64/be/fpu/Implies: Likewise.
11967 * sysdeps/powerpc/powerpc64/be/fpu/multiarch/Implies: Likewise.
11968 * sysdeps/powerpc/powerpc64/be/multiarch/Implies: Likewise.
11969
11970 * sysdeps/powerpc/powerpc64le/Implies: Move to powerpc64/le.
11971 * sysdeps/powerpc/powerpc64le/Implies-before: Likewise.
11972 * sysdeps/powerpc/powerpc64le/Makefile: Likewise.
11973 * sysdeps/powerpc/powerpc64le/configure: Likewise.
11974 * sysdeps/powerpc/powerpc64le/configure.ac: Likewise.
11975 * sysdeps/powerpc/powerpc64le/fpu/Implies: Likewise.
11976 * sysdeps/powerpc/powerpc64le/fpu/e_sqrtf128.c: Likewise.
11977 * sysdeps/powerpc/powerpc64le/fpu/multiarch/Implies: Likewise.
11978 * sysdeps/powerpc/powerpc64le/fpu/sfp-machine.h: Likewise.
11979 * sysdeps/powerpc/powerpc64le/multiarch/Implies: Likewise.
11980 * sysdeps/powerpc/powerpc64le/power9/fpu/e_sqrtf128.c: Likewise.
11981
11982 * sysdeps/powerpc/powerpc64/le/Implies: Move from powerpc64le.
11983 * sysdeps/powerpc/powerpc64/le/Implies-before: Likewise.
11984 * sysdeps/powerpc/powerpc64/le/Makefile: Likewise.
11985 * sysdeps/powerpc/powerpc64/le/configure: Likewise.
11986 * sysdeps/powerpc/powerpc64/le/configure.ac: Likewise.
11987 * sysdeps/powerpc/powerpc64/le/fpu/Implies: Likewise.
11988 * sysdeps/powerpc/powerpc64/le/fpu/e_sqrtf128.c: Likewise.
11989 * sysdeps/powerpc/powerpc64/le/fpu/multiarch/Implies: Likewise.
11990 * sysdeps/powerpc/powerpc64/le/fpu/sfp-machine.h: Likewise.
11991 * sysdeps/powerpc/powerpc64/le/multiarch/Implies: Likewise.
11992 * sysdeps/powerpc/powerpc64/le/power9/fpu/e_sqrtf128.c: Likewise.
11993
11994 * sysdeps/powerpc/powerpc64le/power7/Implies: Move to powerpc64/le.
11995 * sysdeps/powerpc/powerpc64le/power7/fpu/Implies: Likewise.
11996 * sysdeps/powerpc/powerpc64le/power7/fpu/multiarch/Implies: Likewise.
11997 * sysdeps/powerpc/powerpc64le/power7/multiarch/Implies: Likewise.
11998 * sysdeps/powerpc/powerpc64le/power8/Implies: Likewise.
11999 * sysdeps/powerpc/powerpc64le/power8/fpu/Implies: Likewise.
12000 * sysdeps/powerpc/powerpc64le/power8/fpu/multiarch/Implies: Likewise.
12001 * sysdeps/powerpc/powerpc64le/power8/multiarch/Implies: Likewise.
12002 * sysdeps/powerpc/powerpc64le/power9/Implies: Likewise.
12003 * sysdeps/powerpc/powerpc64le/power9/fpu/Implies: Likewise.
12004 * sysdeps/powerpc/powerpc64le/power9/fpu/multiarch/Implies: Likewise.
12005 * sysdeps/powerpc/powerpc64le/power9/multiarch/Implies: Likewise.
12006
12007 * sysdeps/powerpc/powerpc64/le/power7/Implies: Move from powerpc64le
12008 and adjusted to imply olders processors.
12009 * sysdeps/powerpc/powerpc64/le/power7/fpu/Implies: Likewise.
12010 * sysdeps/powerpc/powerpc64/le/power7/fpu/multiarch/Implies: Likewise.
12011 * sysdeps/powerpc/powerpc64/le/power7/multiarch/Implies: Likewise.
12012 * sysdeps/powerpc/powerpc64/le/power8/Implies: Likewise.
12013 * sysdeps/powerpc/powerpc64/le/power8/fpu/Implies: Likewise.
12014 * sysdeps/powerpc/powerpc64/le/power8/fpu/multiarch/Implies: Likewise.
12015 * sysdeps/powerpc/powerpc64/le/power8/multiarch/Implies: Likewise.
12016 * sysdeps/powerpc/powerpc64/le/power9/Implies: Likewise.
12017 * sysdeps/powerpc/powerpc64/le/power9/fpu/Implies: Likewise.
12018 * sysdeps/powerpc/powerpc64/le/power9/fpu/multiarch/Implies: Likewise.
12019 * sysdeps/powerpc/powerpc64/le/power9/multiarch/Implies: Likewise.
12020
12021 * sysdeps/unix/sysv/linux/powerpc/powerpc64le/Implies: Move to
12022 powerpc64/le.
12023 * sysdeps/unix/sysv/linux/powerpc/powerpc64le/float128-abi.h: Likewise.
12024 * sysdeps/unix/sysv/linux/powerpc/powerpc64le/fpu/Implies: Likewise.
12025
12026 * sysdeps/unix/sysv/linux/powerpc/powerpc64/le/Implies: Move from
12027 powerpc64le.
12028 * sysdeps/unix/sysv/linux/powerpc/powerpc64/le/float128-abi.h: Likewise.
12029 * sysdeps/unix/sysv/linux/powerpc/powerpc64/le/fpu/Implies: Likewise.
12030
12031 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: Move to
12032 powerpc64/be.
12033 * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
12034 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: Likewise.
12035 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/fpu/Implies: Likewise.
12036
12037 * sysdeps/unix/sysv/linux/powerpc/powerpc64/be/970/Implies: Move from
12038 powerpc64 and adjusted.
12039 * sysdeps/unix/sysv/linux/powerpc/powerpc64/be/a2/Implies: Likewise.
12040 * sysdeps/unix/sysv/linux/powerpc/powerpc64/be/cell/Implies: Likewise.
12041 * sysdeps/unix/sysv/linux/powerpc/powerpc64/be/cell/fpu/Implies:
12042 Likewise.
12043
12044 2018-04-27 Joseph Myers <joseph@codesourcery.com>
12045
12046 * sysdeps/tile: Remove.
12047 * sysdeps/unix/sysv/linux/tile: Likewise.
12048 * README (tilegx-*-linux-gnu): Remove from list of supported
12049 configurations.
12050 * manual/contrib.texi (Contributors): Mention Chris Metcalf's
12051 contribution of support for generic Linux kernel syscall
12052 interface.
12053 * scripts/build-many-glibcs.py (Context.add_all_configs): Remove
12054 tilegx configurations.
12055 (Config.install_linux_headers): Do not handle tile.
12056 * sysdeps/unix/sysv/linux/aarch64/ldsodefs.h: Do not mention Tile
12057 in comment.
12058 * sysdeps/unix/sysv/linux/nios2/Makefile: Likewise.
12059 * sysdeps/unix/sysv/linux/posix_fadvise.c: Likewise.
12060 [__ASSUME_FADVISE64_64_NO_ALIGN] (__ALIGNMENT_ARG): Remove
12061 conditional undefine and redefine.
12062 * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not mention Tile
12063 in comment.
12064 [__ASSUME_FADVISE64_64_NO_ALIGN] (__ALIGNMENT_ARG): Remove
12065 conditional undefine and redefine.
12066
12067 2018-04-26 Aurelien Jarno <aurelien@aurel32.net>
12068
12069 * signal/tst-sigaction.c: New file to test BZ #23069.
12070 * signal/Makefile (tests): Fix indentation. Add tst-sigaction.
12071
12072 2018-04-26 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
12073
12074 [BZ #22766]
12075 * include/dlfcn.h [__libc_dl_open]: Replace RTLD_LAZY with RTLD_NOW.
12076 * sysdeps/gnu/unwind-resume.c (__lib_gcc_s_init): Replace
12077 __libc_dlopen_mode() using RTLD_NOW with __libc_dlopen.
12078 * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
12079
12080 2018-04-25 Adhemerval Zanella <adhemerval.zanella@linaro.org>
12081
12082 * sysdeps/unix/sysv/linux/getdirentries.c (getdirentries): Build iff
12083 _DIRENT_MATCHES_DIRENT64 is not defined.
12084 * sysdeps/unix/sysv/linux/getdirentries64.c (getdirentries64): Open
12085 implementation and alias to getdirentries if _DIRENT_MATCHES_DIRENT64
12086 is defined.
12087 * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: Remove file.
12088 * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: Remove file.
12089
12090 2018-04-25 Joseph Myers <joseph@codesourcery.com>
12091
12092 * scripts/build-many-glibcs.py (Context.checkout): Default GCC
12093 version to GCC 8 branch.
12094
12095 2018-04-24 Joseph Myers <joseph@codesourcery.com>
12096
12097 * sysdeps/mach/hurd/dl-sysdep.c: Include <not-errno.h>.
12098 (check_no_hidden): Use type of original function when declaring
12099 alias.
12100
12101 * sysdeps/unix/sysv/linux/sys/ptrace.h
12102 (PTRACE_SECCOMP_GET_METADATA): New enum value and macro.
12103 * sysdeps/unix/sysv/linux/bits/ptrace-shared.h
12104 (struct __ptrace_seccomp_metadata): New type.
12105 * sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h
12106 (PTRACE_SECCOMP_GET_METADATA): Likewise.
12107 * sysdeps/unix/sysv/linux/arm/sys/ptrace.h
12108 (PTRACE_SECCOMP_GET_METADATA): Likewise.
12109 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h
12110 (PTRACE_SECCOMP_GET_METADATA): Likewise.
12111 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h
12112 (PTRACE_SECCOMP_GET_METADATA): Likewise.
12113 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h
12114 (PTRACE_SECCOMP_GET_METADATA): Likewise.
12115 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h
12116 (PTRACE_SECCOMP_GET_METADATA): Likewise.
12117 * sysdeps/unix/sysv/linux/tile/sys/ptrace.h
12118 (PTRACE_SECCOMP_GET_METADATA): Likewise.
12119 * sysdeps/unix/sysv/linux/x86/sys/ptrace.h
12120 (PTRACE_SECCOMP_GET_METADATA): Likewise.
12121
12122 2018-04-23 Adhemerval Zanella <adhemerval.zanella@linaro.org>
12123
12124 * dirent/alphasort.c (alphasort): Build iff _DIRENT_MATCHES_DIRENT64 is
12125 defined.
12126 * dirent/versionsort.c (versionsort): Likewise.
12127 * dirent/alphasort64.c (alphasort64): Build regardless and alias to
12128 alphasort if _DIRENT_MATCHES_DIRENT64 is defined.
12129 * dirent/versionsort64.c (versionsort64): Likewise.
12130 * sysdeps/unix/sysv/linux/i386/alphasort64.c: Remove file.
12131 * sysdeps/unix/sysv/linux/arm/alphasort64.c: Likewise.
12132 * sysdeps/unix/sysv/linux/arm/versionsort64.c: Likewise.
12133 * sysdeps/unix/sysv/linux/m68k/alphasort64.c: Likewise.
12134 * sysdeps/unix/sysv/linux/m68k/versionsort64.c: Likewise.
12135 * sysdeps/unix/sysv/linux/s390/s390-32/alphasort64.c: Likewise.
12136 * sysdeps/unix/sysv/linux/s390/s390-32/versionsort64.c: Likewise.
12137 * sysdeps/unix/sysv/linux/i386/versionsort64.c: Likewise.
12138 * sysdeps/unix/sysv/linux/alphasort64.c: New file.
12139 * sysdeps/unix/sysv/linux/versionsort64.c: Likewise.
12140 * sysdeps/unix/sysv/linux/powerpc/powerpc32/alphasort64.c: Likewise.
12141 * sysdeps/unix/sysv/linux/powerpc/powerpc32/versionsort64.c: Likewise.
12142 * sysdeps/unix/sysv/linux/sparc/sparc32/alphasort64.c: Likewise.
12143 * sysdeps/unix/sysv/linux/sparc/sparc32/versionsort64.c: Likewise.
12144
12145 2018-04-23 Joseph Myers <joseph@codesourcery.com>
12146
12147 * elf/elf.h (NT_PPC_PKEY): New macro.
12148
12149 2018-04-23 Dragan Stanojevic - Nevidljivi <invisible@hidden-city.net>
12150
12151 [BZ #23094]
12152 * localedata/locales/hr_HR: fix thousands_sep and
12153 mon_thousands_sep
12154
12155 2018-04-20 Joseph Myers <joseph@codesourcery.com>
12156
12157 * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_MISC]
12158 (XTABS): Define to TAB3.
12159
12160 2018-04-20 Adhemerval Zanella <adhemerval.zanella@linaro.org>
12161
12162 * sysdeps/hppa/fpu/libm-test-ulps: Update.
12163
12164 * dirent/scandir-tail-common.c: New file.
12165 * dirent/scandir-tail.c: Use scandir-tail-common.c.
12166 (__scandir_tail): Build iff _DIRENT_MATCHES_DIRENT64 is not defined.
12167 * dirent/scandir.c: Use scandir-tail-common.c.
12168 * dirent/scandirat.c: Likewise.
12169 * dirent/scandir64-tail.c: Use scandir-tail-common.c.
12170 * dirent/scandir64.c (scandir64): Always build and alias to scandir
12171 if _DIRENT_MATCHES_DIRENT64 is defined.
12172 * dirent/scandirat64.c (scandirat64): Likewise.
12173 * include/dirent.h (__scandir_tail): Only define iff
12174 _DIRENT_MATCHES_DIRENT64 is not defined.
12175 (__scandir64_tail): Define regardless.
12176 (__scandirat, scandirat64): Remove libc_hidden_proto.
12177 * sysdeps/unix/sysv/linux/arm/scandir64.c: Remove file.
12178 * sysdeps/unix/sysv/linux/m68k/scandir64.c: Likewise.
12179 * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Likewise.
12180 * sysdeps/unix/sysv/linux/s390/s390-32/scandir64.c: Likewise.
12181 * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
12182 * sysdeps/unix/sysv/linux/sparc/sparc32/scandir64.c: Likewise.
12183 * sysdeps/unix/sysv/linux/scandir64.c: New file.
12184
12185 2018-04-20 Joseph Myers <joseph@codesourcery.com>
12186
12187 * sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_ASIMDFHM):
12188 New macro.
12189 * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c (_DL_HWCAP_COUNT):
12190 Increase to 24.
12191 (_dl_aarch64_cap_flags): Add asimdfhm.
12192
12193 2018-04-19 Chung-Lin Tang <cltang@codesourcery.com>
12194
12195 * sysdeps/nios2/libm-test-ulps: Update.
12196
12197 2018-04-19 Adhemerval Zanella <adhemerval.zanella@linaro.org>
12198
12199 * sysdeps/unix/sysv/linux/mips/mips64/getdents64.c (__getdents64):
12200 Only alias to __getdents for _DIRENT_MATCHES_DIRENT64.
12201
12202 * sysdeps/unix/sysv/linux/alpha/getdents.c: Add comments with alpha
12203 requirements.
12204 (_DIRENT_MATCHES_DIRENT64): Undef
12205 * sysdeps/unix/sysv/linux/alpha/getdents64.c: Likewise.
12206 * sysdeps/unix/sysv/linux/arm/getdents64.c: Remove file.
12207 * sysdeps/unix/sysv/linux/generic/getdents.c: Likewise.
12208 * sysdeps/unix/sysv/linux/generic/getdents64.c: Likewise.
12209 * sysdeps/unix/sysv/linux/generic/wordsize-32/getdents.c: Likewise.
12210 * sysdeps/unix/sysv/linux/getdents.c: Simplify implementation by
12211 use getdents64 syscalls as base.
12212 * sysdeps/unix/sysv/linux/getdents64.c: Likewise and add compatibility
12213 symbol if required.
12214 * sysdeps/unix/sysv/linux/hppa/getdents64.c: Likewise.
12215 * sysdeps/unix/sysv/linux/i386/getdents64.c: Likewise.
12216 * sysdeps/unix/sysv/linux/m68k/getdents64.c: Likewise.
12217 * sysdeps/unix/sysv/linux/powerpc/getdents64.c: Likewise.
12218 * sysdeps/unix/sysv/linux/s390/s390-32/getdents64.c: Likewise.
12219 * sysdeps/unix/sysv/linux/sparc/sparc32/getdents64.c: Likewise.
12220 * sysdeps/unix/sysv/linux/wordsize-64/getdents.c: Likewise.
12221 * sysdeps/unix/sysv/linux/wordsize-64/getdents64.c: Likewise.
12222 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
12223 (__get_clockfreq_via_proc_openprom): Use __getdents64.
12224 * sysdeps/unix/sysv/linux/mips/mips64/getdents64.c: New file.
12225
12226 2018-04-19 Stefan Liebler <stli@linux.vnet.ibm.com>
12227
12228 * scripts/test_printers_common.py (init_test): Disable lock elision.
12229
12230 2018-04-19 Stefan Liebler <stli@linux.vnet.ibm.com>
12231
12232 * math/test-tgmath.c (count_double, count_float,
12233 count_ldouble, count_cdouble, count_cfloat,
12234 count_cldouble): Use volatile int.
12235
12236 2018-04-19 Samuel Thibault <samuel.thibault@ens-lyon.org>
12237
12238 * sysdeps/mach/hurd/i386/Makefile [$(subdir) = conform]
12239 (conformtest-xfail-conds): Add i386-gnu.
12240 * conform/data/fcntl.h-data (flock.l_type, flock.l_whence): XFAIL on
12241 i386-gnu.
12242 * conform/data/sys/ipc.h-data (ipc_perm.uid, ipc_perm.gid,
12243 ipc_perm.cuid, ipc_perm.cgid): Likewise.
12244 * conform/data/sys/msg.h-data (msqid_ds.msg_lspid,
12245 msqid_ds.msg_lrpid): Likewise.
12246 * conform/data/sys/shm.h-data (shmid_ds.shm_lpid, shmid_ds.shm_cpid):
12247 Likewise.
12248 * conform/data/sys/stat.h-data (stat.st_dev): Likewise.
12249 * conform/data/sys/statvfs.h-data (statvfs.f_fsid): Likewise.
12250 * sysdeps/mach/hurd/bits/statvfs.h (struct statvfs): Make f_bsize,
12251 f_namemax, f_frsize, and f_flag fields unsigned long int instead of
12252 unsigned int.
12253 (struct statvfs64): Likewise.
12254 * sysdeps/mach/hurd/bits/statfs.h (struct statfs, struct statfs64):
12255 Likewise.
12256 * bits/in.h [!__USE_MISC]: Do not define struct ip_opts.
12257 * conform/data/netinet/in.h-data: Allow sin_ and sin6_ prefix.
12258 * sysdeps/gnu/bits/msq.h (struct msqid_ds): Use __wait_queue struct
12259 instead of wait_queue.
12260 * sysdeps/gnu/bits/shm.h (struct shmid_ds): Use __vm_area_struct
12261 instead of vm_area_struct.
12262 * bits/sched.h: Include <bits/types/struct_sched_param.h> and move
12263 struct sched_param definition to it.
12264 * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
12265 * bits/types/struct_sched_param.h: New file.
12266 * sysdeps/htl/bits/types/struct___pthread_attr.h: Include
12267 <bits/types/struct_sched_param.h> instead of <sched.h>.
12268 * posix/Makefile (headers): Add bits/types/struct_sched_param.h.
12269 * sysdeps/pthread/bits/types/sigevent_t.h: New file, based on the
12270 generic version but include <bits/pthreadtypes.h> to make struct
12271 sigevent's sigev_notify_attributes field a pthread_attr_t*.
12272 * bits/types/siginfo_t.h: Remove siginfo struct name, unused and
12273 non-compliant.
12274 * bits/termios.h [__USE_XOPEN || __USE_XOPEN2K8] (IXANY): Define.
12275 [__USE_XOPEN && !__USE_XOPEN2K] (IUCLC, OLCUC): Define.
12276 [__USE_XOPEN] (OFDEL): New macro.
12277 [__USE_XOPEN && !__USE_XOPEN2K] (XCASE): New macro.
12278 * bits/resource.h (RLIM_SAVED_MAX, RLIM_SAVED_CUR): New macros.
12279 * sysdeps/hurd/include/hurd.h [!_ISOMAC]: Do not declare libc hidden
12280 prototypes.
12281 * sysdeps/hurd/include/hurd/fd.h [!_ISOMAC]: Likewise.
12282 * sysdeps/hurd/include/hurd/signal.h [!_ISOMAC]: Likewise.
12283 * sysdeps/arm/sys/ucontext.h: Remove fpregset struct name, unused and
12284 non-compliant.
12285 * sysdeps/i386/sys/ucontext.h: Likewise.
12286 * sysdeps/m68k/sys/ucontext.h: Likewise.
12287 * sysdeps/mips/sys/ucontext.h: Likewise.
12288 * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h: Likewise.
12289 * sysdeps/mach/hurd/i386/Makefile
12290 (test-xfail-POSIX/fcntl.h/conform): Add.
12291 (test-xfail-POSIX/signal.h/conform): Add.
12292 (test-xfail-POSIX/semaphore.h/conform): Add.
12293 (test-xfail-POSIX/regex.h/conform): Add.
12294 (test-xfail-POSIX/aio.h/conform): Add.
12295 (test-xfail-POSIX/mqueue.h/conform): Add.
12296 (test-xfail-POSIX/sys/types.h/conform): Add.
12297 (test-xfail-UNIX98/fcntl.h/conform): Add.
12298 (test-xfail-UNIX98/netdb.h/conform): Add.
12299 (test-xfail-UNIX98/signal.h/conform): Add.
12300 (test-xfail-UNIX98/semaphore.h/conform): Add.
12301 (test-xfail-UNIX98/regex.h/conform): Add.
12302 (test-xfail-UNIX98/aio.h/conform): Add.
12303 (test-xfail-UNIX98/ftw.h/conform): Add.
12304 (test-xfail-UNIX98/mqueue.h/conform): Add.
12305 (test-xfail-UNIX98/netinet/in.h/conform): Add.
12306 (test-xfail-UNIX98/sys/wait.h/conform): Add.
12307 (test-xfail-UNIX98/sys/sem.h/conform): Add.
12308 (test-xfail-UNIX98/sys/uio.h/conform): Add.
12309 (test-xfail-UNIX98/sys/socket.h/conform): Add.
12310 (test-xfail-UNIX98/sys/types.h/conform): Add.
12311 (test-xfail-UNIX98/stdlib.h/conform): Add.
12312 (test-xfail-UNIX98/arpa/inet.h/conform): Add.
12313 (test-xfail-POSIX2008/fcntl.h/conform): Add.
12314 (test-xfail-POSIX2008/netdb.h/conform): Add.
12315 (test-xfail-POSIX2008/signal.h/conform): Add.
12316 (test-xfail-POSIX2008/semaphore.h/conform): Add.
12317 (test-xfail-POSIX2008/regex.h/conform): Add.
12318 (test-xfail-POSIX2008/aio.h/conform): Add.
12319 (test-xfail-POSIX2008/mqueue.h/conform): Add.
12320 (test-xfail-POSIX2008/netinet/in.h/conform): Add.
12321 (test-xfail-POSIX2008/sys/wait.h/conform): Add.
12322 (test-xfail-POSIX2008/sys/socket.h/conform): Add.
12323 (test-xfail-POSIX2008/sys/types.h/conform): Add.
12324 (test-xfail-POSIX2008/arpa/inet.h/conform): Add.
12325 (test-xfail-XOPEN2K/fcntl.h/conform): Add.
12326 (test-xfail-XOPEN2K/netdb.h/conform): Add.
12327 (test-xfail-XOPEN2K/signal.h/conform): Add.
12328 (test-xfail-XOPEN2K/semaphore.h/conform): Add.
12329 (test-xfail-XOPEN2K/regex.h/conform): Add.
12330 (test-xfail-XOPEN2K/aio.h/conform): Add.
12331 (test-xfail-XOPEN2K/ftw.h/conform): Add.
12332 (test-xfail-XOPEN2K/mqueue.h/conform): Add.
12333 (test-xfail-XOPEN2K/netinet/in.h/conform): Add.
12334 (test-xfail-XOPEN2K/sys/wait.h/conform): Add.
12335 (test-xfail-XOPEN2K/sys/sem.h/conform): Add.
12336 (test-xfail-XOPEN2K/sys/uio.h/conform): Add.
12337 (test-xfail-XOPEN2K/sys/socket.h/conform): Add.
12338 (test-xfail-XOPEN2K/sys/types.h/conform): Add.
12339 (test-xfail-XOPEN2K/stdlib.h/conform): Add.
12340 (test-xfail-XOPEN2K/arpa/inet.h/conform): Add.
12341 (test-xfail-XOPEN2K8/fcntl.h/conform): Add.
12342 (test-xfail-XOPEN2K8/netdb.h/conform): Add.
12343 (test-xfail-XOPEN2K8/signal.h/conform): Add.
12344 (test-xfail-XOPEN2K8/semaphore.h/conform): Add.
12345 (test-xfail-XOPEN2K8/regex.h/conform): Add.
12346 (test-xfail-XOPEN2K8/aio.h/conform): Add.
12347 (test-xfail-XOPEN2K8/ftw.h/conform): Add.
12348 (test-xfail-XOPEN2K8/mqueue.h/conform): Add.
12349 (test-xfail-XOPEN2K8/netinet/in.h/conform): Add.
12350 (test-xfail-XOPEN2K8/sys/wait.h/conform): Add.
12351 (test-xfail-XOPEN2K8/sys/sem.h/conform): Add.
12352 (test-xfail-XOPEN2K8/sys/uio.h/conform): Add.
12353 (test-xfail-XOPEN2K8/sys/socket.h/conform): Add.
12354 (test-xfail-XOPEN2K8/sys/types.h/conform): Add.
12355 (test-xfail-XOPEN2K8/stdlib.h/conform): Add.
12356 (test-xfail-XOPEN2K8/arpa/inet.h/conform): Add.
12357 * conform/data/signal.h-data (SA_SIGINFO, SA_NOCLDWAIT): XFAIL on
12358 i386-gnu.
12359 * conform/data/sys/wait.h-data (WIFCONTINUED, WEXITED, WSTOPPED,
12360 WCONTINUED, WNOWAIT): XFAIL on i386-gnu.
12361
12362 2018-04-18 Joseph Myers <joseph@codesourcery.com>
12363
12364 * scripts/build-many-glibcs.py (Context.add_all_configs): Use
12365 --enable-obsolete for powerpc-linux-gnuspe.
12366
12367 2018-04-18 Samuel Thibault <samuel.thibault@ens-lyon.org>
12368
12369 * conform/data/sys/un.h-data: Allow sun_ prefix.
12370 * sysdeps/mach/include/lock-intern.h: Do not declare libc hidden
12371 prototypes.
12372 * sysdeps/mach/include/mach.h: Likewise.
12373 * sysdeps/mach/include/mach/mig_support.h: Likewise.
12374 * sysdeps/mach/include/mach_error.h: Likewise.
12375
12376 2018-04-16 Adhemerval Zanella <adhemerval.zanella@linaro.org>
12377
12378 * sysdeps/arm/armv6t2/memchr.S (memchr): Remove ARM code path.
12379 * sysdeps/arm/armv6t2/strlen.S (memchr): Likewise.
12380 * sysdeps/arm/armv7/multiarch/memchr_neon.S (memchr): Likewise.
12381 * sysdeps/arm/armv7/strcmp.S (strcmp): Likewise.
12382
12383 2018-04-16 Andreas Schwab <schwab@suse.de>
12384
12385 [BZ #19527]
12386 * iconvdata/gconv-modules (ARMSCII8//, ShiftJISX0213//): New aliases.
12387
12388 2018-04-15 Patrick McGehearty <patrick.mcgehearty@oracle.com>
12389
12390 * sysdeps/ieee754/dbl-64/e_exp.c: faster __ieee754_exp()
12391 * sysdeps/ieee754/dbl-64/eexp.tbl: New file for e_exp.c
12392
12393 2018-04-12 DJ Delorie <dj@redhat.com>
12394
12395 * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
12396 version to 4.16.
12397
12398 2018-04-12 Stefan Liebler <stli@linux.vnet.ibm.com>
12399
12400 * sysdeps/unix/sysv/linux/s390/kernel_sigaction.h
12401 (struct kernel_sigaction): Use the same definition on 31bit as is used
12402 on 64bit.
12403
12404 2018-04-09 Florian Weimer <fweimer@redhat.com>
12405
12406 [BZ #23037]
12407 * resolv/res_send.c (send_dg): Use designated initializers instead
12408 of assignment to zero-initialize other fields of struct mmsghdr.
12409
12410 2018-04-06 Adhemerval Zanella <adhemerval.zanella@linaro.org>
12411
12412 * sysdeps/posix/readdir.c (__READDIR, __GETDENTS, DIRENTY_TYPE,
12413 __READDIR_ALIAS): Undefine after usage.
12414 * sysdeps/posix/readdir_r.c (__READDIR_R, __GETDENTS, DIRENT_TYPE,
12415 __READDIR_R_ALIAS): Likewise.
12416 * sysdeps/unix/sysv/linux/arm/readdir64.c: Remove file.
12417 * sysdeps/unix/sysv/linux/arm/readdir64_r.c: Likewise.
12418 * sysdeps/unix/sysv/linux/m68k/readdir64.c: Likewise.
12419 * sysdeps/unix/sysv/linux/m68k/readdir64_r.c: Likewise.
12420 * sysdeps/unix/sysv/linux/powerpc/readdir64.c: Likewise.
12421 * sysdeps/unix/sysv/linux/powerpc/readdir64_r.c: Likewise.
12422 * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
12423 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
12424 * sysdeps/unix/sysv/linux/s390/s390-32/readdir64.c: Likewise.
12425 * sysdeps/unix/sysv/linux/s390/s390-32/readdir64_r.c: Likewise.
12426 * sysdeps/unix/sysv/linux/sparc/sparc32/readdir64.c: Likewise.
12427 * sysdeps/unix/sysv/linux/sparc/sparc32/readdir64_r.c: Likewise.
12428 * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
12429 * sysdeps/unix/sysv/linux/wordsize-64/readdir64.c: Likewise.
12430 * sysdeps/unix/sysv/linux/wordsize-64/readdir64_r.c: Likewise.
12431 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Likewise.
12432 * sysdeps/unix/sysv/linux/readdir.c: New file.
12433 * sysdeps/unix/sysv/linux/readdir_r.c: Likewise.
12434 * sysdeps/unix/sysv/linux/readdir64.c: Add compat symbol if required.
12435 * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
12436
12437 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Update.
12438
12439 2018-04-06 Andreas Schwab <schwab@linux-m68k.org>
12440
12441 * manual/charset.texi (Converting a Character): Fix typo.
12442
12443 2018-04-05 Adhemerval Zanella <adhemerval.zanella@linaro.org>
12444
12445 * sysdeps/sparc/fpu/libm-test-ulps: Update.
12446
12447 * sysdeps/arm/libm-test-ulps: Update.
12448
12449 * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Use default Linux version
12450 as base implementation.
12451 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
12452 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
12453 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
12454 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
12455 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
12456 * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Add include guards,
12457 remove unrequired definitions and update comments.
12458 * sysdeps/unix/sysv/linux/kernel_sigaction.h: Likewise.
12459 * sysdeps/unix/sysv/linux/mips/kernel_sigaction.h: Likewise.
12460 * sysdeps/unix/sysv/linux/ia64/kernel_sigaction.h: New file.
12461 * sysdeps/unix/sysv/linux/m68k/kernel_sigaction.h: Likewise.
12462 * sysdeps/unix/sysv/linux/nios2/kernel_sigaction.h: Likewise.
12463 * sysdeps/unix/sysv/linux/powerpc/kernel_sigaction: Likewise.
12464 * sysdeps/unix/sysv/linux/s390/kernel_sigaction.h: Likewise.
12465 * sysdeps/unix/sysv/linux/sh/kernel_sigaction.h: Likewise.
12466 * sysdeps/unix/sysv/linux/sparc/kernel_sigaction.h: Likewise.
12467 * sysdeps/unix/sysv/linux/tile/kernel_sigaction.h: Likewise.
12468 * sysdeps/unix/sysv/linux/ia64/sigaction.c: Remove file.
12469 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
12470 * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
12471 * sysdeps/unix/sysv/linux/sigaction.c: Add STUB, SET_SA_RESTORER,
12472 and RESET_SA_RESTORER hooks.
12473
12474 2018-04-05 Stefan Liebler <stli@linux.vnet.ibm.com>
12475
12476 * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
12477
12478 2018-04-05 Florian Weimer <fweimer@redhat.com>
12479
12480 * manual/examples/mbstouwcs.c (mbstouwcs): Fix loop termination,
12481 integer overflow, memory leak on error, and indeterminate errno
12482 value. Add a null wide character to terminate the result string.
12483 * manual/charset.texi (Converting a Character): Mention embedded
12484 null bytes in the mbrtowc input string. Explain what happens in
12485 the -2 result case. Do not claim that mbrtowc is simple or
12486 obvious to use. Adjust the description of the code example. Use
12487 @code, not @var, for concrete variables.
12488
12489 2018-04-05 Florian Weimer <fweimer@redhat.com>
12490
12491 * manual/examples/mbstouwcs.c: New file.
12492 * manual/charset.texi (Converting a Character): Include it.
12493
12494 2018-04-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
12495
12496 * include/dirent.h (dirfd): Add hidden proto.
12497 * dirent/dirfd.c (dirfd): Add hidden def.
12498 * sysdeps/mach/hurd/dirfd.c (dirfd): Add hidden def.
12499 * sysdeps/posix/dirfd.c (dirfd): Add hidden def.
12500
12501 2018-04-04 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
12502
12503 * sysdeps/powerpc/fpu/libm-test-ulps: Increase double-precision
12504 sin, cos and sincos to 1 ULP.
12505
12506 2018-04-04 Maciej W. Rozycki <macro@mips.com>
12507
12508 [BZ #19818]
12509 * sysdeps/generic/ldsodefs.h (SYMBOL_ADDRESS): Handle SHN_ABS
12510 symbols.
12511 * elf/dl-addr.c (determine_info): Ignore SHN_ABS symbols.
12512 * elf/tst-absolute-sym.c: New file.
12513 * elf/tst-absolute-sym-lib.c: New file.
12514 * elf/tst-absolute-sym-lib.lds: New file.
12515 * elf/Makefile (tests): Add `tst-absolute-sym'.
12516 (modules-names): Add `tst-absolute-sym-lib'.
12517 (LDLIBS-tst-absolute-sym-lib.so): New variable.
12518 ($(objpfx)tst-absolute-sym-lib.so): New dependency.
12519 ($(objpfx)tst-absolute-sym): New dependency.
12520
12521 [BZ #19818]
12522 * sysdeps/generic/ldsodefs.h (LOOKUP_VALUE_ADDRESS): Add `set'
12523 parameter.
12524 (SYMBOL_ADDRESS): New macro.
12525 [!ELF_FUNCTION_PTR_IS_SPECIAL] (DL_SYMBOL_ADDRESS): Use
12526 SYMBOL_ADDRESS for symbol address calculation.
12527 * elf/dl-runtime.c (_dl_fixup): Likewise.
12528 (_dl_profile_fixup): Likewise.
12529 * elf/dl-symaddr.c (_dl_symbol_address): Likewise.
12530 * elf/rtld.c (dl_main): Likewise.
12531 * sysdeps/aarch64/dl-machine.h (elf_machine_rela): Likewise.
12532 * sysdeps/alpha/dl-machine.h (elf_machine_rela): Likewise.
12533 * sysdeps/arm/dl-machine.h (elf_machine_rel): Likewise.
12534 (elf_machine_rela): Likewise.
12535 * sysdeps/hppa/dl-machine.h (elf_machine_rela): Likewise.
12536 * sysdeps/hppa/dl-symaddr.c (_dl_symbol_address): Likewise.
12537 * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
12538 (elf_machine_rela): Likewise.
12539 * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
12540 * sysdeps/m68k/dl-machine.h (elf_machine_rela): Likewise.
12541 * sysdeps/microblaze/dl-machine.h (elf_machine_rela): Likewise.
12542 * sysdeps/mips/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
12543 Likewise.
12544 (elf_machine_reloc): Likewise.
12545 (elf_machine_got_rel): Likewise.
12546 * sysdeps/mips/dl-trampoline.c (__dl_runtime_resolve): Likewise.
12547 * sysdeps/nios2/dl-machine.h (elf_machine_rela): Likewise.
12548 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
12549 Likewise.
12550 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
12551 Likewise.
12552 * sysdeps/riscv/dl-machine.h (elf_machine_rela): Likewise.
12553 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
12554 Likewise.
12555 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
12556 Likewise.
12557 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
12558 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
12559 Likewise.
12560 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
12561 Likewise.
12562 * sysdeps/tile/dl-machine.h (elf_machine_rela): Likewise.
12563 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
12564
12565 2018-04-04 Zack Weinberg <zackw@panix.com>
12566
12567 * sysdeps/generic/internal-signals.h: Include signal.h,
12568 sigsetops.h, and stdbool.h.
12569 (__libc_signal_block_all): Actually block all signals.
12570 (__libc_signal_block_app): Likewise.
12571 (__libc_signal_restore_set): Actually restore the signal mask.
12572
12573 2018-04-04 Florian Weimer <fweimer@redhat.com>
12574
12575 inet: Actually build and run tst-deadline.
12576 * inet/Makefile (tests-internal): Add tst-deadline and do not
12577 overwrite the variable.
12578 (tests-static-internal): Remove variable.
12579
12580 2018-04-03 H.J. Lu <hongjiu.lu@intel.com>
12581
12582 [BZ #22947]
12583 * bits/uio-ext.h (RWF_APPEND): New.
12584 * sysdeps/unix/sysv/linux/bits/uio-ext.h (RWF_APPEND): Likewise.
12585 * manual/llio.texi: Document RWF_APPEND.
12586 * misc/tst-preadvwritev2-common.c (RWF_APPEND): New.
12587 (RWF_SUPPORTED): Add RWF_APPEND.
12588
12589 2018-04-03 Adhemerval Zanella <adhemerval.zanella@linaro.org>
12590
12591 [BZ #22391]
12592 * nptl/sigaction.c (__sigaction): Use __is_internal_signal to
12593 check for internal nptl signals.
12594 * nptl/sigaction.c (__sigaction): Likewise.
12595 * signal/sigaddset.c (sigaddset): Likewise.
12596 * signal/sigdelset.c (sigdelset): Likewise.
12597 * sysdeps/posix/signal.c (__bsd_signal): Likewise.
12598 * sysdeps/posix/sigset.c (sigset): Call and check sigaddset return
12599 value.
12600 * signal/sigfillset.c (sigfillset): User __clear_internal_signals
12601 to filter out internal nptl signals.
12602 * signal/tst-sigset.c (do_test): Check ech signal indidually and
12603 also check realtime signals using standard macros.
12604 * sysdeps/generic/internal-signals.h (__clear_internal_signals,
12605 __is_internal_signal, __libc_signal_block_all,
12606 __libc_signal_block_app, __libc_signal_restore_set): New functions.
12607 * sysdeps/nptl/sigfillset.c: Remove file.
12608 * sysdeps/unix/sysv/linux/internal-signals.h (__is_internal_signal):
12609 Change return to bool.
12610 (__clear_internal_signals): Remove SIGTIMER clean since it is
12611 equal to SIGCANEL on Linux.
12612 * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Assume
12613 signal set was constructed using standard functions.
12614
12615 2018-04-03 Samuel Thibault <samuel.thibault@ens-lyon.org>
12616
12617 * sysdeps/mach/hurd/if_index.c (__if_nametoindex): Return ENODEV if
12618 ifname is too long.
12619 * hurd/hurdsig.c (interrupted_reply_port_location): Use
12620 DIAG_IGNORE_NEEDS_COMMENT to silence warning with GCC 6 and before.
12621 * sysdeps/mach/hurd/i386/exc2signal.c (_hurd_exception2signal): Add
12622 hidden def.
12623 * mach/spin-lock.c (__mutex_unlock): Add hidden def.
12624 * signal/sigaddset.c: Include <sigsetopts.h>.
12625 * signal/sigdelset.c: Likewise.
12626
12627 2018-04-03 Wilco Dijkstra <wdijkstr@arm.com>
12628
12629 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Cleanup ifdefs.
12630 (__cos): Likewise.
12631 * sysdeps/ieee754/dbl-64/s_sin.c (__sincos): Refactor using the same
12632 logic as sin and cos.
12633
12634 2018-04-03 Wilco Dijkstra <wdijkstr@arm.com>
12635
12636 * sysdeps/ieee754/dbl-64/s_sin.c (do_sin): Use TAYLOR_SIN for small
12637 inputs. Return correct sign.
12638 (do_sincos): Remove small input check before do_sin, let do_sin set
12639 the sign.
12640 (__sin): Likewise.
12641 (__cos): Likewise.
12642
12643 2018-04-03 Wilco Dijkstra <wdijkstr@arm.com>
12644
12645 * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SLOW): Remove.
12646 (do_cos_slow): Likewise.
12647 (do_sin_slow): Likewise.
12648 (reduce_and_compute): Likewise.
12649 (slow): Likewise.
12650 (slow1): Likewise.
12651 (slow2): Likewise.
12652 (sloww): Likewise.
12653 (sloww1): Likewise.
12654 (sloww2): Likewise.
12655 (bslow): Likewise.
12656 (bslow1): Likewise.
12657 (bslow2): Likewise.
12658 (cslow2): Likewise.
12659
12660 2018-04-03 Wilco Dijkstra <wdijkstr@arm.com>
12661
12662 * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SIN): Remove cor parameter.
12663 (do_cos): Remove corp parameter and calculations.
12664 (do_sin): Likewise.
12665 (do_sincos): Remove cor variable.
12666 (__sin): Use do_sincos for huge inputs.
12667 (__cos): Likewise.
12668 * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Likewise.
12669 (reduce_and_compute_sincos): Remove unused function.
12670
12671 2018-04-03 Wilco Dijkstra <wdijkstr@arm.com>
12672
12673 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_sincos_1): Rename to
12674 reduce_sincos, improve accuracy to 136 bits.
12675 (do_sincos_1): Rename to do_sincos, remove fallbacks to slow functions.
12676 (__sin): Use improved reduction and simplified do_sincos calculation.
12677 (__cos): Likewise.
12678 * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Likewise.
12679
12680 2018-04-03 Wilco Dijkstra <wdijkstr@arm.com>
12681
12682 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_sincos_2): Remove function.
12683 (do_sincos_2): Likewise.
12684 (__sin): Remove middle range reduction case.
12685 (__cos): Likewise.
12686 * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Remove middle range
12687 reduction case.
12688
12689 2018-04-03 Wilco Dijkstra <wdijkstr@arm.com>
12690
12691 * sysdeps/aarch64/libm-test-ulps: Update ULP for sin, cos, sincos.
12692 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove slow paths for small
12693 inputs.
12694 (__cos): Likewise.
12695 * sysdeps/x86_64/fpu/libm-test-ulps: Update ULP for sin, cos, sincos.
12696
12697 2018-04-03 Joseph Myers <joseph@codesourcery.com>
12698
12699 * scripts/build-many-glibcs.py (Context.checkout): Default Linux
12700 version to 4.16
12701
12702 2018-04-03 Adhemerval Zanella <adhemerval.zanella@linaro.org>
12703
12704 * sysdeps/posix/opendir.c (o_directory_works, tryopen_o_directory):
12705 Remove definitions.
12706 (opendir_oflags): Use O_DIRECTORY regardless.
12707 (__opendir, __opendirat): Remove need_isdir_precheck usage.
12708 * sysdeps/unix/sysv/linux/opendir.c: Remove file.
12709
12710 2018-04-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
12711
12712 * sysdeps/mach/hurd/bits/local_lim.h (_POSIX_THREAD_KEYS_MAX,
12713 _POSIX_THREAD_DESTRUCTOR_ITERATIONS, _POSIX_THREAD_THREADS_MAX): Define
12714 macros.
12715 * sysdeps/mach/hurd/bits/posix_opt.h (_POSIX_THREADS,
12716 _POSIX_THREAD_ATTR_STACKSIZE, _POSIX_THREAD_ATTR_STACKADDR,
12717 _POSIX_SEMAPHORES, _POSIX_READER_WRITER_LOCKS, _POSIX_TIMEOUTS,
12718 _POSIX_SPIN_LOCKS, _POSIX_BARRIERS): Define macros to 200809L.
12719 * sysdeps/mach/hurd/net/if_ppp.h: Remove file.
12720 * sysdeps/mach/hurd/Makefile (sysdep_headers): Remove net/if_ppp.h.
12721
12722 * htl/Makefile: Bump licence to LGPL 2.1+.
12723 * htl/alloca_cutoff.c: Likewise.
12724 * htl/cthreads-compat.c: Likewise.
12725 * htl/lockfile.c: Likewise.
12726 * htl/pt-alloc.c: Likewise.
12727 * htl/pt-cancel.c: Likewise.
12728 * htl/pt-cleanup.c: Likewise.
12729 * htl/pt-create.c: Likewise.
12730 * htl/pt-dealloc.c: Likewise.
12731 * htl/pt-detach.c: Likewise.
12732 * htl/pt-exit.c: Likewise.
12733 * htl/pt-getattr.c: Likewise.
12734 * htl/pt-initialize.c: Likewise.
12735 * htl/pt-internal.h: Likewise.
12736 * htl/pt-join.c: Likewise.
12737 * htl/pt-self.c: Likewise.
12738 * htl/pt-setcancelstate.c: Likewise.
12739 * htl/pt-setcanceltype.c: Likewise.
12740 * htl/pt-sigmask.c: Likewise.
12741 * htl/pt-spin-inlines.c: Likewise.
12742 * htl/pt-testcancel.c: Likewise.
12743 * htl/pt-yield.c: Likewise.
12744 * htl/tests/test-1.c: Likewise.
12745 * htl/tests/test-10.c: Likewise.
12746 * htl/tests/test-11.c: Likewise.
12747 * htl/tests/test-12.c: Likewise.
12748 * htl/tests/test-13.c: Likewise.
12749 * htl/tests/test-14.c: Likewise.
12750 * htl/tests/test-15.c: Likewise.
12751 * htl/tests/test-16.c: Likewise.
12752 * htl/tests/test-17.c: Likewise.
12753 * htl/tests/test-2.c: Likewise.
12754 * htl/tests/test-3.c: Likewise.
12755 * htl/tests/test-4.c: Likewise.
12756 * htl/tests/test-5.c: Likewise.
12757 * htl/tests/test-6.c: Likewise.
12758 * htl/tests/test-7.c: Likewise.
12759 * htl/tests/test-8.c: Likewise.
12760 * htl/tests/test-9.c: Likewise.
12761 * htl/tests/test-__pthread_destroy_specific-skip.c: Likewise.
12762 * sysdeps/htl/bits/cancelation.h: Likewise.
12763 * sysdeps/htl/bits/pthread-np.h: Likewise.
12764 * sysdeps/htl/bits/pthread.h: Likewise.
12765 * sysdeps/htl/bits/pthreadtypes.h: Likewise.
12766 * sysdeps/htl/bits/semaphore.h: Likewise.
12767 * sysdeps/htl/bits/types/__pthread_key.h: Likewise.
12768 * sysdeps/htl/bits/types/struct___pthread_attr.h: Likewise.
12769 * sysdeps/htl/bits/types/struct___pthread_barrier.h: Likewise.
12770 * sysdeps/htl/bits/types/struct___pthread_barrierattr.h: Likewise.
12771 * sysdeps/htl/bits/types/struct___pthread_cond.h: Likewise.
12772 * sysdeps/htl/bits/types/struct___pthread_condattr.h: Likewise.
12773 * sysdeps/htl/bits/types/struct___pthread_mutex.h: Likewise.
12774 * sysdeps/htl/bits/types/struct___pthread_mutexattr.h: Likewise.
12775 * sysdeps/htl/bits/types/struct___pthread_once.h: Likewise.
12776 * sysdeps/htl/bits/types/struct___pthread_rwlock.h: Likewise.
12777 * sysdeps/htl/bits/types/struct___pthread_rwlockattr.h: Likewise.
12778 * sysdeps/htl/old_pt-atfork.c: Likewise.
12779 * sysdeps/htl/pt-atfork.c: Likewise.
12780 * sysdeps/htl/pt-attr-destroy.c: Likewise.
12781 * sysdeps/htl/pt-attr-getdetachstate.c: Likewise.
12782 * sysdeps/htl/pt-attr-getguardsize.c: Likewise.
12783 * sysdeps/htl/pt-attr-getinheritsched.c: Likewise.
12784 * sysdeps/htl/pt-attr-getschedparam.c: Likewise.
12785 * sysdeps/htl/pt-attr-getschedpolicy.c: Likewise.
12786 * sysdeps/htl/pt-attr-getscope.c: Likewise.
12787 * sysdeps/htl/pt-attr-getstack.c: Likewise.
12788 * sysdeps/htl/pt-attr-getstackaddr.c: Likewise.
12789 * sysdeps/htl/pt-attr-getstacksize.c: Likewise.
12790 * sysdeps/htl/pt-attr-init.c: Likewise.
12791 * sysdeps/htl/pt-attr-setdetachstate.c: Likewise.
12792 * sysdeps/htl/pt-attr-setguardsize.c: Likewise.
12793 * sysdeps/htl/pt-attr-setinheritsched.c: Likewise.
12794 * sysdeps/htl/pt-attr-setschedparam.c: Likewise.
12795 * sysdeps/htl/pt-attr-setschedpolicy.c: Likewise.
12796 * sysdeps/htl/pt-attr-setscope.c: Likewise.
12797 * sysdeps/htl/pt-attr-setstack.c: Likewise.
12798 * sysdeps/htl/pt-attr-setstackaddr.c: Likewise.
12799 * sysdeps/htl/pt-attr-setstacksize.c: Likewise.
12800 * sysdeps/htl/pt-attr.c: Likewise.
12801 * sysdeps/htl/pt-barrier-destroy.c: Likewise.
12802 * sysdeps/htl/pt-barrier-init.c: Likewise.
12803 * sysdeps/htl/pt-barrier-wait.c: Likewise.
12804 * sysdeps/htl/pt-barrier.c: Likewise.
12805 * sysdeps/htl/pt-barrierattr-destroy.c: Likewise.
12806 * sysdeps/htl/pt-barrierattr-getpshared.c: Likewise.
12807 * sysdeps/htl/pt-barrierattr-init.c: Likewise.
12808 * sysdeps/htl/pt-barrierattr-setpshared.c: Likewise.
12809 * sysdeps/htl/pt-cond-brdcast.c: Likewise.
12810 * sysdeps/htl/pt-cond-destroy.c: Likewise.
12811 * sysdeps/htl/pt-cond-init.c: Likewise.
12812 * sysdeps/htl/pt-cond-signal.c: Likewise.
12813 * sysdeps/htl/pt-cond-timedwait.c: Likewise.
12814 * sysdeps/htl/pt-cond-wait.c: Likewise.
12815 * sysdeps/htl/pt-cond.c: Likewise.
12816 * sysdeps/htl/pt-condattr-destroy.c: Likewise.
12817 * sysdeps/htl/pt-condattr-getclock.c: Likewise.
12818 * sysdeps/htl/pt-condattr-getpshared.c: Likewise.
12819 * sysdeps/htl/pt-condattr-init.c: Likewise.
12820 * sysdeps/htl/pt-condattr-setclock.c: Likewise.
12821 * sysdeps/htl/pt-condattr-setpshared.c: Likewise.
12822 * sysdeps/htl/pt-destroy-specific.c: Likewise.
12823 * sysdeps/htl/pt-equal.c: Likewise.
12824 * sysdeps/htl/pt-getconcurrency.c: Likewise.
12825 * sysdeps/htl/pt-getcpuclockid.c: Likewise.
12826 * sysdeps/htl/pt-getschedparam.c: Likewise.
12827 * sysdeps/htl/pt-getspecific.c: Likewise.
12828 * sysdeps/htl/pt-init-specific.c: Likewise.
12829 * sysdeps/htl/pt-key-create.c: Likewise.
12830 * sysdeps/htl/pt-key-delete.c: Likewise.
12831 * sysdeps/htl/pt-key.h: Likewise.
12832 * sysdeps/htl/pt-mutex-destroy.c: Likewise.
12833 * sysdeps/htl/pt-mutex-getprioceiling.c: Likewise.
12834 * sysdeps/htl/pt-mutex-init.c: Likewise.
12835 * sysdeps/htl/pt-mutex-lock.c: Likewise.
12836 * sysdeps/htl/pt-mutex-setprioceiling.c: Likewise.
12837 * sysdeps/htl/pt-mutex-timedlock.c: Likewise.
12838 * sysdeps/htl/pt-mutex-trylock.c: Likewise.
12839 * sysdeps/htl/pt-mutex-unlock.c: Likewise.
12840 * sysdeps/htl/pt-mutexattr-destroy.c: Likewise.
12841 * sysdeps/htl/pt-mutexattr-getprioceiling.c: Likewise.
12842 * sysdeps/htl/pt-mutexattr-getprotocol.c: Likewise.
12843 * sysdeps/htl/pt-mutexattr-getpshared.c: Likewise.
12844 * sysdeps/htl/pt-mutexattr-gettype.c: Likewise.
12845 * sysdeps/htl/pt-mutexattr-init.c: Likewise.
12846 * sysdeps/htl/pt-mutexattr-setprioceiling.c: Likewise.
12847 * sysdeps/htl/pt-mutexattr-setprotocol.c: Likewise.
12848 * sysdeps/htl/pt-mutexattr-setpshared.c: Likewise.
12849 * sysdeps/htl/pt-mutexattr-settype.c: Likewise.
12850 * sysdeps/htl/pt-mutexattr.c: Likewise.
12851 * sysdeps/htl/pt-once.c: Likewise.
12852 * sysdeps/htl/pt-rwlock-attr.c: Likewise.
12853 * sysdeps/htl/pt-rwlock-destroy.c: Likewise.
12854 * sysdeps/htl/pt-rwlock-init.c: Likewise.
12855 * sysdeps/htl/pt-rwlock-rdlock.c: Likewise.
12856 * sysdeps/htl/pt-rwlock-timedrdlock.c: Likewise.
12857 * sysdeps/htl/pt-rwlock-timedwrlock.c: Likewise.
12858 * sysdeps/htl/pt-rwlock-tryrdlock.c: Likewise.
12859 * sysdeps/htl/pt-rwlock-trywrlock.c: Likewise.
12860 * sysdeps/htl/pt-rwlock-unlock.c: Likewise.
12861 * sysdeps/htl/pt-rwlock-wrlock.c: Likewise.
12862 * sysdeps/htl/pt-rwlockattr-destroy.c: Likewise.
12863 * sysdeps/htl/pt-rwlockattr-getpshared.c: Likewise.
12864 * sysdeps/htl/pt-rwlockattr-init.c: Likewise.
12865 * sysdeps/htl/pt-rwlockattr-setpshared.c: Likewise.
12866 * sysdeps/htl/pt-setconcurrency.c: Likewise.
12867 * sysdeps/htl/pt-setschedparam.c: Likewise.
12868 * sysdeps/htl/pt-setschedprio.c: Likewise.
12869 * sysdeps/htl/pt-setspecific.c: Likewise.
12870 * sysdeps/htl/pt-spin.c: Likewise.
12871 * sysdeps/htl/pt-startup.c: Likewise.
12872 * sysdeps/htl/pthread.h: Likewise.
12873 * sysdeps/htl/sem-close.c: Likewise.
12874 * sysdeps/htl/sem-destroy.c: Likewise.
12875 * sysdeps/htl/sem-getvalue.c: Likewise.
12876 * sysdeps/htl/sem-init.c: Likewise.
12877 * sysdeps/htl/sem-open.c: Likewise.
12878 * sysdeps/htl/sem-post.c: Likewise.
12879 * sysdeps/htl/sem-timedwait.c: Likewise.
12880 * sysdeps/htl/sem-trywait.c: Likewise.
12881 * sysdeps/htl/sem-unlink.c: Likewise.
12882 * sysdeps/htl/sem-wait.c: Likewise.
12883 * sysdeps/hurd/htl/pt-kill.c: Likewise.
12884 * sysdeps/i386/htl/pt-machdep.h: Likewise.
12885 * sysdeps/mach/htl/pt-block.c: Likewise.
12886 * sysdeps/mach/htl/pt-spin.c: Likewise.
12887 * sysdeps/mach/htl/pt-stack-alloc.c: Likewise.
12888 * sysdeps/mach/htl/pt-thread-alloc.c: Likewise.
12889 * sysdeps/mach/htl/pt-thread-start.c: Likewise.
12890 * sysdeps/mach/htl/pt-thread-terminate.c: Likewise.
12891 * sysdeps/mach/htl/pt-timedblock.c: Likewise.
12892 * sysdeps/mach/htl/pt-wakeup.c: Likewise.
12893 * sysdeps/mach/hurd/htl/bits/pthread-np.h: Likewise.
12894 * sysdeps/mach/hurd/htl/bits/types/struct___pthread_mutex.h: Likewise.
12895 * sysdeps/mach/hurd/htl/pt-attr-setstackaddr.c: Likewise.
12896 * sysdeps/mach/hurd/htl/pt-attr-setstacksize.c: Likewise.
12897 * sysdeps/mach/hurd/htl/pt-docancel.c: Likewise.
12898 * sysdeps/mach/hurd/htl/pt-hurd-cond-timedwait.c: Likewise.
12899 * sysdeps/mach/hurd/htl/pt-hurd-cond-wait.c: Likewise.
12900 * sysdeps/mach/hurd/htl/pt-mutex-consistent.c: Likewise.
12901 * sysdeps/mach/hurd/htl/pt-mutex-destroy.c: Likewise.
12902 * sysdeps/mach/hurd/htl/pt-mutex-getprioceiling.c: Likewise.
12903 * sysdeps/mach/hurd/htl/pt-mutex-init.c: Likewise.
12904 * sysdeps/mach/hurd/htl/pt-mutex-lock.c: Likewise.
12905 * sysdeps/mach/hurd/htl/pt-mutex-setprioceiling.c: Likewise.
12906 * sysdeps/mach/hurd/htl/pt-mutex-timedlock.c: Likewise.
12907 * sysdeps/mach/hurd/htl/pt-mutex-transfer-np.c: Likewise.
12908 * sysdeps/mach/hurd/htl/pt-mutex-trylock.c: Likewise.
12909 * sysdeps/mach/hurd/htl/pt-mutex-unlock.c: Likewise.
12910 * sysdeps/mach/hurd/htl/pt-mutex.h: Likewise.
12911 * sysdeps/mach/hurd/htl/pt-mutexattr-destroy.c: Likewise.
12912 * sysdeps/mach/hurd/htl/pt-mutexattr-getprioceiling.c: Likewise.
12913 * sysdeps/mach/hurd/htl/pt-mutexattr-getprotocol.c: Likewise.
12914 * sysdeps/mach/hurd/htl/pt-mutexattr-getpshared.c: Likewise.
12915 * sysdeps/mach/hurd/htl/pt-mutexattr-getrobust.c: Likewise.
12916 * sysdeps/mach/hurd/htl/pt-mutexattr-gettype.c: Likewise.
12917 * sysdeps/mach/hurd/htl/pt-mutexattr-init.c: Likewise.
12918 * sysdeps/mach/hurd/htl/pt-mutexattr-setprioceiling.c: Likewise.
12919 * sysdeps/mach/hurd/htl/pt-mutexattr-setprotocol.c: Likewise.
12920 * sysdeps/mach/hurd/htl/pt-mutexattr-setpshared.c: Likewise.
12921 * sysdeps/mach/hurd/htl/pt-mutexattr-setrobust.c: Likewise.
12922 * sysdeps/mach/hurd/htl/pt-mutexattr-settype.c: Likewise.
12923 * sysdeps/mach/hurd/htl/pt-sigstate-destroy.c: Likewise.
12924 * sysdeps/mach/hurd/htl/pt-sigstate-init.c: Likewise.
12925 * sysdeps/mach/hurd/htl/pt-sigstate.c: Likewise.
12926 * sysdeps/mach/hurd/htl/pt-sysdep.c: Likewise.
12927 * sysdeps/mach/hurd/htl/pt-sysdep.h: Likewise.
12928 * sysdeps/mach/hurd/i386/htl/pt-machdep.c: Likewise.
12929 * sysdeps/mach/hurd/i386/htl/pt-setup.c: Likewise.
12930
12931 * NEWS: Announce that glibc now builds unpatched on GNU/Hurd.
12932 * README: Remove the mention of out-of-tree patches needed for
12933 GNU/Hurd.
12934
12935 * sysdeps/mach/hurd/bits/stat.h [!__USE_MISC && __USE_ATFILE]
12936 (UTIME_NOW, UTIME_OMIT): Define macros.
12937
12938 * htl/cthreads-compat.c (__cthread_detach): Call __pthread_detach
12939 instead of pthread_detach.
12940 (__cthread_fork): Call __pthread_create instead of pthread_create.
12941 (__cthread_keycreate): Call __pthread_key_create instead of
12942 pthread_key_create.
12943 (__cthread_getspecific): Call __pthread_getspecific instead of
12944 pthread_getspecific.
12945 (__cthread_setspecific): Call __pthread_setspecific instead of
12946 pthread_setspecific.
12947 * htl/pt-alloc.c (__pthread_alloc): Call __pthread_mutex_lock and
12948 __pthread_mutex_unlock instead of pthread_mutex_lock and
12949 pthread_mutex_unlock.
12950 * htl/pt-cleanup.c (__pthread_get_cleanup_stack): Rename to
12951 ___pthread_get_cleanup_stack.
12952 (__pthread_get_cleanup_stack): New strong alias.
12953 * htl/pt-create.c: Include <pthreadP.h>.
12954 (entry_point): Call __pthread_exit instead of pthread_exit.
12955 (pthread_create): Rename to __pthread_create.
12956 (pthread_create): New strong alias.
12957 * htl/pt-detach.c (pthread_detach): Rename to __pthread_detach.
12958 (pthread_detach): New strong alias.
12959 (__pthread_detach): Call __pthread_cond_broadcast instead of
12960 pthread_cond_broadcast.
12961 * htl/pt-exit.c: Include <pthreadP.h>.
12962 (__pthread_exit): Call __pthread_setcancelstate and
12963 ___pthread_get_cleanup_stack instead of pthread_setcancelstate and
12964 __pthread_get_cleanup_stack.
12965 * htl/pt-testcancel.c: Include <pthreadP.h>.
12966 (pthread_testcancel): Call __pthread_exit instead of pthread_exit.
12967 * sysdeps/htl/pt-attr-getstack.c: Include <pthreadP.h>
12968 (__pthread_attr_getstack): Call __pthread_attr_getstackaddr and
12969 __pthread_attr_getstacksize instead of pthread_attr_getstackaddr and
12970 pthread_attr_getstacksize.
12971 * sysdeps/htl/pt-attr-getstackaddr.c (pthread_attr_getstackaddr):
12972 Rename to __pthread_attr_getstackaddr.
12973 (pthread_attr_getstackaddr): New strong alias.
12974 * sysdeps/htl/pt-attr-getstacksize.c (pthread_attr_getstacksize):
12975 Rename to __pthread_attr_getstacksize.
12976 (pthread_attr_getstacksize): New strong alias.
12977 * sysdeps/htl/pt-attr-setstack.c: Include <pthreadP.h>.
12978 (pthread_attr_setstack): Rename to __pthread_attr_setstack.
12979 (pthread_attr_setstack): New strong alias.
12980 (__pthread_attr_setstack): Call __pthread_attr_getstacksize,
12981 __pthread_attr_setstacksize and __pthread_attr_setstackaddr instead of
12982 pthread_attr_getstacksize, pthread_attr_setstacksize and
12983 pthread_attr_setstackaddr.
12984 * sysdeps/htl/pt-attr-setstackaddr.c (pthread_attr_setstackaddr):
12985 Rename to __pthread_attr_setstackaddr.
12986 (pthread_attr_setstackaddr): New strong alias.
12987 * sysdeps/htl/pt-attr-setstacksize.c (pthread_attr_setstacksize):
12988 Rename to __pthread_attr_setstacksize.
12989 (pthread_attr_setstacksize): New strong alias.
12990 * sysdeps/htl/pt-cond-timedwait.c: Include <pthreadP.h>.
12991 (__pthread_cond_timedwait_internal): Use __pthread_exit instead of
12992 pthread_exit.
12993 * sysdeps/htl/pt-key-create.c: Include <pthreadP.h>.
12994 (__pthread_key_create): New hidden def.
12995 * sysdeps/htl/pt-key.h: Include <pthreadP.h>.
12996 * sysdeps/htl/pthreadP.h (_pthread_mutex_init,
12997 __pthread_cond_broadcast, __pthread_create, __pthread_detach,
12998 __pthread_exit, __pthread_key_create, __pthread_getspecific,
12999 __pthread_setspecific, __pthread_setcancelstate,
13000 __pthread_attr_getstackaddr, __pthread_attr_setstackaddr,
13001 __pthread_attr_getstacksize, __pthread_attr_setstacksize,
13002 __pthread_attr_setstack, ___pthread_get_cleanup_stack): New
13003 declarations.
13004 (__pthread_key_create, _pthread_mutex_init): New hidden declarations.
13005 * sysdeps/mach/hurd/htl/pt-attr-setstackaddr.c
13006 (pthread_attr_setstackaddr): Rename to __pthread_attr_setstackaddr.
13007 (pthread_attr_setstackaddr): New strong alias.
13008 * sysdeps/mach/hurd/htl/pt-attr-setstacksize.c
13009 (pthread_attr_setstacksize): Rename to __pthread_attr_setstacksize.
13010 (pthread_attr_setstacksize): New strong alias.
13011 * sysdeps/mach/hurd/htl/pt-docancel.c: Include <pthreadP.h>.
13012 (call_exit): Call __pthread_exit instead of pthread_exit.
13013 * sysdeps/mach/hurd/htl/pt-mutex-init.c: Include <pthreadP.h>.
13014 (_pthread_mutex_init): New hidden definition.
13015 * sysdeps/mach/hurd/htl/pt-sysdep.c: Include <pthreadP.h>.
13016 (_init_routine): Call __pthread_attr_init and __pthread_attr_setstack
13017 instead of pthread_attr_init and pthread_attr_setstack.
13018
13019 * hurd/hurdauth.c (_S_msg_add_auth): Call __vm_allocate and
13020 __vm_deallocate instead of vm_allocate and vm_deallocate.
13021 * hurd/hurdmsg.c (_S_msg_set_env_variable): Call __setenv instead of
13022 setenv.
13023 * hurd/hurdprio.c (_hurd_priority_which_map): Call __geteuid instead
13024 of geteuid.
13025 * hurd/path-lookup.c (file_name_path_scan): Call __strdup instead of
13026 strdup.
13027 * hurd/siginfo.c: Include <libioP.h>.
13028 (_hurd_siginfo_handler): Call _IO_puts instead of puts.
13029 * hurd/xattr.c (_hurd_xattr_get, _hurd_xattr_set): Call __munmap instead of
13030 munmap.
13031 * mach/devstream.c: Include <libioP.h>.
13032 (dealloc_ref): Call __mach_port_deallocate instead of
13033 mach_port_deallocate.
13034 (mach_open_devstream): Call _IO_fopencookie instead of fopencookie.
13035 Call __mach_port_deallocate instead of mach_port_deallocate.
13036 * stdlib/canonicalize.c (__realpath): Call __pathconf instead of
13037 pathconf.
13038 * sysdeps/mach/hurd/ifreq.c (__ifreq): Call __munmap instead of
13039 munmap.
13040 * sysdeps/mach/hurd/ifreq.h (__if_freereq): Likewise.
13041 * sysdeps/mach/hurd/ptrace.c (ptrace): Call __kill instead of kill.
13042 * sysdeps/mach/hurd/sendfile64.c (sendfile64): Call __munmap instead
13043 of munmap.
13044 * sysdeps/mach/hurd/socketpair.c (__socketpair): Call __close instead
13045 of close.
13046 * sysdeps/posix/clock_getres.c (realtime_getres): Call __sysconf
13047 instead of sysconf.
13048 * sysdeps/pthread/timer_gettime.c (timer_gettime): Call
13049 __clock_gettime instead of clock_gettime.
13050 * sysdeps/pthread/timer_routines.c (thread_func): Likewise.
13051 * sysdeps/pthread/timer_settime.c (timer_settime): Likewise.
13052 * sysdeps/unix/bsd/gtty.c (gtty): Call __ioctl instead of ioctl.
13053 * sysdeps/unix/bsd/stty.c (stty): Likewise.
13054 * sysdeps/unix/bsd/tcflow.c (tcflow): Call __tcgetattr instead of
13055 tcgetattr.
13056 * sysdeps/unix/clock_nanosleep.c (__clock_nanosleep): Call
13057 __clock_gettime and __nanosleep instead of clock_gettime and
13058 nanosleep.
13059 * hurd/catch-signal.c (hurd_catch_signal): Rename to
13060 __hurd_catch_signal.
13061 (hurd_catch_signal): New strong alias.
13062 (hurd_safe_memset, hurd_safe_copyout, hurd_safe_copyin): Call
13063 __hurd_catch_signal instead of hurd_catch_signal.
13064 * hurd/exc2signal.c (_hurd_exception2signal): Add hidden def.
13065 * hurd/hurdexec.c (_hurd_init): Add hidden def.
13066 * hurd/hurdinit.c (_hurd_init): Add hidden def.
13067 * hurd/hurdsig.c: Include <mach/mig_support.h>.
13068 (_hurd_thread_sigstate): Add hidden def.
13069 (_hurd_internal_post_signal): Use __mutex_unlock instead of
13070 mutex_unlock.
13071 * hurd/intern-fd.c (_hurd_intern_fd): Add hidden def.
13072 * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Add hidden def.
13073 * hurd/path-lookup.c (hurd_file_name_path_lookup): Rename to
13074 __hurd_file_name_path_lookup.
13075 (hurd_file_name_path_lookup): New strong alias.
13076 (file_name_path_lookup): Call __hurd_file_name_path_lookup instead of
13077 hurd_file_name_path_lookup.
13078 * mach/errstring.c (mach_error_type): Add hidden def.
13079 * mach/msg-destroy.c (__mach_msg_destroy): Add hidden def.
13080 * mach/mutex-init.c (__mutex_init): Add hidden def.
13081 * mach/spin-lock.c (__spin_lock_locked, __spin_lock, __spin_unlock,
13082 __spin_try_lock, __mutex_lock, __mutex_trylock): Add hidden defs.
13083 * mach/spin-solid.c (__spin_lock_solid): Add hidden def.
13084 * sysdeps/mach/hurd/getcwd.c
13085 (_hurd_canonicalize_directory_name_internal): Rename to
13086 __hurd_canonicalize_directory_name_internal.
13087 (_hurd_canonicalize_directory_name_internal): New strong alias.
13088 (__canonicalize_directory_name_internal, __getcwd): Call
13089 __hurd_canonicalize_directory_name_internal instead of
13090 _hurd_canonicalize_directory_name_internal.
13091 * sysdeps/mach/hurd/mig-reply.c: Include <mach/mig_support.h>.
13092 (__mig_get_reply_port, __mig_dealloc_reply_port, __mig_init): Add
13093 hidden defs.
13094 * sysdeps/hurd/include/hurd.h: New file.
13095 * sysdeps/hurd/include/hurd/fd.h: New file.
13096 * sysdeps/hurd/include/hurd/signal.h: New file.
13097 * sysdeps/mach/include/lock-intern.h: New file.
13098 * sysdeps/mach/include/mach.h: New file.
13099 * sysdeps/mach/include/mach/mig_support.h: New file.
13100 * sysdeps/mach/include/mach_error.h: New file.
13101 * sysdeps/hurd/include/hurd/signal.h (_hurd_raise_signal): Add hidden
13102 prototype.
13103 * hurd/hurd-raise.c (_hurd_raise_signal): Add hidden def.
13104 * hurd/Makefile ($(inlines:%=$(objpfx)%.c): Define
13105 _HEADER_H_HIDDEN_DEF macro.
13106 * sysdeps/hurd/include/hurd/fd.h (_hurd_fd_error,
13107 _hurd_fd_error_signal): Add hidden prototype.
13108 [_HURD_FD_H_HIDDEN_DEF] (_hurd_fd_error, _hurd_fd_error_signal): Add
13109 hidden def.
13110 * libio/iolibio.h (_IO_puts): New hidden prototype.
13111 * libio/ioputs.c (_IO_puts): New hidden def.
13112 * sysdeps/mach/hurd/localplt.data: New file.
13113
13114 2018-04-02 Agustina Arzille <avarzille@riseup.net>
13115 Amos Jeffries <squid3@treenet.co.nz>
13116 David Michael <fedora.dm0@gmail.com>
13117 Marco Gerards <marco@gnu.org>
13118 Marcus Brinkmann <marcus@gnu.org>
13119 Neal H. Walfield <neal@gnu.org>
13120 Pino Toscano <toscano.pino@tiscali.it>
13121 Richard Braun <rbraun@sceen.net>
13122 Roland McGrath <roland@gnu.org>
13123 Samuel Thibault <samuel.thibault@ens-lyon.org>
13124 Thomas DiModica <ricinwich@yahoo.com>
13125 Thomas Schwinge <tschwinge@gnu.org>
13126
13127 * htl: New directory.
13128 * sysdeps/htl: New directory.
13129 * sysdeps/hurd/htl: New directory.
13130 * sysdeps/i386/htl: New directory.
13131 * sysdeps/mach/htl: New directory.
13132 * sysdeps/mach/hurd/htl: New directory.
13133 * sysdeps/mach/hurd/i386/htl: New directory.
13134 * nscd/Depend, resolv/Depend, rt/Depend: Add htl dependency.
13135 * sysdeps/mach/hurd/i386/Implies: Add mach/hurd/i386/htl imply.
13136 * sysdeps/mach/hurd/i386/libpthread.abilist: New file.
13137
13138 2018-04-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
13139
13140 * sysdeps/pthread/timer_routines.c (__timer_thread_start): Block all
13141 signals in thread created for runing timers.
13142
13143 2018-04-01 Florian Weimer <fweimer@redhat.com>
13144
13145 * support/support_format_addrinfo.c (support_format_addrinfo):
13146 Include unknown error number in formatted result.
13147
13148 2018-03-29 Florian Weimer <fweimer@redhat.com>
13149
13150 * sysdeps/unix/sysv/linux/i386/tst-bz21269.c (do_test): Also
13151 capture SIGBUS.
13152
13153 2018-03-27 Adhemerval Zanella <adhemerval.zanella@linaro.org>
13154
13155 * sysdeps/unix/sysv/linux/arch-fork.h [__ASSUME_CLONE_BACKWARDS]
13156 (arch_fork): Issue INLINE_CLONE_SYSCALL if defined.
13157 * sysdeps/unix/sysv/linux/sparc/kernel-features.h
13158 (__ASSUME_CLONE_BACKWARDS): Define.
13159
13160 2018-03-27 Jesse Hathaway <jesse@mbuki-mvuki.org>
13161
13162 [BZ #23024]
13163 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Return
13164 early when linux sentinel value is set.
13165
13166 2018-03-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
13167
13168 * sysdeps/mach/hurd/bits/posix_opt.h (_POSIX_MEMLOCK): Define.
13169
13170 2018-03-27 Andreas Schwab <schwab@suse.de>
13171
13172 [BZ #23005]
13173 * resolv/res_send.c (__res_context_send): Return ENOMEM if
13174 allocation of private copy of nsaddr_list fails.
13175
13176 2018-03-26 Joseph Myers <joseph@codesourcery.com>
13177
13178 [BZ #16552]
13179 * sysdeps/unix/sysv/linux/generic/umount.c: Move to ....
13180 * sysdeps/unix/sysv/linux/umount.c: ... here.
13181 * sysdeps/unix/sysv/linux/arm/umount.c: Remove file.
13182 * sysdeps/unix/sysv/linux/hppa/umount.c: Likewise.
13183 * sysdeps/unix/sysv/linux/ia64/umount.c: Likewise.
13184 * sysdeps/unix/sysv/linux/mips/mips64/umount.c: Likewise.
13185 * sysdeps/unix/sysv/linux/powerpc/powerpc64/umount.c: Likewise.
13186 * sysdeps/unix/sysv/linux/umount.S: Likewise.
13187 * sysdeps/unix/sysv/linux/x86_64/umount.c: Likewise.
13188
13189 2018-03-26 Andreas Schwab <schwab@suse.de>
13190
13191 * elf/elf.h (R_RISCV_BRANCH, R_RISCV_JAL, R_RISCV_CALL)
13192 (R_RISCV_CALL_PLT, R_RISCV_GOT_HI20, R_RISCV_TLS_GOT_HI20)
13193 (R_RISCV_TLS_GD_HI20, R_RISCV_PCREL_HI20, R_RISCV_PCREL_LO12_I)
13194 (R_RISCV_PCREL_LO12_S, R_RISCV_HI20, R_RISCV_LO12_I)
13195 (R_RISCV_LO12_S, R_RISCV_TPREL_HI20, R_RISCV_TPREL_LO12_I)
13196 (R_RISCV_TPREL_LO12_S, R_RISCV_TPREL_ADD, R_RISCV_ADD8)
13197 (R_RISCV_ADD16, R_RISCV_ADD32, R_RISCV_ADD64, R_RISCV_SUB8)
13198 (R_RISCV_SUB16, R_RISCV_SUB32, R_RISCV_SUB64)
13199 (R_RISCV_GNU_VTINHERIT, R_RISCV_GNU_VTENTRY, R_RISCV_ALIGN)
13200 (R_RISCV_RVC_BRANCH, R_RISCV_RVC_JUMP, R_RISCV_RVC_LUI)
13201 (R_RISCV_GPREL_I, R_RISCV_GPREL_S, R_RISCV_TPREL_I)
13202 (R_RISCV_TPREL_S, R_RISCV_RELAX, R_RISCV_SUB6, R_RISCV_SET6)
13203 (R_RISCV_SET8, R_RISCV_SET16, R_RISCV_SET32, R_RISCV_32_PCREL)
13204 (R_RISCV_NUM): Define.
13205
13206 2018-03-25 Samuel Thibault <samuel.thibault@ens-lyon.org>
13207
13208 * include/errno.h [IS_IN(rtld) && !RTLD_PRIVATE_ERRNO]: Do not use the
13209 TLS declaration of errno.
13210 * sysdeps/generic/libc-start.h [!SHARED] (ARCH_SETUP_TLS): Define to
13211 __libc_setup_tls.
13212 * sysdeps/unix/sysv/linux/powerpc/libc-start.h [!SHARED]
13213 (ARCH_SETUP_TLS): Likewise.
13214 * sysdeps/mach/hurd/libc-start.h: New file copied from
13215 sysdeps/generic/libc-start.h, but define ARCH_SETUP_TLS to empty.
13216 * csu/libc-start.c [!SHARED] (LIBC_START_MAIN): Call ARCH_SETUP_TLS
13217 instead of __libc_setup_tls.
13218 * sysdeps/mach/hurd/i386/init-first.c [!SHARED] (init1): Call
13219 __libc_setup_tls before initializing libpthread and running _hurd_init
13220 which starts the signal thread.
13221 * sysdeps/generic/ldsodefs.h [SHARED] (__pthread_initialize_minimal):
13222 Declare function.
13223 * sysdeps/mach/hurd/bits/errno.h: Regenerate.
13224
13225 2018-03-24 H.J. Lu <hongjiu.lu@intel.com>
13226
13227 [BZ #22998]
13228 * elf/Makefile (tests): Add $(tests-execstack-$(have-z-execstack))
13229 after it is defined.
13230
13231 2018-03-23 Andrew Senkevich <andrew.senkevich@intel.com>
13232 Max Horn <max@quendi.de>
13233
13234 [BZ #22644]
13235 CVE-2017-18269
13236 * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Fixed
13237 branch conditions.
13238 * string/test-memmove.c (do_test2): New testcase.
13239
13240 2018-03-22 Joseph Myers <joseph@codesourcery.com>
13241
13242 * sysdeps/generic/frame.h: Remove file.
13243 * sysdeps/arm/frame.h: Likewise.
13244 * sysdeps/hppa/frame.h: Likewise.
13245 * sysdeps/generic/sigcontextinfo.h (SIGCONTEXT_EXTRA_ARGS): Remove
13246 macro.
13247 (GET_FRAME): Likewise.
13248 (GET_STACK): Likewise.
13249 (CALL_SIGHANDLER): Likewise.
13250 * sysdeps/mach/hurd/i386/sigcontextinfo.h (SIGCONTEXT_EXTRA_ARGS):
13251 Likewise.
13252 (GET_FRAME): Likewise.
13253 (GET_STACK): Likewise.
13254 (CALL_SIGHANDLER): Likewise.
13255 * sysdeps/unix/sysv/linux/alpha/sigcontextinfo.h
13256 (SIGCONTEXT_EXTRA_ARGS): Likewise.
13257 (GET_FRAME): Likewise.
13258 (GET_STACK): Likewise.
13259 (CALL_SIGHANDLER): Likewise.
13260 * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h
13261 (SIGCONTEXT_EXTRA_ARGS): Likewise.
13262 (GET_FRAME): Likewise.
13263 (GET_STACK): Likewise.
13264 (ADVANCE_STACK_FRAME): Likewise.
13265 (CALL_SIGHANDLER): Likewise.
13266 * sysdeps/unix/sysv/linux/i386/sigcontextinfo.h
13267 (SIGCONTEXT_EXTRA_ARGS): Likewise.
13268 (GET_FRAME): Likewise.
13269 (GET_STACK): Likewise.
13270 (CALL_SIGHANDLER): Likewise.
13271 * sysdeps/unix/sysv/linux/ia64/sigcontextinfo.h
13272 (SIGCONTEXT_EXTRA_ARGS): Likewise.
13273 (GET_FRAME): Likewise.
13274 (GET_STACK): Likewise.
13275 (CALL_SIGHANDLER): Likewise.
13276 * sysdeps/unix/sysv/linux/m68k/sigcontextinfo.h
13277 (SIGCONTEXT_EXTRA_ARGS): Likewise.
13278 (GET_FRAME): Likewise.
13279 (GET_STACK): Likewise.
13280 (CALL_SIGHANDLER): Likewise.
13281 * sysdeps/unix/sysv/linux/microblaze/sigcontextinfo.h
13282 (SIGCONTEXT_EXTRA_ARGS): Likewise.
13283 (GET_FRAME): Likewise.
13284 (GET_STACK): Likewise.
13285 (CALL_SIGHANDLER): Likewise.
13286 * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h
13287 (SIGCONTEXT_EXTRA_ARGS): Likewise.
13288 (GET_FRAME): Likewise.
13289 (GET_STACK): Likewise.
13290 (CALL_SIGHANDLER): Likewise.
13291 * sysdeps/unix/sysv/linux/powerpc/sigcontextinfo.h
13292 (SIGCONTEXT_EXTRA_ARGS): Likewise.
13293 (GET_FRAME): Likewise.
13294 (GET_STACK): Likewise.
13295 (CALL_SIGHANDLER): Likewise.
13296 * sysdeps/unix/sysv/linux/riscv/sigcontextinfo.h
13297 (SIGCONTEXT_EXTRA_ARGS): Likewise.
13298 (GET_FRAME): Likewise.
13299 (GET_STACK): Likewise.
13300 (CALL_SIGHANDLER): Likewise.
13301 * sysdeps/unix/sysv/linux/s390/sigcontextinfo.h
13302 (SIGCONTEXT_EXTRA_ARGS): Likewise.
13303 (GET_FRAME): Likewise.
13304 (GET_STACK): Likewise.
13305 (CALL_SIGHANDLER): Likewise.
13306 * sysdeps/unix/sysv/linux/sh/sigcontextinfo.h
13307 (SIGCONTEXT_EXTRA_ARGS): Likewise.
13308 (GET_FRAME): Likewise.
13309 (GET_STACK): Likewise.
13310 (CALL_SIGHANDLER): Likewise.
13311 * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
13312 (SIGCONTEXT_EXTRA_ARGS): Likewise.
13313 (FIRST_FRAME_POINTER): Likewise.
13314 (ADVANCE_STACK_FRAME): Likewise.
13315 (GET_STACK): Likewise.
13316 (GET_FRAME): Likewise.
13317 (CALL_SIGHANDLER): Likewise.
13318 * sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h
13319 (SIGCONTEXT_EXTRA_ARGS): Likewise.
13320 (ADVANCE_STACK_FRAME): Likewise.
13321 (GET_STACK): Likewise.
13322 (GET_FRAME): Likewise.
13323 (CALL_SIGHANDLER): Likewise.
13324 * sysdeps/unix/sysv/linux/tile/sigcontextinfo.h
13325 (SIGCONTEXT_EXTRA_ARGS): Likewise.
13326 (GET_FRAME): Likewise.
13327 (GET_STACK): Likewise.
13328 (CALL_SIGHANDLER): Likewise.
13329 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h
13330 (SIGCONTEXT_EXTRA_ARGS): Likewise.
13331 (GET_FRAME): Likewise.
13332 (GET_STACK): Likewise.
13333 (CALL_SIGHANDLER): Likewise.
13334
13335 2018-03-21 Joseph Myers <joseph@codesourcery.com>
13336
13337 * sysdeps/x86_64/backtrace.c: Move to ....
13338 * debug/backtrace.c: ... here.
13339 * sysdeps/aarch64/backtrace.c: Remove file.
13340 * sysdeps/alpha/backtrace.c: Likewise.
13341 * sysdeps/hppa/backtrace.c: Likewise.
13342 * sysdeps/ia64/backtrace.c: Likewise.
13343 * sysdeps/mips/backtrace.c: Likewise.
13344 * sysdeps/nios2/backtrace.c: Likewise.
13345 * sysdeps/riscv/backtrace.c: Likewise.
13346 * sysdeps/sh/backtrace.c: Likewise.
13347 * sysdeps/tile/backtrace.c: Likewise.
13348
13349 2018-03-20 Joseph Myers <joseph@codesourcery.com>
13350
13351 [BZ #22987]
13352 * sysdeps/powerpc/bits/mathinline.h (fdim): Remove inline
13353 function.
13354 (fdimf): Likewise.
13355 * sysdeps/sparc/fpu/bits/mathinline.h: Remove file.
13356
13357 [BZ #17343]
13358 * stdlib/random_r.c (__random_r): Use unsigned arithmetic for
13359 possibly overflowing computations.
13360
13361 2018-03-20 Samuel Thibault <samuel.thibault@ens-lyon.org>
13362
13363 * manual/errno.texi (EOWNERDEAD, ENOTRECOVERABLE): Remove errno
13364 values from Linux-specific section now that it is in the GNU section.
13365 * sysdeps/gnu/errlist.c: Regenerate.
13366
13367 2018-03-20 Joseph Myers <joseph@codesourcery.com>
13368
13369 * math/Makefile (libm-narrow-fns): Add sub.
13370 (libm-test-funcs-narrow): Likewise.
13371 * math/Versions (GLIBC_2.28): Add narrowing subtract functions.
13372 * math/bits/mathcalls-narrow.h (sub): Use __MATHCALL_NARROW.
13373 * math/gen-auto-libm-tests.c (test_functions): Add sub.
13374 * math/math-narrow.h (CHECK_NARROW_SUB): New macro.
13375 (NARROW_SUB_ROUND_TO_ODD): Likewise.
13376 (NARROW_SUB_TRIVIAL): Likewise.
13377 * sysdeps/ieee754/float128/float128_private.h (__fsubl): New
13378 macro.
13379 (__dsubl): Likewise.
13380 * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add fsub and
13381 dsub.
13382 (CFLAGS-nldbl-dsub.c): New variable.
13383 (CFLAGS-nldbl-fsub.c): Likewise.
13384 * sysdeps/ieee754/ldbl-opt/Versions (GLIBC_2.28): Add
13385 __nldbl_dsubl.
13386 * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl_dsubl): New
13387 prototype.
13388 * manual/arith.texi (Misc FP Arithmetic): Document fsub, fsubl,
13389 dsubl, fMsubfN, fMsubfNx, fMxsubfN and fMxsubfNx.
13390 * math/auto-libm-test-in: Add tests of sub.
13391 * math/auto-libm-test-out-narrow-sub: New generated file.
13392 * math/libm-test-narrow-sub.inc: New file.
13393 * sysdeps/i386/fpu/s_f32xsubf64.c: Likewise.
13394 * sysdeps/ieee754/dbl-64/s_f32xsubf64.c: Likewise.
13395 * sysdeps/ieee754/dbl-64/s_fsub.c: Likewise.
13396 * sysdeps/ieee754/float128/s_f32subf128.c: Likewise.
13397 * sysdeps/ieee754/float128/s_f64subf128.c: Likewise.
13398 * sysdeps/ieee754/float128/s_f64xsubf128.c: Likewise.
13399 * sysdeps/ieee754/ldbl-128/s_dsubl.c: Likewise.
13400 * sysdeps/ieee754/ldbl-128/s_f64xsubf128.c: Likewise.
13401 * sysdeps/ieee754/ldbl-128/s_fsubl.c: Likewise.
13402 * sysdeps/ieee754/ldbl-128ibm/s_dsubl.c: Likewise.
13403 * sysdeps/ieee754/ldbl-128ibm/s_fsubl.c: Likewise.
13404 * sysdeps/ieee754/ldbl-96/s_dsubl.c: Likewise.
13405 * sysdeps/ieee754/ldbl-96/s_fsubl.c: Likewise.
13406 * sysdeps/ieee754/ldbl-opt/nldbl-dsub.c: Likewise.
13407 * sysdeps/ieee754/ldbl-opt/nldbl-fsub.c: Likewise.
13408 * sysdeps/ieee754/soft-fp/s_dsubl.c: Likewise.
13409 * sysdeps/ieee754/soft-fp/s_fsub.c: Likewise.
13410 * sysdeps/ieee754/soft-fp/s_fsubl.c: Likewise.
13411 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13412 * sysdeps/mach/hurd/i386/libm.abilist: Likewise.
13413 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
13414 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
13415 * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
13416 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
13417 * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
13418 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
13419 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
13420 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
13421 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
13422 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
13423 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
13424 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
13425 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: Likewise.
13426 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist: Likewise.
13427 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: Likewise.
13428 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: Likewise.
13429 * sysdeps/unix/sysv/linux/riscv/rv64/libm.abilist: Likewise.
13430 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
13431 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
13432 * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
13433 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
13434 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
13435 * sysdeps/unix/sysv/linux/tile/tilegx32/libm.abilist: Likewise.
13436 * sysdeps/unix/sysv/linux/tile/tilegx64/libm.abilist: Likewise.
13437 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
13438 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
13439
13440 2018-03-19 Joseph Myers <joseph@codesourcery.com>
13441
13442 [BZ #20079]
13443 * elf/elf.h (SHT_X86_64_UNWIND): New macro.
13444
13445 2018-03-19 Wilco Dijkstra <wdijkstr@arm.com>
13446
13447 * benchtests/bench-timing.h (attribute_hidden): Undefine.
13448
13449 2018-03-18 Richard Braun <rbraun@sceen.net>
13450
13451 * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Use a temporary
13452 thread reference.
13453
13454 2018-03-18 Agustina Arzille <avarzille@riseup.net>
13455
13456 * sysdeps/mach/libc-lock.h (__libc_cleanup_frame): Define structure.
13457 (__libc_cleanup_fct): Define function.
13458 (__libc_cleanup_region_start, __libc_cleanup_region_end,
13459 __libc_cleanup_end): Rewrite implementation using
13460 __attribute__ ((__cleanup__)).
13461 (__libc_cleanup_push, __libc_cleanup_pop): New macros.
13462 * hurd/Makefile (routines): Add hurdlock.
13463 * hurd/Versions (GLIBC_PRIVATE): Added new entry to export the above
13464 interface.
13465 (HURD_CTHREADS_0.3): Remove __libc_getspecific.
13466 * hurd/hurdpid.c: Include <lowlevellock.h>
13467 (_S_msg_proc_newids): Use lll_wait to synchronize.
13468 * hurd/hurdsig.c: (reauth_proc): Use __mutex_lock and __mutex_unlock.
13469 * hurd/setauth.c: Include <hurdlock.h>, use integer for synchronization.
13470 * mach/Makefile (lock-headers): Remove machine-lock.h.
13471 * mach/lock-intern.h: Include <lowlevellock.h> instead of
13472 <machine-lock.h>.
13473 (__spin_lock_t): New type.
13474 (__SPIN_LOCK_INITIALIZER): New macro.
13475 (__spin_lock, __spin_unlock, __spin_try_lock, __spin_lock_locked,
13476 __mutex_init, __mutex_lock_solid, __mutex_unlock_solid, __mutex_lock,
13477 __mutex_unlock, __mutex_trylock): Use lll to implement locks.
13478 * mach/mutex-init.c: Include <lowlevellock.h> instead of <cthreads.h>.
13479 (__mutex_init): Initialize with lll.
13480 * manual/errno.texi (EOWNERDEAD, ENOTRECOVERABLE): New errno values.
13481 * sysdeps/mach/Makefile: Add libmachuser as dependencies for libs
13482 needing lll.
13483 * sysdeps/mach/hurd/bits/errno.h: Regenerate.
13484 * sysdeps/mach/hurd/cthreads.c (__libc_getspecific): Remove function.
13485 * sysdeps/mach/hurd/bits/libc-lock.h: Remove file.
13486 * sysdeps/mach/hurd/setpgid.c: Include <lowlevellock.h>.
13487 (__setpgid): Use lll for synchronization.
13488 * sysdeps/mach/hurd/setsid.c: Likewise with __setsid.
13489 * sysdeps/mach/bits/libc-lock.h: Include <tls.h> and <lowlevellock.h>
13490 instead of <cthreads.h>.
13491 (_IO_lock_inexpensive): New macro
13492 (__libc_lock_recursive_t, __rtld_lock_recursive_t): New structures.
13493 (__libc_lock_self0): New declaration.
13494 (__libc_lock_owner_self): New macro.
13495 (__libc_key_t): Remove type.
13496 (_LIBC_LOCK_INITIALIZER): New macro.
13497 (__libc_lock_define_initialized, __libc_lock_init, __libc_lock_fini,
13498 __libc_lock_fini_recursive, __rtld_lock_fini_recursive,
13499 __libc_lock_lock, __libc_lock_trylock, __libc_lock_unlock,
13500 __libc_lock_define_initialized_recursive,
13501 __rtld_lock_define_initialized_recursive,
13502 __libc_lock_init_recursive, __libc_lock_trylock_recursive,
13503 __libc_lock_lock_recursive, __libc_lock_unlock_recursive,
13504 __rtld_lock_initialize, __rtld_lock_trylock_recursive,
13505 __rtld_lock_lock_recursive, __rtld_lock_unlock_recursive
13506 __libc_once_define, __libc_mutex_unlock): Reimplement with lll.
13507 (__libc_lock_define_recursive, __rtld_lock_define_recursive,
13508 _LIBC_LOCK_RECURSIVE_INITIALIZER, _RTLD_LOCK_RECURSIVE_INITIALIZER):
13509 New macros.
13510 Include <libc-lockP.h> to reimplement libc_key* with pthread_key*.
13511 * hurd/hurdlock.c: New file.
13512 * hurd/hurdlock.h: New file.
13513 * mach/lowlevellock.h: New file
13514
13515 2018-03-18 Samuel Thibault <samuel.thibault@ens-lyon.org>
13516
13517 * sysdeps/mach/hurd/cthreads.c: Include <cthreads.h>.
13518 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Return ELOOP
13519 when opening a symlink with O_NOFOLLOW.
13520 * hurd/hurdlookup.c (__hurd_file_name_lookup): Do not append '/' to
13521 path when flags contains O_NOFOLLOW.
13522 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Return ENOTDIR
13523 if flags contains O_DIRECTORY and the result is a directory.
13524 * sysdeps/mach/hurd/i386/init-first.c (init): Also find ELF headers by
13525 oneself when the pointer given in D is nul (as set by ext2fs).
13526 * sysdeps/mach/hurd/mlockall.c: New file.
13527 * sysdeps/mach/hurd/munlockall.c: New file.
13528
13529 2018-03-17 Samuel Thibault <samuel.thibault@ens-lyon.org>
13530
13531 * hurd/hurdsig.c: Include <pthread.h>.
13532 (_hurdsig_init): Call pthread_getattr_np and pthread_attr_getstack to
13533 get the signal thread stack layout.
13534 * hurd/Makefile (headers): Remove threadvar.h.
13535 (inline-headers): Remove threadvar.h.
13536 * hurd/Versions (GLIBC_2.0: Remove __hurd_sigthread_stack_base,
13537 __hurd_sigthread_stack_end, __hurd_sigthread_variables,
13538 __hurd_threadvar_max, __hurd_errno_location.
13539 (HURD_CTHREADS_0.3): Add pthread_getattr_np, pthread_attr_getstack.
13540 * hurd/hurd/signal.h: Do not include <hurd/threadvar.h>.
13541 (_hurd_self_sigstate): Use THREAD_SELF to get _hurd_sigstate.
13542 (_HURD_SIGNAL_H_EXTERN_INLINE): Use THREAD_SELF to get _hurd_sigstate,
13543 unless TLS is not initialized yet, in which case we do not need a
13544 critical section yet anyway.
13545 * hurd/hurd/threadvar.h: Include <tls.h>, do not include
13546 <machine-sp.h>.
13547 (__hurd_sigthread_variables, __hurd_threadvar_max): Remove variables
13548 declarations.
13549 (__hurd_threadvar_index): Remove enum.
13550 (_HURD_THREADVAR_H_EXTERN_INLINE): Remove macro.
13551 (__hurd_threadvar_location_from_sp,__hurd_threadvar_location): Remove
13552 inlines.
13553 (__hurd_reply_port0): New variable declaration.
13554 (__hurd_local_reply_port): New macro.
13555 * hurd/hurdsig.c (__hurd_sigthread_variables): Remove variable.
13556 (interrupted_reply_port_location): Add thread_t parameter. Use it
13557 with THREAD_TCB to access thread-local variables.
13558 (_hurdsig_abort_rpcs): Pass ss->thread to
13559 interrupted_reply_port_location.
13560 (_hurd_internal_post_signal): Likewise.
13561 (_hurdsig_init): Use presence of cthread_fork instead of
13562 __hurd_threadvar_stack_mask to start signal thread by hand.
13563 Remove signal thread threadvar initialization.
13564 * hurd/hurdstartup.c: Do not include <hurd/threadvar.h>
13565 * hurd/sigunwind.c: Include <hurd/threadvar.h>
13566 (_hurdsig_longjmp_from_handler): Use __hurd_local_reply_port instead
13567 of threadvar.
13568 * sysdeps/mach/hurd/Versions (libc.GLIBC_PRIVATE): Add
13569 __libc_lock_self0.
13570 (ld.GLIBC_2.0): Remove __hurd_sigthread_stack_base,
13571 __hurd_sigthread_stack_end, __hurd_sigthread_variables.
13572 (ld.GLIBC_PRIVATE): Add __libc_lock_self0.
13573 * sysdeps/mach/hurd/cthreads.c: Add __libc_lock_self0.
13574 * sysdeps/mach/hurd/dl-sysdep.c (errno, __hurd_sigthread_stack_base,
13575 __hurd_sigthread_stack_end, __hurd_sigthread_variables, threadvars,
13576 __hurd_threadvar_stack_offset, __hurd_threadvar_stack_mask): Do not
13577 define variables.
13578 * sysdeps/mach/hurd/errno-loc.c: Do not include <errno.h> and
13579 <hurd/threadvar.h>.
13580 [IS_IN(rtld)] (rtld_errno): New variable.
13581 [IS_IN(rtld)] (__errno_location): New weak function.
13582 [!IS_IN(rtld)]: Include "../../../csu/errno-loc.c".
13583 * sysdeps/mach/hurd/errno.c: Remove file.
13584 * sysdeps/mach/hurd/fork.c: Include <hurd/threadvar.h>
13585 (__fork): Remove THREADVAR_SPACE macro and its use.
13586 * sysdeps/mach/hurd/i386/init-first.c (__hurd_threadvar_max): Remove
13587 variable.
13588 (init): Do not initialize threadvar.
13589 * sysdeps/mach/hurd/i386/libc.abilist (__hurd_threadvar_max): Remove
13590 symbol.
13591 * sysdeps/mach/hurd/i386/sigreturn.c (__sigreturn): Use
13592 __hurd_local_reply_port instead of threadvar.
13593 * sysdeps/mach/hurd/i386/tls.h (tcbhead_t): Add reply_port and
13594 _hurd_sigstate fields.
13595 (HURD_DESC_TLS, __LIBC_NO_TLS, THREAD_TCB): New macro.
13596 * sysdeps/mach/hurd/i386/trampoline.c: Remove outdated comment.
13597 * sysdeps/mach/hurd/libc-lock.h: Do not include <hurd/threadvar.h>.
13598 (__libc_lock_owner_self): Use &__libc_lock_self0 and THREAD_SELF
13599 instead of threadvar.
13600 * sysdeps/mach/hurd/libc-tsd.h: Remove file.
13601 * sysdeps/mach/hurd/mig-reply.c (GETPORT, reply_port): Remove macros.
13602 (use_threadvar, global_reply_port): Remove variables.
13603 (__hurd_reply_port0): New variable.
13604 (__mig_get_reply_port): Use __hurd_local_reply_port and
13605 __hurd_reply_port0 instead of threadvar.
13606 (__mig_dealloc_reply_port): Likewise.
13607 (__mig_init): Do not initialize threadvar.
13608 * sysdeps/mach/hurd/profil.c: Fix comment.
13609 * hurd/Versions (HURD_CTHREADS_0.3): Rename weak refs cthread_fork,
13610 cthread_detach, pthread_getattr_np, pthread_attr_getstack,
13611 cthread_keycreate, cthread_getspecific, cthread_setspecific to
13612 __cthread_fork, __cthread_detach, __pthread_getattr_np,
13613 __pthread_attr_getstack, __cthread_keycreate, __cthread_getspecific,
13614 __cthread_setspecific.
13615 * hurd/hurdsig.c (_hurdsig_init): Use __cthread_fork,
13616 __cthread_detach, __pthread_getattr_np, __pthread_attr_getstack,
13617 __cthread_t instead of cthread_fork, cthread_detach,
13618 pthread_getattr_np, pthread_attr_getstack.
13619 * sysdeps/mach/hurd/cthreads.c (cthread_keycreate): Rename to
13620 __cthread_keycreate.
13621 (cthread_getspecific): Rename to __cthread_getspecific.
13622 (cthread_setspecific): Rename to __cthread_setspecific.
13623 (__libc_getspecific): Use __cthread_getspecific instead of
13624 cthread_getspecific.
13625 * sysdeps/mach/hurd/libc-lock.h (__libc_key_create): Use
13626 __cthread_keycreate instead of cthread_keycreate.
13627 (__libc_setspecific): Use __cthread_setspecific instead of
13628 cthread_setspecific.
13629 * sysdeps/mach/libc-lock.h (__libc_key_create, __libc_setspecific):
13630 Likewise.
13631 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Always include
13632 <dl-sysdep.h>. Test for value of RTLD_PRIVATE_ERRNO instead of
13633 testing whether it is defined.
13634
13635 2018-03-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
13636
13637 * sysdeps/generic/thread_state.h (MACHINE_NEW_THREAD_STATE_FLAVOR):
13638 Define macro.
13639 * sysdeps/mach/thread_state.h (MACHINE_THREAD_STATE_FIX_NEW): New macro.
13640 * sysdeps/mach/i386/thread_state.h
13641 (MACHINE_NEW_THREAD_STATE_FLAVOR): New macro, defined to
13642 i386_THREAD_STATE.
13643 (MACHINE_THREAD_STATE_FLAVOR): Define to i386_REGS_SEGS_STATE instead of
13644 i386_THREAD_STATE.
13645 (MACHINE_THREAD_STATE_FIX_NEW): New macro, reads segments.
13646
13647 * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): Use
13648 i386_REGS_SEGS_STATE instead of i386_THREAD_STATE.
13649
13650 * sysdeps/mach/hurd/i386/tls.h (TCB_ALIGNMENT, HURD_SEL_LDT): New
13651 macros.
13652 (_hurd_tls_fork): Add original thread parameter, Duplicate existing LDT
13653 descriptor instead of creating a new one.
13654 (_hurd_tls_new): New function, creates a new descriptor and updates tcb.
13655
13656 * mach/setup-thread.c: Include <ldsodefs.h>.
13657 (__mach_setup_thread): Call _dl_allocate_tls, pass
13658 MACHINE_NEW_THREAD_STATE_FLAVOR to __thread_set_state instead of
13659 MACHINE_THREAD_STATE_FLAVOR, before getting
13660 MACHINE_THREAD_STATE_FLAVOR, calling _hurd_tls_new, and setting
13661 MACHINE_THREAD_STATE_FLAVOR with the result.
13662 * hurd/hurdfault.c (_hurdsig_fault_init): Call
13663 MACHINE_THREAD_STATE_FIX_NEW.
13664 * sysdeps/mach/hurd/fork.c (__fork): Call _hurd_tls_fork for sigthread
13665 too. Add original thread parameter.
13666
13667 2018-03-16 Joseph Myers <joseph@codesourcery.com>
13668
13669 * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC] (__finite):
13670 Remove inline function.
13671
13672 * sysdeps/i386/fpu/libm-test-ulps: Update.
13673 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
13674
13675 2018-03-16 Wilco Dijkstra <wdijkstr@arm.com>
13676
13677 * sysdeps/m68k/m680x0/fpu/mathimpl.h (__ieee754_sqrt): Revert previous
13678 commit.
13679
13680 2018-03-15 Joseph Myers <joseph@codesourcery.com>
13681
13682 * sysdeps/x86/fpu/bits/mathinline.h [__FAST_MATH__]
13683 (__sincos_code): Remove define and undefine.
13684 [__FAST_MATH__] (__sincos): Remove inline function.
13685 [__FAST_MATH__] (__sincosf): Remove inline function.
13686 [__FAST_MATH__] (__sincosl): Remove inline function.
13687 (__atan2l): Remove inline functions.
13688 [!__GNUC_PREREQ (3, 4)] (__atan2_code): Remove macro.
13689 [!__GNUC_PREREQ (3, 4) && __FAST_MATH__] (atan2): Remove inline
13690 function.
13691 (floor): Remove inline function.
13692 (ceil): Likewise.
13693 [__FAST_MATH__] (__ldexp_code): Remove macro.
13694 [__FAST_MATH__] (ldexp): Remove inline function.
13695 [__FAST_MATH__ && __USE_ISOC99] (ldexpf): Likewise.
13696 [__FAST_MATH__ && __USE_ISOC99] (ldexpl): Likewise.
13697 [__FAST_MATH__ && __USE_ISOC99] (rint): Likewise.
13698 [__USE_ISOC99] (__lrint_code): Remove macro.
13699 [__USE_ISOC99] (__llrint_code): Likewise.
13700 [__USE_ISOC99] (lrintf): Remove inline function.
13701 [__USE_ISOC99] (lrint): Likewise.
13702 [__USE_ISOC99] (lrintl): Likewise.
13703 [__USE_ISOC99] (llrint): Likewise.
13704 [__USE_ISOC99] (llrintf): Likewise.
13705 [__USE_ISOC99] (llrintl): Likewise.
13706
13707 2018-03-15 Wilco Dijkstra <wdijkstr@arm.com>
13708
13709 * sysdeps/aarch64/fpu/math_private.h (__ieee754_sqrt): Remove.
13710 (__ieee754_sqrtf): Remove.
13711 * sysdeps/alpha/fpu/math_private.h (__ieee754_sqrt): Remove.
13712 (__ieee754_sqrtf): Remove.
13713 * sysdeps/generic/math-type-macros.h (M_SQRT): Use sqrt.
13714 * sysdeps/m68k/m680x0/fpu/mathimpl.h (__ieee754_sqrt): Remove.
13715 * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Remove.
13716 (__ieee754_sqrtf): Remove.
13717 * sysdeps/s390/fpu/bits/mathinline.h: Remove file.
13718 * sysdeps/sparc/fpu/bits/mathinline.h (sqrt) Remove.
13719 (sqrtf): Remove.
13720 (sqrtl): Remove.
13721 (__ieee754_sqrt): Remove.
13722 (__ieee754_sqrtf): Remove.
13723 (__ieee754_sqrtl): Remove.
13724 * sysdeps/m68k/m680x0/fpu/mathimpl.h (__ieee754_sqrt): Remove.
13725 * sysdeps/x86/fpu/math_private.h (__ieee754_sqrt): Remove.
13726 * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Remove.
13727 (__ieee754_sqrtf): Remove.
13728 (__ieee754_sqrtl): Remove.
13729
13730 2018-03-15 Wilco Dijkstra <wdijkstr@arm.com>
13731
13732 * sysdeps/ieee754/dbl-64/e_acosh.c (__ieee754_acosh): Use sqrt.
13733 * sysdeps/ieee754/dbl-64/e_gamma_r.c (gamma_positive): Likewise.
13734 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
13735 * sysdeps/ieee754/dbl-64/e_j0.c (__ieee754_j0): Likewise.
13736 * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1): Likewise.
13737 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Likewise.
13738 * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
13739 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
13740 Likewise.
13741 * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Likewise.
13742 * sysdeps/ieee754/flt-32/e_acoshf.c (__ieee754_acoshf): Likewise.
13743 * sysdeps/ieee754/flt-32/e_asinf.c (__ieee754_asinf): Likewise.
13744 * sysdeps/ieee754/flt-32/e_gammaf_r.c (gammaf_positive): Likewise.
13745 * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Likewise.
13746 * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_j0f): Likewise.
13747 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_j1f): Likewise.
13748 * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Likewise.
13749 * sysdeps/ieee754/flt-32/s_asinhf.c (__asinhf): Likewise.
13750 * sysdeps/ieee754/ldbl-128/e_acoshl.c (__ieee754_acoshl): Use sqrtl.
13751 * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Likewise.
13752 * sysdeps/ieee754/ldbl-128/e_asinl.c (__ieee754_asinl): Likewise.
13753 * sysdeps/ieee754/ldbl-128/e_gammal_r.c (gammal_positive): Likewise.
13754 * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl): Likewise.
13755 * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Likewise.
13756 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
13757 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
13758 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Likewise.
13759 * sysdeps/ieee754/ldbl-128/s_asinhl.c (__ieee754_asinhl): Likewise.
13760 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Likewise.
13761 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
13762 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
13763 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (gammal_positive): Likewise.
13764 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Likewise.
13765 * sysdeps/ieee754/ldbl-128ibm/e_j0l.c (__ieee754_j0l): Likewise.
13766 * sysdeps/ieee754/ldbl-128ibm/e_j1l.c (__ieee754_j1l): Likewise
13767 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
13768 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
13769 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__ieee754_asinhl): Likewise.
13770 * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Use sqrtl.
13771 * sysdeps/ieee754/ldbl-96/e_asinl.c (__ieee754_asinl): Likewise.
13772 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (gammal_positive): Likewise.
13773 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Likewise.
13774 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Likewise.
13775 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
13776 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise.
13777 * sysdeps/ieee754/ldbl-96/s_asinhl.c (__ieee754_asinhl): Likewise.
13778 * sysdeps/m68k/m680x0/fpu/e_pow.c (__ieee754_pow): Likewise.
13779 * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Likewise.
13780 * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Likewise.
13781
13782 2018-03-15 Wilco Dijkstra <wdijkstr@arm.com>
13783
13784 * include/math.h (sqrt): Declare with asm redirect.
13785 (sqrtf): Likewise.
13786 (sqrtl): Likewise.
13787 (sqrtf128): Likewise.
13788 * Makeconfig: Add -fno-math-errno for libc/libm, but build testsuite,
13789 nonlib and libnldbl with -fmath-errno.
13790 * math/w_sqrt_compat.c: Define NO_MATH_REDIRECT.
13791 * math/w_sqrt_template.c: Likewise.
13792 * math/w_sqrtf_compat.c: Likewise.
13793 * math/w_sqrtl_compat.c: Likewise.
13794 * sysdeps/i386/fpu/w_sqrt.c: Likewise.
13795 * sysdeps/i386/fpu/w_sqrt_compat.c: Likewise.
13796 * sysdeps/generic/math-type-macros-float128.h: Remove math.h and
13797 complex.h.
13798
13799 2018-03-15 Wilco Dijkstra <wdijkstr@arm.com>
13800
13801 * benchtests/Makefile: Define _ISOMAC.
13802 * benchtests/bench-strcoll.c: Add missing sys/stat.h include.
13803 * benchtests/bench-string.h: Define inhibit_loop_to_libcall macro.
13804 * benchtests/bench-strstr.c: Define empty libc_hidden_builtin_def.
13805 * benchtests/bench-strtok.c (oldstrtok): Use rawmemchr.
13806 * benchtests/bench-timing.h: Define attribute_hidden.
13807
13808 2018-03-15 Siddhesh Poyarekar <siddhesh@sourceware.org>
13809
13810 * sysdeps/aarch64/strncmp.S (strncmp): Use lsr instead of
13811 mov + lsr.
13812
13813 2018-03-15 Rafal Luzynski <digitalfreak@lingonborough.com>
13814
13815 [BZ #22963]
13816 * localedata/locales/cs_CZ (mon): Rename to...
13817 (alt_mon): This.
13818 (mon): Import from CLDR (genitive case).
13819
13820 2018-03-15 Rafal Luzynski <digitalfreak@lingonborough.com>
13821
13822 [BZ #22937]
13823 * localedata/locales/el_CY (abmon): Rename to...
13824 (ab_alt_mon): This.
13825 (abmon): Import from CLDR (abbreviated genitive case).
13826 * localedata/locales/el_GR (abmon): Rename to...
13827 (ab_alt_mon): This.
13828 (abmon): Import from CLDR (abbreviated genitive case).
13829
13830 2018-03-15 Rafal Luzynski <digitalfreak@lingonborough.com>
13831
13832 [BZ #22932]
13833 * localedata/locales/lt_LT (abmon): Synchronize with CLDR.
13834
13835 2018-03-15 Robert Buj <robert.buj@gmail.com>
13836
13837 [BZ #22848]
13838 * localedata/locales/ca_ES (abmon): Rename to...
13839 (ab_alt_mon): This, then synchronize with CLDR (nominative case).
13840 (mon): Rename to...
13841 (alt_mon): This.
13842 (abmon): Import from CLDR (genitive case, month names preceded by
13843 "de" or "d’").
13844 (mon): Likewise.
13845 (abday): Synchronize with CLDR.
13846 (d_t_fmt): Likewise.
13847 (d_fmt): Likewise.
13848 (am_pm): Likewise.
13849
13850 (LC_TIME): Improve indentation.
13851 (LC_TELEPHONE): Likewise.
13852 (LC_NAME): Likewise.
13853 (LC_ADDRESS): Likewise.
13854
13855 2018-03-14 Joseph Myers <joseph@codesourcery.com>
13856
13857 * sysdeps/x86/fpu/bits/mathinline.h [!__GNUC_PREREQ (3, 4)]
13858 (lrintf): Remove definitions used only with old GCC.
13859 [!__GNUC_PREREQ (3, 4)] (lrint): Likewise.
13860 [!__GNUC_PREREQ (3, 4)] (llrintf): Likewise.
13861 [!__GNUC_PREREQ (3, 4)] (llrint): Likewise.
13862 [!__GNUC_PREREQ (3, 4)] (fmaxf): Likewise.
13863 [!__GNUC_PREREQ (3, 4)] (fmax): Likewise.
13864 [!__GNUC_PREREQ (3, 4)] (fminf): Likewise.
13865 [!__GNUC_PREREQ (3, 4)] (fmin): Likewise.
13866 [!__GNUC_PREREQ (3, 4)] (rint): Likewise.
13867 [!__GNUC_PREREQ (3, 4)] (rintf): Likewise.
13868 [!__GNUC_PREREQ (3, 4)] (nearbyint): Likewise.
13869 [!__GNUC_PREREQ (3, 4)] (nearbyintf): Likewise.
13870 [!__GNUC_PREREQ (3, 4)] (ceil): Likewise.
13871 [!__GNUC_PREREQ (3, 4)] (ceilf): Likewise.
13872 [!__GNUC_PREREQ (3, 4)] (floor): Likewise.
13873 [!__GNUC_PREREQ (3, 4)] (floorf): Likewise.
13874 [__FAST_MATH__ && !__GNUC_PREREQ (3, 5)] (tan): Likewise.
13875 [__FAST_MATH__ && !__GNUC_PREREQ (3, 5)] (fmod): Likewise.
13876 [__FAST_MATH__ && !__GNUC_PREREQ (3, 4)] (sin): Likewise.
13877 [__FAST_MATH__ && !__GNUC_PREREQ (3, 4)] (cos): Likewise.
13878 [__FAST_MATH__ && !__GNUC_PREREQ (3, 5)] (log10): Likewise.
13879 [__FAST_MATH__ && !__GNUC_PREREQ (3, 5)] (asin): Likewise.
13880 [__FAST_MATH__ && !__GNUC_PREREQ (3, 5)] (acos): Likewise.
13881 [__FAST_MATH__ && !__GNUC_PREREQ (3, 4)] (atan): Likewise.
13882 [__FAST_MATH__ && !__GNUC_PREREQ (3, 5)] (log1p): Likewise.
13883 [__FAST_MATH__ && !__GNUC_PREREQ (3, 5)] (logb): Likewise.
13884 [__FAST_MATH__ && !__GNUC_PREREQ (3, 5)] (log2): Likewise.
13885 [__FAST_MATH__ && !__GNUC_PREREQ (3, 5)] (drem): Likewise.
13886 [__FAST_MATH__] (__M_SQRT2): Remove macro.
13887
13888 2018-03-14 Siddhesh Poyarekar <siddhesh@sourceware.org>
13889
13890 * sysdeps/aarch64/strncmp.S (strncmp): Use a separate shift
13891 instruction to unbreak builds with binutils 2.26 and older.
13892
13893 2018-03-13 Siddhesh Poyarekar <siddhesh@sourceware.org>
13894
13895 * sysdeps/aarch64/strncmp.S (count): New macro.
13896 (strncmp): Store misaligned length in SRC1 in COUNT.
13897 (mutual_align): Adjust.
13898 (misaligned8): Load dword at a time when it is safe.
13899
13900 2018-03-12 Zack Weinberg <zackw@panix.com>
13901
13902 [BZ #1190]
13903 [BZ #19476]
13904 * libio/fileops.c (_IO_new_file_underflow): Return EOF immediately
13905 if the _IO_EOF_SEEN bit is already set; update commentary.
13906 * libio/oldfileops.c (_IO_old_file_underflow): Likewise.
13907 * libio/wfileops.c (_IO_wfile_underflow): Likewise.
13908
13909 * support/support_openpty.c, support/tty.h: New files.
13910 * support/Makefile (libsupport-routines): Add support_openpty.
13911
13912 * libio/tst-fgetc-after-eof.c, wcsmbs/test-fgetwc-after-eof.c:
13913 New test cases.
13914 * libio/Makefile (tests): Add tst-fgetc-after-eof.
13915 * wcsmbs/Makefile (tests): Add tst-fgetwc-after-eof.
13916
13917 2018-03-12 Dmitry V. Levin <ldv@altlinux.org>
13918
13919 * po/pt_BR.po: Update translations.
13920
13921 2018-03-12 David Michael <fedora.dm0@gmail.com>
13922
13923 * sysdeps/mach/hurd/reboot.c: Include <hurd/paths.h>
13924 (reboot): Lookup _SERVERS_STARTUP instead of calling proc_getmsgport to
13925 get a port to the startup server.
13926
13927 2018-03-11 Zack Weinberg <zackw@panix.com>
13928
13929 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Include math.h
13930 before nldbl-compat.h.
13931
13932 2018-03-10 Zack Weinberg <zackw@panix.com>
13933
13934 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Don't include
13935 math.h or math_private.h.
13936
13937 * sysdeps/alpha/fpu/s_isnan.c
13938 * sysdeps/ieee754/ldbl-128ibm/s_ceill.c
13939 * sysdeps/ieee754/ldbl-128ibm/s_floorl.c
13940 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c
13941 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c
13942 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c
13943 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c
13944 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c
13945 * sysdeps/ieee754/ldbl-128ibm/s_roundl.c
13946 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c
13947 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c
13948 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c:
13949 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_expf.c
13950 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c
13951 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c:
13952 Include math_private.h.
13953
13954 * sysdeps/ieee754/ldbl-64-128/s_finitel.c
13955 * sysdeps/ieee754/ldbl-64-128/s_fpclassifyl.c
13956 * sysdeps/ieee754/ldbl-64-128/s_isinfl.c
13957 * sysdeps/ieee754/ldbl-64-128/s_isnanl.c
13958 * sysdeps/ieee754/ldbl-64-128/s_signbitl.c
13959 * sysdeps/powerpc/power7/fpu/s_logb.c:
13960 Include math.h and math_private.h.
13961
13962 * sysdeps/unix/sysv/linux/alpha/clone.S (__clone): Wrap manual
13963 uses of $at in .set noat / .set at.
13964
13965 2018-03-10 H.J. Lu <hongjiu.lu@intel.com>
13966
13967 * include/setjmp.h (__libc_longjmp): Remove libc_hidden_proto.
13968 * setjmp/longjmp.c (__libc_longjmp): Remove libc_hidden_def.
13969 * sysdeps/s390/longjmp.c (__libc_longjmp): Likewise.
13970 * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S (__libc_longjmp):
13971 Likewise.
13972
13973 2018-03-09 Florian Weimer <fweimer@redhat.com>
13974
13975 * malloc/malloc.c (prev_size, set_prev_size, prev_chunk): Fix typo
13976 in comment.
13977
13978 2018-03-09 Aurelien Jarno <aurelien@aurel32.net>
13979
13980 [BZ #22919]
13981 * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S (__startcontext):
13982 Add nop before __startcontext, add explaining comments.
13983
13984 2018-03-07 Adhemerval Zanella <adhemerval.zanella@linaro.org>
13985
13986 [BZ #22926]
13987 * sysdeps/powerpc/powerpc32/sysdep.h (ABORT_TRANSACTION_IMPL): Define
13988 empty for __SPE__.
13989 * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): Likewise.
13990 * sysdeps/unix/sysv/linux/powerpc/elision-lock.c (__lll_lock_elision):
13991 Do not build hardware transactional code for __SPE__.
13992 * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c
13993 (__lll_trylock_elision): Likewise.
13994 * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c
13995 (__lll_unlock_elision): Likewise.
13996
13997 * sysdeps/nptl/fork.c (ARCH_FORK): Replace by arch_fork.
13998 * sysdeps/unix/sysv/linux/alpha/arch-fork.h: Remove file.
13999 * sysdeps/unix/sysv/linux/riscv/arch-fork.h: Likewise.
14000 * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: Likewise.
14001 * sysdeps/unix/sysv/linux/arm/arch-fork.h: Likewise.
14002 * sysdeps/unix/sysv/linux/hppa/arch-fork.h: Likewise.
14003 * sysdeps/unix/sysv/linux/i386/arch-fork.h: Likewise.
14004 * sysdeps/unix/sysv/linux/ia64/arch-fork.h: Likewise.
14005 * sysdeps/unix/sysv/linux/m68k/arch-fork.h: Likewise.
14006 * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: Likewise.
14007 * sysdeps/unix/sysv/linux/mips/arch-fork.h: Likewise.
14008 * sysdeps/unix/sysv/linux/nios2/arch-fork.h: Likewise.
14009 * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: Likewise.
14010 * sysdeps/unix/sysv/linux/s390/arch-fork.h: Likewise.
14011 * sysdeps/unix/sysv/linux/sh/arch-fork.h: Likewise.
14012 * sysdeps/unix/sysv/linux/sparc/arch-fork.h: Likewise.
14013 * sysdeps/unix/sysv/linux/tile/arch-fork.h: Likewise.
14014 * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: Likewise.
14015 * sysdeps/unix/sysv/linux/arch-fork.h (arch_fork): New function.
14016 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h: New file.
14017 * sysdeps/unix/sysv/linux/riscv/kernel-features.h: Likewise.
14018 * sysdeps/unix/sysv/linux/arm/kernel-features.h
14019 (__ASSUME_CLONE_BACKWARDS): Define.
14020 * sysdeps/unix/sysv/linux/createthread.c (ARCH_CLONE): Define to
14021 __clone2 if __NR_clone2 is defined.
14022 * sysdeps/unix/sysv/linux/hppa/kernel-features.h
14023 (__ASSUME_CLONE_BACKWARDS): Likewise.
14024 * sysdeps/unix/sysv/linux/i386/kernel-features.h
14025 (__ASSUME_CLONE_BACKWARDS): Likewise.
14026 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14027 (__ASSUME_CLONE2): Likewise.
14028 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14029 (__ASSUME_CLONE_BACKWARDS3): Likewise.
14030 * sysdeps/unix/sysv/linux/kernel-features.h: Document possible clone
14031 variants and the define architecture can use.
14032 (__ASSUME_CLONE_DEFAULT): Define as default.
14033 * sysdeps/unix/sysv/linux/mips/kernel-features.h
14034 (__ASSUME_CLONE_BACKWARDS): Likewise.
14035 * sysdeps/unix/sysv/linux/powerpc/kernel-features.h
14036 (__ASSUME_CLONE_BACKWARDS): Likewise.
14037 * sysdeps/unix/sysv/linux/s390/kernel-features.h
14038 (__ASSUME_CLONE_BACKWARDS2): Likewise.
14039
14040 2018-03-06 Siddhesh Poyarekar <siddhesh@sourceware.org>
14041
14042 * sysdeps/aarch64/memcmp.S (more16): Fix loop16 branch target.
14043
14044 * sysdeps/aarch64/memcmp.S: Widen comparison to 16 bytes at a
14045 time.
14046
14047 * benchtests/bench-strncmp.c (test_main): Remove 0 length tests.
14048 (do_test_limit): Likewise.
14049
14050 * benchtests/bench-strncmp.c (do_test_limit): Reallocate buffers
14051 for every implementation.
14052 (do_test): Likewise.
14053
14054 * benchtests/bench-strncmp.c: Convert output to json.
14055
14056 2018-03-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
14057
14058 * io/futimens.c: Add missing start-of-file descriptive comment.
14059 * io/utime.c: Likewise.
14060 * misc/futimesat.c: Likewise.
14061 * misc/utimes.c: Likewise.
14062 * sysdeps/mach/hurd/futimesat.c: Likewise.
14063 * sysdeps/mach/hurd/utimes.c: Likewise.
14064 * sysdeps/posix/utime.c: Likewise.
14065 * sysdeps/posix/utimes.c: Likewise.
14066 * sysdeps/unix/sysv/linux/futimesat.c: Likewise.
14067 * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
14068 * sysdeps/unix/sysv/linux/generic/utimes.c: Likewise.
14069 * sysdeps/unix/sysv/linux/utimes.c: Likewise.
14070
14071 2018-03-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
14072
14073 * sysdeps/mach/hurd/utime-helper.c (hurd_futimens): Rename function to
14074 hurd_futimes.
14075 * sysdeps/mach/hurd/utimes.c (__utimes): Update call accordingly.
14076 * sysdeps/mach/hurd/lutimes.c (__lutimes): Likewise.
14077 * sysdeps/mach/hurd/futimens.c: Include "utime-helper.c".
14078 (__futimens): Move implementation to...
14079 * sysdeps/mach/hurd/utime-helper.c (utime_ts_from_tspec,
14080 utime_tvalue_from_tspec): ... new helper functions.
14081 (hurd_futimens): New function.
14082 * sysdeps/mach/hurd/futimesat.c: New file.
14083 * sysdeps/mach/hurd/utimensat.c: New file.
14084
14085 2018-03-05 Flávio Cruz <flaviocruz@gmail.com>
14086
14087 * sysdeps/mach/hurd/bits/stat.h [__USE_ATFILE] (UTIME_NOW,
14088 UTIME_OMIT): New macros.
14089 * sysdeps/mach/hurd/futimens.c (__futimens): Try to use __file_utimens
14090 before reverting to converting time spec to time value and calling
14091 __file_utimes.
14092 * sysdeps/mach/hurd/utime-helper.c: New file.
14093 * sysdeps/mach/hurd/futimes.c: Include "utime-helper.c".
14094 (__futimes): Try to use utime_ts_from_tval and __file_utimens before
14095 reverting to utime_tvalue_from_tval and __file_utimes.
14096 * sysdeps/mach/hurd/lutimes.c: Include "utime-helper.c".
14097 (__lutimes): Just call hurd_futimens after lookup.
14098 * sysdeps/mach/hurd/utimes.c: Likewise.
14099
14100 2018-03-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
14101
14102 * bits/sigaction.h: Add include guard.
14103 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Likewise.
14104 * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
14105 * sysdeps/unix/sysv/linux/hppa/bits/sigaction.h: Likewise.
14106 * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h: Likewise.
14107 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
14108 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h: Likewise.
14109 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
14110 * sysdeps/unix/sysv/linux/tile/bits/sigaction.h: Likewise.
14111 * hurd/hurd/signal.h: Include <bits/sigaction.h>.
14112
14113 2018-03-05 Joseph Myers <joseph@codesourcery.com>
14114
14115 * iconv/loop.c (UNICODE_TAG_HANDLER): Disable
14116 -Wmaybe-uninitialized for -Os.
14117 * sysdeps/s390/multiarch/8bit-generic.c (BODY): Add comment about
14118 this disabling.
14119
14120 2018-03-03 Adhemerval Zanella <adhemerval.zanella@linaro.org>
14121
14122 * bits/dirent.h (__INO_T_MATCHES_INO64_T): Define regardless whether
14123 __INO_T_MATCHES_INO64_T is defined.
14124 * sysdeps/unix/sysv/linux/bits/dirent.h: Likewise.
14125 * dirent/alphasort.c: Check _DIRENT_MATCHES_DIRENT64 value instead
14126 of definition.
14127 * dirent/alphasort64.c: Likewise.
14128 * dirent/scandir.c: Likewise.
14129 * dirent/scandir64-tail.c: Likewise.
14130 * dirent/scandir64.c: Likewise.
14131 * dirent/scandirat.c: Likewise.
14132 * dirent/scandirat64.c: Likewise.
14133 * dirent/versionsort.c: Likewise.
14134 * dirent/versionsort64.c: Likewise.
14135 * include/dirent.h: Likewise.
14136
14137 * nptl/tst-cancel4-common.h (set_socket_buffer): New function.
14138 * nptl/tst-cancel4-common.c (do_test): Call set_socket_buffer
14139 for socketpair endpoint.
14140 * nptl/tst-cancel4.c (tf_send): Call set_socket_buffer and use
14141 WRITE_BUFFER_SIZE as buffer size for sending socket.
14142 (tf_sendto): Use SOCK_STREAM instead of SOCK_DGRAM and fix an
14143 issue on system where send is implemented with sendto syscall.
14144 * sysdeps/unix/sysv/linux/mips/mips64/Makefile [$(subdir) = socket]
14145 (CFLAGS-recv.c, CFLAGS-send.c): Remove rules.
14146 [$(subdir) = nptl] (CFLAGS-recv.c, CFLAGS-send.c): Likewise.
14147 * sysdeps/unix/sysv/linux/riscv/rv64/Makefile: Remove file.
14148
14149 [BZ #21269]
14150 * sysdeps/unix/sysv/linux/i386/Makefile (tests): Add tst-bz21269.
14151 * sysdeps/unix/sysv/linux/i386/sigaction.c (SET_SA_RESTORER): Clear
14152 sa_restorer for vDSO case.
14153 * sysdeps/unix/sysv/linux/i386/tst-bz21269.c: New file.
14154
14155 2018-03-03 Samuel Thibault <samuel.thibault@ens-lyon.org>
14156
14157 * scripts/check-installed-headers.sh: Ignore Hurd and Mach headers.
14158 * hurd/hurd/id.h: Include <hurd/hurd_types.h>
14159 * hurd/hurd/ioctl.h: Include <mach/port.h>
14160 * hurd/hurd/lookup.h: Include <hurd/hurd_types.h>
14161 * mach/Makefile ($(objpfx)mach-shortcuts.h): Make it include
14162 <mach/mach_types.h> and <mach/message.h>.
14163 (headers): Move mach/param.h to bits/mach/param.h.
14164 * sysdeps/mach/i386/mach/param.h: Move file to ...
14165 * sysdeps/mach/i386/bits/mach/param.h: ... here. Update path in #error.
14166 * sysdeps/mach/hurd/bits/param.h: Include <bits/mach/param.h> instead
14167 of <mach/param.h>.
14168 * hurd/hurd/port.h: Do not include <hurd/signal.h>.
14169 * hurd/hurd/userlink.h [!defined __USE_EXTERN_INLINES ||
14170 !defined _LIBC || !IS_IN (libc)]: Do not include <hurd/signal.h>.
14171 * hurd/hurd/fd.h (_hurd_fd_error): Fix struct initializer to be
14172 trivial, for C++ conformity.
14173 * sysdeps/mach/hurd/dl-sysdep.c: Include <mach/machine/vm_param.h>.
14174 * mach/Machrules ($(patsubst %,$(objpfx)%.h,$(user-interfaces)):
14175 Process mig output through $(migheadersed).
14176 * hurd/Makefile (migheadersed): Define variable.
14177 * mach/mach/mig_support.h [defined __USE_GNU]: Do not #error out.
14178 * scripts/check-installed-headers.sh: Do not ignore Hurd and Mach
14179 headers.
14180 * hurd/hurd.h: Include <bits/types/sigset_t.h>
14181 * hurd/hurd/fd.h: Include <sys/select.h> and <bits/types/sigset_t.h>
14182 (_hurd_fd_read, _hurd_fd_write): Use __loff_t instead of loff_t.
14183 * hurd/hurd/signal.h: Include <bits/types/stack_t.h> and
14184 <bits/types/sigset_t.h>.
14185 [!defined __USE_GNU]: Do not #error out.
14186 (struct hurd_sigstate): Use _NSIG instead of NSIG.
14187 * hurd/hurd/sigpreempt.h (__need_size_t): Define.
14188 Include <stddef.h> and <bits/types/sigset_t.h>
14189 (struct hurd_signal_preemptor, hurd_catch_signal): Use __sighandler_t
14190 instead of sighandler_t.
14191 * stdlib/errno.h (error_t): Move definition to...
14192 * bits/types/error_t.h: ... new header.
14193 * stdlib/Makefile (headers): Add bits/types/error_t.h.
14194 * sysdeps/mach/hurd/bits/errno.h (error_t): Move definition to...
14195 * sysdeps/mach/hurd/bits/types/error_t.h: ... new header.
14196 * sysdeps/mach/hurd/errnos.awk (error_t): Likewise.
14197 * hurd/hurd.h: Include <bits/types/error_t.h>
14198 * hurd/hurd/fd.h: Include <bits/types/error_t.h>
14199 * hurd/hurd/id.h: Include <errno.h> and <bits/types/error_t.h>
14200 * hurd/hurd/lookup.h: Include <errno.h> and <bits/types/error_t.h>
14201 * hurd/hurd/resource.h: Include <bits/types/error_t.h>
14202 * hurd/hurd/signal.h: Include <bits/types/error_t.h>
14203 * hurd/hurd/sigpreempt.h: Include <bits/types/error_t.h>
14204 * sysdeps/mach/hurd/futimens.c: New file.
14205
14206 2018-03-03 Andreas Schwab <schwab@linux-m68k.org>
14207
14208 [BZ #22918]
14209 * nss/nsswitch.h (DEFINE_DATABASE): Don't define __nss_*_database.
14210 * nss/nsswitch.c (DEFINE_DATABASE): Define __nss_*_database here.
14211 * nscd/gai.c (__nss_hosts_database): Readd definition.
14212 * posix/tst-rfc3484.c (__nss_hosts_database): Likewise.
14213 * posix/tst-rfc3484-3.c (__nss_hosts_database): Likewise.
14214 * posix/tst-rfc3484-2.c (__nss_hosts_database): Likewise.
14215
14216 2018-03-02 Joseph Myers <joseph@codesourcery.com>
14217
14218 * sysdeps/powerpc/ifunc-sel.h (ifunc_sel): Make always_inline.
14219 (ifunc_one): Likewise.
14220
14221 2018-03-01 DJ Delorie <dj@delorie.com>
14222
14223 [BZ #22342]
14224 * nscd/netgroupcache.c (addinnetgrX): Include trailing NUL in
14225 key value.
14226
14227 2018-03-01 Maciej W. Rozycki <macro@mips.com>
14228
14229 * nptl_db/td_ta_thr_iter.c (iterate_thread_list): Remove
14230 `match_pid' parameter.
14231 (td_ta_thr_iter): Update accordingly.
14232
14233 2018-03-01 Florian Weimer <fweimer@redhat.com>
14234
14235 * nptl/Makefile (install-lib-ldscripts): Remove.
14236 (install): Remove rule.
14237 ($(inst_libdir)/libpthread.so): Likewise.
14238
14239 2018-03-01 Mike FABIAN <mfabian@redhat.com>
14240
14241 [BZ #22896]
14242 * localedata/locales/an_ES: update month and day names,
14243 improve d_fmt, improve postal_fmt, add country_post,
14244 add country_isbn
14245
14246 2018-03-01 Mike FABIAN <mfabian@redhat.com>
14247
14248 * localedata/locales/bg_BG (LC_COLLATE): The comment mentioned
14249 Ukrainian instead of Bulgarian.
14250
14251 2018-03-01 Florian Weimer <fweimer@redhat.com>
14252
14253 * nptl/Makefile (libpthread.so): Drop libpthread_nonshared.a
14254 reference.
14255
14256 2018-03-01 Florian Weimer <fweimer@redhat.com>
14257
14258 Move pthread_atfork to libc. Remove libpthread_nonshared.a.
14259 * nptl/Makefile (routines): Add pthread_atfork.
14260 (static-only-routines): Set to pthread_atfork.
14261 (libpthread-routines): Remove pthread_atfork.
14262 (libpthread-static-only-routines): Remove.
14263 (install): Update comment.
14264 (libpthread.so): Do not install libpthread_nonshared.a.
14265 (tests): Do not link with libpthread_nonshared.a.
14266 (generated): Remove libpthread_nonshared.a.
14267 * nptl/pthread_atfork.c (pthread_atfork): Turn into weak alias.
14268 * sysdeps/nptl/Makeconfig (shared-thread-library): Do not link
14269 with libpthread_nonshared.a.
14270
14271 2018-02-28 Joseph Myers <joseph@codesourcery.com>
14272
14273 [BZ #22902]
14274 * sysdeps/i386/fpu/fenv_private.h [!__x86_64__]
14275 (libc_feholdexcept_setroundf128): New macro.
14276 [!__x86_64__] (libc_feupdateenv_testf128): Likewise.
14277
14278 [BZ #15105]
14279 * sysdeps/wordsize-32/strtoumax.c (strtoumax): Use
14280 libc_hidden_def.
14281 * sysdeps/wordsize-64/strtoumax.c (strtoumax): Likewise.
14282 * include/inttypes.h: New file.
14283
14284 2018-02-27 Joseph Myers <joseph@codesourcery.com>
14285
14286 * locale/weightwc.h (findidx): Ignore -Wmaybe-uninitialized for
14287 -Os in two more places.
14288
14289 2018-02-27 Mike FABIAN <mfabian@redhat.com>
14290
14291 See this bug https://sourceware.org/bugzilla/show_bug.cgi?id=22898
14292 * localedata/cmn_TW.UTF-8.in: Remove the lines which cannot
14293 be sorted correctly at the moment because of a bug.
14294
14295 2018-02-27 Mike FABIAN <mfabian@redhat.com>
14296
14297 [BZ #22550] - es_ES locale (and other es_* locales): collation should
14298 treat ñ as a primary different character, sync the collation
14299 for Spanish with CLDR.
14300 [BZ #21547] - Tibetan script collation broken (Dzongkha and Tibetan).
14301 * localedata/Makefile: Add new test files.
14302 * localedata/lv_LV.UTF-8.in: Adapt test file to new collation order.
14303 * localedata/sv_SE.ISO-8859-1.in: Adapt test file to new
14304 collation order.
14305 * localedata/uk_UA.UTF-8.in: Adapt test file to new collation order.
14306 * localedata/am_ET.UTF-8.in: New test file.
14307 * localedata/az_AZ.UTF-8.in: Likewise.
14308 * localedata/be_BY.UTF-8.in: Likewise.
14309 * localedata/ber_DZ.UTF-8.in: Likewise.
14310 * localedata/ber_MA.UTF-8.in: Likewise.
14311 * localedata/bg_BG.UTF-8.in: Likewise.
14312 * localedata/br_FR.UTF-8.in: Likewise.
14313 * localedata/cmn_TW.UTF-8.in: Likewise.
14314 * localedata/crh_UA.UTF-8.in: Likewise.
14315 * localedata/csb_PL.UTF-8.in: Likewise.
14316 * localedata/cv_RU.UTF-8.in: Likewise.
14317 * localedata/cy_GB.UTF-8.in: Likewise.
14318 * localedata/dz_BT.UTF-8.in: Likewise.
14319 * localedata/eo.UTF-8.in: Likewise.
14320 * localedata/es_ES.UTF-8.in: Likewise.
14321 * localedata/fa_IR.UTF-8.in: Likewise.
14322 * localedata/fi_FI.UTF-8.in: Likewise.
14323 * localedata/fil_PH.UTF-8.in: Likewise.
14324 * localedata/fur_IT.UTF-8.in: Likewise.
14325 * localedata/gez_ER.UTF-8@abegede.in: Likewise.
14326 * localedata/ha_NG.UTF-8.in: Likewise.
14327 * localedata/ig_NG.UTF-8.in: Likewise.
14328 * localedata/ik_CA.UTF-8.in: Likewise.
14329 * localedata/kk_KZ.UTF-8.in: Likewise.
14330 * localedata/ku_TR.UTF-8.in: Likewise.
14331 * localedata/ky_KG.UTF-8.in: Likewise.
14332 * localedata/ln_CD.UTF-8.in: Likewise.
14333 * localedata/mi_NZ.UTF-8.in: Likewise.
14334 * localedata/ml_IN.UTF-8.in: Likewise.
14335 * localedata/mn_MN.UTF-8.in: Likewise.
14336 * localedata/mr_IN.UTF-8.in: Likewise.
14337 * localedata/mt_MT.UTF-8.in: Likewise.
14338 * localedata/nb_NO.UTF-8.in: Likewise.
14339 * localedata/om_KE.UTF-8.in: Likewise.
14340 * localedata/os_RU.UTF-8.in: Likewise.
14341 * localedata/ps_AF.UTF-8.in: Likewise.
14342 * localedata/ro_RO.UTF-8.in: Likewise.
14343 * localedata/ru_RU.UTF-8.in: Likewise.
14344 * localedata/sc_IT.UTF-8.in: Likewise.
14345 * localedata/se_NO.UTF-8.in: Likewise.
14346 * localedata/sq_AL.UTF-8.in: Likewise.
14347 * localedata/sv_SE.UTF-8.in: Likewise.
14348 * localedata/szl_PL.UTF-8.in: Likewise.
14349 * localedata/tg_TJ.UTF-8.in: Likewise.
14350 * localedata/tk_TM.UTF-8.in: Likewise.
14351 * localedata/tt_RU.UTF-8.in: Likewise.
14352 * localedata/tt_RU.UTF-8@iqtelif.in: Likewise.
14353 * localedata/ug_CN.UTF-8.in: Likewise.
14354 * localedata/uz_UZ.UTF-8.in: Likewise.
14355 * localedata/vi_VN.UTF-8.in: Likewise.
14356 * localedata/yi_US.UTF-8.in: Likewise.
14357 * localedata/yo_NG.UTF-8.in: Likewise.
14358 * localedata/zh_CN.UTF-8.in: Likewise.
14359 * localedata/locales/am_ET: Adapt collation rules to new iso14651_t1_common
14360 file and fix bugs in the collation.
14361 * localedata/locales/az_AZ: Likewise.
14362 * localedata/locales/be_BY: Likewise.
14363 * localedata/locales/ber_DZ: Likewise.
14364 * localedata/locales/ber_MA: Likewise.
14365 * localedata/locales/bg_BG: Likewise.
14366 * localedata/locales/br_FR: Likewise.
14367 * localedata/locales/br_FR@euro: Likewise.
14368 * localedata/locales/ca_ES: Likewise.
14369 * localedata/locales/cns11643_stroke: Likewise.
14370 * localedata/locales/crh_UA: Likewise.
14371 * localedata/locales/cs_CZ: Likewise.
14372 * localedata/locales/csb_PL: Likewise.
14373 * localedata/locales/cv_RU: Likewise.
14374 * localedata/locales/cy_GB: Likewise.
14375 * localedata/locales/da_DK: Likewise.
14376 * localedata/locales/dz_BT: Likewise.
14377 * localedata/locales/en_CA: Likewise.
14378 * localedata/locales/eo: Likewise.
14379 * localedata/locales/es_CU: Likewise.
14380 * localedata/locales/es_EC: Likewise.
14381 * localedata/locales/es_ES: Likewise.
14382 * localedata/locales/es_US: Likewise.
14383 * localedata/locales/et_EE: Likewise.
14384 * localedata/locales/fa_IR: Likewise.
14385 * localedata/locales/fi_FI: Likewise.
14386 * localedata/locales/fil_PH: Likewise.
14387 * localedata/locales/fur_IT: Likewise.
14388 * localedata/locales/gez_ER@abegede: Likewise.
14389 * localedata/locales/ha_NG: Likewise.
14390 * localedata/locales/hr_HR: Likewise.
14391 * localedata/locales/hsb_DE: Likewise.
14392 * localedata/locales/hu_HU: Likewise.
14393 * localedata/locales/ig_NG: Likewise.
14394 * localedata/locales/ik_CA: Likewise.
14395 * localedata/locales/is_IS: Likewise.
14396 * localedata/locales/iso14651_t1_pinyin: Likewise.
14397 * localedata/locales/kk_KZ: Likewise.
14398 * localedata/locales/ku_TR: Likewise.
14399 * localedata/locales/ky_KG: Likewise.
14400 * localedata/locales/ln_CD: Likewise.
14401 * localedata/locales/lt_LT: Likewise.
14402 * localedata/locales/lv_LV: Likewise.
14403 * localedata/locales/mi_NZ: Likewise.
14404 * localedata/locales/ml_IN: Likewise.
14405 * localedata/locales/mn_MN: Likewise.
14406 * localedata/locales/mr_IN: Likewise.
14407 * localedata/locales/mt_MT: Likewise.
14408 * localedata/locales/nb_NO: Likewise.
14409 * localedata/locales/om_KE: Likewise.
14410 * localedata/locales/os_RU: Likewise.
14411 * localedata/locales/pl_PL: Likewise.
14412 * localedata/locales/ps_AF: Likewise.
14413 * localedata/locales/ro_RO: Likewise.
14414 * localedata/locales/ru_RU: Likewise.
14415 * localedata/locales/ru_UA: Likewise.
14416 * localedata/locales/sc_IT: Likewise.
14417 * localedata/locales/se_NO: Likewise.
14418 * localedata/locales/si_LK: Likewise.
14419 * localedata/locales/sq_AL: Likewise.
14420 * localedata/locales/sv_FI: Likewise.
14421 * localedata/locales/sv_FI@euro: Likewise.
14422 * localedata/locales/sv_SE: Likewise.
14423 * localedata/locales/szl_PL: Likewise.
14424 * localedata/locales/tg_TJ: Likewise.
14425 * localedata/locales/ti_ER: Likewise.
14426 * localedata/locales/tk_TM: Likewise.
14427 * localedata/locales/tl_PH: Likewise.
14428 * localedata/locales/tr_TR: Likewise.
14429 * localedata/locales/tt_RU: Likewise.
14430 * localedata/locales/tt_RU@iqtelif: Likewise.
14431 * localedata/locales/ug_CN: Likewise.
14432 * localedata/locales/uk_UA: Likewise.
14433 * localedata/locales/uz_UZ: Likewise.
14434 * localedata/locales/uz_UZ@cyrillic: Likewise.
14435 * localedata/locales/vi_VN: Likewise.
14436 * localedata/locales/yi_US: Likewise.
14437 * localedata/locales/yo_NG: Likewise.
14438
14439 2018-02-27 Mike FABIAN <mfabian@redhat.com>
14440
14441 * gen-locales.mk: Make test files which contain @ modifiers in their
14442 name work.
14443 * localedata/gen-locale.sh: Likewise.
14444
14445 2018-02-27 Mike FABIAN <mfabian@redhat.com>
14446
14447 * posix/tst-fnmatch.input: Fix results for range expressions
14448 for non C locales.
14449 * posix/tst-regexloc.c: Do not use a range expression for
14450 de_DE.ISO-8859-1 locale.
14451
14452 2018-02-27 Mike FABIAN <mfabian@redhat.com>
14453
14454 * posix/bug-regex5.c: Fix test case because with the new
14455 iso14651_t1_common file, the da_DK locale now has 6 collating elements
14456 in the ISO-8859-1 range instead of 4 with the old iso14651_t1_common
14457 file.
14458
14459 2018-02-27 Mike FABIAN <mfabian@redhat.com>
14460
14461 * localedata/da_DK.ISO-8859-1.in: In the new iso14651_t1_common file
14462 downloaded from ISO, the collation order of @-. and space has changed.
14463 Therefore, this test file needed to be adapted.
14464 * localedata/fr_CA.UTF-8.in: Likewise.
14465 * localedata/fr_FR.UTF-8.in: Likewise.
14466 * localedata/uk_UA.UTF-8.in: Likewise.
14467
14468 2018-02-27 Mike FABIAN <mfabian@redhat.com>
14469
14470 * localedata/cs_CZ.UTF-8.in: adapt this test file to the collation
14471 order of ȥ in the new iso14651_t1_common file.
14472 * localedata/pl_PL.UTF-8.in: Likewise.
14473
14474 2018-02-27 Mike FABIAN <mfabian@redhat.com>
14475
14476 * localedata/locales/iso14651_t1_common: Add sections for various
14477 scripts to the iso14651_t1_common file.
14478
14479 2018-02-27 Mike FABIAN <mfabian@redhat.com>
14480
14481 * localedata/locales/iso14651_t1_common: Use the code point of a
14482 character in the fourth collation level instead of IGNORE for all
14483 entries which have IGNORE on all 4 levels.
14484
14485 2018-02-27 Mike FABIAN <mfabian@redhat.com>
14486
14487 * localedata/locales/iso14651_t1_common: Add some convenient collation
14488 symbols like <AFTER-A>, <BEFORE-A> to make tailoring easier using
14489 rules similar to those in CLDR.
14490
14491 2018-02-27 Mike FABIAN <mfabian@redhat.com>
14492
14493 * localedata/locales/iso14651_t1_common: The new version of this
14494 file downloaded from ISO contained several syntax errors which
14495 are fixed by this patch.
14496
14497 2018-02-27 Mike FABIAN <mfabian@redhat.com>
14498
14499 * localedata/locales/iso14651_t1_common: replace all <U.....>
14500 with <U000.....> because glibc understands only 4 digit or 8 digit
14501
14502 2018-02-27 Mike FABIAN <mfabian@redhat.com>
14503
14504 * localedata/locales/iso14651_t1_common: Necessary changes
14505 to make the file downloaded from ISO usable by glibc.
14506
14507 2018-02-27 Mike FABIAN <mfabian@redhat.com>
14508
14509 [BZ #14095]
14510 * localedata/locales/iso14651_t1_common: Update file to
14511 latest version from ISO (ISO14651_2016_TABLE1_en.txt).
14512
14513 2018-02-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
14514
14515 * sysdeps/pthread/timer_routines.c: Include <timer_routines.h> instead
14516 of <nptl/pthreadP.h>
14517 (thread_attr_compare): Move function to...
14518 [!defined DELAYTIMER_MAX] (DELAYTIMER_MAX): Define to INT_MAX.
14519 * sysdeps/nptl/timer_routines.h: ... new header.
14520 * sysdeps/mach/hurd/gai_misc.h: New file.
14521
14522 2018-02-26 Joseph Myers <joseph@codesourcery.com>
14523
14524 * string/strcoll_l.c: Include <libc-diag.h>.
14525 (STRCOLL): Ignore -Wmaybe-uninitialized for -Os around
14526 declarations of seq1 and seq2.
14527
14528 [BZ #15105]
14529 * stdlib/atoi.c (atoi): Use libc_hidden_def.
14530 * include/stdlib.h [!_ISOMAC] (atoi): Use libc_hidden_proto.
14531
14532 2018-02-26 Dmitry V. Levin <ldv@altlinux.org>
14533
14534 [BZ #22433]
14535 [BZ #22807]
14536 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (__ptrace_request): Add
14537 PTRACE_GETREGS, PTRACE_SETREGS, PTRACE_GETFPREGS, PTRACE_SETFPREGS,
14538 PTRACE_GETVRREGS, PTRACE_SETVRREGS, PTRACE_GETEVRREGS,
14539 PTRACE_SETEVRREGS, PTRACE_GETREGS64, PTRACE_SETREGS64,
14540 PTRACE_GET_DEBUGREG, PTRACE_SET_DEBUGREG, PTRACE_GETVSRREGS,
14541 PTRACE_SETVSRREGS, and PTRACE_SINGLEBLOCK.
14542
14543 2018-02-26 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
14544
14545 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Undefine Linux
14546 macros used in __ptrace_request.
14547
14548 2018-02-23 H.J. Lu <hongjiu.lu@intel.com>
14549
14550 [BZ #22792]
14551 * Makerules ($(common-objpfx)%.h): Pass -DGEN_AS_CONST_HEADERS
14552 to $(CC).
14553 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Include
14554 <tcb-offsets.h> only if GEN_AS_CONST_HEADERS isn't defined.
14555 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Don't include
14556 <tcb-offsets.h>.
14557
14558 2018-02-23 Joseph Myers <joseph@codesourcery.com>
14559
14560 [BZ #15105]
14561 * ctype/ctype.c (tolower): Use libc_hidden_def.
14562 (toupper): Likewise.
14563 * include/ctype.h [!_ISOMAC] (tolower): Use libc_hidden_proto.
14564 [!_ISOMAC] (toupper): Likewise.
14565
14566 2018-02-23 Mike FABIAN <mfabian@redhat.com>
14567
14568 * localedata/Makefile: Remove --quiet argument when
14569 installing locales
14570
14571 2018-02-23 Mike FABIAN <mfabian@redhat.com>
14572
14573 [BZ #17438]
14574 * localedata/locales/pt_BR (LC_TIME): use / instead of -
14575 in d_fmt.
14576 * localedata/locales/pt_PT (LC_TIME): likewise
14577
14578 2018-02-23 Mike FABIAN <mfabian@redhat.com>
14579
14580 [BZ #22646]
14581 * localedata/locales/es_CL (LC_TIME): copy "es_BO".
14582 * localedata/locales/es_CU (LC_TIME): copy "es_BO".
14583 * localedata/locales/es_EC (LC_TIME): copy "es_BO".
14584
14585 2018-02-22 Adhemerval Zanella <adhemerval.zanella@linaro.org>
14586
14587 * sysdeps/sparc/fpu/libm-test-ulps: Update.
14588
14589 * nptl/Makefile (routines): Remove unregister-atfork.
14590 * nptl/register-atfork.c (fork_handler_pool): Remove variable.
14591 (fork_handler_alloc): Remove function.
14592 (fork_handlers, fork_handler_init): New variables.
14593 (__fork_lock): Rename to atfork_lock.
14594 (__register_atfork, __unregister_atfork, libc_freeres_fn): Rewrite
14595 to use a dynamic array to add/remove atfork handlers.
14596 * sysdeps/nptl/fork.c (__libc_fork): Likewise.
14597 * sysdeps/nptl/fork.h (__fork_lock, __fork_handlers, __linkin_atfork):
14598 Remove declaration.
14599 (fork_handler): Remove next, refcntr, and need_signal member.
14600 (__run_fork_handler_type): New enum.
14601 (__run_fork_handlers): New prototype.
14602 * nptl/register-atfork.c: Remove file.
14603 * sysdeps/nptl/libc-lockP.h (__libc_atfork): Remove declaration.
14604
14605 * sysdeps/nptl/nptl-signals.h: Move to ...
14606 * sysdeps/generic/internal-signals.h: ... here. Adjust internal
14607 comments.
14608 * sysdeps/unix/sysv/linux/internal-signals.h: Add include guards.
14609 (__nptl_is_internal_signal): Rename to __is_internal_signal and remove
14610 unnecessary check for SIGTIMER.
14611 (__nptl_clear_internal_signals): Rename to __clear_internal_signals and
14612 remove unnecessary removal of SIGTIMER.
14613 * sysdeps/unix/sysv/linux/raise.c: Adjust nptl-signal.h to
14614 include-signals.h rename.
14615 * nptl/pthreadP.h: Likewise.
14616 * sysdeps/unix/sysv/linux/spawni.c (__spawni_child): Call
14617 __is_internal_signal instead of __nptl_is_internal_signal.
14618
14619 2018-02-22 Andrew Waterman <andrew@sifive.com>
14620
14621 [BZ # 22884]
14622 * sysdeps/riscv/rvd/s_fmax.c (__fmax): Handle sNaNs correctly.
14623 * sysdeps/riscv/rvd/s_fmin.c (__fmin): Likewise.
14624 * sysdeps/riscv/rvf/s_fmaxf.c (__fmaxf): Likewise.
14625 * sysdeps/riscv/rvf/s_fminf.c (__fminf): Likewise.
14626
14627 2018-02-22 DJ Delorie <dj@delorie.com>
14628
14629 * sysdeps/riscv/tls-macros.h: Do not initialize $gp.
14630
14631 2018-02-22 Siddhesh Poyarekar <siddhesh@sourceware.org>
14632
14633 * sysdeps/aarch64/strcmp.S (do_misaligned): Jump back to
14634 do_misaligned, not misaligned8.
14635
14636 2018-02-22 Steve Ellcey <sellcey@cavium.com>
14637
14638 * sysdeps/aarch64/multiarch/Makefile (sysdep_routines):
14639 Add memcpy_thunderx2.
14640 * sysdeps/aarch64/multiarch/ifunc-impl-list.c (MAX_IFUNC):
14641 Increment to 4.
14642 (__libc_ifunc_impl_list): Add __memcpy_thunderx2.
14643 * sysdeps/aarch64/multiarch/memcpy.c (libc_ifunc): Add IS_THUNDERX2
14644 and IS_THUNDERX2PA checks.
14645 * sysdeps/aarch64/multiarch/memcpy_thunderx.S (USE_THUNDERX2):
14646 Use macro to set name appropriately.
14647 (memcpy): Use USE_THUNDERX2 macro to modify prefetches.
14648 * sysdeps/aarch64/multiarch/memcpy_thunderx2.S: New file.
14649 * sysdeps/unix/sysv/linux/aarch64/cpu-features.h (IS_THUNDERX2PA):
14650 New macro.
14651 (IS_THUNDERX2): New macro.
14652
14653 2018-02-22 Stefan Liebler <stli@linux.vnet.ibm.com>
14654
14655 * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
14656
14657 2018-02-21 Zack Weinberg <zackw@panix.com>
14658
14659 * libio/libio.h (_IO_pos_BAD, _IO_pos_0, _IO_pos_adjust):
14660 Define here, unconditionally.
14661 * libio/iolibio.h (_IO_pos_BAD): Don't define here.
14662 * libio/libioP.h: Remove #if 0 blocks.
14663 (_IO_pos_BAD, _IO_pos_0, _IO_pos_adjust): Don't define here.
14664 (_IO_va_start, COERCE_FILE, MAYBE_SET_EINVAL): Don't define.
14665 (CHECK_FILE): Don't use MAYBE_SET_EINVAL or COERCE_FILE. Fix style.
14666
14667 * libio/clearerr.c, libio/fputc.c, libio/getchar.c:
14668 Assume weak_alias is always defined.
14669
14670 * libio/fileops.c, libio/genops.c, libio/oldfileops.c
14671 * libio/oldpclose.c, libio/pclose.c, libio/wfileops.c:
14672 Remove #if 0 and #ifdef TODO blocks.
14673 Assume text_set_element is always defined.
14674
14675 * libio/iofdopen.c, libio/iogetdelim.c, libio/oldiofdopen.c
14676 Use __set_errno (EINVAL) instead of MAYBE_SET_EINVAL.
14677 * libio/tst-mmap-eofsync.c: Make #if 1 block unconditional.
14678
14679 * libio/libio.h (_IOS_ATEND, _IOS_APPEND, _IOS_TRUNC)
14680 (_IOS_NOCREATE, _IOS_NOREPLACE, _IOS_BIN, _OLD_STDIO_MAGIC)
14681 (_IO_SKIPWS, _IO_LEFT, _IO_RIGHT, _IO_INTERNAL, _IO_DEC)
14682 (_IO_OCT, _IO_HEX, _IO_SHOWBASE, _IO_SHOWPOINT, _IO_UPPERCASE)
14683 (_IO_SHOWPOS, _IO_SCIENTIFIC, _IO_FIXED, _IO_UNITBUF, _IO_STDIO)
14684 (_IO_DONT_CLOSE, _IO_BOOLALPHA, _IO_BAD_SEEN): Remove, unused.
14685 Reformat bit flags for _flags field to make occupancy clearer.
14686 Update commentary.
14687 * libio/bits/types/struct_FILE.h (_IO_EOF_SEEN, _IO_ERR_SEEN):
14688 Keep definitions consistent with those in libio/libio.h.
14689
14690 * libio/libio.h (_IO_file_flags): Remove macro.
14691 All uses changed to _flags.
14692
14693 * libio/libio.h (_IO_UNIFIED_JUMPTABLES, _STDIO_USES_IOSTREAM)
14694 (__HAVE_COLUMN, _IO_BE): Don't define.
14695 (_IO_peekc_unlocked, _IO_getwc_unlocked, _IO_putwc_unlocked)
14696 (_IO_fwide_maybe_incompatible): Use __glibc_unlikely.
14697 * libio/libioP.h (EOF): Don't define.
14698 * libio/iofdopen.c, libio/iofopen.c, libio/iopopen.c
14699 * libio/iovdprintf.c, libio/oldiofdopen.c, libio/oldiofopen.c
14700 * libio/oldiopopen.c, debug/vdprintf_chk.c: Remove #if block
14701 testing _IO_UNIFIED_JUMPTABLES.
14702
14703 * libio/libio.h (_IO_FILE): Delete; all uses changed to FILE.
14704 (_IO_fpos_t): Delete; all uses changed to __fpos_t.
14705 (_IO_fpos64_t): Delete; all uses changed to __fpos64_t.
14706 (_IO_size_t): Delete; all uses changed to size_t.
14707 (_IO_ssize_t): Delete; all uses changed to ssize_t or __ssize_t.
14708 (_IO_off_t): Delete; all uses changed to off_t.
14709 (_IO_off64_t): Delete; all uses changed to off64_t.
14710 (_IO_pid_t): Delete; all uses changed to pid_t.
14711 (_IO_uid_t): Delete; all uses changed to uid_t.
14712 (_IO_wint_t): Delete; all uses changed to wint_t.
14713 (_IO_va_list): Delete; all uses changed to va_list or __gnuc_va_list.
14714 (_IO_BUFSIZ): Delete; all uses changed to BUFSIZ.
14715 (_IO_cookie_io_functions_t): Delete; all uses changed to
14716 cookie_io_functions_t.
14717 (__io_read_fn): Delete; all uses changed to cookie_read_function_t.
14718 (__io_write_fn): Delete; all uses changed to cookie_write_function_t.
14719 (__io_seek_fn): Delete; all uses changed to cookie_seek_function_t.
14720 (__io_close_fn): Delete: all uses changed to cookie_close_function_t.
14721
14722 * libio/iofopncook.c: Remove unnecessary forward declarations.
14723 * libio/iolibio.h: Correct outdated commentary.
14724 * malloc/malloc.c (__malloc_stats): Remove unnecessary casts.
14725 * stdio-common/fxprintf.c (__fxprintf_nocancel):
14726 Remove unnecessary casts.
14727 * stdio-common/getline.c: Use _IO_getdelim directly.
14728 Don't redefine ssize_t.
14729 * stdio-common/printf_fp.c, stdio_common/printf_fphex.c
14730 * stdio-common/printf_size.c: Don't redefine size_t or FILE.
14731 Remove outdated comments.
14732 * stdio-common/vfscanf.c: Don't redefine va_list.
14733
14734 * libio/iolibio.h, libio/libioP.h: Remove extern "C".
14735 * libio/libio.h: Remove __BEGIN_DECLS and __END_DECLS.
14736 Remove preprocessor conditionals on _LIBC and __USE_GNU,
14737 which are always true, and __cplusplus, which is always false.
14738
14739 2018-02-21 Joseph Myers <joseph@codesourcery.com>
14740
14741 [BZ #15105]
14742 [BZ #19463]
14743 * libio/fputc_u.c (fputc_unlocked): Use libc_hidden_def.
14744 * libio/putc_u.c (putc_unlocked): Rename to __putc_unlocked and
14745 define as weak alias of __putc_unlocked. Use libc_hidden_weak.
14746 * include/stdio.h [!_ISOMAC] (fputc_unlocked): Use
14747 libc_hidden_proto.
14748 [!_ISOMAC] (putc_unlocked): Likewise.
14749 [!_ISOMAC] (__putc_unlocked): Declare as hidden function, and
14750 define inline if [__USE_EXTERN_INLINES].
14751 * misc/syslog.c (__vsyslog_chk): Call __putc_unlocked instead of
14752 putc_unlocked.
14753
14754 [BZ #15105]
14755 [BZ #19463]
14756 * libio/getc_u.c (getc_unlocked): Use libc_hidden_weak.
14757 * include/stdio.h [!_ISOMAC] (__getc_unlocked): Use
14758 attribute_hidden, and define inline if [__USE_EXTERN_INLINES].
14759 [!_ISOMAC] (getc_unlocked): Use libc_hidden_proto.
14760 * misc/getttyent.c (__getttyent): Call __getc_unlocked instead of
14761 getc_unlocked.
14762 * time/tzfile.c (__tzfile_read): Likewise.
14763
14764 2018-02-21 Mike FABIAN <mfabian@redhat.com>
14765
14766 [BZ #22517]
14767 * localedata/locales/et_EE (LC_COLLATE): add missing “reorder-end”
14768
14769 2018-02-21 Rical Jasan <ricaljasan@pacific.net>
14770
14771 * io/fcntl.h: Fix a typo in a comment.
14772
14773 2018-02-21 Rical Jasan <ricaljasan@pacific.net>
14774
14775 [BZ #22862]
14776 * include/features.h: Add _ISOC11_SOURCE to test for whether to
14777 define _DEFAULT_SOURCE.
14778 * manual/creature.texi (_DEFAULT_SOURCE): Improve documentation.
14779
14780 2018-02-21 Florian Weimer <fweimer@redhat.com>
14781
14782 [BZ #20890]
14783 * elf/cache.c (save_cache): Call fsync on temporary file before
14784 renaming it.
14785 (save_aux_cache): Call fdatasync on temporary file before renaming
14786 it.
14787
14788 2018-02-21 Florian Weimer <fweimer@redhat.com>
14789
14790 [BZ #22787]
14791 * include/caller.h: Remove file.
14792 * elf/dl-caller.c: Likewise.
14793 * elf/Makefile (dl-routines): Remove dl-caller.
14794 (shared-only-routines): Do not add dl-caller.
14795 * elf/dl-load.c (_dl_map_object_from_fd): Do not call
14796 __check_caller.
14797 * elf/dl-open.c (struct dl_open_args): Remove caller_dl_open
14798 member.
14799 (dl_open_worker): Do not call __check_caller.
14800 (_dl_open): Do not set caller_dl_open member.
14801 * elf/rtld.c (_rtld_global_ro): Do not initialize
14802 _dl_check_caller member.
14803 * sysdeps/generic/ldsodefs.h (rtld_global): Remove
14804 _dl_check_caller member.
14805 (_dl_check_caller): Remove declaration.
14806 * sysdeps/unix/sysv/linux/dl-execstack.c
14807 (_dl_make_stack_executable): Do not call __check_caller.
14808
14809 2018-02-21 Samuel Thibault <samuel.thibault@ens-lyon.org>
14810
14811 * sysdeps/mach/hurd/dl-sysdep.c (_dl_random): New variable.
14812 * sysdeps/mach/hurd/sysdep-cancel.h: New file.
14813
14814 2018-02-20 Rical Jasan <ricaljasan@pacific.net>
14815
14816 * manual/creature.texi (_ISOC99_SOURCE): Update the dated
14817 description.
14818
14819 2018-02-20 Rical Jasan <ricaljasan@pacific.net>
14820
14821 [BZ #16335]
14822 * manual/creature.texi (_POSIX_C_SOURCE): Document special values
14823 of 199606L, 200112L, and 200809L.
14824 (_XOPEN_SOURCE): Document special values of 600 and 700.
14825 (_ISOC11_SOURCE): Document macro.
14826 (_ATFILE_SOURCE): Likewise.
14827 (_FORTIFY_SOURCE): Likewise.
14828
14829 2018-02-19 Joseph Myers <joseph@codesourcery.com>
14830
14831 [BZ #15105]
14832 [BZ #19463]
14833 * libio/ferror_u.c (ferror_unlocked): Rename to __ferror_unlocked
14834 and define as weak alias of __ferror_unlocked. Use
14835 libc_hidden_weak.
14836 * include/stdio.h [!_ISOMAC] (ferror_unlocked): Use
14837 libc_hidden_proto.
14838 [!_ISOMAC] (__ferror_unlocked) New declaration, and inline
14839 function if [__USE_EXTERN_INLINES].
14840 * time/getdate.c (__getdate_r): Call __ferror_unlocked instead of
14841 ferror_unlocked.
14842
14843 2018-02-19 Rical Jasan <ricaljasan@pacific.net>
14844
14845 [BZ #6889]
14846 * manual/filesys.texi (get_current_dir_name): Clarify behaviour.
14847
14848 2018-02-18 Aurelien Jarno <aurelien@aurel32.net>
14849
14850 [BZ #22818]
14851 * posix/tst-glob_lstat_compat.c [__alpha__] (glob): Access
14852 the GLIBC_2.1 version.
14853
14854 2018-02-18 Aurelien Jarno <aurelien@aurel32.net>
14855
14856 [BZ #21508]
14857 * catgets/xopen-msg.awk: Ignore POT-Creation-Date line.
14858 * intl/Makefile ($(objpfx)tst-gettext-de.po): Generate
14859 intl/tst-gettext-de.po from po/de.po by removing the
14860 POT-Creation-Date line.
14861 ($(objpfx)msgs.h): Depend on $(objpfx)tst-gettext-de.po instead of
14862 ../po/de.po.
14863 * intl/tst-gettext.sh: Use ${objpfx}tst-gettext-de.po instead of
14864 ../po/de.po.
14865
14866 2018-02-17 Samuel Thibault <samuel.thibault@ens-lyon.org>
14867
14868 * mach/Makefile (headers): Add mach/param.h.
14869 * sysdeps/mach/hurd/bits/param.h: Include <mach/param.h>.
14870 * sysdeps/mach/i386/mach/param.h: New file, defines EXEC_PAGESIZE
14871 * sysdeps/mach/hurd/ptsname.c: Include <sys/stat.h>.
14872 (__ptsname_r): Move implementation to...
14873 (__ptsname_internal): ... new function. Add filling the STP
14874 structure.
14875
14876 2018-02-17 John David Anglin <danglin@gcc.gnu.org>
14877
14878 * sysdeps/hppa/fpu/libm-test-ulps (pow): Increase double and
14879 idouble to 1 ULP.
14880
14881 2018-02-16 Rical Jasan <ricaljasan@pacific.net>
14882
14883 * manual/platform.texi (__riscv_flush_icache): Fix @deftypefun
14884 syntax.
14885
14886 2018-02-16 Stefan Liebler <stli@linux.vnet.ibm.com>
14887
14888 * nptl/Makefile (tst-mutex8-ENV): Delete.
14889 * nptl/tst-mutex8.c (check_type):
14890 Add runtime check if mutex will be elided.
14891
14892 2018-02-15 Joseph Myers <joseph@codesourcery.com>
14893
14894 [BZ #20980]
14895 [BZ #21234]
14896 * manual/install.texi (Configuring and compiling): Describe
14897 passing CC and CFLAGS on configure command line, not as
14898 environment variables. Use @code markup on those variables.
14899 Specify what options go in CC and what go in CFLAGS. Note the
14900 requirement to compile with optimization.
14901 * INSTALL: Regenerated.
14902
14903 [BZ #18124]
14904 * sysdeps/hppa/bsd-setjmp.S: Include <sysdep.h>.
14905 (setjmp): Use HIDDEN_JUMPTARGET with __sigsetjmp.
14906 * sysdeps/unix/sysv/linux/hppa/getcontext.S (__getcontext): Call
14907 __sigprocmask instead of sigprocmask.
14908 * sysdeps/unix/sysv/linux/hppa/setcontext.S (__setcontext):
14909 Likewise.
14910 * sysdeps/unix/sysv/linux/hppa/localplt.data: Remove entries for
14911 __sigsetjmp and sigprocmask.
14912
14913 [BZ #15105]
14914 * include/argz.h (argz_next): Use libc_hidden_proto.
14915 (__argz_next): Likewise.
14916 * string-argz-next.c (__argz_next): Use libc_hidden_def.
14917 (argz_next): Use libc_hidden_weak.
14918
14919 [BZ #15105]
14920 * include/sys/socket.h [!_ISOMAC] (__cmsg_nxthdr): Use
14921 libc_hidden_proto.
14922 * sysdeps/unix/sysv/linux/cmsg_nxthdr.c (__cmsg_nxthdr): Use
14923 libc_hidden_def.
14924
14925 [BZ #15105]
14926 * include/stdio.h [!_ISOMAC && IS_IN (libc)] (fputs): Use
14927 libc_hidden_proto.
14928 * libio/iofputs.c (fputs): Use libc_hidden_weak.
14929
14930 [BZ #15105]
14931 [BZ #19463]
14932 * libio/feof_u.c (feof_unlocked): Rename to __feof_unlocked and
14933 define as weak alias of __feof_unlocked. Use libc_hidden_weak.
14934 * include/stdio.h (feof_unlocked): Use libc_hidden_proto.
14935 (__feof_unlocked): New declaration, and inline function if
14936 [__USE_EXTERN_INLINES].
14937 * iconv/gconv_conf.c (read_conf_file): Call __feof_unlocked
14938 instead of feof_unlocked.
14939 * intl/localealias.c [_LIBC] (FEOF): Likewise.
14940 * nss/nsswitch.c (nss_parse_file): Likewise.
14941 * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area):
14942 Likewise.
14943 * time/getdate.c (__getdate_r): Likewise.
14944 * sysdeps/posix/getaddrinfo.c [IS_IN (libc)] (feof_unlocked):
14945 Define as macro to call __feof_unlocked.
14946
14947 2018-02-15 Wilco Dijkstra <wdijkstr@arm.com>
14948
14949 * sysdeps/aarch64/fpu/fpu_control.h: Use <> in include.
14950
14951 2018-02-15 Wilco Dijkstra <wdijkstr@arm.com>
14952
14953 * math/Makefile: Remove mpexp.c and mplog.c
14954 * sysdeps/i386/fpu/mpexp.c: Delete file.
14955 * sysdeps/i386/fpu/mplog.c: Likewise.
14956 * sysdeps/ia64/fpu/mpexp.c: Likewise.
14957 * sysdeps/ia64/fpu/mplog.c: Likewise.
14958 * sysdeps/ieee754/dbl-64/e_exp.c: Remove mention of mpexp and mplog.
14959 * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): Remove unused function.
14960 * sysdeps/ieee754/dbl-64/mpexp.c: Delete file.
14961 * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
14962 * sysdeps/m68k/m680x0/fpu/mpexp.c: Likewise.
14963 * sysdeps/m68k/m680x0/fpu/mplog.c: Likewise.
14964 * sysdeps/x86_64/fpu/multiarch/Makefile: Remove mpexp* and mplog*.
14965 * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: Remove unused defines.
14966 * sysdeps/x86_64/fpu/multiarch/e_log-fma.c: Likewise.
14967 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
14968 * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: Delete file.
14969 * sysdeps/x86_64/fpu/multiarch/mpexp-fma.c: Likewise.
14970 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
14971 * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: Likewise.
14972 * sysdeps/x86_64/fpu/multiarch/mplog-fma.c: Likewise.
14973 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
14974
14975 2018-02-15 Stefan Liebler <stli@linux.vnet.ibm.com>
14976
14977 * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
14978
14979 2018-02-14 Adhemerval Zanella <adhemerval.zanella@linaro.org>
14980
14981 * sysdeps/sh/libm-test-ulps: Update.
14982
14983 2018-02-12 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
14984
14985 * sysdeps/powerpc/fpu/libm-test-ulps (pow): Increase double and
14986 idouble to 1 ULP.
14987
14988 2018-02-12 Zack Weinberg <zackw@panix.com>
14989
14990 [BZ #19239]
14991 * posix/sys/types.h: Don't include sys/sysmacros.h.
14992 * misc/sys/sysmacros.h: Remove the conditional deprecation
14993 warnings for the macros defined by this header.
14994
14995 2018-02-12 Szabolcs Nagy <szabolcs.nagy@arm.com>
14996
14997 * manual/probes.texi: Remove slowexp probes.
14998 * math/Makefile: Remove slowexp.
14999 * sysdeps/generic/math_private.h (__slowexp): Remove.
15000 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Remove __slowexp and
15001 document error bounds.
15002 * sysdeps/i386/fpu/slowexp.c: Remove.
15003 * sysdeps/ia64/fpu/slowexp.c: Remove.
15004 * sysdeps/ieee754/dbl-64/slowexp.c: Remove.
15005 * sysdeps/ieee754/dbl-64/uexp.h (err_0): Remove.
15006 * sysdeps/m68k/m680x0/fpu/slowexp.c: Remove.
15007 * sysdeps/powerpc/power4/fpu/Makefile (CPPFLAGS-slowexp.c): Remove.
15008 * sysdeps/x86_64/fpu/multiarch/Makefile: Remove slowexp-fma.
15009 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c (__slowexp): Remove.
15010 * sysdeps/x86_64/fpu/multiarch/e_exp-fma.c (__slowexp): Remove.
15011 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c (__slowexp): Remove.
15012 * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: Remove.
15013 * sysdeps/x86_64/fpu/multiarch/slowexp-fma.c: Remove.
15014 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Remove.
15015
15016 2018-02-12 Wilco Dijkstra <wdijkstr@arm.com>
15017
15018 [BZ #13932]
15019 * sysdeps/ieee754/dbl-64/uexp.h (err_1): Remove.
15020 * benchtests/pow-inputs: Update comment for slow path cases.
15021 * manual/probes.texi (slowpow_p10): Delete removed probe.
15022 (slowpow_p10): Likewise.
15023 * math/Makefile: Remove halfulp.c and slowpow.c.
15024 * sysdeps/aarch64/libm-test-ulps: Set ULP of pow to 1.
15025 * sysdeps/generic/math_private.h (__exp1): Remove error argument.
15026 (__halfulp): Remove.
15027 (__slowpow): Remove.
15028 * sysdeps/i386/fpu/halfulp.c: Delete file.
15029 * sysdeps/i386/fpu/slowpow.c: Likewise.
15030 * sysdeps/ia64/fpu/halfulp.c: Likewise.
15031 * sysdeps/ia64/fpu/slowpow.c: Likewise.
15032 * sysdeps/ieee754/dbl-64/e_exp.c (__exp1): Remove error argument,
15033 improve comments and add error analysis.
15034 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Add error analysis.
15035 (power1): Remove function:
15036 (log1): Remove error argument, add error analysis.
15037 (my_log2): Remove function.
15038 * sysdeps/ieee754/dbl-64/halfulp.c: Delete file.
15039 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
15040 * sysdeps/m68k/m680x0/fpu/halfulp.c: Likewise.
15041 * sysdeps/m68k/m680x0/fpu/slowpow.c: Likewise.
15042 * sysdeps/powerpc/power4/fpu/Makefile: Remove CPPFLAGS-slowpow.c.
15043 * sysdeps/x86_64/fpu/libm-test-ulps: Set ULP of pow to 1.
15044 * sysdeps/x86_64/fpu/multiarch/Makefile: Remove slowpow-fma.c,
15045 slowpow-fma4.c, halfulp-fma.c, halfulp-fma4.c.
15046 * sysdeps/x86_64/fpu/multiarch/e_pow-fma.c (__slowpow): Remove define.
15047 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c (__slowpow): Likewise.
15048 * sysdeps/x86_64/fpu/multiarch/halfulp-fma.c: Delete file.
15049 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
15050 * sysdeps/x86_64/fpu/multiarch/slowpow-fma.c: Likewise.
15051 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
15052
15053 2018-02-11 Samuel Thibault <samuel.thibault@ens-lyon.org>
15054
15055 * nscd/connections.c (RWLOCK_INITIALIZER): Define to
15056 PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP or
15057
15058 2018-02-10 Dmitry V. Levin <ldv@altlinux.org>
15059
15060 [BZ #22433]
15061 * sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h (__ptrace_request):
15062 Remove arm-specific PTRACE_GET_THREAD_AREA, PTRACE_GETHBPREGS,
15063 and PTRACE_SETHBPREGS.
15064
15065 2018-02-10 Zack Weinberg <zackw@panix.com>
15066
15067 [BZ #22830]
15068 * malloc/malloc.c (__malloc_stats): Restore stderr->_flags2
15069 correctly.
15070 * malloc/tst-malloc-stats-cancellation.c: New test case.
15071 * malloc/Makefile: Add new test case.
15072
15073 2018-02-10 Wilco Dijkstra <wdijkstr@arm.com>
15074
15075 * sysdeps/aarch64/fpu/fpu_control.h: Add features.h to fix build error.
15076
15077 2018-02-10 Joseph Myers <joseph@codesourcery.com>
15078
15079 * math/Makefile (libm-narrow-fns): Add add.
15080 (libm-test-funcs-narrow): Likewise.
15081 * math/Versions (GLIBC_2.28): Add narrowing add functions.
15082 * math/bits/mathcalls-narrow.h (add): Use __MATHCALL_NARROW .
15083 * math/gen-auto-libm-tests.c (test_functions): Add add.
15084 * math/math-narrow.h (CHECK_NARROW_ADD): New macro.
15085 (NARROW_ADD_ROUND_TO_ODD): Likewise.
15086 (NARROW_ADD_TRIVIAL): Likewise.
15087 * sysdeps/ieee754/float128/float128_private.h (__faddl): New
15088 macro.
15089 (__daddl): Likewise.
15090 * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add fadd and
15091 dadd.
15092 (CFLAGS-nldbl-dadd.c): New variable.
15093 (CFLAGS-nldbl-fadd.c): Likewise.
15094 * sysdeps/ieee754/ldbl-opt/Versions (GLIBC_2.28): Add
15095 __nldbl_daddl.
15096 * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl_daddl): New
15097 prototype.
15098 * manual/arith.texi (Misc FP Arithmetic): Document fadd, faddl,
15099 daddl, fMaddfN, fMaddfNx, fMxaddfN and fMxaddfNx.
15100 * math/auto-libm-test-in: Add tests of add.
15101 * math/auto-libm-test-out-narrow-add: New generated file.
15102 * math/libm-test-narrow-add.inc: New file.
15103 * sysdeps/i386/fpu/s_f32xaddf64.c: Likewise.
15104 * sysdeps/ieee754/dbl-64/s_f32xaddf64.c: Likewise.
15105 * sysdeps/ieee754/dbl-64/s_fadd.c: Likewise.
15106 * sysdeps/ieee754/float128/s_f32addf128.c: Likewise.
15107 * sysdeps/ieee754/float128/s_f64addf128.c: Likewise.
15108 * sysdeps/ieee754/float128/s_f64xaddf128.c: Likewise.
15109 * sysdeps/ieee754/ldbl-128/s_daddl.c: Likewise.
15110 * sysdeps/ieee754/ldbl-128/s_f64xaddf128.c: Likewise.
15111 * sysdeps/ieee754/ldbl-128/s_faddl.c: Likewise.
15112 * sysdeps/ieee754/ldbl-128ibm/s_daddl.c: Likewise.
15113 * sysdeps/ieee754/ldbl-128ibm/s_faddl.c: Likewise.
15114 * sysdeps/ieee754/ldbl-96/s_daddl.c: Likewise.
15115 * sysdeps/ieee754/ldbl-96/s_faddl.c: Likewise.
15116 * sysdeps/ieee754/ldbl-opt/nldbl-dadd.c: Likewise.
15117 * sysdeps/ieee754/ldbl-opt/nldbl-fadd.c: Likewise.
15118 * sysdeps/ieee754/soft-fp/s_daddl.c: Likewise.
15119 * sysdeps/ieee754/soft-fp/s_fadd.c: Likewise.
15120 * sysdeps/ieee754/soft-fp/s_faddl.c: Likewise.
15121 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15122 * sysdeps/mach/hurd/i386/libm.abilist: Likewise.
15123 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
15124 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
15125 * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
15126 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
15127 * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
15128 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
15129 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
15130 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
15131 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
15132 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
15133 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
15134 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
15135 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: Likewise.
15136 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist: Likewise.
15137 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: Likewise.
15138 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: Likewise.
15139 * sysdeps/unix/sysv/linux/riscv/rv64/libm.abilist: Likewise.
15140 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
15141 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
15142 * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
15143 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
15144 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
15145 * sysdeps/unix/sysv/linux/tile/tilegx32/libm.abilist: Likewise.
15146 * sysdeps/unix/sysv/linux/tile/tilegx64/libm.abilist: Likewise.
15147 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
15148 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
15149
15150 * sysdeps/powerpc/powerpc64le/Makefile [$(subdir) = math]
15151 (f128-pairs): New variable.
15152 [$(subdir) = math] ($(foreach suf,$(all-object-suffixes),$(foreach
15153 pair,$(f128-pairs),$(objpfx)test-$(pair)%$(suf)))): Add -mfloat128
15154 to CFLAGS.
15155 [$(subdir) = math] ($(foreach pair,$(f128-pairs),test-$(pair)%)):
15156 Also make tests add $(f128-loader-link) to gnulib-tests.
15157
15158 2018-02-09 DJ Delorie <dj@redhat.com>
15159
15160 [BZ #22827]
15161 * sysdeps/unix/sysv/linux/riscv/readelflib.c (process_elf_file): Use
15162 64-bit ELF type for 64-bit ELF objects.
15163
15164 2018-02-09 Joseph Myers <joseph@codesourcery.com>
15165
15166 * math/libm-test-driver.c (snan_tests_arg): New variable.
15167 * math/libm-test-support.h (snan_tests_arg): New declaration.
15168 * math/libm-test-support.c (enable_test): Check snan_tests_arg.
15169
15170 * math/Makefile (test-type-pairs): New variable.
15171 (test-type-pairs-f64xf128-yes): Likewise.
15172 (tests): Add test-narrow-macros.
15173 (libm-test-funcs-narrow): New variable.
15174 (libm-test-c-narrow): Likewise.
15175 (generated): Add $(libm-test-c-narrow).
15176 (libm-tests-base-narrow): New variable.
15177 (libm-tests-narrow): Likewise.
15178 (libm-tests): Add $(libm-tests-narrow).
15179 (libm-tests-for-type): Handle $(libm-tests-narrow).
15180 (libm-test-c-narrow-obj): New variable.
15181 ($(libm-test-c-narrow-obj)): New rule.
15182 ($(foreach t,$(libm-tests-narrow),$(objpfx)$(t).c)): Likewise.
15183 ($(foreach f,$(libm-test-funcs-narrow),$(objpfx)$(o)-$(f).o)): Use
15184 $(o-iterator) to set dependencies and CFLAGS.
15185 * math/gen-auto-libm-tests.c: Document use for narrowing
15186 functions.
15187 (output_for_one_input_case): Take argument NARROW.
15188 (generate_output): Likewise. Update call to
15189 output_for_one_input_case.
15190 (main): Take --narrow option. Update call to generate_output.
15191 * math/gen-libm-test.pl (_apply_lit): Take macro name as argument.
15192 (apply_lit): Update call to _apply_lit.
15193 (apply_arglit): New function.
15194 (parse_args): Handle "a" arguments.
15195 (parse_auto_input): Handle format names using ":".
15196 * math/README.libm-test: Document "a" parameter type.
15197 * math/libm-test-support.h (ARG_TYPE_MIN): New macro.
15198 (ARG_TYPE_TRUE_MIN): Likewise.
15199 (ARG_TYPE_MAX): Likwise.
15200 (ARG_MIN_EXP): Likewise.
15201 (ARG_MAX_EXP): Likewise.
15202 (ARG_MANT_DIG): Likewise.
15203 (TEST_COND_arg_ibm128): Likewise.
15204 (TEST_COND_ibm128_libgcc): Define conditional on [ARG_FLOAT].
15205 (TEST_COND_arg_fmt): New macro.
15206 (init_max_error): Update prototype.
15207 * math/libm-test-support.c (test_ibm128): New variable.
15208 (init_max_error): Take argument testing_ibm128 and set test_ibm128
15209 instead of using [TEST_COND_ibm128] conditional.
15210 (test_exceptions): Use test_ibm128 instead of TEST_COND_ibm128.
15211 * math/libm-test-driver.c (STR_ARG_FLOAT): New macro.
15212 [TEST_NARROW] (TEST_MSG): New definition.
15213 (arg_plus_zero): New macro.
15214 (arg_minus_zero): Likewise.
15215 (arg_plus_infty): Likewise.
15216 (arg_minus_infty): Likewise.
15217 (arg_qnan_value_pl): Likewise.
15218 (arg_qnan_value): Likewise.
15219 (arg_snan_value_pl): Likewise.
15220 (arg_snan_value): Likewise.
15221 (arg_max_value): Likewise.
15222 (arg_min_value): Likewise.
15223 (arg_min_subnorm_value): Likewise.
15224 [ARG_FLOAT] (struct test_aa_f_data): New struct type.
15225 (RUN_TEST_LOOP_aa_f): New macro.
15226 (TEST_SUFF): New macro.
15227 (TEST_SUFF_STR): Likewise.
15228 [!TEST_MATHVEC] (VEC_SUFF): Don't define.
15229 (TEST_COND_any_ibm128): New macro.
15230 (START): Use TEST_SUFF and TEST_SUFF_STR in initializer for
15231 this_func. Update call to init_max_error.
15232 * math/test-double.h (FUNC_NARROW_PREFIX): New macro.
15233 * math/test-float.h (FUNC_NARROW_PREFIX): Likewise.
15234 * math/test-float128.h (FUNC_NARROW_PREFIX): Likewise.
15235 * math/test-float32.h (FUNC_NARROW_PREFIX): Likewise.
15236 * math/test-float32x.h (FUNC_NARROW_PREFIX): Likewise.
15237 * math/test-float64.h (FUNC_NARROW_PREFIX): Likewise.
15238 * math/test-float64x.h (FUNC_NARROW_PREFIX): Likewise.
15239 * math/test-math-scalar.h (TEST_NARROW): Likewise.
15240 * math/test-math-vector.h (TEST_NARROW): Likewise.
15241 * math/test-arg-double.h: New file.
15242 * math/test-arg-float128.h: Likewise.
15243 * math/test-arg-float32x.h: Likewise.
15244 * math/test-arg-float64.h: Likewise.
15245 * math/test-arg-float64x.h: Likewise.
15246 * math/test-arg-ldouble.h: Likewise.
15247 * math/test-math-narrow.h: Likewise.
15248 * math/test-narrow-macros.c: Likewise.
15249 * sysdeps/ieee754/ldbl-opt/test-narrow-macros-ldbl-64.c: Likewise.
15250 * sysdeps/ieee754/ldbl-opt/Makefile (tests): Add
15251 test-narrow-macros-ldbl-64.
15252 (CFLAGS-test-narrow-macros-ldbl-64.c): New variable.
15253
15254 * math/bits/mathcalls-narrow.h: New file.
15255 * include/bits/mathcalls-narrow.h: Likewise.
15256 * math/math-narrow.h: Likewise.
15257 * math/math.h (__MATHCALL_NARROW_ARGS_1): New macro.
15258 (__MATHCALL_NARROW_ARGS_2): Likewise.
15259 (__MATHCALL_NARROW_ARGS_3): Likewise.
15260 (__MATHCALL_NARROW_NORMAL): Likewise.
15261 (__MATHCALL_NARROW_REDIR): Likewise.
15262 (__MATHCALL_NARROW): Likewise.
15263 [__GLIBC_USE (IEC_60559_BFP_EXT)]: Repeatedly include
15264 <bits/mathcalls-narrow.h> with _Mret_, _Marg_ and __MATHCALL_NAME
15265 defined.
15266 [__GLIBC_USE (IEC_60559_TYPES_EXT)]: Likewise.
15267 * math/Makefile (headers): Add bits/mathcalls-narrow.h.
15268 (libm-narrow-fns): New variable.
15269 (libm-narrow-types-basic): Likewise.
15270 (libm-narrow-types-ldouble-yes): Likewise.
15271 (libm-narrow-types-float128-yes): Likewise.
15272 (libm-narrow-types-float128-alias-yes): Likewise.
15273 (libm-narrow-types): Likewise.
15274 (libm-routines): Add narrowing functions.
15275 * sysdeps/i386/fpu/fenv_private.h [__x86_64__]
15276 (libc_feholdexcept_setroundf128): New macro.
15277 [__x86_64__] (libc_feupdateenv_testf128): Likewise.
15278 * sysdeps/ieee754/float128/float128_private.h: Include
15279 <math/math-narrow.h>.
15280 [libc_feholdexcept_setroundf128] (libc_feholdexcept_setroundl):
15281 Undefine and redefine.
15282 [libc_feupdateenv_testf128] (libc_feupdateenv_testl): Likewise.
15283 (libm_alias_float_ldouble): Undefine and redefine.
15284 (libm_alias_double_ldouble): Likewise.
15285
15286 * math/Makefile [$(PERL) != no] (libm-test-incs): Remove variable.
15287
15288 2018-02-09 Wilco Dijkstra <wdijkstr@arm.com>
15289
15290 * sysdeps/aarch64/fpu/fpu_control.h: Use builtins for accessing
15291 FPCR/FPSR.
15292
15293 2018-02-09 Rical Jasan <ricaljasan@pacific.net>
15294
15295 * manual/creature.texi: Convert references to gcc.info to gcc.
15296 * manual/stdio.texi: Likewise.
15297 * manual/string.texi: Likewise.
15298
15299 2018-02-07 Joseph Myers <joseph@codesourcery.com>
15300
15301 [BZ #17979]
15302 * posix/bits/types.h (__int_least8_t): New typedef.
15303 (__uint_least8_t): Likewise.
15304 (__int_least16_t): Likewise.
15305 (__uint_least16_t): Likewise.
15306 (__int_least32_t): Likewise.
15307 (__uint_least32_t): Likewise.
15308 (__int_least64_t): Likewise.
15309 (__uint_least64_t): Likewise.
15310 * sysdeps/generic/stdint.h (int_least8_t): Define using
15311 __int_least8_t.
15312 (int_least16_t): Define using __int_least16_t.
15313 (int_least32_t): Define using __int_least32_t.
15314 (int_least64_t): Define using __int_least64_t.
15315 (uint_least8_t): Define using __uint_least8_t.
15316 (uint_least16_t): Define using __uint_least16_t.
15317 (uint_least32_t): Define using __uint_least32_t.
15318 (uint_least64_t): Define using __uint_least64_t.
15319 * wcsmbs/uchar.h: Include <bits/types.h>.
15320 (char16_t): Define using __uint_least16_t conditional only on
15321 [!__USE_ISOCXX11].
15322 (char32_t): Define using __uint_least32_t conditional only on
15323 [!__USE_ISOCXX11].
15324 * wcsmbs/test-char-types.c: New file.
15325 * wcsmbs/Makefile (tests): Add test-char-types.
15326
15327 * scripts/build-many-glibcs.py (Context.checkout): Default MPFR
15328 version to 4.0.1.
15329
15330 2018-02-07 Zack Weinberg <zackw@panix.com>
15331
15332 * bits/_G_config.h: Move back to sysdeps/generic/_G_config.h.
15333 Delete all contents except for definitions of _G_HAVE_MMAP and
15334 _G_HAVE_MREMAP. Add commentary explaining those two symbols.
15335 * sysdeps/unix/sysv/linux/bits/_G_config.h: Move back to
15336 sysdeps/unix/sysv/linux/_G_config.h. Make same content
15337 change as above.
15338
15339 * libio/libio.h: Don't include bits/_G_config.h here.
15340 Include stddef.h with __need_wchar_t defined. Include
15341 bits/types/__mbstate_t.h, bits/types/wint_t.h, and gconv.h.
15342 Define _IO_iconv_t here, directly.
15343 Don't define _IO_HAVE_ST_BLKSIZE.
15344 * libio/libioP.h: Include _G_config.h here. Move include of
15345 shlib-compat.h up with rest of includes. Simplify conditionals
15346 controlling definition of _IO_JUMPS_OFFSET.
15347
15348 * csu/init.c: Remove always-true #if around entire file.
15349 Don't include stdio.h. Set _IO_stdin_used to hardwired
15350 constant 0x20001, and update commentary.
15351 * include/stdio.h, sysdeps/ieee754/ldbl-opt/nldbl-compat.h:
15352 Replace all uses of _G_va_list with __gnuc_va_list.
15353 * libio/filedoalloc.c: Use #if defined _STATBUF_ST_BLKSIZE
15354 instead of #if _IO_HAVE_ST_BLKSIZE.
15355 * libio/fileops.c: Test _G_HAVE_MREMAP with #if, not #ifdef.
15356 * libio/iofdopen.c, libio/iofopen.c: Test _G_HAVE_MMAP with #if,
15357 not #ifdef.
15358
15359 * libio/bits/libio.h: Move back to libio/libio.h and adjust
15360 multiple-include guard to match.
15361 Merge contents of libio/bits/libio-ldbl.h and include/libio.h
15362 into this file.
15363 Remove preprocessor conditionals that are always true and/or
15364 redundant to other preprocessor conditionals in the same nest.
15365 Include shlib-compat.h unconditionally.
15366 Error out if _LIBC is not defined, or if _ISOMAC is defined,
15367 or if _IO_MTSAFE_IO is defined but _IO_lock_t_defined is not
15368 defined after including stdio.h.
15369 Use __BEGIN_DECLS/__END_DECLS.
15370
15371 * libio/bits/libio-ldbl.h, include/bits/libio.h: Delete file.
15372 * include/stdio.h, libio/iolibio.h, libio/libioP.h: Include
15373 libio.h as <libio/libio.h> rather than as <bits/libio.h>.
15374
15375 2018-02-07 Zack Weinberg <zackw@panix.com>
15376
15377 * libio/bits/types/__fpos_t.h, libio/bits/types/__fpos64_t.h:
15378 New single-type headers split from _G_config.h.
15379 * libio/bits/types/cookie_io_functions_t.h
15380 * libio/bits/types/struct_FILE.h
15381 New single-type headers split from libio.h.
15382
15383 * libio/Makefile: Install the above new headers. Don't install
15384 libio.h, _G_config.h, bits/libio.h, bits/_G_config.h, or
15385 bits/libio-ldbl.h.
15386 * libio/_G_config.h, libio/libio.h: Delete file.
15387
15388 * libio/bits/libio.h: Remove improper-inclusion guard.
15389 Include stdio.h and don't repeat anything that it does.
15390 Define _IO_fpos_t as __fpos_t, _IO_fpos64_t as __fpos64_t,
15391 _IO_BUFSIZ as BUFSIZ, _IO_va_list as __gnuc_va_list,
15392 __io_read_fn as cookie_read_function_t,
15393 __io_write_fn as cookie_write_function_t,
15394 __io_seek_fn as cookie_seek_function_t,
15395 __io_close_fn as cookie_close_function_t,
15396 and _IO_cookie_io_functions_t as cookie_io_functions_t.
15397 Define _STDIO_USES_IOSTREAM, __HAVE_COLUMN, and _IO_file_flags
15398 here, in the "compatibility defines" section. Remove an #if 0
15399 block. Use the "body" macros from bits/types/struct_FILE.h to
15400 define _IO_getc_unlocked, _IO_putc_unlocked, _IO_feof_unlocked,
15401 and _IO_ferror_unlocked.
15402 Move prototypes of __uflow and __overflow...
15403
15404 * libio/stdio.h: ...here. Don't include bits/libio.h.
15405 Don't define _STDIO_USES_IOSTREAM. Get __gnuc_va_list
15406 directly from stdarg.h. Include bits/types/__fpos_t.h,
15407 bits/types/__fpos64_t.h, bits/types/struct_FILE.h,
15408 and, when __USE_GNU, bits/types/cookie_io_functions_t.h.
15409 Use __gnuc_va_list, not _G_va_list; __fpos_t, not _G_fpos_t;
15410 __fpos64_t, not _G_fpos64_t; FILE, not struct _IO_FILE;
15411 cookie_io_functions_t, not _IO_cookie_io_functions_t;
15412 __ssize_t, not _IO_ssize_t. Unconditionally define
15413 BUFSIZ as 8192 and EOF as (-1).
15414
15415 * libio/bits/stdio.h: Add multiple-include guard. Use the "body"
15416 macros from bits/types/struct_FILE.h instead of _IO_* macros
15417 from libio.h; use __gnuc_va_list instead of va_list and __ssize_t
15418 instead of _IO_ssize_t.
15419 * libio/bits/stdio2.h: Similarly.
15420
15421 * libio/iolibio.h: Add multiple-include guard.
15422 Include bits/libio.h after stdio.h.
15423 * libio/libioP.h: Add multiple-include guard.
15424 Include stdio.h and bits/libio.h before iolibio.h.
15425
15426 * include/bits/types/__fpos_t.h, include/bits/types/__fpos64_t.h
15427 * include/bits/types/cookie_io_functions_t.h
15428 * include/bits/types/struct_FILE.h: New wrappers.
15429
15430 * bits/_G_config.h, sysdeps/unix/sysv/linux/_G_config.h:
15431 Get definitions of _G_fpos_t and _G_fpos64_t from
15432 bits/types/__fpos_t.h and bits/types/__fpos64_t.h
15433 respectively. Remove improper-inclusion guards.
15434
15435 * conform/data/stdio.h-data: Update expectations of va_list.
15436 * scripts/check-installed-headers.sh: Remove special case for
15437 libio.h and _G_config.h.
15438
15439 2018-02-07 Joseph Myers <joseph@codesourcery.com>
15440
15441 [BZ #15105]
15442 [BZ #19463]
15443 * include/sys/sysmacros.h [!_ISOMAC]
15444 (__SYSMACROS_NEED_IMPLEMENTATION): Define macro.
15445 [!_SYS_SYSMACROS_H_WRAPPER && !_ISOMAC]
15446 (_SYS_SYSMACROS_H_WRAPPER): Likewise.
15447 [!_SYS_SYSMACROS_H_WRAPPER && !_ISOMAC] (gnu_dev_major): Use
15448 libc_hidden_proto.
15449 [!_SYS_SYSMACROS_H_WRAPPER && !_ISOMAC] (gnu_dev_minor): Likewise.
15450 [!_SYS_SYSMACROS_H_WRAPPER && !_ISOMAC] (gnu_dev_makedev):
15451 Likewise.
15452 [!_SYS_SYSMACROS_H_WRAPPER && !_ISOMAC] (__SYSMACROS_DECL_TEMPL):
15453 Undefine and redefine to add use __gnu_dev_ prefix.
15454 [!_SYS_SYSMACROS_H_WRAPPER && !_ISOMAC] (__SYSMACROS_IMPL_TEMPL):
15455 Likewise.
15456 [!_SYS_SYSMACROS_H_WRAPPER && !_ISOMAC] (__gnu_dev_major): Declare
15457 and define as hidden inline function.
15458 [!_SYS_SYSMACROS_H_WRAPPER && !_ISOMAC] (__gnu_dev_minor):
15459 Likewise.
15460 [!_SYS_SYSMACROS_H_WRAPPER && !_ISOMAC] (__gnu_dev_makedev):
15461 Likewise.
15462 * misc/makedev.c (OUT_OF_LINE_IMPL_TEMPL): Use __gnu_dev_ prefix.
15463 (gnu_dev_major): Use weak_alias and libc_hidden_weak.
15464 (gnu_dev_minor): Likewise.
15465 (gnu_dev_makedev): Likewise.
15466 * csu/check_fds.c (check_one_fd): Use __gnu_dev_makedev instead of
15467 makedev.
15468 * posix/wordexp.c (exec_comm_child): Likewise.
15469 * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Use __gnu_dev_minor
15470 instead of minor and __gnu_dev_major instead of major.
15471 * sysdeps/unix/sysv/linux/device-nrs.h (DEV_TTY_P): Use
15472 __gnu_dev_major instead of major.
15473 * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): Use
15474 __gnu_dev_major instead of gnu_dev_major and __gnu_dev_minor
15475 instead of gnu_dev_minor.
15476 * sysdeps/unix/sysv/linux/ptsname.c (MASTER_P): Likewise.
15477 (SLAVE_P): Likewise.
15478 (__ptsname_internal): Use __gnu_dev_minor instead of minor.
15479 * sysdeps/unix/sysv/linux/ttyname.h (is_pty): Use __gnu_dev_major
15480 instead of major.
15481
15482 [BZ #21313]
15483 * locale/weight.h (findidx): Disable -Wmaybe-uninitialized for -Os
15484 in another place.
15485 * locale/weightwc.h (findidx): Likewise.
15486
15487 2018-02-07 Wilco Dijkstra <wdijkstr@arm.com>
15488
15489 * manual/probes.texi (slowlog): Delete documentation of removed probe.
15490 (slowlog_inexact): Likewise
15491 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Remove slow paths.
15492 * sysdeps/ieee754/dbl-64/ulog.h: Remove unused declarations.
15493
15494 2018-02-07 Igor Gnatenko <ignatenko@redhat.com>
15495
15496 [BZ #22797]
15497 * sysdeps/unix/sysv/linux/bits/mman-shared.h (pkey_get): Add
15498 missing second underscore to parameter name.
15499
15500 2018-02-06 Joseph Myers <joseph@codesourcery.com>
15501
15502 [BZ #14508]
15503 [BZ #15512]
15504 [BZ #17082]
15505 [BZ #20530]
15506 * bits/byteswap.h: Update file comment. Do not include
15507 <bits/byteswap-16.h>.
15508 (__bswap_constant_16): Cast result to __uint16_t. Use signed 0xff
15509 constant.
15510 (__bswap_16): Define as inline function.
15511 (__bswap_constant_32): Reformat definition.
15512 (__bswap_32): Always define as inline function, not macro, using
15513 __uint32_t. Use __builtin_bswap32 if [__GNUC_PREREQ (4, 3)],
15514 otherwise __bswap_constant_32.
15515 (__bswap_constant_64): Reformat definition. Do not use
15516 __extension__ here.
15517 (__bswap_64): Always define as inline function, not macro. Use
15518 __extension__ on function definition. Use __builtin_bswap64 if
15519 [__GNUC_PREREQ (4, 3)], otherwise __bswap_constant_64.
15520 * string/test-endian-file-scope.c: New file.
15521 * string/test-endian-sign-conversion.c: Likewise.
15522 * string/Makefile (headers): Remove bits/byteswap-16.h.
15523 (tests): Add test-endian-file-scope and
15524 test-endian-sign-conversion.
15525 (CFLAGS-test-endian-sign-conversion.c): New variable.
15526 * bits/byteswap-16.h: Remove file.
15527 * sysdeps/ia64/bits/byteswap-16.h: Likewise.
15528 * sysdeps/ia64/bits/byteswap.h: Likewise.
15529 * sysdeps/m68k/bits/byteswap.h: Likewise.
15530 * sysdeps/s390/bits/byteswap-16.h: Likewise.
15531 * sysdeps/s390/bits/byteswap.h: Likewise.
15532 * sysdeps/tile/bits/byteswap.h: Likewise.
15533 * sysdeps/x86/bits/byteswap-16.h: Likewise.
15534 * sysdeps/x86/bits/byteswap.h: Likewise.
15535
15536 [BZ #17721]
15537 * misc/sys/cdefs.h [!__GNUC__ && (__cplusplus || (__STDC_VERSION__
15538 && __STDC_VERSION__ >= 199901L))] (__inline): Define to inline.
15539 [!__GNUC_PREREQ (2,92) && __STDC_VERSION__ && __STDC_VERSION__ >=
15540 199901L] (__restrict): Define to restrict.
15541
15542 [BZ #19667]
15543 * string/testcopy.c: Include <support/support.h>. Do not include
15544 <malloc.h>. Use <support/test-driver.c>.
15545 (main): Rename to do_test. Make static. Use xmalloc instead of
15546 malloc.
15547
15548 [BZ #13575]
15549 * posix/bits/posix1_lim.h: Include <bits/wordsize.h>.
15550 [!SSIZE_MAX && !(__WORDSIZE == 64 || __WORDSIZE32_SIZE_ULONG)]
15551 (SSIZE_MAX): Define to INT_MAX.
15552 * posix/test-ssize-max.c: New file.
15553 * posix/Makefile (tests): Add test-ssize-max.
15554
15555 [BZ #19668]
15556 * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: Include
15557 <support/support.h>. Do not include <malloc.h>.
15558 (query_auxv): Use xmalloc instead of malloc.
15559
15560 [BZ #14553]
15561 * posix/sys/types.h (loff_t): Only define for [__USE_MISC].
15562 * sysdeps/unix/sysv/linux/sys/quota.h (dqoff): Use __loff_t
15563 instead of loff_t.
15564
15565 2018-02-06 Florian Weimer <fweimer@redhat.com>
15566
15567 [BZ #18023]
15568 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
15569 Use scratch_buffer instead of extend_alloca.
15570
15571 2018-02-06 Zack Weinberg <zackw@panix.com>
15572
15573 * libio/stdio.h: Don't define getc or putc as macros.
15574 * libio/bits/stdio.h (getchar, putchar): Use getc and putc,
15575 not _IO_getc and _IO_putc.
15576
15577 * stdio-common/tstgetln.c: Don't redefine FILE, va_list, or BUFSIZ.
15578 * stdio-common/tstgetln.c: Don't redefine ssize_t.
15579
15580 2018-02-06 Joseph Myers <joseph@codesourcery.com>
15581
15582 * sysdeps/gnu/netinet/tcp.h (TCP_FASTOPEN_KEY): New macro.
15583 (TCP_FASTOPEN_NO_COOKIE): Likewise.
15584
15585 * sysdeps/unix/sysv/linux/bits/in.h (IPV6_FREEBIND): New macro.
15586
15587 [BZ #14890]
15588 * elf/elf.h (NT_PRFPREG): New macro.
15589 (NT_S390_VXRS_LOW): Likewise.
15590 (NT_S390_VXRS_HIGH): Likewise.
15591 (NT_S390_GS_CB): Likewise.
15592 (NT_S390_GS_BC): Likewise.
15593 (NT_S390_RI_CB): Likewise.
15594
15595 * sysdeps/unix/sysv/linux/aarch64/bits/mman.h [__USE_MISC]
15596 (MAP_SYNC): New macro.
15597 * sysdeps/unix/sysv/linux/arm/bits/mman.h [__USE_MISC] (MAP_SYNC):
15598 Likewise.
15599 * sysdeps/unix/sysv/linux/ia64/bits/mman.h [__USE_MISC]
15600 (MAP_SYNC): Likewise.
15601 * sysdeps/unix/sysv/linux/m68k/bits/mman.h [__USE_MISC]
15602 (MAP_SYNC): Likewise.
15603 * sysdeps/unix/sysv/linux/microblaze/bits/mman.h [__USE_MISC]
15604 (MAP_SYNC): Likewise.
15605 * sysdeps/unix/sysv/linux/nios2/bits/mman.h [__USE_MISC]
15606 (MAP_SYNC): Likewise.
15607 * sysdeps/unix/sysv/linux/riscv/bits/mman.h [__USE_MISC]
15608 (MAP_SYNC): Likewise.
15609 * sysdeps/unix/sysv/linux/s390/bits/mman.h [__USE_MISC]
15610 (MAP_SYNC): Likewise.
15611 * sysdeps/unix/sysv/linux/sh/bits/mman.h [__USE_MISC] (MAP_SYNC):
15612 Likewise.
15613 * sysdeps/unix/sysv/linux/x86/bits/mman.h [__USE_MISC] (MAP_SYNC):
15614 Likewise.
15615
15616 * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_MISC]
15617 (MAP_SHARED_VALIDATE): New macro.
15618 * sysdeps/unix/sysv/linux/hppa/bits/mman.h [__USE_MISC]
15619 (MAP_SHARED_VALIDATE): Likewise.
15620
15621 2018-02-05 H.J. Lu <hongjiu.lu@intel.com>
15622
15623 * elf/dl-addr.c (determine_info): Use ADDRIDX with DT_GNU_HASH.
15624 * elf/dl-lookup.c (_dl_setup_hash): Likewise.
15625 * elf/get-dynamic-info.h (elf_get_dynamic_info): Likewise.
15626
15627 2018-02-05 H.J. Lu <hongjiu.lu@intel.com>
15628
15629 * elf/elf.h (DT_SYMTAB_SHNDX): New. Set to 34.
15630 (DT_NUM): Updated to 35.
15631
15632 2018-02-05 H.J. Lu <hongjiu.lu@intel.com>
15633
15634 * sysdeps/i386/dl-machine.h (elf_machine_rel): Replace
15635 __builtin_expect with __glibc_likely and __glibc_unlikely.
15636 (elf_machine_rela): Likewise.
15637 (elf_machine_lazy_rel): Likewise.
15638
15639 2018-02-05 H.J. Lu <hongjiu.lu@intel.com>
15640
15641 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Replace
15642 __builtin_expect with __glibc_likely and __glibc_unlikely.
15643 (elf_machine_lazy_rel): Likewise.
15644
15645 2018-02-05 H.J. Lu <hongjiu.lu@intel.com>
15646
15647 [BZ #22638]
15648 * sysdeps/sparc/sparc32/start.S (_start): Check PIC instead of
15649 SHARED.
15650 * sysdeps/sparc/sparc64/start.S (_start): Likewise.
15651
15652 2018-02-05 Andreas Schwab <schwab@suse.de>
15653
15654 [BZ #22761]
15655 * assert/assert-perr.c (__assert_perror_fail): Append %n to format
15656 string.
15657
15658 2018-02-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
15659
15660 * stdlib/test-atexit-race-common.c [!defined PTHREAD_STACK_MIN]: Do
15661 not check against PTHREAD_STACK_MIN.
15662
15663 2018-02-02 Sean McKean <smckean83@gmail.com>
15664
15665 [BZ #22735]
15666 * time/time.h (clock): Reference CLOCKS_PER_SEC in comment.
15667
15668 2018-02-02 Florian Weimer <fweimer@redhat.com>
15669
15670 [BZ #22753]
15671 * sysdeps/posix/preadv2.c (preadv2): Handle offset == -1.
15672 * sysdeps/posix/preadv64v2.c (preadv64v2): Likewise.
15673 * sysdeps/posix/pwritev2.c (pwritev2): Likewise.
15674 * sysdeps/posix/pwritev64v2.c (pwritev64v2): Likweise.
15675 * sysdeps/unix/sysv/linux/preadv2.c (preadv2): Likewise.
15676 * sysdeps/unix/sysv/linux/preadv64v2.c (preadv64v2): Likewise.
15677 * sysdeps/unix/sysv/linux/pwritev2.c (pwritev2): Likewise.
15678 * sysdeps/unix/sysv/linux/pwritev64v2.c (pwritev64v2): Likweise.
15679 * manual/llio.texi (Scatter-Gather): Mention offset -1.
15680 * misc/tst-preadvwritev-common.c (do_test_without_offset): New.
15681 * misc/tst-preadvwritev2.c (do_test): Call it.
15682 * misc/tst-preadvwritev64v2.c (do_test): Likewise.
15683
15684 2018-02-02 Siddhesh Poyarekar <siddhesh@sourceware.org>
15685
15686 * sysdeps/aarch64/memcmp.S: Use L() macro for labels.
15687
15688 * benchtests/bench-memcmp.c: Print json instead of plain text.
15689
15690 * benchtests/bench-memcmp.c (do_test): Call realloc_buf for
15691 every test run.
15692
15693 2018-02-01 Joseph Myers <joseph@codesourcery.com>
15694
15695 * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
15696 version to 4.15.
15697 (s390_sthyi): New syscall.
15698
15699 * sysdeps/generic/ldbl-classify-compat.h: New file.
15700 * sysdeps/arm/ldbl-classify-compat.h: Likewise.
15701 * sysdeps/m68k/coldfire/ldbl-classify-compat.h: Likewise.
15702 * sysdeps/microblaze/ldbl-classify-compat.h: Likewise.
15703 * sysdeps/mips/ldbl-classify-compat.h: Likewise.
15704 * sysdeps/nios2/ldbl-classify-compat.h: Likewise.
15705 * sysdeps/sh/ldbl-classify-compat.h: Likewise.
15706 * sysdeps/ieee754/dbl-64/s_finite.c: Include
15707 <ldbl-classify-compat.h>.
15708 [LDBL_CLASSIFY_COMPAT]: Test value, not whether defined.
15709 * sysdeps/ieee754/dbl-64/s_isinf.c: Include
15710 <ldbl-classify-compat.h>.
15711 [LDBL_CLASSIFY_COMPAT]: Test value, not whether defined.
15712 * sysdeps/ieee754/dbl-64/s_isnan.c: Include
15713 <ldbl-classify-compat.h>.
15714 [LDBL_CLASSIFY_COMPAT]: Test value, not whether defined.
15715 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Include
15716 <ldbl-classify-compat.h>.
15717 [LDBL_CLASSIFY_COMPAT]: Test value, not whether defined.
15718 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Include
15719 <ldbl-classify-compat.h>.
15720 [LDBL_CLASSIFY_COMPAT]: Test value, not whether defined.
15721 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Include
15722 <ldbl-classify-compat.h>.
15723 [LDBL_CLASSIFY_COMPAT]: Test value, not whether defined.
15724 * sysdeps/arm/math_private.h (LDBL_CLASSIFY_COMPAT): Remove macro.
15725 * sysdeps/mips/math_private.h (LDBL_CLASSIFY_COMPAT): Likewise.
15726 * sysdeps/m68k/coldfire/math_private.h: Remove file.
15727 * sysdeps/microblaze/math_private.h: Likewise.
15728 * sysdeps/nios2/math_private.h: Likewise.
15729 * sysdeps/sh/math_private.h: Likewise.
15730
15731 * sysdeps/m68k/coldfire/fpu/math_private.h: Move to ....
15732 * sysdeps/m68k/coldfire/math_private.h: ... here.
15733 * sysdeps/m68k/coldfire/nofpu/math_private.h: Remove file.
15734 * sysdeps/tile/math_private.h: Likewise.
15735 * sysdeps/microblaze/math_private.h (libc_feholdexcept_setround):
15736 Remove macro.
15737 * sysdeps/nios2/math_private.h (libc_feholdexcept_setround):
15738 Likewise.
15739
15740 * sysdeps/m68k/coldfire/nofpu/math_private.h (libc_fesetround):
15741 Remove macro.
15742 (libc_fetestexcept): Likewise.
15743 (libc_feupdateenv_test): Likewise.
15744 * sysdeps/microblaze/math_private.h (libc_fesetround): Likewise.
15745 (libc_fetestexcept): Likewise.
15746 (libc_feupdateenv_test): Likewise.
15747 * sysdeps/nios2/math_private.h (libc_fesetround): Likewise.
15748 (libc_fetestexcept): Likewise.
15749 (libc_feupdateenv_test): Likewise.
15750 * sysdeps/tile/math_private.h (libc_fesetround): Likewise.
15751 (libc_fetestexcept): Likewise.
15752 (libc_feupdateenv_test): Likewise.
15753
15754 * sysdeps/generic/math_private.h
15755 [!FE_HAVE_ROUNDING_MODES && FE_ALL_EXCEPT == 0] (feholdexcept):
15756 New inline function.
15757 [!FE_HAVE_ROUNDING_MODES && FE_ALL_EXCEPT == 0] (__feholdexcept):
15758 Likewise.
15759
15760 * include/fenv.h [!_ISOMAC && !FE_TONEAREST]: Give #error.
15761 [!_ISOMAC] (FE_HAVE_ROUNDING_MODES): New macro.
15762 * sysdeps/generic/math_private.h
15763 [!FE_HAVE_ROUNDING_MODES && FE_ALL_EXCEPT == 0] (fegetenv): New
15764 inline function.
15765 [!FE_HAVE_ROUNDING_MODES && FE_ALL_EXCEPT == 0] (__fegetenv):
15766 Likewise.
15767 [!FE_HAVE_ROUNDING_MODES && FE_ALL_EXCEPT == 0] (fesetenv):
15768 Likewise.
15769 [!FE_HAVE_ROUNDING_MODES && FE_ALL_EXCEPT == 0] (__fesetenv):
15770 Likewise.
15771 [!FE_HAVE_ROUNDING_MODES && FE_ALL_EXCEPT == 0] (feupdateenv):
15772 Likewise.
15773 [!FE_HAVE_ROUNDING_MODES && FE_ALL_EXCEPT == 0] (__feupdateenv):
15774 Likewise.
15775 [!FE_HAVE_ROUNDING_MODES] (fegetround): Likewise.
15776 [!FE_HAVE_ROUNDING_MODES] (__fegetround): Likewise.
15777 [!FE_HAVE_ROUNDING_MODES] (fesetround): Likewise.
15778 [!FE_HAVE_ROUNDING_MODES] (__fesetround): Likewise.
15779 * sysdeps/tile/math_private.h (fegetenv): Remove inline function.
15780 (__fegetenv): Likewise.
15781 (fesetenv): Likewise.
15782 (__fesetenv): Likewise.
15783 (feupdateenv): Likewise.
15784 (__feupdateenv): Likewise.
15785 (fegetround): Likewise.
15786 (__fegetround): Likewise.
15787 (fesetround): Likewise.
15788 (__fesetround): Likewise.
15789
15790 * sysdeps/generic/math_private.h [FE_ALL_EXCEPT == 0]
15791 (feraiseexcept): New macro.
15792 [FE_ALL_EXCEPT == 0] (__feraiseexcept): Likewise.
15793 * sysdeps/m68k/coldfire/nofpu/math_private.h (feraiseexcept):
15794 Remove macro.
15795 (__feraiseexcept): Likewise.
15796 (feclearexcept): Likewise.
15797 * sysdeps/microblaze/math_private.h (feraiseexcept): Likewise.
15798 (__feraiseexcept): Likewise.
15799 (feclearexcept): Likewise.
15800 * sysdeps/nios2/math_private.h (feraiseexcept): Likewise.
15801 (__feraiseexcept): Likewise.
15802 (feclearexcept): Likewise.
15803 * sysdeps/tile/math_private.h (feraiseexcept): Likewise.
15804 (__feraiseexcept): Likewise.
15805 (feclearexcept): Likewise.
15806 (fetestexcept): Likewise.
15807
15808 * sysdeps/m68k/coldfire/math-tests.h: New file.
15809
15810 * sysdeps/m68k/fpu/bits/fenv.h: Move to ....
15811 * sysdeps/m68k/bits/fenv.h: ... here.
15812 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__] (FE_INEXACT): Do
15813 not define.
15814 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__] (FE_DIVBYZERO):
15815 Likewise.
15816 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__] (FE_UNDERFLOW):
15817 Likewise.
15818 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__] (FE_OVERFLOW):
15819 Likewise.
15820 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__] (FE_INVALID):
15821 Likewise.
15822 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__] (FE_ALL_EXCEPT):
15823 Define to 0.
15824 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__]
15825 (__FE_UNDEFINED): New enum constant.
15826 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__] (FE_TOWARDZERO):
15827 Do not define.
15828 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__] (FE_DOWNWARD):
15829 Likewise.
15830 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__] (FE_UPWARD):
15831 Likewise.
15832 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__] (fenv_t): Define
15833 to match generic bits/fenv.h.
15834 [!__HAVE_68881__ && !__HAVE_FPU__ && !__mcffpu__] (FE_NOMASK_ENV):
15835 Do not define.
15836
15837 * soft-fp/double.h (union _FP_UNION_D): Do not use attribute
15838 packed on bits.
15839 * soft-fp/extended.h (union _FP_UNION_E): Likewise.
15840 * soft-fp/half.h (union _FP_UNION_H): Likewise.
15841 * soft-fp/quad.h (union _FP_UNION_Q): Likewise.
15842 * soft-fp/single.h (union _FP_UNION_S): Likewise.
15843
15844 2018-02-01 Carlos O'Donell <carlos@redhat.com>
15845 Ramin Seyed-Moussavi <lordrasmus@gmail.com>
15846 Joseph Myers <joseph@codesourcery.com>
15847
15848 [BZ #21314]
15849 * sysdeps/ieee754/dbl-64/s_log1p.c: Include <libc-diag.h>.
15850 (__log1p): Disable -Wmaybe-uninitialized for -Os around
15851 computation using c.
15852 * sysdeps/ieee754/flt-32/s_log1pf.c: Include <libc-diag.h>.
15853 (__log1pf): Disable -Wmaybe-uninitialized for -Os around
15854 computation using c.
15855
15856 2018-02-01 Dmitry V. Levin <ldv@altlinux.org>
15857
15858 * version.h (RELEASE): Set to "development".
15859 (VERSION): Set to "2.27.9000".
15860 * NEWS (2.28): New section.
15861
15862 * version.h (RELEASE): Set to "stable".
15863 (VERSION): Set to "2.27".
15864 * include/features.h (__GLIBC_MINOR__): Set to 2.27.
15865
15866 * NEWS: Add the list of bugs fixed in 2.27.
15867
15868 2018-02-01 Adhemerval Zanella <adhemerval.zanella@linaro.org>
15869
15870 * stdlib/test-atexit-race-common.c (do_test): Check stack size
15871 against PTHREAD_STACK_MIN.
15872
15873 2018-02-01 Dmitry V. Levin <ldv@altlinux.org>
15874
15875 * manual/contrib.texi (Palmer Dabbelt, Arjun Shankar, Florian Weimer):
15876 New entries.
15877 (Rafal Luzynski, Andreas Schwab): Update.
15878
15879 2018-02-01 Rafal Luzynski <digitalfreak@lingonborough.com>
15880
15881 [BZ #10871]
15882 * NEWS: List the languages which actually use the alternative
15883 months feature in this release. Also explain that "alt_mon" and
15884 "ab_alt_mon" are optional.
15885
15886 2018-01-31 Il'ya Malakhov <ilmalakhov@yandex.ru>
15887
15888 [BZ #22765]
15889 * crypt/badsalttest.c (do_test): Set cd.initialized to 0.
15890
15891 2018-01-31 Dmitry V. Levin <ldv@altlinux.org>
15892
15893 * manual/install.texi (Tools for Compilation): Update the newest
15894 versions of gcc, binutils, texinfo, gawk, bison, and sed.
15895 * INSTALL: Regenerated.
15896
15897 2018-01-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
15898
15899 * sysdeps/pthread/allocalim.h (__libc_use_alloca): Use __glibc_likely
15900 instead of __builtin_expect.
15901
15902 2018-01-30 Florian Weimer <fweimer@redhat.com>
15903
15904 * nss/bug17079.c (do_test): Use nss_files only for reading passwd
15905 data.
15906 * nss/tst-nss-getpwent.c (do_test): Likewise.
15907
15908 2018-01-30 Rafal Luzynski <digitalfreak@lingonborough.com>
15909
15910 [BZ #10871]
15911 * localedata/locales/hr_HR (mon): Rename to...
15912 (alt_mon): This.
15913 (mon): Import from CLDR (genitive case).
15914 (d_t_fmt): Update the comment.
15915
15916 2018-01-29 Andreas Schwab <schwab@linux-m68k.org>
15917
15918 * sysdeps/posix/fpathconf.c (__fpathconf): Verify the values of
15919 _POSIX_CHOWN_RESTRICTED, _POSIX_NO_TRUNC, _POSIX_VDISABLE.
15920 * sysdeps/posix/pathconf.c (__pathconf): Likewise.
15921
15922 2018-01-29 Samuel Thibault <samuel.thibault@ens-lyon.org>
15923
15924 * mach/Versions: Fix version when __mach_host_self_ was added.
15925 * hurd/Versions: Fix version when _hurd_exec_paths was added.
15926 * sysdeps/mach/hurd/i386/ld.abilist: New file.
15927 * sysdeps/mach/hurd/i386/libBrokenLocale.abilist: New file.
15928 * sysdeps/mach/hurd/i386/libanl.abilist: New file.
15929 * sysdeps/mach/hurd/i386/libc.abilist: New file.
15930 * sysdeps/mach/hurd/i386/libcrypt.abilist: New file.
15931 * sysdeps/mach/hurd/i386/libdl.abilist: New file.
15932 * sysdeps/mach/hurd/i386/libm.abilist: New file.
15933 * sysdeps/mach/hurd/i386/libnsl.abilist: New file.
15934 * sysdeps/mach/hurd/i386/libresolv.abilist: New file.
15935 * sysdeps/mach/hurd/i386/librt.abilist: New file.
15936 * sysdeps/mach/hurd/i386/libutil.abilist: New file.
15937 * sysdeps/pthread/allocalim.h (__libc_use_alloca): Commute operands of
15938 || to respect codestyle.
15939 * libio/tst-memstream3.c (_FWRITE): Rename to FWRITE_FUNC.
15940 (do_test_bz20181): Rename accordingly.
15941 * malloc/malloc.c: Include <assert.h>.
15942 (assert): Do not define.
15943 [!defined NDEBUG] (__assert_fail): Define to __malloc_assert.
15944 * bits/fcntl.h: Fix comment for FREAD and FWRITE.
15945 * sysdeps/mach/hurd/bits/fcntl.h: Likewise.
15946 * sysdeps/mach/hurd/hp-timing.h: New file.
15947 * sysdeps/mach/hurd/i386/tlsdesc.sym: New file.
15948
15949 2018-01-29 Darius Rad <darius@bluespec.com>
15950
15951 * sysdeps/unix/sysv/linux/riscv/ipc_priv.h: New file.
15952
15953 2018-01-29 Palmer Dabbelt <palmer@sifive.com>
15954
15955 * sysdeps/init_array/crti.S (.section .init_array): Add
15956 PREINIT_FUNCTION when defined.
15957 * manual/math.texi: RISC-V supports _Float128 and _Float64x.
15958 * config.h.in: Regenerate.
15959 * manual/platform.texi: Add RISC-V documenation for
15960 __riscv_flush_icache.
15961 * sysdeps/riscv/__longjmp.S: New file.
15962 * sysdeps/riscv/backtrace.c: Likewise.
15963 * sysdeps/riscv/bits/endian.h: Likewise.
15964 * sysdeps/riscv/bits/setjmp.h: Likewise.
15965 * sysdeps/riscv/bits/wordsize.h: Likewise.
15966 * sysdeps/riscv/bsd-_setjmp.c: Likewise.
15967 * sysdeps/riscv/bsd-setjmp.c: Likewise.
15968 * sysdeps/riscv/dl-trampoline.S: Likewise.
15969 * sysdeps/riscv/gccframe.h: Likewise.
15970 * sysdeps/riscv/jmpbuf-offsets.h: Likewise.
15971 * sysdeps/riscv/jmpbuf-unwind.h: Likewise.
15972 * sysdeps/riscv/machine-gmon.h: Likewise.
15973 * sysdeps/riscv/memusage.h: Likewise.
15974 * sysdeps/riscv/setjmp.S: Likewise.
15975 * sysdeps/riscv/sys/asm.h: Likewise.
15976 * sysdeps/riscv/tls-macros.h: Likewise.
15977 * sysdeps/riscv/dl-tls.h: New file.
15978 * sysdeps/riscv/libc-tls.c: Likewise.
15979 * sysdeps/riscv/nptl/tcb-offsets.sym: Likewise.
15980 * sysdeps/riscv/nptl/tls.h: Likewise.
15981 * sysdeps/riscv/stackinfo.h: Likewise.
15982 * sysdeps/riscv/bits/fenv.h: New file.
15983 * sysdeps/riscv/e_sqrtl.c: Likewise.
15984 * sysdeps/riscv/fpu_control.h: Likewise.
15985 * sysdeps/riscv/math-tests.h: Likewise.
15986 * sysdeps/riscv/nofpu/Implies: Likewise.
15987 * sysdeps/riscv/sfp-machine.h: Likewise.
15988 * sysdeps/riscv/tininess.h: Likewise.
15989 * sysdeps/riscv/rv64/rvd/s_ceil.c: New file.
15990 * sysdeps/riscv/rv64/rvd/s_floor.c: Likewise.
15991 * sysdeps/riscv/rv64/rvd/s_llrint.c: Likewise.
15992 * sysdeps/riscv/rv64/rvd/s_llround.c: Likewise.
15993 * sysdeps/riscv/rv64/rvd/s_lrint.c: Likewise.
15994 * sysdeps/riscv/rv64/rvd/s_lround.c: Likewise.
15995 * sysdeps/riscv/rv64/rvd/s_nearbyint.c: Likewise.
15996 * sysdeps/riscv/rv64/rvd/s_rint.c: Likewise.
15997 * sysdeps/riscv/rv64/rvd/s_round.c: Likewise.
15998 * sysdeps/riscv/rv64/rvd/s_roundeven.c: Likewise.
15999 * sysdeps/riscv/rv64/rvd/s_trunc.c: Likewise.
16000 * sysdeps/riscv/rv64/rvf/s_llrintf.c: Likewise.
16001 * sysdeps/riscv/rv64/rvf/s_llroundf.c: Likewise.
16002 * sysdeps/riscv/rv64/rvf/s_lrintf.c: Likewise.
16003 * sysdeps/riscv/rv64/rvf/s_lroundf.c: Likewise.
16004 * sysdeps/riscv/rvd/e_sqrt.c: Likewise.
16005 * sysdeps/riscv/rvd/s_copysign.c: Likewise.
16006 * sysdeps/riscv/rvd/s_finite.c: Likewise.
16007 * sysdeps/riscv/rvd/s_fma.c: Likewise.
16008 * sysdeps/riscv/rvd/s_fmax.c: Likewise.
16009 * sysdeps/riscv/rvd/s_fmin.c: Likewise.
16010 * sysdeps/riscv/rvd/s_fpclassify.c: Likewise.
16011 * sysdeps/riscv/rvd/s_isinf.c: Likewise.
16012 * sysdeps/riscv/rvd/s_isnan.c: Likewise.
16013 * sysdeps/riscv/rvd/s_issignaling.c: Likewise.
16014 * sysdeps/riscv/rvf/e_sqrtf.c: Likewise.
16015 * sysdeps/riscv/rvf/fclrexcpt.c: Likewise.
16016 * sysdeps/riscv/rvf/fegetenv.c: Likewise.
16017 * sysdeps/riscv/rvf/fegetmode.c: Likewise.
16018 * sysdeps/riscv/rvf/fegetround.c: Likewise.
16019 * sysdeps/riscv/rvf/feholdexcpt.c: Likewise.
16020 * sysdeps/riscv/rvf/fesetenv.c: Likewise.
16021 * sysdeps/riscv/rvf/fesetexcept.c: Likewise.
16022 * sysdeps/riscv/rvf/fesetmode.c: Likewise.
16023 * sysdeps/riscv/rvf/fesetround.c: Likewise.
16024 * sysdeps/riscv/rvf/feupdateenv.c: Likewise.
16025 * sysdeps/riscv/rvf/fgetexcptflg.c: Likewise.
16026 * sysdeps/riscv/rvf/fraiseexcpt.c: Likewise.
16027 * sysdeps/riscv/rvf/fsetexcptflg.c: Likewise.
16028 * sysdeps/riscv/rvf/ftestexcept.c: Likewise.
16029 * sysdeps/riscv/rvf/get-rounding-mode.h: Likewise.
16030 * sysdeps/riscv/rvf/math_private.h: Likewise.
16031 * sysdeps/riscv/rvf/s_ceilf.c: Likewise.
16032 * sysdeps/riscv/rvf/s_copysignf.c: Likewise.
16033 * sysdeps/riscv/rvf/s_finitef.c: Likewise.
16034 * sysdeps/riscv/rvf/s_floorf.c: Likewise.
16035 * sysdeps/riscv/rvf/s_fmaf.c: Likewise.
16036 * sysdeps/riscv/rvf/s_fmaxf.c: Likewise.
16037 * sysdeps/riscv/rvf/s_fminf.c: Likewise.
16038 * sysdeps/riscv/rvf/s_fpclassifyf.c: Likewise.
16039 * sysdeps/riscv/rvf/s_isinff.c: Likewise.
16040 * sysdeps/riscv/rvf/s_isnanf.c: Likewise.
16041 * sysdeps/riscv/rvf/s_issignalingf.c: Likewise.
16042 * sysdeps/riscv/rvf/s_nearbyintf.c: Likewise.
16043 * sysdeps/riscv/rvf/s_rintf.c: Likewise.
16044 * sysdeps/riscv/rvf/s_roundevenf.c: Likewise.
16045 * sysdeps/riscv/rvf/s_roundf.c: Likewise.
16046 * sysdeps/riscv/rvf/s_truncf.c: Likewise.
16047 * sysdeps/riscv/nptl/bits/pthreadtypes-arch.h: New file.
16048 * sysdeps/riscv/nptl/bits/semaphore.h: Likewise.
16049 * sysdeps/riscv/nptl/libc-lowlevellock.c: Likewise.
16050 * sysdeps/unix/sysv/linux/riscv/atomic-machine.h: Likewise.
16051 * sysdeps/riscv/nptl/nptl-sysdep.S: New file.
16052 * sysdeps/unix/sysv/linux/riscv/arch-fork.h: Likewise.
16053 * sysdeps/unix/sysv/linux/riscv/clone.S: Likewise.
16054 * sysdeps/unix/sysv/linux/riscv/profil-counter.h: Likewise.
16055 * sysdeps/unix/sysv/linux/riscv/pt-vfork.S: Likewise.
16056 * sysdeps/unix/sysv/linux/riscv/syscall.c: Likewise.
16057 * sysdeps/unix/sysv/linux/riscv/sysdep.S: Likewise.
16058 * sysdeps/unix/sysv/linux/riscv/sysdep.h: Likewise.
16059 * sysdeps/unix/sysv/linux/riscv/vfork.S: Likewise.
16060 * sysdeps/riscv/nptl/pthread-offsets.h: New file.
16061 * sysdeps/riscv/nptl/pthreaddef.h: Likewise.
16062 * sysdeps/unix/sysv/linux/riscv/bits/fcntl.h: Likewise.
16063 * sysdeps/unix/sysv/linux/riscv/bits/mman.h: Likewise.
16064 * sysdeps/unix/sysv/linux/riscv/bits/sigcontext.h: Likewise.
16065 * sysdeps/unix/sysv/linux/riscv/dl-cache.h: Likewise.
16066 * sysdeps/unix/sysv/linux/riscv/flush-icache.c: Likewise.
16067 * sysdeps/unix/sysv/linux/riscv/getcontext.S: Likewise.
16068 * sysdeps/unix/sysv/linux/riscv/init-first.c: Likewise.
16069 * sysdeps/unix/sysv/linux/riscv/libc-vdso.h: Likewise.
16070 * sysdeps/unix/sysv/linux/riscv/makecontext.c: Likewise.
16071 * sysdeps/unix/sysv/linux/riscv/readelflib.c: Likewise.
16072 * sysdeps/unix/sysv/linux/riscv/register-dump.h: Likewise.
16073 * sysdeps/unix/sysv/linux/riscv/setcontext.S: Likewise.
16074 * sysdeps/unix/sysv/linux/riscv/sigcontextinfo.h: Likewise.
16075 * sysdeps/unix/sysv/linux/riscv/swapcontext.S: Likewise.
16076 * sysdeps/unix/sysv/linux/riscv/sys/cachectl.h: Likewise.
16077 * sysdeps/unix/sysv/linux/riscv/sys/procfs.h: Likewise.
16078 * sysdeps/unix/sysv/linux/riscv/sys/ucontext.h: Likewise.
16079 * sysdeps/unix/sysv/linux/riscv/sys/user.h: Likewise.
16080 * sysdeps/unix/sysv/linux/riscv/ucontext-macros.h: Likewise.
16081 * sysdeps/unix/sysv/linux/riscv/ucontext_i.sym: Likewise.
16082 * sysdeps/unix/sysv/linux/riscv/dl-static.c: New file.
16083 * sysdeps/unix/sysv/linux/riscv/ldconfig.h: Likewise.
16084 * sysdeps/unix/sysv/linux/riscv/ldsodefs.h: Likewise.
16085 * sysdeps/riscv/nofpu/libm-test-ulps: New file.
16086 * sysdeps/riscv/nofpu/libm-test-ulps-name: Likewise.
16087 * sysdeps/riscv/rv64/rvd/libm-test-ulps: Likewise.
16088 * sysdeps/riscv/rv64/rvd/libm-test-ulps-name: Likewise.
16089 * sysdeps/unix/sysv/linux/riscv/localplt.data: Likewise.
16090 * sysdeps/unix/sysv/linux/riscv/rv64/c++-types.data: Likewise.
16091 * sysdeps/unix/sysv/linux/riscv/rv64/ld.abilist: Likewise.
16092 * sysdeps/unix/sysv/linux/riscv/rv64/libanl.abilist: Likewise.
16093 * sysdeps/unix/sysv/linux/riscv/rv64/libc.abilist: Likewise.
16094 * sysdeps/unix/sysv/linux/riscv/rv64/libdl.abilist: Likewise.
16095 * sysdeps/unix/sysv/linux/riscv/rv64/libm.abilist: Likewise.
16096 * sysdeps/unix/sysv/linux/riscv/rv64/libnsl.abilist: Likewise.
16097 * sysdeps/unix/sysv/linux/riscv/rv64/librt.abilist: Likewise.
16098 * sysdeps/unix/sysv/linux/riscv/rv64/libutil.abilist: Likewise.
16099 * sysdeps/riscv/Implies: New file.
16100 * sysdeps/riscv/Makefile: Likewise.
16101 * sysdeps/riscv/configure: Likewise.
16102 * sysdeps/riscv/configure.ac: Likewise.
16103 * sysdeps/riscv/nptl/Makefile: Likewise.
16104 * sysdeps/riscv/preconfigure: Likewise.
16105 * sysdeps/riscv/rv64/Implies-after: Likewise.
16106 * sysdeps/riscv/rv64/rvd/Implies: Likewise.
16107 * sysdeps/riscv/rv64/rvf/Implies: Likewise.
16108 * sysdeps/unix/sysv/linux/riscv/Implies: Likewise.
16109 * sysdeps/unix/sysv/linux/riscv/Makefile: Likewise.
16110 * sysdeps/unix/sysv/linux/riscv/Versions: Likewise.
16111 * sysdeps/unix/sysv/linux/riscv/configure: Likewise.
16112 * sysdeps/unix/sysv/linux/riscv/configure.ac: Likewise.
16113 * sysdeps/unix/sysv/linux/riscv/ldd-rewrite.sed: Likewise.
16114 * sysdeps/unix/sysv/linux/riscv/rv64/Implies: Likewise.
16115 * sysdeps/unix/sysv/linux/riscv/rv64/Makefile: Likewise.
16116 * sysdeps/unix/sysv/linux/riscv/shlib-versions: Likewise.
16117 * scripts/build-many-glibcs.py (Context): Add RISC-V targets.
16118 (Config): Likewise.
16119
16120 2018-01-29 Florian Weimer <fweimer@redhat.com>
16121
16122 [BZ #22701]
16123 * include/rpcsvc/nislib.h (__nis_default_ttl): Add
16124 libnsl_hidden_proto.
16125 * include/rpcsvc/yp.h (yp_xdrall): Declare with
16126 libnsl_hidden_proto.
16127 * include/rpcsvc/ypclnt.h (yp_maplist): Likewise.
16128 * nis/Makefile (libnsl-routines): Add nss-default only for
16129 build-obsolete-nsl.
16130 * nis/nis_defaults.c (__nis_default_ttl): Add
16131 libnsl_hidden_nolink_def.
16132 * nis/rpcsvc/ypclnt.h (yp_maplist): Remove #ifdef'ed-out
16133 declaration.
16134 * nis/yp_xdr.c (xdr_ypall): Add libnsl_hidden_nolink_def.
16135 * nis/ypclnt.c (yp_maplist): Likewise.
16136
16137 2018-01-29 Romain Naour <romain.naour@gmail.com> (tiny change)
16138
16139 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16140 (__ASSUME_COPY_FILE_RANGE) [__LINUX_KERNEL_VERSION < 0x040A00]: Undef.
16141
16142 2018-01-29 Joseph Myers <joseph@codesourcery.com>
16143
16144 * scripts/build-many-glibcs.py (Context.git_checkout): Use git
16145 clean -dxfq for git updates when replacing sources.
16146
16147 * scripts/build-many-glibcs.py (Config.build_gcc): Use
16148 --disable-libcilkrts unconditionally, not just for the final GCC
16149 build for Hurd.
16150
16151 * scripts/build-many-glibcs.py (Context.checkout): Default Linux
16152 version to 4.15.
16153
16154 2018-01-29 Rafal Luzynski <digitalfreak@lingonborough.com>
16155
16156 [BZ #10871]
16157 * localedata/locales/lt_LT (alt_mon): Import from CLDR (nominative
16158 case).
16159
16160 2018-01-29 Rafal Luzynski <digitalfreak@lingonborough.com>
16161
16162 [BZ #10871]
16163 * localedata/locales/be_BY (mon): Rename to...
16164 (alt_mon): This, then synchronize with CLDR (nominative case).
16165 (abmon): Rename to...
16166 (ab_alt_mon): This, then synchronize with CLDR (nominative case).
16167 (mon): Import from CLDR (genitive case).
16168 (abmon): Likewise.
16169 * localedata/locales/be_BY@latin (mon): Rename to...
16170 (alt_mon): This.
16171 (mon): Add, proper genitive forms provided by Viktar Siarheichyk.
16172
16173 * localedata/locales/be_BY@latin (lang_name): Reworded to
16174 "biełaruskaja mova".
16175
16176 2018-01-29 Rafal Luzynski <digitalfreak@lingonborough.com>
16177
16178 [BZ #10871]
16179 * localedata/locales/el_CY (mon): Renamed to...
16180 (alt_mon): This.
16181 (mon): Import from CLDR (genitive case).
16182 * localedata/locales/el_GR: Likewise.
16183
16184 2018-01-29 Rafal Luzynski <digitalfreak@lingonborough.com>
16185
16186 [BZ #10871]
16187 * localedata/locales/ru_RU (mon): Rename to...
16188 (alt_mon): This.
16189 (abmon): Rename to...
16190 (ab_alt_mon): This.
16191 (mon): Import from CLDR (genitive case).
16192 (abmon): Copy from the old content except the 5th month which is
16193 now in the genitive case, even when abbreviated.
16194 * localedata/locales/ru_UA: Likewise.
16195 * time/tst-strptime.c (day_tests): Add an actual example of
16196 a difference between %b and %Ob in Russian.
16197
16198 2018-01-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
16199
16200 * sysdeps/mach/hurd/xmknodat.c: Include <sys/sysmacros.h>.
16201 * sysdeps/mach/hurd/profil.c: Reuse `a' variable instead of introducing
16202 a `c' variable.
16203 * resolv/res-close.c: Include <stdlib.h>.
16204 * sysdeps/generic/not-cancel.h: Include <fcntl.h>, <unistd.h>,
16205 <sys/wait.h>, <time.h>, <sys/uio.h>.
16206 (NOT_CANCEL_H): Add inclusion guard.
16207 * sysdeps/generic/sigset-cvt-mask.h: Include <sigsetops.h>.
16208 * sysdeps/generic/sigsetops.h (__sigemptyset, __sigfillset,
16209 __sigandset, __sigorset, __sigaddset, __sigdelset): Make them really
16210 return 0.
16211 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start): Cast
16212 vm_address_t * to ElfW(Addr) * for dl_main parameter.
16213 * sysdeps/pthread/posix-timer.h (timer_ptr2id): Cast to timer_t
16214 instead of void *.
16215 * sysdeps/pthread/timer_create.c (timer_create): Do not use
16216 timer_ptr2id to cast struct timer_node * to void *.
16217 * scripts/build-many-glibcs.py [os == gnu] (build_gcc): Pass
16218 --disable-libcilkrts to gcc configure.
16219 (checkout_vcs): Add mig and gnumach repository URLs, run autoreconf,
16220 and make them the default for now.
16221 * sysdeps/mach/hurd/Makefile [$(subdir)==nis]: Add
16222 -DUSE_BINDINGDIR=1 to CFLAGS-ypclnt.c.
16223 * mach/Machrules (MIGFLAGS): Do not set -DMACH_IPC_COMPAT=0.
16224 * mach/mach/mach_traps.h: Drop comment about MACH_IPC_COMPAT.
16225 * sysdeps/mach/hurd/fork.c (__fork): Drop special casing
16226 MACH_IPC_COMPAT.
16227 * sysdeps/mach/hurd/dl-sysdep.c (_exit): Call LOSE and abort() if
16228 __task_terminate would ever return successfully.
16229 * sysdeps/mach/hurd/profil.c (special_profil_failure): Move variable
16230 to global scope.
16231 * sysdeps/mach/pagecopy.h (PAGE_THRESHOLD): Rename to
16232 PAGE_COPY_THRESHOLD and set to benchmarked 16384.
16233 * sysdeps/mach/hurd/getresgid.c (__getresgid): Set result from
16234 critical section to make code simpler and avoid warning.
16235 * sysdeps/mach/hurd/getresuid.c (__getresuid): Set result from
16236 critical section to make code simpler and avoid warning.
16237 * sysdeps/mach/hurd/spawni.c (__spawni): Make relpath and abspath
16238 const char * instead of char *.
16239 * hurd/hurd/lookup.h (__hurd_file_name_lookup, hurd_file_name_lookup,
16240 __hurd_file_name_split, hurd_file_name_split,
16241 __hurd_directory_name_split, hurd_directory_name_split,
16242 __hurd_file_name_lookup_retry, hurd_file_name_lookup_retry,
16243 hurd_file_name_path_lookup): Make lookup function parameter take a
16244 const char *name instead of char *name.
16245 * hurd/hurdlookup.c (__hurd_file_name_lookup, __hurd_file_name_split,
16246 __hurd_directory_name_split): Likewise.
16247 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Likewise.
16248 * hurd/path-lookup.c (hurd_file_name_path_lookup): Likewise.
16249 * sysdeps/mach/hurd/check_native.c: New file.
16250 * sysdeps/mach/hurd/check_pf.c: New file.
16251 * nscd/gai.c (__getifaddrs): Define macro to getifaddrs.
16252 (__freeifaddrs): Define macro to freeifaddrs.
16253 * sysdeps/mach/hurd/libhurduser.abilist: New file.
16254 * sysdeps/mach/libmachuser.abilist: New file.
16255 * libio/tst-memstream3.c (FWRITE): Rename to _FWRITE.
16256 (do_test_bz20181): Rename accordingly.
16257 * libio/tst-wmemstream3.c (FWRITE): Rename accordingly.
16258 * io/tst-copy_file_range.c [!defined CLONE_NEWNS]: Do not include
16259 <sys/mount.h>.
16260 * hurd/hurd.h (__hurd_fail): Always declare function, and provide inline
16261 version only if __USE_EXTERN_INLINES is defined.
16262 * hurd/hurd/fd.h (_hurd_fd_error_signal, _hurd_fd_error, __hurd_dfail,
16263 __hurd_sockfail): Likewise.
16264 (_hurd_fd_get): Always declare functions, and provide inline versions
16265 only if __USE_EXTERN_INLINES and _LIBC are defined and IS_IN(libc).
16266 * hurd/hurd/port.h (_hurd_port_init, _hurd_port_locked_get,
16267 _hurd_port_get, _hurd_port_free, _hurd_port_locked_set,
16268 _hurd_port_set): Always declare functions, and provide inline versions
16269 only if __USE_EXTERN_INLINES and _LIBC are defined and
16270 IS_IN(libc).
16271 * hurd/hurd/signal.h (_hurd_self_sigstate, _hurd_critical_section_lock,
16272 _hurd_critical_section_unlock): Likewise.
16273 * hurd/hurd/threadvar.h (__hurd_threadvar_location_from_sp,
16274 * __hurd_threadvar_location): Likewise.
16275 * hurd/hurd/userlink.h (_hurd_userlink_link, _hurd_userlink_unlink,
16276 _hurd_userlink_clear): Likewise.
16277 * mach/lock-intern.h (__spin_lock_init, __spin_lock, __mutex_lock,
16278 __mutex_unlock, __mutex_trylock): Always declare functions, and provide
16279 inline versions only if __USE_EXTERN_INLINES and _LIBC are defined.
16280 * mach/mach/mig_support.h (__mig_strncpy): Likewise.
16281 * sysdeps/generic/machine-lock.h (__spin_unlock, __spin_try_lock,
16282 __spin_lock_locked): Likewise.
16283 * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock,
16284 __spin_lock_locked): Likewise.
16285 * mach/spin-lock.c (__USE_EXTERN_INLINES): Define to 1.
16286 * hurd/Versions (libc: GLIBC_2.27): Add _hurd_fd_error_signal,
16287 _hurd_fd_error, __hurd_dfail, __hurd_sockfail, _hurd_port_locked_set,
16288 __hurd_threadvar_location_from_sp, __hurd_threadvar_location,
16289 _hurd_userlink_link, _hurd_userlink_unlink, _hurd_userlink_clear.
16290 * sysdeps/mach/hurd/bits/posix_opt.h (_POSIX_CHOWN_RESTRICTED,
16291 _POSIX_NO_TRUNC): Define to 0.
16292 * sysdeps/pthread/allocalim.h [!defined PTHREAD_STACK_MIN]: Do not
16293 check size against PTHREAD_STACK_MIN.
16294 * hurd/hurd/signal.h [__USE_EXTERN_INLINES][_LIBC][IS_IN(libc) ||
16295 IS_IN(libpthread)]: Include <sigsetops.h>.
16296 * mach/Makefile (user-interfaces): Add mach/gnumach.
16297 * sysdeps/mach/configure.ac (mach_interface_list): Add gnumach.
16298 * sysdeps/mach/configure (mach_interface_list): Regenerate.
16299 * sysdeps/mach/hurd/bits/posix_opt.h (_POSIX_VDISABLE): Set to '\0'
16300 instead of invalid -1.
16301 * sysdeps/mach/hurd/net/ethernet.h: Include <stdint.h>.
16302 * sysdeps/mach/hurd/net/if_arp.h: Include <stdint.h>.
16303 * sysdeps/mach/hurd/net/if_ppp.h: Do not include non-existing
16304 <net/ppp_defs.h>.
16305
16306 2018-01-27 Thomas Schwinge <tschwinge@gnu.org>
16307
16308 * hurd/fcntl-internal.h: New file.
16309
16310 2018-01-27 James Clarke <jrtc27@jrtc27.com>
16311
16312 * sysdeps/hppa/fpu/libm-test-ulps: Update.
16313
16314 * sysdeps/alpha/fpu/libm-test-ulps: Update.
16315
16316 2018-01-26 Andreas Schwab <schwab@linux-m68k.org>
16317
16318 [BZ #22701]
16319 * nis/Makefile (libnsl-inhibit-o) [$(build-obsolete-nsl) != yes]:
16320 Build only shared objects.
16321
16322 2018-01-26 Carlos O'Donell <carlos@redhat.com>
16323
16324 * README: Update for hppa.
16325
16326 2018-01-26 Patrick McGehearty <patrick.mcgehearty@oracle.com>
16327
16328 * sysdeps/sparc/fpu/libm-test-ulps: Update
16329 cpow, ctan, ctanh, j0, j1, y0, yn ulps.
16330
16331 2018-01-26 Carlos O'Donell <carlos@redhat.com>
16332
16333 Revert:
16334
16335 2017-12-19 H.J. Lu <hongjiu.lu@intel.com>
16336
16337 [BZ #22563]
16338 * sysdeps/i386/nptl/tcb-offsets.sym (FEATURE_1_OFFSET): New.
16339 * sysdeps/i386/nptl/tls.h (tcbhead_t): Add feature_1.
16340 * sysdeps/x86_64/nptl/tcb-offsets.sym (FEATURE_1_OFFSET): New.
16341 * sysdeps/x86_64/nptl/tls.h (tcbhead_t): Rename __glibc_unused1
16342 to feature_1.
16343
16344 2017-12-19 H.J. Lu <hongjiu.lu@intel.com>
16345
16346 [BZ #22563]
16347 * bits/types/__cancel_jmp_buf_tag.h: New file.
16348 * sysdeps/unix/sysv/linux/x86/bits/types/__cancel_jmp_buf_tag.h
16349 * sysdeps/unix/sysv/linux/x86/pthreaddef.h: Likewise.
16350 * sysdeps/unix/sysv/linux/x86/nptl/pthreadP.h: Likewise.
16351 * nptl/Makefile (headers): Add
16352 bits/types/__cancel_jmp_buf_tag.h.
16353 * nptl/descr.h [NEED_SAVED_MASK_IN_CANCEL_JMP_BUF]
16354 (pthread_unwind_buf): Add saved_mask to cancel_jmp_buf.
16355 * sysdeps/nptl/pthread.h: Include
16356 <bits/types/__cancel_jmp_buf_tag.h>.
16357 (__pthread_unwind_buf_t): Use struct __cancel_jmp_buf_tag with
16358 __cancel_jmp_buf.
16359 * sysdeps/unix/sysv/linux/hppa/pthread.h: Likewise.
16360
16361 2018-01-25 Rafal Luzynski <digitalfreak@lingonborough.com>
16362
16363 [BZ #10871]
16364 * localedata/locales/uk_UA (mon): Renamed to...
16365 (alt_mon): This.
16366 (alt_digits): "0" removed and then renamed to...
16367 (mon): This.
16368 (date_fmt): Definition changed not to use the alternative
16369 digits hack.
16370
16371 2018-01-25 Palmer Dabbelt <palmer@sifive.com>
16372
16373 * elf/cache.c (print_entry): Add FLAG_RISCV_FLOAT_ABI_SOFT and
16374 FLAG_RISCV_FLOAT_ABI_DOUBLE.
16375 * elf/elf.h (EF_RISCV_RVC): New define.
16376 (EF_RISCV_FLOAT_ABI): Likewise.
16377 (EF_RISCV_FLOAT_ABI_SOFT): Likewise.
16378 (EF_RISCV_FLOAT_ABI_SINGLE): Likewise.
16379 (EF_RISCV_FLOAT_ABI_DOUBLE): Likewise.
16380 (EF_RISCV_FLOAT_ABI_QUAD): Likewise.
16381 * sysdeps/generic/ldconfig.h (FLAG_RISCV_FLOAT_ABI_SOFT): New
16382 define.
16383 (FLAG_RISCV_FLOAT_ABI_DOUBLE): Likewise.
16384
16385 2018-01-25 Andreas Schwab <schwab@suse.de>
16386
16387 * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): Consistently put arguments in
16388 single quotes.
16389 * sysdeps/gnu/configure: Regenerate.
16390 * sysdeps/unix/sysv/linux/aarch64/configure: Regenerate.
16391 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
16392 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
16393 * sysdeps/unix/sysv/linux/s390/s390-64/configure: Regenerate.
16394 * sysdeps/unix/sysv/linux/sparc/sparc64/configure: Regenerate.
16395 * sysdeps/unix/sysv/linux/tile/configure: Regenerate.
16396 * sysdeps/unix/sysv/linux/x86_64/64/configure: Regenerate.
16397 * sysdeps/unix/sysv/linux/x86_64/x32/configure: Regenerate.
16398
16399 2018-01-25 Samuel Thibault <samuel.thibault@ens-lyon.org>
16400
16401 * scripts/build-many-glibcs.py (checkout_vcs): Add hurd repository
16402 URL, and run autoconf, make it the default for now.
16403
16404 2018-01-24 Joseph Myers <joseph@codesourcery.com>
16405
16406 * scripts/build-many-glibcs.py (Context.add_all_configs): Add
16407 soft-float ColdFire configuration.
16408
16409 * sysdeps/unix/sysv/linux/m68k/localplt.data: Move to ....
16410 * sysdeps/unix/sysv/linux/m68k/m680x0/localplt.data: ... here.
16411 * sysdeps/unix/sysv/linux/m68k/coldfire/localplt.data: New file.
16412
16413 * sysdeps/m68k/coldfire/nofpu/math_private.h: New file. Based on
16414 MicroBlaze file.
16415
16416 * sysdeps/unix/sysv/linux/m68k/coldfire/jmp_buf-macros.h: Move to
16417 ....
16418 * sysdeps/unix/sysv/linux/m68k/coldfire/fpu/jmp_buf-macros.h:
16419 ... here.
16420 * sysdeps/unix/sysv/linux/m68k/coldfire/nofpu/jmp_buf-macros.h:
16421 New file.
16422
16423 * sysdeps/unix/sysv/linux/m68k/jmp_buf-macros.h: Move to ....
16424 * sysdeps/unix/sysv/linux/m68k/m680x0/jmp_buf-macros.h: ... here.
16425 * sysdeps/unix/sysv/linux/m68k/coldfire/jmp_buf-macros.h: New
16426 file.
16427
16428 2018-01-24 Szabolcs Nagy <szabolcs.nagy@arm.com>
16429
16430 [BZ #22742]
16431 * sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h (__glibc_reserved1):
16432 Rename to __reserved and add comment.
16433 * sysdeps/unix/sysv/linux/aarch64/ucontext_i.sym (__glibc_reserved1):
16434 Rename to __reserved.
16435
16436 2018-01-24 Joseph Myers <joseph@codesourcery.com>
16437
16438 * scripts/build-many-glibcs.py (Context.add_all_configs): Add
16439 i686-gnu configurations.
16440 (Context.run_builds): Include mig, gnumach and hurd in components
16441 considered.
16442 (Context.checkout): Add mig, gnumach and hurd to components.
16443 (Context.checkout_tar): Add URL mappings for mig, gnumach and
16444 hurd.
16445 (Context.bot_cycle): Check for changes to mig, gnumach and hurd.
16446 (Config.build): Install gnumach headers, build mig and install
16447 hurd headers for 'gnu' OS.
16448 (Config.install_gnumach_headers): New function.
16449 (Config.install_hurd_headers): Likewise.
16450 (Glibc.build_glibc): Do not use /usr for 'gnu' OS. Specifiy MIG
16451 when building for 'gnu' OS.
16452
16453 2018-01-23 Tobias Klauser <tklauser@distanz.ch>
16454
16455 * manual/tunables.texi (Hardware Capability Tunables): Fix
16456 spelling.
16457
16458 2018-01-22 Rical Jasan <ricaljasan@pacific.net>
16459
16460 * manual/locale.texi (ALTMON_1, ALTMON_2, ALTMON_3, ALTMON_4)
16461 (ALTMON_5, ALTMON_6, ALTMON_7, ALTMON_8, ALTMON_9, ALTMON_10)
16462 (ALTMON_11, ALTMON_12): Improve documentation.
16463 * manual/time.texi (strftime): Likewise.
16464
16465 2018-01-22 Rafal Luzynski <digitalfreak@lingonborough.com>
16466
16467 [BZ #10871]
16468 * localedata/locales/pl_PL: Alternative month names added,
16469 primary month names are genitive now.
16470 * time/tst-strptime.c (day_tests): Actually use a genitive case
16471 of a month name in Polish language.
16472
16473 2018-01-22 Rafal Luzynski <digitalfreak@lingonborough.com>
16474
16475 [BZ #10871]
16476 * manual/locale.texi: Document ALTMON_1..12 constants for
16477 nl_langinfo. Specify when to use ALTMON instead of MON.
16478 * manual/time.texi (strftime, strptime): Document GNU extension
16479 permitting O modifier with %B and %b. Specify when to use
16480 %OB instead of %B.
16481
16482 2018-01-22 Rafal Luzynski <digitalfreak@lingonborough.com>
16483
16484 [BZ #10871]
16485 * locale/C-time.c (_nl_C_LC_TIME): Add abbreviated alternative month
16486 names, define them as the same as abbreviated month names explicitly.
16487 * locale/categories.def (LC_TIME): Add ab_alt_mon and wide-ab_alt_mon.
16488 * locale/langinfo.h: (_NL_ABALTMON_1, _NL_ABALTMON_2, _NL_ABALTMON_3,
16489 _NL_ABALTMON_4, _NL_ABALTMON_5, _NL_ABALTMON_6, _NL_ABALTMON_7,
16490 _NL_ABALTMON_8, _NL_ABALTMON_9, _NL_ABALTMON_10, _NL_ABALTMON_11,
16491 _NL_ABALTMON_12, _NL_WABALTMON_1, _NL_WABALTMON_2, _NL_WABALTMON_3,
16492 _NL_WABALTMON_4, _NL_WABALTMON_5, _NL_WABALTMON_6, _NL_WABALTMON_7,
16493 _NL_WABALTMON_8, _NL_WABALTMON_9, _NL_WABALTMON_10, _NL_WABALTMON_11,
16494 _NL_WABALTMON_12): New enum constants.
16495 * locale/programs/ld-time.c (struct locale_time_t): Add ab_alt_mon,
16496 wab_alt_mon, and ab_alt_mon_defined members.
16497 (time_output): Output ab_alt_mon and wab_alt_mon members.
16498 (time_read): Read them, initialize them as copies of abmon and wabmon
16499 respectively if they are missing, initialize ab_alt_mon_defined.
16500 * locale/programs/locfile-kw.gperf (ab_alt_mon): Define.
16501 * locale/programs/locfile-kw.h: Regenerate.
16502 * locale/programs/locfile-token.h (tok_ab_alt_mon): New enum constant.
16503 * time/Makefile [$(run-built-tests) = yes] (LOCALES): Add es_ES.UTF-8
16504 and ru_RU.UTF-8.
16505 * time/strftime_l.c (a_altmonth, aam_len): New macros.
16506 [!COMPILE_WIDE] (ABALTMON_1): New macro.
16507 (__strftime_internal): Handle %Ob and %Oh formats.
16508 * time/strptime_l.c [_LIBC] (ab_alt_month_name): New macro.
16509 (__strptime_internal): Handle %Ob and %Oh formats.
16510 * time/tst-strptime.c (day_tests): Add more tests to parse different
16511 forms of month names including the new %Ob format specifier.
16512
16513 2018-01-22 Rafal Luzynski <digitalfreak@lingonborough.com>
16514
16515 [BZ #10871]
16516 * locale/C-time.c (_nl_C_LC_TIME): Add alternative month names,
16517 define them as the same as primary full month names explicitly.
16518 * locale/categories.def (LC_TIME): Add alt_mon and wide-alt_mon.
16519 * locale/langinfo.h (__ALTMON_1, __ALTMON_2, __ALTMON_3, __ALTMON_4,
16520 __ALTMON_5, __ALTMON_6, __ALTMON_7, __ALTMON_8, __ALTMON_9, __ALTMON_10,
16521 __ALTMON_11, __ALTMON_12, _NL_WALTMON_1, _NL_WALTMON_2, _NL_WALTMON_3,
16522 _NL_WALTMON_4, _NL_WALTMON_5, _NL_WALTMON_6, _NL_WALTMON_7,
16523 _NL_WALTMON_8, _NL_WALTMON_9, _NL_WALTMON_10, _NL_WALTMON_11,
16524 _NL_WALTMON_12): New enum constants.
16525 [__USE_GNU] (ALTMON_1, ALTMON_2, ALTMON_3, ALTMON_4, ALTMON_5, ALTMON_6,
16526 ALTMON_7, ALTMON_8, ALTMON_9, ALTMON_10, ALTMON_11, ALTMON_12): New
16527 macros.
16528 * locale/programs/ld-time.c (struct locale_time_t): Add alt_mon,
16529 walt_mon, and alt_mon_defined members.
16530 (time_output): Output alt_mon and walt_mon members.
16531 (time_read): Read them, initialize them as copies of mon and wmon
16532 respectively if they are missing, initialize alt_mon_defined.
16533 * locale/programs/locfile-kw.gperf (alt_mon): Define.
16534 * locale/programs/locfile-kw.h: Regenerate.
16535 * locale/programs/locfile-token.h (tok_alt_mon): New enum constant.
16536 * localedata/tst-langinfo.c (map): Add tests for the new constants
16537 ALTMON_1 .. ALTMON_12.
16538 * time/Makefile [$(run-built-tests) = yes] (LOCALES): Add fr_FR.UTF-8
16539 and pl_PL.UTF-8.
16540 * time/strftime_l.c (f_altmonth): New macro.
16541 (__strftime_internal): Handle %OB format.
16542 * time/strptime_l.c [_LIBC] (alt_month_name): New macro.
16543 (__strptime_internal): Handle %OB format.
16544 * time/tst-strptime.c (day_tests): Add tests to parse different forms
16545 of month names including the new %OB format specifier.
16546
16547 2018-01-19 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
16548
16549 [BZ #22685]
16550 * sysdeps/powerpc/powerpc32/sysdep.h (ABORT_TRANSACTION_IMPL): Renamed
16551 from ABORT_TRANSACTION.
16552 (ABORT_TRANSACTION): Redirect to ABORT_TRANSACTION_IMPL.
16553 * sysdeps/powerpc/powerpc64/sysdep.h (ABORT_TRANSACTION,
16554 ABORT_TRANSACTION_IMPL): Likewise.
16555 * sysdeps/unix/sysv/linux/powerpc/not-errno.h: New file. Reuse
16556 Linux code, but remove the code that aborts transactions.
16557
16558 2018-01-19 Samuel Thibault <samuel.thibault@ens-lyon.org>
16559
16560 * sysdeps/generic/netinet/if_ether.h: Include <stdint.h>.
16561
16562 2018-01-19 Rafal Luzynski <digitalfreak@lingonborough.com>
16563
16564 * localedata/locales/gu_IN (LC_IDENTIFICATION): Fix an obvious typo
16565 in date: "2004-14-09" should be "2004-09-14".
16566 * localedata/locales/lo_LA: Fix an obvious typo in date in the header:
16567 "2003-15-09" should be "2003-09-15".
16568
16569 2018-01-18 Arjun Shankar <arjun@redhat.com>
16570
16571 [BZ #22343]
16572 [BZ #22774]
16573 CVE-2018-6485
16574 CVE-2018-6551
16575 * malloc/malloc.c (checked_request2size): call REQUEST_OUT_OF_RANGE
16576 after padding.
16577 (_int_memalign): check for integer overflow before calling
16578 _int_malloc.
16579 * malloc/tst-malloc-too-large.c: New test.
16580 * malloc/Makefile: Add tst-malloc-too-large.
16581
16582 2018-01-18 Rafal Luzynski <digitalfreak@lingonborough.com>
16583
16584 * localedata/locales/bho_NP (LC_IDENTIFICATION): Fix an obvious typo
16585 in date: "2017-24-07" should be "2017-07-24".
16586 * localedata/locales/mai_IN: Likewise.
16587 * localedata/locales/mai_NP: Likewise.
16588
16589 2018-01-17 Dmitry V. Levin <ldv@altlinux.org>
16590
16591 * po/ru.po: Update translations.
16592
16593 2018-01-17 Joseph Myers <joseph@codesourcery.com>
16594
16595 [BZ #22719]
16596 * sysdeps/hppa/backtrace.c: New file.
16597
16598 2018-01-17 H.J. Lu <hongjiu.lu@intel.com>
16599
16600 [BZ #22715]
16601 * sysdeps/x86_64/dl-trampoline.h (_dl_runtime_profile): Properly
16602 align La_x86_64_retval to VEC_SIZE.
16603
16604 2018-01-16 Joseph Myers <joseph@codesourcery.com>
16605
16606 * sysdeps/x86_64/backtrace.c: Include <gnu/lib-names.h>.
16607 (init): Use LIBGCC_S_SO not hardcoded "libgcc_s.so.1".
16608
16609 2018-01-16 Florian Weimer <fweimer@redhat.com>
16610
16611 * nptl/Makefile [$(have-cxx-thread_local)] (tests-unsupported):
16612 Move tst-thread-exit-clobber ...
16613 [$(CXX)] (tests-unsupported): ... to here.
16614
16615 2018-01-16 Szabolcs Nagy <szabolcs.nagy@arm.com>
16616
16617 * sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_SHA3): Define.
16618 (HWCAP_SM3, HWCAP_SM4, HWCAP_ASIMDDP, HWCAP_SHA512, HWCAP_SVE): Define.
16619 * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c
16620 (_dl_aarch64_cap_flags): Update.
16621 (_DL_HWCAP_COUNT): Update.
16622
16623 2018-01-16 Szabolcs Nagy <szabolcs.nagy@arm.com>
16624
16625 * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h
16626 (_DL_HWCAP_LAST): Remove.
16627 (_DL_HWCAP_COUNT): Move to ...
16628 * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c
16629 (_DL_HWCAP_COUNT): ... here.
16630
16631 2018-01-16 Florian Weimer <fweimer@redhat.com>
16632
16633 * nptl/Makefile (CFLAGS-tst-minstack-throw.o): Compile in C++11
16634 mode with GNU extensions.
16635
16636 2018-01-15 Alan Hayward <alan.hayward@arm.com>
16637
16638 * elf/elf.h (NT_ARM_SVE): Define.
16639
16640 2018-01-15 Florian Weimer <fweimer@redhat.com>
16641
16642 [BZ #22636]
16643 * nptl/tst-minstack-throw.cc: New file.
16644 * nptl/Makefile (tests): Add tst-minstack-throw.
16645 (LDLIBS-tst-minstack-throw): Link with libstdc++.
16646 [!CXX] (tests-unsupported): Add tst-minstack-throw.
16647
16648 2018-01-15 Joseph Myers <joseph@codesourcery.com>
16649
16650 * scripts/build-many-glibcs.py (Context.checkout): Default
16651 binutils version to 2.30 branch, MPFR version to 4.0.0 and MPC
16652 version to 1.1.0.
16653
16654 2018-01-13 Carlos O'Donell <carlos@redhat.com>
16655
16656 [BZ #22707]
16657 * elf/elf.h (DF_1_STUB): Define.
16658 (DF_1_PIE): Define.
16659
16660 2018-01-12 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
16661
16662 [BZ #22697]
16663 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
16664 Do not add 0.5 to integer or out-of-range arguments.
16665
16666 2018-01-12 Dmitry V. Levin <ldv@altlinux.org>
16667
16668 * po/bg.po: Update translations.
16669 * po/cs.po: Likewise.
16670 * po/de.po: Likewise.
16671 * po/ko.po: Likewise.
16672 * po/pl.po: Likewise.
16673 * po/sv.po: Likewise.
16674 * po/uk.po: Likewise.
16675 * po/vi.po: Likewise.
16676
16677 2018-01-12 Szabolcs Nagy <szabolcs.nagy@arm.com>
16678
16679 * aarch64/start.S (_start): Use __wrap_main.
16680 (__wrap_main): New local symbol.
16681
16682 2018-01-12 Dmitry V. Levin <ldv@altlinux.org>
16683
16684 [BZ #22679]
16685 CVE-2018-1000001
16686 * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Fall back to
16687 generic_getcwd if the path returned by getcwd syscall is not absolute.
16688 * io/tst-getcwd-abspath.c: New test.
16689 * io/Makefile (tests): Add tst-getcwd-abspath.
16690
16691 2018-01-12 Istvan Kurucsai <pistukem@gmail.com>
16692
16693 * malloc/malloc.c (malloc_consolidate): Add size check.
16694
16695 2018-01-12 Florian Weimer <fweimer@redhat.com>
16696
16697 * support/write_message.c (write_message): Preserve errno.
16698 * support/check.c (print_failure): Likewise.
16699 * support/support_test_verify_impl.c (support_test_verify_impl):
16700 Likewise.
16701 * support/support_test_compare_failure.c
16702 (support_test_compare_failure): Likewise.
16703
16704 2018-01-12 Florian Weimer <fweimer@redhat.com>
16705
16706 [BZ #22701]
16707 * nis/Makefile (install-lib-ldscripts, $(inst_libdir)/libnsl.so):
16708 Prevent installation of libnsl.so.
16709 (libnsl-inhibit-o): Do not build (or install) static libraries.
16710
16711 2018-01-12 Egmont Koblinger <egmont@gmail.com>
16712
16713 [BZ #22657]
16714 * localedata/locales/hu_HU (d_t_fmt): Avoid a leading space
16715 before the day number which may produce a double space.
16716 (date_fmt): Likewise.
16717
16718 2018-01-12 Joseph Myers <joseph@codesourcery.com>
16719
16720 * sysdeps/s390/fpu/feholdexcpt.c (__feholdexcept): Call __fegetenv
16721 instead of fegetenv.
16722
16723 2018-01-11 Joseph Myers <joseph@codesourcery.com>
16724
16725 [BZ #22702]
16726 * sysdeps/generic/math_private.h (libc_feresetround_noex): Update
16727 comment to say exceptions are discarded.
16728 (libc_feholdsetround_noex_ctx): Use __feholdexcept instead of
16729 __fegetenv.
16730 (SET_RESTORE_ROUND_NOEX): Update comment to say non-stop mode must
16731 be enabled.
16732
16733 2018-01-11 Florian Weimer <fweimer@redhat.com>
16734
16735 * sysdeps/gnu/unwind-resume.c (__libgcc_s_init): Update comment
16736 and error message.
16737
16738 2018-01-11 Florian Weimer <fweimer@redhat.com>
16739
16740 [BZ #22636]
16741 * nptl/Makefile (tests): Add tst-minstack-cancel, tst-minstack-exit.
16742 * nptl/tst-minstack-cancel.c, nptl/tst-minstack-exit.c: New files.
16743
16744 2018-01-10 Joseph Myers <joseph@codesourcery.com>
16745
16746 [BZ #22693]
16747 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Handle
16748 negative arguments in test for NaN or infinity argument.
16749
16750 2018-01-10 Dmitry V. Levin <ldv@altlinux.org>
16751
16752 * po/libc.pot: Regenerate.
16753
16754 2018-01-10 Florian Weimer <fweimer@redhat.com>
16755
16756 [BZ #22636]
16757 * sysdeps/nptl/unwind-forcedunwind.c (pthread_cancel_init): Open
16758 libgcc.so with RTLD_NOW, to avoid lazy binding during unwind.
16759
16760 2018-01-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
16761
16762 * hurd/hurd/fd.h: Include <fcntl.h>
16763 (__hurd_at_flags): New function.
16764 * hurd/lookup-at.c (__file_name_lookup_at): Replace flag computation
16765 with call to __hurd_at_flags.
16766 * include/unistd.h (__faccessat, __faccessat_noerrno): Add declaration.
16767 * sysdeps/mach/hurd/access.c (access_common): Move implementation to
16768 __faccessat
16769 (hurd_fail_seterrno, hurd_fail_noerrno): Move to sysdeps/mach/hurd/faccessat.c.
16770 (__access_noerrno): Use __faccessat_common instead of access_common.
16771 (__access): Likewise.
16772 * sysdeps/mach/hurd/euidaccess.c (__euidaccess): Replace implementation
16773 with a call to __faccessat.
16774 * sysdeps/mach/hurd/faccessat.c (faccessat): Rename into...
16775 (__faccessat_common): ... this. Move implementation of __access into it when
16776 AT_FLAGS does not contain AT_EACCESS. Make it call __hurd_at_flags, add
16777 reauthenticate_cwdir_at helper to implement AT mechanism.
16778 (__faccessat_noerrno): New function, just calls __faccessat_common.
16779 (__faccessat): New function, just calls __faccessat_common.
16780 (faccessat): Define weak alias.
16781
16782 2018-01-10 Joseph Myers <joseph@codesourcery.com>
16783
16784 [BZ #22691]
16785 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16786 (CFLAGS-s_fmaxmagl.c): New variable.
16787 [$(subdir) = math] (CFLAGS-s_fminmagl.c: Likewise.
16788
16789 [BZ #22690]
16790 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Use unsigned
16791 long int for arguments of possibly overflowing addition or
16792 subtraction.
16793 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
16794
16795 2018-01-09 Joseph Myers <joseph@codesourcery.com>
16796
16797 [BZ #22688]
16798 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16799 (CFLAGS-e_remainderl.c): New variable.
16800
16801 [BZ #22687]
16802 * sysdeps/powerpc/nofpu/Makefile (CFLAGS-s_cacosl.c): New
16803 variable.
16804 (CFLAGS-s_cacoshl.c): Likewise.
16805 (CFLAGS-s_casinhl.c): Likewise.
16806 (CFLAGS-s_catanl.c): Likewise.
16807 (CFLAGS-s_catanhl.c): Likewise.
16808 (CFLAGS-s_cexpl.c): Likewise.
16809 (CFLAGS-s_ccoshl.c): Add -fsignaling-nans.
16810 (CFLAGS-s_csinhl.c): Likewise.
16811 (CFLAGS-s_clogl.c): Likewise.
16812 (CFLAGS-s_clog10l.c): Likewise.
16813 (CFLAGS-s_csinl.c): Likewise.
16814 (CFLAGS-s_csqrtl.c): Likewise.
16815
16816 2017-01-09 Emilio Pozuelo Monfort <pochu27@gmail.com>
16817 2017-01-09 Svante Signell <svante.signell@gmail.com>
16818
16819 * hurd/hurdexec.c (_hurd_exec): Deprecate function.
16820 (_hurd_exec_paths): New function.
16821 * hurd/hurd.h (_hurd_exec): Deprecate function.
16822 (_hurd_exec_paths): Declare function.
16823 * hurd/Versions: Export _hurd_exec_paths.
16824 * sysdeps/mach/hurd/execve.c: Include <stdlib.h> and <stdio.h>
16825 (__execve): Use __getcwd to build absolute path, and use
16826 _hurd_exec_paths instead of _hurd_exec.
16827 * sysdeps/mach/hurd/spawni.c: Likewise.
16828 * sysdeps/mach/hurd/fexecve.c: Use _hurd_exec_paths instead of
16829 _hurd_exec.
16830
16831 2018-01-08 Dmitry V. Levin <ldv@altlinux.org>
16832
16833 * sysdeps/unix/sysv/linux/tst-ttyname.c (do_in_chroot_1): Skip the
16834 test instead of failing in case of ENOENT returned by posix_openpt.
16835
16836 2018-01-08 Florian Weimer <fweimer@redhat.com>
16837
16838 resolv: Support binary labels in test framework.
16839 * support/resolv_test.c (struct to_be_freed): Remove.
16840 (struct compressed_name): New.
16841 (allocate_compressed_name, ascii_tolower)
16842 (compare_compressed_name): New functions.
16843 (struct resolv_response_builder): Update type of
16844 compression_offsets for use with tsearch. Rempve to_be_freed.
16845 (response_push_pointer_to_free): Remove function.
16846 (resolv_response_add_name): Rewrite using struct compressed_name
16847 and tsearch instead of hsearch_r.
16848 (response_builder_allocate): Remove initialization of
16849 compression_offsets.
16850 (response_builder_free): Update for removal of to_be_freed. Use
16851 tdestroy instead of hdestroy_r.
16852 * resolv/Makefile (tests): Add tst-resolv-binary.
16853 (tst-resolv-binary): Link with -lresolv -lpthread.
16854
16855 2018-01-08 Florian Weimer <fweimer@redhat.com>
16856
16857 * support/check.h (TEST_COMPARE): Allow sign mismatch at compile
16858 time. Pass positive flag instead of negative flag to
16859 support_test_compare_failure.
16860 (support_test_compare_failure): Change negative parameter to
16861 positive.
16862 * support/support_test_compare_failure.c (report)
16863 (support_test_compare_failure): Likewise.
16864 * support/tst-test_compare.c (return_ssize_t, return_int): New.
16865 (do_test): Check int/size_t, ssize_t/size_t comparisons.
16866
16867 2018-01-08 Szabolcs Nagy <szabolcs.nagy@arm.com>
16868
16869 [BZ #22637]
16870 * nptl/descr.h (stackblock, stackblock_size): Update comments.
16871 * nptl/allocatestack.c (allocate_stack): Add guardsize to stacksize.
16872 * nptl/nptl-init.c (__pthread_get_minstack): Remove guardsize from
16873 stacksize.
16874 * nptl/pthread_getattr_np.c (pthread_getattr_np): Likewise.
16875
16876 2018-01-08 H.J. Lu <hongjiu.lu@intel.com>
16877
16878 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
16879 Add s_sincosf-sse2 and s_sincosf-fma.
16880 (CFLAGS-s_sincosf-fma.c): New.
16881 * sysdeps/x86_64/fpu/multiarch/s_sincosf-fma.c: New file.
16882 * sysdeps/x86_64/fpu/multiarch/s_sincosf-sse2.S: Likewise.
16883 * sysdeps/x86_64/fpu/multiarch/s_sincosf.c: Likewise.
16884 * sysdeps/x86_64/fpu/s_sincosf.S: Don't add alias if
16885 __sincosf is defined.
16886
16887 2018-01-08 Florian Weimer <fweimer@redhat.com>
16888
16889 * nptl/tst-thread-exit-clobber.cc: New file.
16890 * nptl/Makefile (CFLAGS-tst-thread-exit-clobber.o): Compile in
16891 C++11 mode.
16892 (LDLIBS-tst-thread-exit-clobber): Link with libstdc++.
16893 (tests): Add tst-thread-exit-clobber.
16894 [!CXX] (tests-unsupported): Add tst-thread-exit-clobber.
16895
16896 2018-01-08 Florian Weimer <fweimer@redhat.com>
16897
16898 * support/check.h (support_static_assert): Define.
16899 (TEST_COMPARE): Use it.
16900
16901 2018-01-07 Aurelien Jarno <aurelien@aurel32.net>
16902
16903 * sysdeps/unix/sysv/linux/getrlimit64 (getrlimit64)
16904 [!__RLIM_T_MATCHES_RLIM64_T]
16905 [!SHLIB_COMPAT (libc, GLIBC_2_1, GLIBC_2_2)]: Define as weak alias of
16906 __getrlimit64. Add libc_hidden_weak.
16907
16908 2018-01-06 Palmer Dabbelt <palmer@sifive.com>
16909
16910 * elf/elf.h (R_RISCV_NONE): New define.
16911 (R_RISCV_32): Likewise.
16912 (R_RISCV_64): Likewise.
16913 (R_RISCV_RELATIVE): Likewise.
16914 (R_RISCV_COPY): Likewise.
16915 (R_RISCV_JUMP_SLOT): Likewise.
16916 (R_RISCV_TLS_DTPMOD32): Likewise.
16917 (R_RISCV_TLS_DTPMOD64): Likewise.
16918 (R_RISCV_TLS_DTPREL32): Likewise.
16919 (R_RISCV_TLS_DTPREL64): Likewise.
16920 (R_RISCV_TLS_TPREL32): Likewise.
16921 (R_RISCV_TLS_TPREL64): Likewise.
16922 * Makerules (make-link-multidir): Make directories before linking into
16923 them.
16924 * sysdeps/unix/sysv/linux/dl-vdso.h (VDSO_NAME_LINUX_4_15): New
16925 define.
16926 (VDSO_HASH_LINUX_4_15): Likewise.
16927 * scripts/build-many-glibcs.py (class Glibc): Strip shared objects
16928 in subdirectories of lib.
16929 * nptl/Makefile (/librt.so): Always depend on
16930 "$(shared-thread-library)".
16931
16932 2018-01-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
16933
16934 * sysdeps/mach/hurd/i386/jmp_buf-macros.h: New file.
16935 * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic) [NO_RTLD_HIDDEN]: Call
16936 JUMPTARGET (___tls_get_addr) instead of HIDDEN_JUMPTARGET
16937 (___tls_get_addr).
16938 * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Likewise.
16939 * sysdeps/i386/fpu/libm-test-ulps: Regenerated for GCC 7 with
16940 "-O2 -march=i686".
16941 * posix/tst-glob_symlinks.c [!PATH_MAX]: Define PATH_MAX macro.
16942 * sysdeps/gnu/glob64.c (__glob): Define macro instead of glob macro.
16943 (__glob64): Define GLIBC_2_27 versioned symbol instead of glob64.
16944 * sysdeps/gnu/glob-lstat-compat.c: New file.
16945 * sysdeps/gnu/glob64-lstat-compat.c: New file.
16946 * sysdeps/posix/pwritev_common.c: Add PROT_READ to __mmap prot.
16947
16948 2018-01-05 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
16949
16950 * sysdeps/powerpc/powerpc64/dl-machine.c (_dl_reloc_overflow):
16951 Reserve 16 chars to reloc_addr before calling _itoa_word.
16952
16953 2018-01-05 Aurelien Jarno <aurelien@aurel32.net>
16954
16955 [BZ #22678]
16956 * sysdeps/unix/sysv/linux/prlimit.c (prlimit): Translate
16957 old_rlimit from RLIM64_INFINITY to RLIM_INFINITY.
16958
16959 * sysdeps/unix/sysv/linux/tst-rlimit-infinity.c: New file.
16960 * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-rlimit-infinity.
16961
16962 * resource/tst-getrlimit.c: Add copyright header.
16963
16964 2018-01-05 Aurelien Jarno <aurelien@aurel32.net>
16965 Adhemerval Zanella <adhemerval.zanella@linaro.org>
16966
16967 * sysdeps/unix/sysv/linux/getrlimit64.c [USE_VERSIONED_RLIMIT]: Do not
16968 define getrlimit and getrlimit64 as weak aliases of __getrlimit64.
16969 Define __GI_getrlimit64 as weak alias of __getrlimit64.
16970 [__RLIM_T_MATCHES_RLIM64_T]: Do not redefine SHLIB_COMPAT, use #elif
16971 instead.
16972 * sysdeps/unix/sysv/linux/setrlimit64.c [USE_VERSIONED_RLIMIT]: Do not
16973 define setrlimit and setrlimit64 as weak aliases of __setrlimit64.
16974 * sysdeps/unix/sysv/linux/alpha/bits/resource.h (RLIM_INFINITY,
16975 RLIM64_INFINITY): Fix values to match the kernel ones.
16976 * sysdeps/unix/sysv/linux/alpha/getrlimit64.c: Define
16977 USE_VERSIONED_RLIMIT. Rename __getrlimit64 into __old_getrlimit64 and
16978 provide it as getrlimit@@GLIBC_2_0 and getrlimit64@@GLIBC_2_1. Add a
16979 __getrlimit64 function and provide it as getrlimit@@GLIBC_2_27 and
16980 getrlimit64@@GLIBC_2_27.
16981 * sysdeps/unix/sysv/linux/alpha/setrlimit64.c: Ditto with setrlimit
16982 and setrlimit64.
16983 * sysdeps/unix/sysv/linux/alpha/libc.abilist (GLIBC_2.27): Add
16984 getrlimit, setrlimit, getrlimit64 and setrlimit64.
16985 * sysdeps/unix/sysv/linux/alpha/Versions (libc): Add getrlimit,
16986 setrlimit, getrlimit64 and setrlimit64.
16987
16988 2018-01-05 Aurelien Jarno <aurelien@aurel32.net>
16989
16990 [BZ #22648]
16991 * sysdeps/unix/sysv/linux/alpha/getrlimit64.c: New file.
16992 * sysdeps/unix/sysv/linux/alpha/setrlimit64.c: Ditto.
16993
16994 2018-01-04 Joseph Myers <joseph@codesourcery.com>
16995
16996 * malloc/tst-malloc-tcache-leak.c (TIMEOUT): Define to 50.
16997 * posix/tst-glob-tilde.c (TIMEOUT): Define to 200.
16998 * resolv/tst-resolv-res_ninit.c (TIMEOUT): Define to 50.
16999
17000 2018-01-03 Adhemerval Zanella <adhemerval.zanella@linaro.org>
17001
17002 [BZ #15479]
17003 [BZ #22666]
17004 * sysdeps/alpha/fpu/s_trunc.c: Remove file.
17005 * sysdeps/alpha/fpu/s_truncf.c: Likewise.
17006
17007 [BZ #15479]
17008 [BZ #22665]
17009 * sysdeps/alpha/fpu/s_ceil.c: Remove file.
17010 * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
17011 * sysdeps/alpha/fpu/s_floor.c: Likewise.
17012 * sysdeps/alpha/fpu/s_floorf.c: Likewise.
17013
17014 2018-01-04 Florian Weimer <fweimer@redhat.com>
17015
17016 [BZ #22667]
17017 * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext):
17018 Align the stack before calling exit.
17019 * stdlib/tst-makecontext-align.c: New file.
17020 * stdlib/Makefile (tests): Add tst-makecontext-align.
17021
17022 2018-01-04 Florian Weimer <fweimer@redhat.com>
17023
17024 Add support for calling dlvsym from libc.so.
17025 * include/dlfcn.h (__libc_dlvsym): Declare.
17026 * elf/Makefile (tests-static-internal): Add
17027 tst-libc_dlvsym-static.
17028 (tests-internal): Add tst-libc_dlvsym.
17029 (modules-names): Add tst-libc_dlvsym-dso.
17030 (tst-libc_dlvsym, tst-libc_dlvsym-static): Link with libdl.
17031 (tst-libc_dlvsym-dso.so): Link with libdl, libsupport.
17032 (tst-libc_dlvsym.out, tst-libc_dlvsym-static.out): The shared
17033 object tst-libc_dlvsym-dso.so needs to be built before running
17034 these tests.
17035 (tst-libc_dlvsym-static-ENV): Set LD_LIBRARY_PATH.
17036 * elf/Versions: Export __libc_dlvsym.
17037 * elf/dl-libc.c (struct do_dlvsym_args): New.
17038 (do_dlvsym, __libc_dlvsym): New functions.
17039 (struct dl_open_hook, _dl_open_hook): Add dlvsym member.
17040 (_dl_open_hook2): New variable.
17041 (__libc_register_dl_open_hook): Set it.
17042 * elf/tst-libc_dlvsym-dso.c: New file.
17043 * elf/tst-libc_dlvsym-static.c: Likewise.
17044 * elf/tst-libc_dlvsym.c: Likewise.
17045 * elf/tst-libc_dlvsym.h: Likewise.
17046
17047 2018-01-03 Samuel Thibault <samuel.thibault@ens-lyon.org>
17048
17049 * support/support_enter_mount_namespace.c [!CLONE_NEWNS]: Do not
17050 include <sys/mount.h>.
17051
17052 2018-01-02 Wilco Dijkstra <wdijkstr@arm.com>
17053
17054 * math/math.h (math_errhandling): Set to 0 with __FAST_MATH__.
17055 Add __NO_MATH_ERRNO__ check.
17056
17057 2018-01-02 Joseph Myers <joseph@codesourcery.com>
17058
17059 * sysdeps/mips/mips32/libm-test-ulps: Update.
17060 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
17061
17062 2018-01-02 Florian Weimer <fweimer@redhat.com>
17063
17064 * misc/tst-pselect.c: Add copyright header.
17065
17066 2018-01-02 Aurelien Jarno <aurelien@aurel32.net>
17067
17068 * sysdeps/unix/sysv/linux/alpha/getrlimit64.c: Fix a typo in the
17069 comment.
17070 * sysdeps/unix/sysv/linux/alpha/setrlimit64.c: Fix a typo in the
17071 comment.
17072 (settrlimit): Rename into setrlimit.
17073 (__sttrlimit): Rename into __setrlimit.
17074
17075 * sysdeps/unix/sysv/linux/alpha/getrlimit64.c (__old_getrlimit64):
17076 Drop __RLIM_T_MATCHES_RLIM64_T conditional as __old_getrlimit64 is
17077 never defined in that case.
17078
17079 2018-01-02 Joseph Myers <joseph@codesourcery.com>
17080
17081 * sysdeps/powerpc/nofpu/libm-test-ulps: Update.
17082
17083 * sysdeps/arm/libm-test-ulps: Update.
17084
17085 * math/Makefile (run-regen-ulps): Add $(objpfx) to test name here.
17086 (regen-ulps): Use $(libm-tests) not $^ in shell loop.
17087
17088 2018-01-02 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
17089
17090 * NEWS: Add cosf and sincosf to list of optimized functions.
17091
17092 2018-01-02 Aurelien Jarno <aurelien@aurel32.net>
17093
17094 [BZ #22660]
17095 * sysdeps/alpha/fpu/s_fmax.S: Remove file.
17096 * sysdeps/alpha/fpu/s_fmaxf.S: Likewise.
17097 * sysdeps/alpha/fpu/s_fmin.S: Likewise.
17098 * sysdeps/alpha/fpu/s_fminf.S: Likewise.
17099
17100 2018-01-01 Dmitry V. Levin <ldv@altlinux.org>
17101
17102 [BZ #22433]
17103 * sysdeps/unix/sysv/linux/arm/sys/ptrace.h: New file.
17104
17105 * elf/dl-load.c (decompose_rpath): Check for rpath emptiness before
17106 making a copy of it.
17107
17108 2018-01-01 Joseph Myers <joseph@codesourcery.com>
17109
17110 * manual/texinfo.tex: Update to version 2017-12-26.21 with
17111 trailing whitespace removed.
17112 * scripts/config.guess: Update to version 2018-01-01.
17113 * scripts/config.sub: Update to version 2018-01-01.
17114 * scripts/move-if-change: Update from gnulib.
17115
17116 * NEWS: Update copyright dates.
17117 * catgets/gencat.c (print_version): Likewise.
17118 * csu/version.c (banner): Likewise.
17119 * debug/catchsegv.sh: Likewise.
17120 * debug/pcprofiledump.c (print_version): Likewise.
17121 * debug/xtrace.sh (do_version): Likewise.
17122 * elf/ldconfig.c (print_version): Likewise.
17123 * elf/ldd.bash.in: Likewise.
17124 * elf/pldd.c (print_version): Likewise.
17125 * elf/sotruss.sh: Likewise.
17126 * elf/sprof.c (print_version): Likewise.
17127 * iconv/iconv_prog.c (print_version): Likewise.
17128 * iconv/iconvconfig.c (print_version): Likewise.
17129 * locale/programs/locale.c (print_version): Likewise.
17130 * locale/programs/localedef.c (print_version): Likewise.
17131 * login/programs/pt_chown.c (print_version): Likewise.
17132 * malloc/memusage.sh (do_version): Likewise.
17133 * malloc/memusagestat.c (print_version): Likewise.
17134 * malloc/mtrace.pl: Likewise.
17135 * manual/libc.texinfo: Likewise.
17136 * nptl/version.c (banner): Likewise.
17137 * nscd/nscd.c (print_version): Likewise.
17138 * nss/getent.c (print_version): Likewise.
17139 * nss/makedb.c (print_version): Likewise.
17140 * posix/getconf.c (main): Likewise.
17141 * scripts/test-installation.pl: Likewise.
17142 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
17143
17144 * All files with FSF copyright notices: Update copyright dates
17145 using scripts/update-copyrights.
17146 * locale/programs/charmap-kw.h: Regenerated.
17147 * locale/programs/locfile-kw.h: Likewise.
17148
17149 2017-12-31 Zack Weinberg <zackw@panix.com>
17150
17151 * libio/bits/libio-ldbl.h: Correct check for improper
17152 inclusion. Add own multiple include guard.
17153
17154 2017-12-30 Aurelien Jarno <aurelien@aurel32.net>
17155 Dmitry V. Levin <ldv@altlinux.org>
17156
17157 [BZ #22625]
17158 CVE-2017-16997
17159 * elf/dl-load.c (fillin_rpath): Check for empty tokens before dynamic
17160 string token expansion. Check for NULL pointer or empty string possibly
17161 returned by expand_dynamic_string_token.
17162 (decompose_rpath): Check for empty path after dynamic string
17163 token expansion.
17164
17165 2017-12-29 Dmitry V. Levin <ldv@altlinux.org>
17166
17167 [BZ #22433]
17168 * sysdeps/unix/sysv/linux/x86/sys/ptrace.h: New file.
17169
17170 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_request): Add comments
17171 about PTRACE_PEEKSIGINFO, PTRACE_GETSIGMASK, PTRACE_SETSIGMASK, and
17172 PTRACE_SECCOMP_GET_FILTER. Update comments about PTRACE_SINGLESTEP
17173 and PTRACE_SYSCALL.
17174 * sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h: Likewise.
17175 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
17176 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
17177 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
17178 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
17179 * sysdeps/unix/sysv/linux/tile/sys/ptrace.h: Likewise.
17180
17181 * sysdeps/unix/sysv/linux/sys/ptrace.h: Include <bits/ptrace-shared.h>.
17182 (__ptrace_setoptions, __ptrace_eventcodes, __ptrace_peeksiginfo_args,
17183 __ptrace_peeksiginfo_flags, ptrace): Move to ...
17184 * sysdeps/unix/sysv/linux/bits/ptrace-shared.h: ... new file.
17185 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
17186 bits/ptrace-shared.h.
17187 * sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h: Include
17188 <bits/ptrace-shared.h>.
17189 (__ptrace_setoptions, __ptrace_eventcodes, __ptrace_peeksiginfo_args,
17190 __ptrace_peeksiginfo_flags, ptrace): Remove.
17191 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
17192 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
17193 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
17194 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
17195 * sysdeps/unix/sysv/linux/tile/sys/ptrace.h: Likewise.
17196
17197 2017-12-29 Aurelien Jarno <aurelien@aurel32.net>
17198
17199 [BZ #17804]
17200 * dirent/scandir-tail.c (SCANDIR_TAIL): Move __set_errno (0) at the
17201 end of the loop. Improve comments.
17202
17203 2017-12-29 Zack Weinberg <zackw@panix.com>
17204
17205 [BZ #22615]
17206 * manual/errno.texi (Checking for Errors): Explicitly say that errno
17207 might be set on success.
17208
17209 2017-12-29 Aurelien Jarno <aurelien@aurel32.net>
17210
17211 [BZ #22611]
17212 * malloc/tst-realloc.c (do_test): Remove the test checking that errno
17213 is unchanged on success.
17214
17215 2017-12-27 Dmitry V. Levin <ldv@altlinux.org>
17216
17217 * elf/dl-dst.h (DL_DST_COUNT): Remove is_path argument, all callers
17218 updated.
17219 * elf/dl-load.c (is_dst, _dl_dst_count, _dl_dst_substitute,
17220 expand_dynamic_string_token): Likewise.
17221 * sysdeps/generic/ldsodefs.h (_dl_dst_count, _dl_dst_substitute): Remove
17222 is_path argument.
17223
17224 * elf/dl-load.c (is_dst): Remove checks that is_path is set and name
17225 contains ':'.
17226
17227 * elf/dl-load.c (_dl_dst_substitute): Remove checks that is_path
17228 is set and name contains ':', and all code depending on these checks.
17229
17230 2017-12-24 Zack Weinberg <zackw@panix.com>
17231
17232 * libio/libio.h, libio/_G_config.h: New stub headers which issue a
17233 deprecation warning and then include <bits/libio.h>, <bits/_G_config.h>
17234 respectively.
17235 * libio/libio.h: Rename the original version of this file to
17236 libio/bits/libio.h. Error out if not included by stdio.h or the
17237 stub libio.h.
17238 * include/libio.h: Move to include/bits. Forward to libio/bits/libio.h.
17239 * sysdeps/generic/_G_config.h: Move to top-level bits/. Error out
17240 if not included by bits/libio.h or the stub _G_config.h.
17241 * sysdeps/unix/sysv/linux/_G_config.h: Move to
17242 sysdeps/unix/sysv/linux/bits. Error out if not included by
17243 bits/libio.h or the stub _G_config.h.
17244 * libio/stdio.h: Include bits/libio.h, not libio.h.
17245 * libio/Makefile: Install bits/libio.h and bits/_G_config.h as
17246 well as libio.h and _G_config.h.
17247
17248 * csu/init.c, libio/fmemopen.c, libio/iolibio.h, libio/oldfmemopen.c
17249 * libio/strfile.h, stdio-common/vfscanf.c
17250 * sysdeps/pthread/flockfile.c, sysdeps/pthread/funlockfile.c
17251 Include stdio.h, not _G_config.h nor libio.h.
17252 * libio/iofgetpos.c: Also rename fgetpos64 out of the way.
17253 * libio/iofsetpos.c: Also rename fsetpos64 out of the way.
17254
17255 * scripts/check-installed-headers.sh: Skip libio.h and _G_config.h.
17256
17257 2017-12-23 Dmitry V. Levin <ldv@altlinux.org>
17258
17259 [BZ #22347]
17260 * stdlib/getrandom.c (getrandom): Fix comment.
17261 * sysdeps/unix/sysv/linux/getrandom.c (getrandom): Likewise.
17262
17263 2017-12-23 Aurelien Jarno <aurelien@aurel32.net>
17264
17265 [BZ #21161]
17266 * manual/arith.texi (strtoul): Fix a typo.
17267
17268 [BZ #22596]
17269 * manual/arith.texi (finite): Fix the description of the return
17270 value.
17271
17272 2017-12-22 Eric Blake <ebb9@byu.net>
17273
17274 Avoid gcc warnings on cygwin
17275 * posix/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
17276 * posix/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
17277 Avoid unused variable.
17278
17279 2017-12-22 Florian Weimer <fweimer@redhat.com>
17280
17281 * io/Makefile (routines): Add copy_file_range.
17282 (tests): Add tst-copy_file_range.
17283 (tests-static, tests-internal): Add tst-copy_file_range-compat.
17284 * io/Versions (GLIBC_2.27): Export copy_file_range.
17285 * io/copy_file_range-compat.c: New file.
17286 * io/copy_file_range.c: Likewise.
17287 * io/tst-copy_file_range-compat.c: Likewise.
17288 * io/tst-copy_file_range.c: Likewise.
17289 * manual/llio.texi (Copying File Data): New section.
17290 * posix/unistd.h [__USE_GNU] (copy_file_range): Declare.
17291 * support/Makefile (libsupport-routines): Add support-xfstat,
17292 xftruncate, xlseek.
17293 * support/support-xfstat.c: New file.
17294 * support/xftruncate.c: Likewise.
17295 * support/xlseek.c: Likewise.
17296 * support/xunistd.h (xfstat, xftruncate, xlseek): Declare.
17297 * sysdeps/unix/sysv/linux/**.abilist: Update.
17298 * sysdeps/unix/sysv/linux/copy_file_range.c: New file.
17299
17300 2017-12-21 Szabolcs Nagy <szabolcs.nagy@arm.com>
17301
17302 * scripts/build-many-glibcs.py (Context.add_all_configs): Add
17303 disable-multi-arch variant to aarch64-linux-gnu.
17304
17305 2017-12-20 Joseph Myers <joseph@codesourcery.com>
17306
17307 * manual/texinfo.tex: Update to version 2017-12-18.20 with
17308 trailing whitespace removed.
17309 * scripts/config.guess: Update to version 2017-12-17.
17310 * scripts/config.sub: Update to version 2017-11-23.
17311 * scripts/install-sh: Update to version 2017-09-23.17.
17312 * scripts/move-if-change: Update to version 2017-09-13 06:45.
17313
17314 2017-12-20 Adhemerval Zanella <adhemerval.zanella@linaro.org>
17315
17316 * sysdeps/tile/__longjmp.S (__longjmp): Use lowercase instructions.
17317 * sysdeps/tile/__tls_get_addr.S (__tls_get_addr): Likewise.
17318 * sysdeps/tile/_mcount.S (__mcount): Likewise.
17319 * sysdeps/tile/crti.S (_init, _fini): Likewise.
17320 * sysdeps/tile/crtn.S: Likewise.
17321 * sysdeps/tile/dl-start.S (_start): Likewise.
17322 * sysdeps/tile/dl-trampoline.S: Likewise.
17323 * sysdeps/tile/setjmp.S (__sigsetjmp): Likewise.
17324 * sysdeps/tile/start.S (_start): Likewise.
17325 * sysdeps/unix/sysv/linux/tile/clone.S (_clone): Likewise.
17326 * sysdeps/unix/sysv/linux/tile/getcontext.S (__getcontext): Likewise.
17327 * sysdeps/unix/sysv/linux/tile/ioctl.S (__ioctl): Likewise.
17328 * sysdeps/unix/sysv/linux/tile/setcontext.S (__setcontext): Likewise.
17329 * sysdeps/unix/sysv/linux/tile/swapcontext.S (__swapcontext): Likewise.
17330 * sysdeps/unix/sysv/linux/tile/syscall.S (syscall): Likewise.
17331 * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Likewise.
17332
17333 * stdlib/bug-getcontext.c (do_test): Remove tilepro mention in
17334 comment.
17335 * sysdeps/tile/preconfigure: Remove tilegx folder.
17336 * sysdeps/tile/tilegx/Implies: Move definitions to ...
17337 * sysdeps/tile/Implies: ... here.
17338 * sysdeps/tile/tilegx/Makefile: Move rules to ...
17339 * sysdeps/tile/Makefile: ... here.
17340 * sysdeps/tile/tilegx/atomic-machine.h: Move definitions to ...
17341 * sysdeps/tile/atomic-machine.h: ... here. Add include guards.
17342 * sysdeps/tile/tilegx/bits/wordsize.h: Move to ...
17343 * sysdeps/tile/bits/wordsize.h: ... here.
17344 * sysdeps/tile/tilegx/*: Move to ...
17345 * sysdeps/tile/*: ... here.
17346 * sysdeps/tile/tilegx/tilegx32/Implies: Move to ...
17347 * sysdeps/tile/tilegx32/Implies: ... here.
17348 * sysdeps/tile/tilegx/tilegx64/Implies: Move to ...
17349 * sysdeps/tile/tilegx64/Implies: ... here.
17350 * sysdeps/unix/sysv/linux/tile/tilegx/Makefile: Move definitions
17351 to ...
17352 * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
17353 * sysdeps/unix/sysv/linux/tile/tilegx/*: Move to ...
17354 * sysdeps/unix/sysv/linux/tile/*: ... here.
17355 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/*: Move to ...
17356 * sysdeps/unix/sysv/linux/tile/tilegx32/*: ... here.
17357 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/*: Move to ...
17358 * sysdeps/unix/sysv/linux/tile/tilegx64/*: ... here.
17359
17360 * README: Remove tilepro-*-linux-gnu from supported architecture.
17361 * scripts/build-many-glibcs.py: Likewise.
17362 * sysdeps/tile/__tls_get_addr.S (__tls_get_addr): Likewise.
17363 * sysdeps/tile/crti.S (PREINIT_FUNCTION): Likewise.
17364 * sysdeps/tile/dl-machine.h (ELF_MACHINE_NAME,
17365 elf_machine_matches_host, elf_machine_dynamic,
17366 elf_machine_load_address, elf_machine_runtime_setup, reloc_howto
17367 howto, elf_machine_rela): Likewise.
17368 * sysdeps/tile/dl-start.S (_start): Likewise.
17369 * sysdeps/tile/memcmp.c (DBLALIGN, REVBYTES): Likewise.
17370 * sysdeps/tile/memcopy.h (MEMCPY_OK_FOR_FWD_MEMMOVE,
17371 MEMCPY_OK_FOR_FWD_MEMMOVE, op_t): Likewise.
17372 * sysdeps/tile/nptl/pthread_spin_lock.c (TNS, CMPTNS): Likewise.
17373 * sysdeps/tile/nptl/pthread_spin_trylock.c (TNS): Likewise.
17374 * sysdeps/tile/nptl/pthread_spin_unlock.c (pthread_spin_unlock):
17375 Likewise.
17376 * sysdeps/tile/nptl/tls.h (DB_THREAD_SELF): Likewise.
17377 * sysdeps/tile/preconfigure: Likewise.
17378 * sysdeps/tile/stackguard-macros.h (STACK_CHK_GUARD,
17379 POINTER_CHK_GUARD): Likewise.
17380 * sysdeps/tile/stackinfo.h (__stackinfo_sub): Likewise.
17381 * sysdeps/tile/start.S (_start): Likewise.
17382 * sysdeps/tile/tls-macros.h (TLS_GD_OFFSET, TLS_IE_OFFSET, _TLS_LE):
17383 Likewise.
17384 * sysdeps/tile/sysdep.h (REGSIZE): Likewise.
17385 (LD, LD4U, ST, ST4, BNEZ, BEQZ, BEQZT, BGTZ, CMPEQI, CMPEQ, CMOVEQZ,
17386 CMOVNEZ): Remove.
17387 * sysdeps/unix/sysv/linux/tile/bits/environments.h
17388 (__ILP32_OFF32_CFLAGS, __ILP32_OFFBIG_CFLAGS, __ILP32_OFF32_LDFLAGS,
17389 __ILP32_OFFBIG_LDFLAGS, __LP64_OFF64_CFLAGS, __LP64_OFF64_LDFLAGS):
17390 Likewise.
17391 * sysdeps/tile/wordcopy.c (DBLALIGN): Likewise.
17392 * sysdeps/tile/tilepro/Implies: Remove file.
17393 * sysdeps/tile/tilepro/atomic-machine.h: Likewise.
17394 * sysdeps/tile/tilepro/bits/wordsize.h: Likewise.
17395 * sysdeps/tile/tilepro/memchr.c: Likewise.
17396 * sysdeps/tile/tilepro/memcpy.S: Likewise.
17397 * sysdeps/tile/tilepro/memset.c: Likewise.
17398 * sysdeps/tile/tilepro/memusage.h: Likewise.
17399 * sysdeps/tile/tilepro/rawmemchr.c: Likewise.
17400 * sysdeps/tile/tilepro/strchr.c: Likewise.
17401 * sysdeps/tile/tilepro/strchrnul.c: Likewise.
17402 * sysdeps/tile/tilepro/strlen.c: Likewise.
17403 * sysdeps/tile/tilepro/strrchr.c: Likewise.
17404 * sysdeps/unix/sysv/linux/tile/tilepro/Implies: Likewise.
17405 * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: Likewise.
17406 * sysdeps/unix/sysv/linux/tile/tilepro/jmp_buf-macros.h: Likewise.
17407 * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: Likewise.
17408 * sysdeps/unix/sysv/linux/tile/tilepro/ldconfig.h: Likewise.
17409 * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
17410 Likewise.
17411 * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: Likewise.
17412 * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
17413 * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: Likewise.
17414 * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: Likewise.
17415 * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
17416 * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: Likewise.
17417 * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: Likewise.
17418 * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: Likewise.
17419 * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: Likewise.
17420 * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: Likewise.
17421 * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: Likewise.
17422 * sysdeps/unix/sysv/linux/tile/tilepro/register-dump.h: Likewise.
17423 * sysdeps/unix/sysv/linux/tile/sysconf.c (linux_sysconf): Remove
17424 tilepro mention in comment.
17425
17426 * nptl/Makefile (libpthread-routines): Add pthread_join_common.
17427 * nptl/pthreadP.h (__pthread_timedjoin_ex): New prototype.
17428 * nptl/pthread_join_common.c: New file: common function used on
17429 pthread_join, pthread_timedjoin_np, pthread_tryjoin_np.
17430 * nptl/pthread_join.c (pthread_join): Use __pthread_timedjoin_ex.
17431 * nptl/pthread_tryjoin.c (pthread_tryjoin): Likewise.
17432 * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
17433 (cleanup): Move definition to pthread_join_common.c.
17434 * sysdeps/unix/sysv/linux/i386/lowlevellock.h (__lll_timedwait_tid):
17435 Remove superflous checks.
17436 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (__lll_timedwait_tid):
17437 Likewise.
17438
17439 2017-12-20 Szabolcs Nagy <szabolcs.nagy@arm.com>
17440
17441 * sysdeps/aarch64/libm-test-ulps: Update.
17442
17443 2017-12-20 Adhemerval Zanella <adhemerval.zanella@linaro.org>
17444
17445 * sysdeps/aarch64/memset.S (MEMSET): Define.
17446
17447 2017-12-20 Florian Weimer <fweimer@redhat.com>
17448
17449 [BZ #22635]
17450 nptl: Provide full implementation of pthread_self in libc.so.
17451 * nptl/Makefile (routines): Add pthread_self.
17452 (libpthread-routines): Replace pthread_self with
17453 compat-pthread_self.
17454 * nptl/forward.c (pthread_self): Remove.
17455 * nptl/nptl-init.c (pthread_functions): Do not initialize
17456 ptr_pthread_self.
17457 * nptl/pthread_self.c (pthread_self): Remove weak alias.
17458 * nptl/compat-pthread_self.c: New file.
17459 * sysdeps/nptl/pthread-functions.h (struct pthread_functions):
17460 Remove ptr_pthread_self.
17461
17462 2017-12-19 Arnold D. Robbins <arnold@skeeve.com>
17463
17464 * posix/regcomp.c: Fix spelling in comments.
17465 * posix/regex.h: Likewise.
17466 * posix/regex_internal.c: Likewise.
17467 * posix/regexec.c: Likewise.
17468
17469 2017-12-19 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
17470
17471 [BZ #22377]
17472 * math/Makefile [C++] (tests): Add test for iseqsig.
17473 * math/math.h [C++] (iseqsig): New implementation, which does
17474 not rely on __MATH_TG/__builtin_types_compatible_p.
17475 * math/test-math-iseqsig.cc: New file.
17476 * sysdeps/powerpc/powerpc64le/Makefile
17477 (CFLAGS-test-math-iseqsig.cc): New variable.
17478
17479 2017-12-19 Dmitry V. Levin <ldv@altlinux.org>
17480
17481 * elf/dl-load.c (is_trusted_path): Remove.
17482 (fillin_rpath): Remove check_trusted argument and its use,
17483 all callers changed.
17484
17485 2017-12-19 H.J. Lu <hongjiu.lu@intel.com>
17486
17487 [BZ #22630]
17488 * Makeconfig (link-pie-before-libc): Replace -pie with
17489 $(if $($(@F)-no-pie),$(no-pie-ldflag),-pie).
17490 * elf/Makefile (LDFLAGS-tst-dlopen-aout): Removed.
17491 (tst-dlopen-aout-no-pie): New.
17492 (LDFLAGS-tst-prelink): Removed.
17493 (tst-prelink-no-pie): New.
17494 (LDFLAGS-tst-main1): Removed.
17495 (tst-main1-no-pie): New.
17496 * gmon/Makefile (LDFLAGS-tst-gmon): Removed.
17497 (tst-gmon-no-pie): New.
17498
17499 2017-12-19 H.J. Lu <hongjiu.lu@intel.com>
17500
17501 * manual/install.texi: Document that --enable-static-pie
17502 implies PIE.
17503 * INSTALL: Regenerated.
17504
17505 2017-12-19 Bernd Edlinger <bernd.edlinger@hotmail.de>
17506
17507 [BZ #21309]
17508 * sysdeps/ieee754/dbl-64/e_pow.c (checkint): Make m and n
17509 unsigned.
17510
17511 2017-12-19 Joseph Myers <joseph@codesourcery.com>
17512
17513 Revert:
17514
17515 2017-12-19 Joseph Myers <joseph@codesourcery.com>
17516
17517 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17518
17519 2017-12-19 Patrick McGehearty <patrick.mcgehearty@oracle.com>
17520
17521 * sysdeps/ieee754/dbl-64/e_exp.c: Include <math-svid-compat.h> and
17522 <errno.h>. Include "eexp.tbl".
17523 (half): New constant.
17524 (one): Likewise.
17525 (__ieee754_exp): Rewrite.
17526 (__slowexp): Remove prototype.
17527 * sysdeps/ieee754/dbl-64/eexp.tbl: New file.
17528 * sysdeps/ieee754/dbl-64/slowexp.c: Remove file.
17529 * sysdeps/i386/fpu/slowexp.c: Likewise.
17530 * sysdeps/ia64/fpu/slowexp.c: Likewise.
17531 * sysdeps/m68k/m680x0/fpu/slowexp.c: Likewise.
17532 * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: Likewise.
17533 * sysdeps/x86_64/fpu/multiarch/slowexp-fma.c: Likewise.
17534 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
17535 * sysdeps/generic/math_private.h (__slowexp): Remove prototype.
17536 * sysdeps/ieee754/dbl-64/e_pow.c: Remove mention of slowexp.c in
17537 comment.
17538 * sysdeps/powerpc/power4/fpu/Makefile [$(subdir) = math]
17539 (CPPFLAGS-slowexp.c): Remove variable.
17540 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
17541 Remove slowexp-fma, slowexp-fma4 and slowexp-avx.
17542 (CFLAGS-slowexp-fma.c): Remove variable.
17543 (CFLAGS-slowexp-fma4.c): Likewise.
17544 (CFLAGS-slowexp-avx.c): Likewise.
17545 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c (__slowexp): Do not
17546 define as macro.
17547 * sysdeps/x86_64/fpu/multiarch/e_exp-fma.c (__slowexp): Likewise.
17548 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c (__slowexp): Likewise.
17549 * math/Makefile (type-double-routines): Remove slowexp.
17550 * manual/probes.texi (slowexp_p6): Remove.
17551 (slowexp_p32): Likewise.
17552
17553 2017-12-19 Adhemerval Zanella <adhemerval.zanella@linaro.org>
17554
17555 * lib/glob.c (glob): Use a 'char *', not a 'void *', in pointer
17556 arithmetic.
17557
17558 * lib/glob.c (glob): Do not pass NULL to mempcpy.
17559
17560 2017-12-19 Joseph Myers <joseph@codesourcery.com>
17561
17562 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17563
17564 2017-12-19 Patrick McGehearty <patrick.mcgehearty@oracle.com>
17565
17566 * sysdeps/ieee754/dbl-64/e_exp.c: Include <math-svid-compat.h> and
17567 <errno.h>. Include "eexp.tbl".
17568 (half): New constant.
17569 (one): Likewise.
17570 (__ieee754_exp): Rewrite.
17571 (__slowexp): Remove prototype.
17572 * sysdeps/ieee754/dbl-64/eexp.tbl: New file.
17573 * sysdeps/ieee754/dbl-64/slowexp.c: Remove file.
17574 * sysdeps/i386/fpu/slowexp.c: Likewise.
17575 * sysdeps/ia64/fpu/slowexp.c: Likewise.
17576 * sysdeps/m68k/m680x0/fpu/slowexp.c: Likewise.
17577 * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: Likewise.
17578 * sysdeps/x86_64/fpu/multiarch/slowexp-fma.c: Likewise.
17579 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
17580 * sysdeps/generic/math_private.h (__slowexp): Remove prototype.
17581 * sysdeps/ieee754/dbl-64/e_pow.c: Remove mention of slowexp.c in
17582 comment.
17583 * sysdeps/powerpc/power4/fpu/Makefile [$(subdir) = math]
17584 (CPPFLAGS-slowexp.c): Remove variable.
17585 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
17586 Remove slowexp-fma, slowexp-fma4 and slowexp-avx.
17587 (CFLAGS-slowexp-fma.c): Remove variable.
17588 (CFLAGS-slowexp-fma4.c): Likewise.
17589 (CFLAGS-slowexp-avx.c): Likewise.
17590 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c (__slowexp): Do not
17591 define as macro.
17592 * sysdeps/x86_64/fpu/multiarch/e_exp-fma.c (__slowexp): Likewise.
17593 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c (__slowexp): Likewise.
17594 * math/Makefile (type-double-routines): Remove slowexp.
17595 * manual/probes.texi (slowexp_p6): Remove.
17596 (slowexp_p32): Likewise.
17597
17598 2017-12-19 Adhemerval Zanella <adhemerval.zanella@linaro.org>
17599 James Clarke <jrtc27@jrtc27.com>
17600
17601 [BZ #22603]
17602 * sysdeps/ia64/memchr.S (__memchr): Avoid overflow in pointer
17603 addition.
17604
17605 2017-12-19 Adhemerval Zanella <adhemerval.zanella@linaro.org>
17606
17607 [BZ #22605]
17608 * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Fix exit return
17609 code.
17610
17611 2017-12-19 H.J. Lu <hongjiu.lu@intel.com>
17612
17613 [BZ #22563]
17614 * sysdeps/i386/nptl/tcb-offsets.sym (FEATURE_1_OFFSET): New.
17615 * sysdeps/i386/nptl/tls.h (tcbhead_t): Add feature_1.
17616 * sysdeps/x86_64/nptl/tcb-offsets.sym (FEATURE_1_OFFSET): New.
17617 * sysdeps/x86_64/nptl/tls.h (tcbhead_t): Rename __glibc_unused1
17618 to feature_1.
17619
17620 2017-12-19 H.J. Lu <hongjiu.lu@intel.com>
17621
17622 [BZ #22563]
17623 * bits/types/__cancel_jmp_buf_tag.h: New file.
17624 * sysdeps/unix/sysv/linux/x86/bits/types/__cancel_jmp_buf_tag.h
17625 * sysdeps/unix/sysv/linux/x86/pthreaddef.h: Likewise.
17626 * sysdeps/unix/sysv/linux/x86/nptl/pthreadP.h: Likewise.
17627 * nptl/Makefile (headers): Add
17628 bits/types/__cancel_jmp_buf_tag.h.
17629 * nptl/descr.h [NEED_SAVED_MASK_IN_CANCEL_JMP_BUF]
17630 (pthread_unwind_buf): Add saved_mask to cancel_jmp_buf.
17631 * sysdeps/nptl/pthread.h: Include
17632 <bits/types/__cancel_jmp_buf_tag.h>.
17633 (__pthread_unwind_buf_t): Use struct __cancel_jmp_buf_tag with
17634 __cancel_jmp_buf.
17635 * sysdeps/unix/sysv/linux/hppa/pthread.h: Likewise.
17636
17637 2017-12-18 H.J. Lu <hongjiu.lu@intel.com>
17638
17639 * scripts/build-many-glibcs.py (Context.add_all_configs): Add
17640 --enable-static-pie variants to x86_64, x32 and i686.
17641
17642 2017-12-19 Joseph Myers <joseph@codesourcery.com>
17643
17644 [BZ #22631]
17645 * sysdeps/m68k/m680x0/fpu/bits/mathinline.h (__m81_defun): Add
17646 argument for attrubutes. All callers changed.
17647 (__inline_mathop1): Likewise. All callers changed.
17648 (__inline_mathop): Likewise. All callers changed.
17649 [__USE_MISC] (scalbn): Use __inline_forward instead of
17650 __inline_forward_c.
17651 [__USE_ISOC99] (scalbln): Likewise.
17652 [__USE_ISOC99] (nearbyint): Likewise.
17653 [__USE_ISOC99] (lrint): Likewise.
17654 [__USE_MISC] (scalbnf): Likewise.
17655 [__USE_ISOC99] (scalblnf): Likewise.
17656 [__USE_ISOC99] (nearbyintf): Likewise.
17657 [__USE_ISOC99] (lrintf): Likewise.
17658 [__USE_MISC] (scalbnl): Likewise.
17659 [__USE_ISOC99] (scalblnl): Likewise.
17660 [__USE_ISOC99] (nearbyintl): Likewise.
17661 [__USE_ISOC99] (lrintl): Likewise.
17662 * sysdeps/m68k/m680x0/fpu/mathimpl.h: All callers of
17663 __inline_mathop and __m81_defun changed.
17664
17665 * scripts/build-many-glibcs.py (Context.add_all_configs): Specify
17666 CPU or FPU for ARM hard-float configurations.
17667
17668 2017-12-18 Joseph Myers <joseph@codesourcery.com>
17669
17670 * nptl/tst-attr3.c: Include <libc-diag.h>.
17671 (do_test) [__GNUC_PREREQ (7, 0)]: Ignore -Wrestrict for two tests.
17672
17673 * posix/tst-glob_symlinks.c (do_test): Increase size of buf.
17674
17675 * string/tester.c (test_strncat): Also disable -Warray-bounds
17676 warnings for two tests.
17677
17678 2017-12-18 H.J. Lu <hongjiu.lu@intel.com>
17679
17680 [BZ #22614]
17681 * Makeconfig (no-pie-ldflag): Set to -no-pie only if
17682 $(cc-pie-default) == yes.
17683 * config.make.in (cc-pie-default): New.
17684 * configure.ac (libc_cv_pie_default): Renamed to ...
17685 (libc_cv_cc_pie_default): This.
17686 (libc_cv_pie_default): Set to $libc_cv_cc_pie_default.
17687 * configure: Regenerated.
17688
17689 2017-12-18 Florian Weimer <fweimer@redhat.com>
17690
17691 [BZ #20204]
17692 ld.so: Harden dl-libc/libdl hooks.
17693 * sysdeps/generic/ldsodefs.h (_dl_init_all_dirs): Update comment.
17694 (rtld_active): New function.
17695 * dlfcn/dladdr.c (__dladdr): Call it.
17696 * dlfcn/dladdr1.c (__dladdr1): Likewise.
17697 * dlfcn/dlclose.c (__dlcose): Likewise.
17698 * dlfcn/dlerror.c (__dlerror): Likewise.
17699 * dlfcn/dlinfo.c (__dlinfo): Likewise.
17700 * dlfcn/dlmopen.c (__dlmopen): Likewise.
17701 * dlfcn/dlopen.c (__dlopen): Likewise.
17702 * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
17703 * dlfcn/dlsym.c (__dlsym): Likewise.
17704 * dlfcn/dlvsym.c (__dlvsym): Likewise.
17705 * libio/vtables.c (_IO_vtable_check): Likewise.
17706 * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym)
17707 (__libc_dlclose): Likewise.
17708 * elf/rtld.c (dl_main): Update comment on the _dl_init_all_dirs
17709 assignment.
17710
17711 2017-12-18 Joseph Myers <joseph@codesourcery.com>
17712
17713 [BZ #22446]
17714 * nscd/connections.c (handle_request) [SO_PEERCRED]: Use separate
17715 buffers for readlink input and output.
17716
17717 2017-12-18 Sergei Trofimovich <slyfox@gentoo.org>
17718
17719 [BZ #22624]
17720 * sysdeps/mips/setjmp_aux.c (__sigsetjmp_aux): Use
17721 inhibit_stack_protector.
17722
17723 [BZ #22624]
17724 * sysdeps/mips/mips64/setjmp_aux.c (__sigsetjmp_aux): Use
17725 inhibit_stack_protector.
17726
17727 2017-12-18 Dmitry V. Levin <ldv@altlinux.org>
17728
17729 [BZ #22627]
17730 * elf/dl-load.c (_dl_init_paths): Remove _dl_dst_substitute preparatory
17731 code and invocation.
17732
17733 2017-12-18 Szabolcs Nagy <szabolcs.nagy@arm.com>
17734
17735 * sysdeps/aarch64/start.S (_start): Handle PIC && !SHARED case.
17736
17737 2017-12-16 Aurelien Jarno <aurelien@aurel32.net>
17738
17739 [BZ #22505]
17740 * elf/ldconfig.c (main): Call setlocale to force LC_COLLATE to C.
17741
17742 2017-12-16 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
17743
17744 * sysdeps/s390/fpu/libm-test-ulps: Update.
17745
17746 2017-12-16 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
17747
17748 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17749
17750 2017-12-16 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
17751
17752 * sysdeps/ieee754/flt-32/s_cosf.c: Move reduced() and
17753 constants to s_sincosf.h file.
17754 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
17755 * sysdeps/ieee754/flt-32/s_sincosf.c: New
17756 implementation.
17757 * sysdeps/ieee754/flt-32/s_sincosf.h:
17758 New file.
17759
17760 2017-12-12 Carlos O'Donell <carlos@redhat.com>
17761
17762 [BZ #14681]
17763 * elf/tst-leaks1.c (do_test): Call one dlopen with $ORIGIN expansion
17764 before mtrace.
17765
17766 2017-12-15 H.J. Lu <hongjiu.lu@intel.com>
17767
17768 [BZ #19574]
17769 * INSTALL: Regenerated.
17770 * Makeconfig (real-static-start-installed-name): New.
17771 (pic-default): Updated for --enable-static-pie.
17772 (pie-default): New for --enable-static-pie.
17773 (default-pie-ldflag): Likewise.
17774 (+link-static-before-libc): Replace $(DEFAULT-LDFLAGS-$(@F))
17775 with $(if $($(@F)-no-pie),$(no-pie-ldflag),$(default-pie-ldflag)).
17776 Replace $(static-start-installed-name) with
17777 $(real-static-start-installed-name).
17778 (+prectorT): Updated for --enable-static-pie.
17779 (+postctorT): Likewise.
17780 (CFLAGS-.o): Add $(pie-default).
17781 (CFLAGS-.op): Likewise.
17782 * NEWS: Mention --enable-static-pie.
17783 * config.h.in (ENABLE_STATIC_PIE): New.
17784 * configure.ac (--enable-static-pie): New configure option.
17785 (have-no-dynamic-linker): New LIBC_CONFIG_VAR.
17786 (have-static-pie): Likewise.
17787 Enable static PIE if linker supports --no-dynamic-linker.
17788 (ENABLE_STATIC_PIE): New AC_DEFINE.
17789 (enable-static-pie): New LIBC_CONFIG_VAR.
17790 * configure: Regenerated.
17791 * csu/Makefile (omit-deps): Add r$(start-installed-name) and
17792 gr$(start-installed-name) for --enable-static-pie.
17793 (extra-objs): Likewise.
17794 (install-lib): Likewise.
17795 (extra-objs): Add static-reloc.o and static-reloc.os
17796 ($(objpfx)$(start-installed-name)): Also depend on
17797 $(objpfx)static-reloc.o.
17798 ($(objpfx)r$(start-installed-name)): New.
17799 ($(objpfx)g$(start-installed-name)): Also depend on
17800 $(objpfx)static-reloc.os.
17801 ($(objpfx)gr$(start-installed-name)): New.
17802 * csu/libc-start.c (LIBC_START_MAIN): Call _dl_relocate_static_pie
17803 in libc.a.
17804 * csu/libc-tls.c (__libc_setup_tls): Add main_map->l_addr to
17805 initimage.
17806 * csu/static-reloc.c: New file.
17807 * elf/Makefile (routines): Add dl-reloc-static-pie.
17808 (elide-routines.os): Likewise.
17809 (DEFAULT-LDFLAGS-tst-tls1-static-non-pie): Removed.
17810 (tst-tls1-static-non-pie-no-pie): New.
17811 * elf/dl-reloc-static-pie.c: New file.
17812 * elf/dl-support.c (_dl_get_dl_main_map): New function.
17813 * elf/dynamic-link.h (ELF_DURING_STARTUP): Also check
17814 STATIC_PIE_BOOTSTRAP.
17815 * elf/get-dynamic-info.h (elf_get_dynamic_info): Likewise.
17816 * gmon/Makefile (tests): Add tst-gmon-static-pie.
17817 (tests-static): Likewise.
17818 (DEFAULT-LDFLAGS-tst-gmon-static): Removed.
17819 (tst-gmon-static-no-pie): New.
17820 (CFLAGS-tst-gmon-static-pie.c): Likewise.
17821 (CRT-tst-gmon-static-pie): Likewise.
17822 (tst-gmon-static-pie-ENV): Likewise.
17823 (tests-special): Likewise.
17824 ($(objpfx)tst-gmon-static-pie.out): Likewise.
17825 (clean-tst-gmon-static-pie-data): Likewise.
17826 ($(objpfx)tst-gmon-static-pie-gprof.out): Likewise.
17827 * gmon/tst-gmon-static-pie.c: New file.
17828 * manual/install.texi: Document --enable-static-pie.
17829 * sysdeps/generic/ldsodefs.h (_dl_relocate_static_pie): New.
17830 (_dl_get_dl_main_map): Likewise.
17831 * sysdeps/i386/configure.ac: Check if linker supports static PIE.
17832 * sysdeps/x86_64/configure.ac: Likewise.
17833 * sysdeps/i386/configure: Regenerated.
17834 * sysdeps/x86_64/configure: Likewise.
17835 * sysdeps/mips/Makefile (ASFLAGS-.o): Add $(pie-default).
17836 (ASFLAGS-.op): Likewise.
17837
17838 2017-12-15 Joseph Myers <joseph@codesourcery.com>
17839
17840 * io/Makefile (tst-open-tmpfile-ARGS): New variable.
17841 * posix/tst-mmap-offset.c (fname): Use /tmp.
17842 * stdlib/tst-setcontext3.sh (tempfile): Use ${objpfx}.
17843
17844 2017-12-15 Steve Ellcey <sellcey@cavium.com>
17845
17846 * nscd/dbg_log.c (dbg_log): Increase msg buffer size.
17847
17848 2017-12-15 Thomas Schwinge <thomas@codesourcery.com>
17849
17850 * sysdeps/mach/hurd/dl-sysdep.c (__access_noerrno): Don't set
17851 errno.
17852
17853 2017-12-15 Joseph Myers <joseph@codesourcery.com>
17854
17855 * scripts/build-many-glibcs.py (Context.add_all_configs): Use
17856 --with-float=hard for arm-linux-gnueabihf configurations.
17857
17858 [BZ #14121]
17859 * po/Makefile (generated): Add $(ALL_LINGUAS:%=%.mo).
17860 (%.mo): Change to $(objpfx)%.mo. Use $(make-target-directory).
17861 ($(mo-installed)): Use $(objpfx)%.mo.
17862 (realclean): Remove rule.
17863
17864 * po/Makefile (linguas): Remove rule and dependencies.
17865 (linguas.mo): Likewise.
17866 (.PHONY): Do not depend on linguas and linguas.mo.
17867 (podir): Remove variable.
17868 (pofiles): Likewise.
17869 [$(pofiles)] (%.po): Remove rule.
17870
17871 * sysdeps/sparc/sparc32/Makefile
17872 ($(divrem:%=$(sysdep_dir)/sparc/sparc32/%.S)): Do not include
17873 start-of-line whitespace in argument of echo.
17874 * sysdeps/sparc/sparc32/divrem.m4: Avoid generating lines starting
17875 with whitespace. Generate __wrap_.udiv alias.
17876 * sysdeps/sparc/sparc32/rem.S: Regenerated.
17877 * sysdeps/sparc/sparc32/sdiv.S: Likewise.
17878 * sysdeps/sparc/sparc32/udiv.S: Likewise.
17879 * sysdeps/sparc/sparc32/urem.S: Likewise.
17880
17881 2017-12-15 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
17882
17883 * sysdeps/powerpc/powerpc64/power8/strcpy.S: Use vectors
17884 for aligned inputs.
17885
17886 2017-12-14 Siddhesh Poyarekar <siddhesh@sourceware.org>
17887
17888 * benchtests/bench-strcmp.c: Print output in JSON format.
17889
17890 * elf/dl-tunables.list: Remove redundant SXID_ERASE.
17891
17892 2017-12-14 Florian Weimer <fweimer@redhat.com>
17893
17894 [BZ #22607]
17895 CVE-2017-1000409
17896 * elf/dl-load.c (_dl_init_paths): Compute number of components in
17897 the expanded path string.
17898
17899 2017-12-14 Florian Weimer <fweimer@redhat.com>
17900
17901 [BZ #22606]
17902 CVE-2017-1000408
17903 * elf/dl-load.c (system_dirs): Update comment.
17904 (nsystem_dirs_len): Use array_length.
17905 (_dl_init_paths): Use nsystem_dirs_len to compute the array size.
17906
17907 2017-12-14 Florian Weimer <fweimer@redhat.com>
17908
17909 Simplify compiling most of support/ outside of glibc.
17910 * support/check_addrinfo.c: Include <string.h>.
17911 * support/check_dns_packet.c: Likewise.
17912 * support/check_hostent.c: Likewise.
17913 * support/support_can_chroot.c: Include <support/xunistd.h>.
17914 * support/support_format_addrinfo.c: Include <stdlib.h>
17915 * support/support_format_dns_packet.c: Include <stdbool.h>.
17916 * support/support_format_hostent.c: Include <stdlib.h>.
17917 * support/support_format_netent.c: Likewise.
17918 * support/support_write_string.c: Include <support/xunistd.h>.
17919 * support/xdlfcn.c: Include <stddef.h>.
17920
17921 2017-12-14 H.J. Lu <hongjiu.lu@intel.com>
17922
17923 * sysdeps/x86_64/fpu/s_cosf.S: Removed.
17924
17925 2017-12-14 Patrick McGehearty <patrick.mcgehearty@oracle.com>
17926 Adhemerval Zanella <adhemerval.zanella@linaro.org>
17927
17928 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile
17929 (sysdeps_routines): Add memset-niagara7.
17930 * sysdeps/sparc/sparc64/multiarch/Makefile (sysdes_rotuines):
17931 Likewise.
17932 * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara7.S: New
17933 file.
17934 * sysdeps/sparc/sparc64/multiarch/memset-niagara7.S: Likewise.
17935 * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c
17936 (__libc_ifunc_impl_list): Add __bzero_niagara7 and __memset_niagara7.
17937 * sysdeps/sparc/sparc64/multiarch/ifunc-memset.h (IFUNC_SELECTOR):
17938 Add niagara7 option.
17939 * NEWS: Mention sparc m7 optimized memcpy, mempcpy, memmove, and
17940 memset.
17941
17942 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile
17943 (sysdeps_routines): Add memcpy-memmove-niagara7 and memmove-ultra1.
17944 * sysdeps/sparc/sparc64/multiarch/Makefile (sysdeps_routines):
17945 Likewise.
17946 * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-memmove-niagara7.S:
17947 New file.
17948 * sysdeps/sparc/sparc32/sparcv9/multiarch/memmove-ultra1.S: Likewise.
17949 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memmove.c: Likewise.
17950 * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c
17951 (__libc_ifunc_impl_list): Add __memcpy_niagara7, __mempcpy_niagara7,
17952 and __memmove_niagara7.
17953 * sysdeps/sparc/sparc64/multiarch/ifunc-memcpy.h (IFUNC_SELECTOR):
17954 Add niagara7 option.
17955 * sysdeps/sparc/sparc64/multiarch/memmove.c: New file.
17956 * sysdeps/sparc/sparc64/multiarch/ifunc-memmove.h: Likewise.
17957 * sysdeps/sparc/sparc64/multiarch/memcpy-memmove-niagara7.S: Likewise.
17958 * sysdeps/sparc/sparc64/multiarch/memmove-ultra1.S: Likewise.
17959 * sysdeps/sparc/sparc64/multiarch/rtld-memmove.c: Likewise.
17960
17961 2017-12-14 Jose E. Marchesi <jose.marchesi@oracle.com>
17962
17963 * sysdeps/sparc/sparc32/sparcv9/memmove.S: New file.
17964 * sysdeps/sparc/sparc32/sparcv9/rtld-memmove.c: Likewise.
17965 * sysdeps/sparc/sparc64/memmove.S: Likewise.
17966 * sysdeps/sparc/sparc64/rtld-memmove.c: Likewise.
17967
17968 * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_ADP): Defined.
17969 * sysdeps/sparc/dl-procinfo.c: Added "adp" to the
17970 _dl_sparc_cap_flags array.
17971 * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increment.
17972
17973 2017-12-13 Siddhesh Poyarekar <siddhesh@sourceware.org>
17974
17975 * sysdeps/aarch64/strcmp.S (misaligned8): Compare dword at a
17976 time whenever possible.
17977
17978 2017-12-12 Carlos O'Donell <carlos@redhat.com>
17979
17980 * elf/Makefile [$(nss-crypt)$(static-nss-crypt) == yesno]
17981 (CFLAGS-tst-linkall-static.c): Undefine USE_CRYPT first.
17982
17983 2017-12-12 Joseph Myers <joseph@codesourcery.com>
17984
17985 * soft-fp/fmadf4.c: Move to ....
17986 * sysdeps/ieee754/soft-fp/s_fma.c: ... here.
17987 * soft-fp/fmasf4.c: Move to ....
17988 * sysdeps/ieee754/soft-fp/s_fmaf.c: ... here.
17989 * soft-fp/fmatf4.c: Move to ....
17990 * sysdeps/ieee754/soft-fp/s_fmal.c: ... here.
17991 * sysdeps/ieee754/soft-fp/Makefile: New file.
17992 * sysdeps/arm/preconfigure.ac: Define with_fp_cond.
17993 * sysdeps/arm/preconfigure: Regenerated.
17994 * sysdeps/arm/nofpu/Implies: New file.
17995 * sysdeps/arm/s_fma.c: Remove file.
17996 * sysdeps/arm/s_fmaf.c: Likewise.
17997 * sysdeps/m68k/coldfire/nofpu/Implies: New file.
17998 * sysdeps/m68k/coldfire/nofpu/s_fma.c: Remove file.
17999 * sysdeps/m68k/coldfire/nofpu/s_fmaf.c: Likewise.
18000 * sysdeps/microblaze/Implies: Add ieee754/soft-fp.
18001 * sysdeps/microblaze/s_fma.c: Remove file.
18002 * sysdeps/microblaze/s_fmaf.c: Likewise.
18003 * sysdeps/mips/mips32/nofpu/Implies: New file.
18004 * sysdeps/mips/mips64/n32/fpu/s_fma.c: Likewise.
18005 * sysdeps/mips/mips64/n32/nofpu/Implies: Likewise.
18006 * sysdeps/mips/mips64/n64/fpu/s_fma.c: Likewise.
18007 * sysdeps/mips/mips64/n64/nofpu/Implies: Likewise.
18008 * sysdeps/mips/ieee754/s_fma.c: Remove file.
18009 * sysdeps/mips/ieee754/s_fmaf.c: Likewise.
18010 * sysdeps/mips/ieee754/s_fmal.c: Update include for move of fmal
18011 implementation.
18012 * sysdeps/nios2/Implies: Add ieee754/soft-fp.
18013 * sysdeps/nios2/s_fma.c: Remove file.
18014 * sysdeps/nios2/s_fmaf.c: Likewise.
18015 * sysdeps/sh/nofpu/Implies: New file.
18016 * sysdeps/sh/s_fma.c: Remove file.
18017 * sysdeps/sh/s_fmaf.c: Likewise.
18018 * sysdeps/tile/Implies: Add ieee754/soft-fp.
18019 * sysdeps/tile/s_fma.c: Remove file.
18020 * sysdeps/tile/s_fmaf.c: Likewise.
18021
18022 2017-12-12 H.J. Lu <hongjiu.lu@intel.com>
18023
18024 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
18025 Add s_cosf-sse2 and s_cosf-fma.
18026 (CFLAGS-s_cosf-fma.c): New.
18027 * sysdeps/x86_64/fpu/multiarch/s_cosf-fma.c: New file.
18028 * sysdeps/x86_64/fpu/multiarch/s_cosf-sse2.c: Likewise.
18029 * sysdeps/x86_64/fpu/multiarch/s_cosf.c: Likewise.
18030
18031 2017-12-12 Steve Ellcey <sellcey@cavium.com>
18032
18033 * nscd/nscd.h (init_traced_file): Change strncpy to memcpy.
18034
18035 2017-12-12 Adhemerval Zanella <adhemerval.zanella@linaro.org>
18036
18037 * libio/Makefile (tests): Add tst-bz22415.
18038 (tst-bz22415-ENV): New rule.
18039 (generated): Add tst-bz22415.mtrace and tst-bz22415.check.
18040 (tests-special): Add tst-bz22415-mem.out.
18041 ($(objpfx)tst-bz22415-mem.out): New rule.
18042 * libio/fileops.c (_IO_new_file_seekoff): Call _IO_free_backup_area
18043 in case of a successful seek operation.
18044 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
18045 (_IO_wfile_overflow): Call _IO_free_wbackup_area in case a write
18046 buffer is required.
18047 * libio/tst-bz22415.c: New test.
18048
18049 * sysdeps/ia64/fpu/libm-test-ulps: Update.
18050
18051 2017-12-12 James Clarke <jrtc27@jrtc27.com>
18052
18053 * sysdeps/unix/sysv/linux/ia64/ipc_priv.h: New file defining
18054 __IPC_64 to 0 to avoid IPC_64 being set.
18055
18056 2017-12-12 Szabolcs Nagy <szabolcs.nagy@arm.com>
18057
18058 [BZ #22593]
18059 * math/bits/mathcalls.h (nextafter): Remove const.
18060 (nexttoward): Likewise.
18061
18062 2017-12-12 Joseph Myers <joseph@codesourcery.com>
18063
18064 * configure.ac (--with-fp): Remove configure option.
18065 (with_fp_cond): New variable.
18066 (libc_cv_with_fp): New configure test. Use this variable instead
18067 of with_fp.
18068 * configure: Regenerated.
18069 * config.make.in (with-fp): Use @libc_cv_with_fp@.
18070 * manual/install.texi (Configuring and compiling): Remove
18071 --without-fp.
18072 * INSTALL: Regenerated.
18073 * sysdeps/m68k/preconfigure (with_fp_cond): Define for ColdFire.
18074 * sysdeps/mips/preconfigure (with_fp_cond): Define.
18075 * sysdeps/powerpc/preconfigure (with_fp_cond): Define for 32-bit.
18076 * sysdeps/sh/preconfigure (with_fp_cond): Define.
18077 * scripts/build-many-glibcs.py (Context.add_all_configs): Do not
18078 use --without-fp to configure glibc.
18079
18080 2017-12-12 Rical Jasan <ricaljasan@pacific.net>
18081
18082 * manual/locale.texi (nl_langinfo): Fix a typo.
18083
18084 2017-12-12 Aurelien Jarno <aurelien@aurel32.net>
18085
18086 [BZ #22588]
18087 * manual/conf.texi (SC_SSIZE_MAX): Rename into _SC_SSIZE_MAX.
18088
18089 2017-12-11 H.J. Lu <hongjiu.lu@intel.com>
18090
18091 * argp/Makefile (CFLAGS-argp-help.c): Replace = with +=.
18092 (CFLAGS-argp-parse.c): Likewise.
18093 (CFLAGS-argp-fmtstream.c): Likewise.
18094 * crypt/Makefile (CPPFLAGS-sha256-crypt.c): Likewise.
18095 (CPPFLAGS-sha512-crypt.c): Likewise.
18096 (CPPFLAGS-md5-crypt.c): Likewise.
18097 * debug/Makefile (CFLAGS-stack_chk_fail.c): Likewise.
18098 (CFLAGS-stack_chk_fail_local.c): Likewise.
18099 (CFLAGS-backtrace.c): Likewise.
18100 (CFLAGS-sprintf_chk.c): Likewise.
18101 (CFLAGS-snprintf_chk.c): Likewise.
18102 (CFLAGS-vsprintf_chk.c): Likewise.
18103 (CFLAGS-vsnprintf_chk.c): Likewise.
18104 (CFLAGS-asprintf_chk.c): Likewise.
18105 (CFLAGS-vasprintf_chk.c): Likewise.
18106 (CFLAGS-obprintf_chk.c): Likewise.
18107 (CFLAGS-dprintf_chk.c): Likewise.
18108 (CFLAGS-vdprintf_chk.c): Likewise.
18109 (CFLAGS-printf_chk.c): Likewise.
18110 (CFLAGS-fprintf_chk.c): Likewise.
18111 (CFLAGS-vprintf_chk.c): Likewise.
18112 (CFLAGS-vfprintf_chk.c): Likewise.
18113 (CFLAGS-gets_chk.c): Likewise.
18114 (CFLAGS-fgets_chk.c): Likewise.
18115 (CFLAGS-fgets_u_chk.c): Likewise.
18116 (CFLAGS-fread_chk.c): Likewise.
18117 (CFLAGS-fread_u_chk.c): Likewise.
18118 (CFLAGS-swprintf_chk.c): Likewise.
18119 (CFLAGS-vswprintf_chk.c): Likewise.
18120 (CFLAGS-wprintf_chk.c): Likewise.
18121 (CFLAGS-fwprintf_chk.c): Likewise.
18122 (CFLAGS-vwprintf_chk.c): Likewise.
18123 (CFLAGS-vfwprintf_chk.c): Likewise.
18124 (CFLAGS-fgetws_chk.c): Likewise.
18125 (CFLAGS-fgetws_u_chk.c): Likewise.
18126 (CFLAGS-read_chk.c): Likewise.
18127 (CFLAGS-pread_chk.c): Likewise.
18128 (CFLAGS-pread64_chk.c): Likewise.
18129 (CFLAGS-recv_chk.c): Likewise.
18130 (CFLAGS-recvfrom_chk.c): Likewise.
18131 (CFLAGS-tst-longjmp_chk.c): Likewise.
18132 (CPPFLAGS-tst-longjmp_chk.c): Likewise.
18133 (CFLAGS-tst-longjmp_chk2.c): Likewise.
18134 (CPPFLAGS-tst-longjmp_chk2.c): Likewise.
18135 (CFLAGS-tst-longjmp_chk3.c): Likewise.
18136 (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
18137 (CFLAGS-tst-chk1.c): Likewise.
18138 (CFLAGS-tst-chk2.c): Likewise.
18139 (CFLAGS-tst-chk3.c): Likewise.
18140 (CFLAGS-tst-chk4.cc): Likewise.
18141 (CFLAGS-tst-chk5.cc): Likewise.
18142 (CFLAGS-tst-chk6.cc): Likewise.
18143 (CFLAGS-tst-lfschk1.c): Likewise.
18144 (CFLAGS-tst-lfschk2.c): Likewise.
18145 (CFLAGS-tst-lfschk3.c): Likewise.
18146 (CFLAGS-tst-lfschk4.cc): Likewise.
18147 (CFLAGS-tst-lfschk5.cc): Likewise.
18148 (CFLAGS-tst-lfschk6.cc): Likewise.
18149 (CFLAGS-tst-ssp-1.c): Likewise.
18150 * dirent/Makefile (CFLAGS-scandir.c): Likewise.
18151 (CFLAGS-scandir64.c): Likewise.
18152 (CFLAGS-scandir-tail.c): Likewise.
18153 (CFLAGS-scandir64-tail.c): Likewise.
18154 * elf/Makefile (CPPFLAGS-dl-tunables.c): Likewise.
18155 (CFLAGS-dl-tunables.c): Likewise.
18156 (CFLAGS-dl-runtime.c): Likewise.
18157 (CFLAGS-dl-lookup.c): Likewise.
18158 (CFLAGS-dl-iterate-phdr.c): Likewise.
18159 (CFLAGS-vismain.c): Likewise.
18160 (CFLAGS-tst-linkall-static.c): Likewise.
18161 (CFLAGS-tst-linkall-static.c): Likewise.
18162 (CPPFLAGS-dl-load.c): Likewise.
18163 (CFLAGS-ldconfig.c): Likewise.
18164 (CFLAGS-dl-cache.c): Likewise.
18165 (CFLAGS-cache.c): Likewise.
18166 (CFLAGS-rtld.c): Likewise.
18167 (CFLAGS-multiload.c): Likewise.
18168 (CFLAGS-filtmod1.c): Likewise.
18169 (CFLAGS-tst-align.c): Likewise.
18170 (CFLAGS-tst-align2.c): Likewise.
18171 (CFLAGS-tst-alignmod.c): Likewise.
18172 (CFLAGS-tst-alignmod2.c): Likewise.
18173 (CPPFLAGS-tst-execstack.c): Likewise.
18174 (CFLAGS-tst-ptrguard1-static.c): Likewise.
18175 (CFLAGS-tst-latepthreadmod.c): Likewise.
18176 * grp/Makefile (CFLAGS-getgrgid_r.c): Likewise.
18177 (CFLAGS-getgrnam_r.c): Likewise.
18178 (CFLAGS-getgrent_r.c): Likewise.
18179 (CFLAGS-getgrent.c): Likewise.
18180 (CFLAGS-fgetgrent.c): Likewise.
18181 (CFLAGS-fgetgrent_r.c): Likewise.
18182 (CFLAGS-putgrent.c): Likewise.
18183 (CFLAGS-initgroups.c): Likewise.
18184 (CFLAGS-getgrgid.c): Likewise.
18185 * gshadow/Makefile (CFLAGS-getsgent_r.c): Likewise.
18186 (CFLAGS-getsgent.c): Likewise.
18187 (CFLAGS-fgetsgent.c): Likewise.
18188 (CFLAGS-fgetsgent_r.c): Likewise.
18189 (CFLAGS-putsgent.c): Likewise.
18190 (CFLAGS-getsgnam.c): Likewise.
18191 (CFLAGS-getsgnam_r.c): Likewise.
18192 * iconv/Makefile (CFLAGS-iconv_prog.c): Likewise.
18193 (CFLAGS-iconv_charmap.c): Likewise.
18194 (CFLAGS-dummy-repertoire.c): Likewise.
18195 (CFLAGS-charmap.c): Likewise.
18196 (CFLAGS-linereader.c): Likewise.
18197 (CFLAGS-simple-hash.c): Likewise.
18198 (CFLAGS-gconv_conf.c): Likewise.
18199 (CFLAGS-iconvconfig.c): Likewise.
18200 * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
18201 (CFLAGS-gethstbyad.c): Likewise.
18202 (CFLAGS-gethstbynm_r.c): Likewise.
18203 (CFLAGS-gethstbynm.c): Likewise.
18204 (CFLAGS-gethstbynm2_r.c): Likewise.
18205 (CFLAGS-gethstbynm2.c): Likewise.
18206 (CFLAGS-gethstent_r.c): Likewise.
18207 (CFLAGS-gethstent.c): Likewise.
18208 (CFLAGS-rcmd.c): Likewise.
18209 (CFLAGS-getnetbynm_r.c): Likewise.
18210 (CFLAGS-getnetbynm.c): Likewise.
18211 (CFLAGS-getnetbyad_r.c): Likewise.
18212 (CFLAGS-getnetbyad.c): Likewise.
18213 (CFLAGS-getnetent_r.c): Likewise.
18214 (CFLAGS-getnetent.c): Likewise.
18215 (CFLAGS-getaliasent_r.c): Likewise.
18216 (CFLAGS-getaliasent.c): Likewise.
18217 (CFLAGS-getrpcent_r.c): Likewise.
18218 (CFLAGS-getrpcent.c): Likewise.
18219 (CFLAGS-getservent_r.c): Likewise.
18220 (CFLAGS-getservent.c): Likewise.
18221 (CFLAGS-getprtent_r.c): Likewise.
18222 (CFLAGS-getprtent.c): Likewise.
18223 (CFLAGS-either_ntoh.c): Likewise.
18224 (CFLAGS-either_hton.c): Likewise.
18225 (CFLAGS-getnetgrent.c): Likewise.
18226 (CFLAGS-getnetgrent_r.c): Likewise.
18227 (CFLAGS-tst-checks-posix.c): Likewise.
18228 (CFLAGS-tst-sockaddr.c): Likewise.
18229 * intl/Makefile (CFLAGS-tst-gettext.c): Likewise.
18230 (CFLAGS-tst-translit.c): Likewise.
18231 (CFLAGS-tst-gettext2.c): Likewise.
18232 (CFLAGS-tst-codeset.c): Likewise.
18233 (CFLAGS-tst-gettext3.c): Likewise.
18234 (CFLAGS-tst-gettext4.c): Likewise.
18235 (CFLAGS-tst-gettext5.c): Likewise.
18236 (CFLAGS-tst-gettext6.c): Likewise.
18237 * io/Makefile (CFLAGS-open.c): Likewise.
18238 (CFLAGS-open64.c): Likewise.
18239 (CFLAGS-creat.c): Likewise.
18240 (CFLAGS-creat64.c): Likewise.
18241 (CFLAGS-fcntl.c): Likewise.
18242 (CFLAGS-poll.c): Likewise.
18243 (CFLAGS-ppoll.c): Likewise.
18244 (CFLAGS-lockf.c): Likewise.
18245 (CFLAGS-statfs.c): Likewise.
18246 (CFLAGS-fstatfs.c): Likewise.
18247 (CFLAGS-statvfs.c): Likewise.
18248 (CFLAGS-fstatvfs.c): Likewise.
18249 (CFLAGS-fts.c): Likewise.
18250 (CFLAGS-fts64.c): Likewise.
18251 (CFLAGS-ftw.c): Likewise.
18252 (CFLAGS-ftw64.c): Likewise.
18253 (CFLAGS-lockf.c): Likewise.
18254 (CFLAGS-posix_fallocate.c): Likewise.
18255 (CFLAGS-posix_fallocate64.c): Likewise.
18256 (CFLAGS-fallocate.c): Likewise.
18257 (CFLAGS-fallocate64.c): Likewise.
18258 (CFLAGS-read.c): Likewise.
18259 (CFLAGS-write.c): Likewise.
18260 (CFLAGS-test-stat.c): Likewise.
18261 (CFLAGS-test-lfs.c): Likewise.
18262 * libio/Makefile (CFLAGS-fileops.c): Likewise.
18263 (CFLAGS-fputc.c): Likewise.
18264 (CFLAGS-fputwc.c): Likewise.
18265 (CFLAGS-freopen64.c): Likewise.
18266 (CFLAGS-freopen.c): Likewise.
18267 (CFLAGS-fseek.c): Likewise.
18268 (CFLAGS-fseeko64.c): Likewise.
18269 (CFLAGS-fseeko.c): Likewise.
18270 (CFLAGS-ftello64.c): Likewise.
18271 (CFLAGS-ftello.c): Likewise.
18272 (CFLAGS-fwide.c): Likewise.
18273 (CFLAGS-genops.c): Likewise.
18274 (CFLAGS-getc.c): Likewise.
18275 (CFLAGS-getchar.c): Likewise.
18276 (CFLAGS-getwc.c): Likewise.
18277 (CFLAGS-getwchar.c): Likewise.
18278 (CFLAGS-iofclose.c): Likewise.
18279 (CFLAGS-iofflush.c): Likewise.
18280 (CFLAGS-iofgetpos64.c): Likewise.
18281 (CFLAGS-iofgetpos.c): Likewise.
18282 (CFLAGS-iofgets.c): Likewise.
18283 (CFLAGS-iofgetws.c): Likewise.
18284 (CFLAGS-iofputs.c): Likewise.
18285 (CFLAGS-iofputws.c): Likewise.
18286 (CFLAGS-iofread.c): Likewise.
18287 (CFLAGS-iofsetpos64.c): Likewise.
18288 (CFLAGS-iofsetpos.c): Likewise.
18289 (CFLAGS-ioftell.c): Likewise.
18290 (CFLAGS-iofwrite.c): Likewise.
18291 (CFLAGS-iogetdelim.c): Likewise.
18292 (CFLAGS-iogetline.c): Likewise.
18293 (CFLAGS-iogets.c): Likewise.
18294 (CFLAGS-iogetwline.c): Likewise.
18295 (CFLAGS-ioputs.c): Likewise.
18296 (CFLAGS-ioseekoff.c): Likewise.
18297 (CFLAGS-ioseekpos.c): Likewise.
18298 (CFLAGS-iosetbuffer.c): Likewise.
18299 (CFLAGS-iosetvbuf.c): Likewise.
18300 (CFLAGS-ioungetc.c): Likewise.
18301 (CFLAGS-ioungetwc.c): Likewise.
18302 (CFLAGS-oldfileops.c): Likewise.
18303 (CFLAGS-oldiofclose.c): Likewise.
18304 (CFLAGS-oldiofgetpos64.c): Likewise.
18305 (CFLAGS-oldiofgetpos.c): Likewise.
18306 (CFLAGS-oldiofsetpos64.c): Likewise.
18307 (CFLAGS-oldiofsetpos.c): Likewise.
18308 (CFLAGS-peekc.c): Likewise.
18309 (CFLAGS-putc.c): Likewise.
18310 (CFLAGS-putchar.c): Likewise.
18311 (CFLAGS-putwc.c): Likewise.
18312 (CFLAGS-putwchar.c): Likewise.
18313 (CFLAGS-rewind.c): Likewise.
18314 (CFLAGS-wfileops.c): Likewise.
18315 (CFLAGS-wgenops.c): Likewise.
18316 (CFLAGS-oldiofopen.c): Likewise.
18317 (CFLAGS-iofopen.c): Likewise.
18318 (CFLAGS-iofopen64.c): Likewise.
18319 (CFLAGS-oldtmpfile.c): Likewise.
18320 (CFLAGS-tst_putwc.c): Likewise.
18321 * locale/Makefile (CFLAGS-md5.c): Likewise.
18322 (CFLAGS-charmap.c): Likewise.
18323 (CFLAGS-locfile.c): Likewise.
18324 (CFLAGS-charmap-dir.c): Likewise.
18325 * login/Makefile (CFLAGS-grantpt.c): Likewise.
18326 (CFLAGS-getpt.c): Likewise.
18327 (CFLAGS-pt_chown.c): Likewise.
18328 * malloc/Makefile (CFLAGS-mcheck-init.c): Likewise.
18329 (CFLAGS-obstack.c): Likewise.
18330 * math/Makefile (CFLAGS-test-tgmath3.c): Likewise.
18331 (CFLAGS-test-double-vlen4-wrappers.c): Likewise.
18332 (CFLAGS-test-double-vlen8-wrappers.c): Likewise.
18333 (CFLAGS-test-float-vlen8-wrappers.c): Likewise.
18334 (CFLAGS-test-float-vlen16-wrappers.c): Likewise.
18335 (CFLAGS-test-tgmath.c): Likewise.
18336 (CFLAGS-test-tgmath2.c): Likewise.
18337 (CFLAGS-test-tgmath-ret.c): Likewise.
18338 (CFLAGS-test-powl.c): Likewise.
18339 (CFLAGS-test-snan.c): Likewise.
18340 (CFLAGS-test-signgam-finite.c): Likewise.
18341 (CFLAGS-test-signgam-finite-c99.c): Likewise.
18342 (CFLAGS-test-signgam-finite-c11.c): Likewise.
18343 (CFLAGS-test-signgam-uchar.c): Likewise.
18344 (CFLAGS-test-signgam-uchar-init.c): Likewise.
18345 (CFLAGS-test-signgam-uchar-static.c): Likewise.
18346 (CFLAGS-test-signgam-uchar-init-static.c): Likewise.
18347 (CFLAGS-test-signgam-uint.c): Likewise.
18348 (CFLAGS-test-signgam-uint-init.c): Likewise.
18349 (CFLAGS-test-signgam-uint-static.c): Likewise.
18350 (CFLAGS-test-signgam-uint-init-static.c): Likewise.
18351 (CFLAGS-test-signgam-ullong.c): Likewise.
18352 (CFLAGS-test-signgam-ullong-init.c): Likewise.
18353 (CFLAGS-test-signgam-ullong-static.c): Likewise.
18354 (CFLAGS-test-signgam-ullong-init-static.c): Likewise.
18355 (CFLAGS-test-math-cxx11.cc): Likewise.
18356 (CFLAGS-test-math-isinff.cc): Likewise.
18357 (CFLAGS-test-math-iszero.cc): Likewise.
18358 (CFLAGS-test-math-issignaling.cc): Likewise.
18359 (CFLAGS-test-math-iscanonical.cc): Likewise.
18360 (CFLAGS-test-iszero-excess-precision.c): Likewise.
18361 (CFLAGS-test-iseqsig-excess-precision.c): Likewise.
18362 (CFLAGS-test-flt-eval-method.c): Likewise.
18363 (CFLAGS-test-fe-snans-always-signal.c): Likewise.
18364 (CFLAGS-test-finite-macros.c): Likewise.
18365 * misc/Makefile (CFLAGS-select.c): Likewise.
18366 (CFLAGS-tsearch.c): Likewise.
18367 (CFLAGS-lsearch.c): Likewise.
18368 (CFLAGS-pselect.c): Likewise.
18369 (CFLAGS-readv.c): Likewise.
18370 (CFLAGS-writev.c): Likewise.
18371 (CFLAGS-preadv.c): Likewise.
18372 (CFLAGS-preadv64.c): Likewise.
18373 (CFLAGS-pwritev.c): Likewise.
18374 (CFLAGS-pwritev64.c): Likewise.
18375 (CFLAGS-preadv2.c): Likewise.
18376 (CFLAGS-preadv64v2.c): Likewise.
18377 (CFLAGS-pwritev2.c): Likewise.
18378 (CFLAGS-pwritev64v2.c): Likewise.
18379 (CFLAGS-usleep.c): Likewise.
18380 (CFLAGS-syslog.c): Likewise.
18381 (CFLAGS-error.c): Likewise.
18382 (CFLAGS-getpass.c): Likewise.
18383 (CFLAGS-mkstemp.c): Likewise.
18384 (CFLAGS-mkstemp64.c): Likewise.
18385 (CFLAGS-getsysstats.c): Likewise.
18386 (CFLAGS-getusershell.c): Likewise.
18387 (CFLAGS-err.c): Likewise.
18388 (CFLAGS-tst-tsearch.c): Likewise.
18389 (CFLAGS-msync.c): Likewise.
18390 (CFLAGS-fdatasync.c): Likewise.
18391 (CFLAGS-fsync.c): Likewise.
18392 * nptl/Makefile (CFLAGS-nptl-init.c): Likewise.
18393 (CFLAGS-unwind.c): Likewise.
18394 (CFLAGS-unwind-forcedunwind.c): Likewise.
18395 (CFLAGS-pthread_cancel.c): Likewise.
18396 (CFLAGS-pthread_setcancelstate.c): Likewise.
18397 (CFLAGS-pthread_setcanceltype.c): Likewise.
18398 (CFLAGS-cancellation.c): Likewise.
18399 (CFLAGS-libc-cancellation.c): Likewise.
18400 (CFLAGS-pthread_exit.c): Likewise.
18401 (CFLAGS-forward.c): Likewise.
18402 (CFLAGS-pthread_testcancel.c): Likewise.
18403 (CFLAGS-pthread_join.c): Likewise.
18404 (CFLAGS-pthread_timedjoin.c): Likewise.
18405 (CFLAGS-pthread_once.c): Likewise.
18406 (CFLAGS-pthread_cond_wait.c): Likewise.
18407 (CFLAGS-sem_wait.c): Likewise.
18408 (CFLAGS-sem_timedwait.c): Likewise.
18409 (CFLAGS-fcntl.c): Likewise.
18410 (CFLAGS-lockf.c): Likewise.
18411 (CFLAGS-pread.c): Likewise.
18412 (CFLAGS-pread64.c): Likewise.
18413 (CFLAGS-pwrite.c): Likewise.
18414 (CFLAGS-pwrite64.c): Likewise.
18415 (CFLAGS-wait.c): Likewise.
18416 (CFLAGS-waitpid.c): Likewise.
18417 (CFLAGS-sigwait.c): Likewise.
18418 (CFLAGS-msgrcv.c): Likewise.
18419 (CFLAGS-msgsnd.c): Likewise.
18420 (CFLAGS-tcdrain.c): Likewise.
18421 (CFLAGS-open.c): Likewise.
18422 (CFLAGS-open64.c): Likewise.
18423 (CFLAGS-pause.c): Likewise.
18424 (CFLAGS-recv.c): Likewise.
18425 (CFLAGS-send.c): Likewise.
18426 (CFLAGS-accept.c): Likewise.
18427 (CFLAGS-sendto.c): Likewise.
18428 (CFLAGS-connect.c): Likewise.
18429 (CFLAGS-recvfrom.c): Likewise.
18430 (CFLAGS-recvmsg.c): Likewise.
18431 (CFLAGS-sendmsg.c): Likewise.
18432 (CFLAGS-close.c): Likewise.
18433 (CFLAGS-read.c): Likewise.
18434 (CFLAGS-write.c): Likewise.
18435 (CFLAGS-nanosleep.c): Likewise.
18436 (CFLAGS-sigsuspend.c): Likewise.
18437 (CFLAGS-msync.c): Likewise.
18438 (CFLAGS-fdatasync.c): Likewise.
18439 (CFLAGS-fsync.c): Likewise.
18440 (CFLAGS-pt-system.c): Likewise.
18441 (CFLAGS-tst-cleanup2.c): Likewise.
18442 (CFLAGS-tst-cleanupx2.c): Likewise.
18443 (CFLAGS-flockfile.c): Likewise.
18444 (CFLAGS-ftrylockfile.c): Likewise.
18445 (CFLAGS-funlockfile.c): Likewise.
18446 (CFLAGS-tst-initializers1.c): Likewise.
18447 (CFLAGS-tst-initializers1-c89.c): Likewise.
18448 (CFLAGS-tst-initializers1-c99.c): Likewise.
18449 (CFLAGS-tst-initializers1-c11.c): Likewise.
18450 (CFLAGS-tst-initializers1-gnu89.c): Likewise.
18451 (CFLAGS-tst-initializers1-gnu99.c): Likewise.
18452 (CFLAGS-tst-initializers1-gnu11.c): Likewise.
18453 * nscd/Makefile (CFLAGS-nscd_getpw_r.c): Likewise.
18454 (CFLAGS-nscd_getgr_r.c): Likewise.
18455 (CFLAGS-nscd_gethst_r.c): Likewise.
18456 (CFLAGS-nscd_getai.c): Likewise.
18457 (CFLAGS-nscd_initgroups.c): Likewise.
18458 * posix/Makefile (CFLAGS-getaddrinfo.c): Likewise.
18459 (CFLAGS-pause.c): Likewise.
18460 (CFLAGS-pread.c): Likewise.
18461 (CFLAGS-pread64.c): Likewise.
18462 (CFLAGS-pwrite.c): Likewise.
18463 (CFLAGS-pwrite64.c): Likewise.
18464 (CFLAGS-sleep.c): Likewise.
18465 (CFLAGS-wait.c): Likewise.
18466 (CFLAGS-waitid.c): Likewise.
18467 (CFLAGS-waitpid.c): Likewise.
18468 (CFLAGS-getopt.c): Likewise.
18469 (CFLAGS-wordexp.c): Likewise.
18470 (CFLAGS-sysconf.c): Likewise.
18471 (CFLAGS-pathconf.c): Likewise.
18472 (CFLAGS-fpathconf.c): Likewise.
18473 (CFLAGS-spawn.c): Likewise.
18474 (CFLAGS-spawnp.c): Likewise.
18475 (CFLAGS-spawni.c): Likewise.
18476 (CFLAGS-glob.c): Likewise.
18477 (CFLAGS-glob64.c): Likewise.
18478 (CFLAGS-getconf.c): Likewise.
18479 (CFLAGS-nanosleep.c): Likewise.
18480 * pwd/Makefile (CFLAGS-getpwent_r.c): Likewise.
18481 (CFLAGS-getpwent.c): Likewise.
18482 (CFLAGS-getpw.c): Likewise.
18483 (CFLAGS-fgetpwent_r.c): Likewise.
18484 * resolv/Makefile (CFLAGS-res_hconf.c): Likewise.
18485 * rt/Makefile (CFLAGS-aio_suspend.c): Likewise.
18486 (CFLAGS-mq_timedreceive.c): Likewise.
18487 (CFLAGS-mq_timedsend.c): Likewise.
18488 (CFLAGS-clock_nanosleep.c): Likewise.
18489 (CFLAGS-librt-cancellation.c): Likewise.
18490 * shadow/Makefile (CFLAGS-getspent_r.c): Likewise.
18491 (CFLAGS-getspent.c): Likewise.
18492 (CFLAGS-fgetspent.c): Likewise.
18493 (CFLAGS-fgetspent_r.c): Likewise.
18494 (CFLAGS-putspent.c): Likewise.
18495 (CFLAGS-getspnam.c): Likewise.
18496 (CFLAGS-getspnam_r.c): Likewise.
18497 * signal/Makefile (CFLAGS-sigpause.c): Likewise.
18498 (CFLAGS-sigsuspend.c): Likewise.
18499 (CFLAGS-sigtimedwait.c): Likewise.
18500 (CFLAGS-sigwait.c): Likewise.
18501 (CFLAGS-sigwaitinfo.c): Likewise.
18502 (CFLAGS-sigreturn.c): Likewise.
18503 * stdio-common/Makefile (CFLAGS-vfprintf.c): Likewise.
18504 (CFLAGS-vfwprintf.c): Likewise.
18505 (CFLAGS-tmpfile.c): Likewise.
18506 (CFLAGS-tmpfile64.c): Likewise.
18507 (CFLAGS-tempname.c): Likewise.
18508 (CFLAGS-psignal.c): Likewise.
18509 (CFLAGS-vprintf.c): Likewise.
18510 (CFLAGS-cuserid.c): Likewise.
18511 (CFLAGS-errlist.c): Likewise.
18512 (CFLAGS-siglist.c): Likewise.
18513 (CFLAGS-scanf15.c): Likewise.
18514 (CFLAGS-scanf17.c): Likewise.
18515 * stdlib/Makefile (CFLAGS-bsearch.c): Likewise.
18516 (CFLAGS-msort.c): Likewise.
18517 (CFLAGS-qsort.c): Likewise.
18518 (CFLAGS-system.c): Likewise.
18519 (CFLAGS-fmtmsg.c): Likewise.
18520 (CFLAGS-strfmon.c): Likewise.
18521 (CFLAGS-strfmon_l.c): Likewise.
18522 (CFLAGS-strfromd.c): Likewise.
18523 (CFLAGS-strfromf.c): Likewise.
18524 (CFLAGS-strfroml.c): Likewise.
18525 (CFLAGS-tst-bsearch.c): Likewise.
18526 (CFLAGS-tst-qsort.c): Likewise.
18527 (CFLAGS-tst-makecontext2.c): Likewise.
18528 * sunrpc/Makefile (CFLAGS-xbootparam_prot.c): Likewise.
18529 (CFLAGS-xnlm_prot.c): Likewise.
18530 (CFLAGS-xrstat.c): Likewise.
18531 (CFLAGS-xyppasswd.c): Likewise.
18532 (CFLAGS-xklm_prot.c): Likewise.
18533 (CFLAGS-xrex.c): Likewise.
18534 (CFLAGS-xsm_inter.c): Likewise.
18535 (CFLAGS-xmount.c): Likewise.
18536 (CFLAGS-xrusers.c): Likewise.
18537 (CFLAGS-xspray.c): Likewise.
18538 (CFLAGS-xnfs_prot.c): Likewise.
18539 (CFLAGS-xrquota.c): Likewise.
18540 (CFLAGS-xkey_prot.c): Likewise.
18541 (CFLAGS-auth_unix.c): Likewise.
18542 (CFLAGS-key_call.c): Likewise.
18543 (CFLAGS-pmap_rmt.c): Likewise.
18544 (CFLAGS-clnt_perr.c): Likewise.
18545 (CFLAGS-openchild.c): Likewise.
18546 * sysvipc/Makefile (CFLAGS-msgrcv.c): Likewise.
18547 (CFLAGS-msgsnd.c): Likewise.
18548 * termios/Makefile (CFLAGS-tcdrain.c): Likewise.
18549 * time/Makefile (CFLAGS-tzfile.c): Likewise.
18550 (CFLAGS-tzset.c): Likewise.
18551 (CFLAGS-getdate.c): Likewise.
18552 (CFLAGS-test_time.c): Likewise.
18553 (CPPFLAGS-tst-tzname.c): Likewise.
18554 * timezone/Makefile (CFLAGS-zdump.c): Likewise.
18555 (CFLAGS-zic.c): Likewise.
18556 * wcsmbs/Makefile (CFLAGS-wcwidth.c): Likewise.
18557 (CFLAGS-wcswidth.c): Likewise.
18558 (CFLAGS-wcstol.c): Likewise.
18559 (CFLAGS-wcstoul.c): Likewise.
18560 (CFLAGS-wcstoll.c): Likewise.
18561 (CFLAGS-wcstoull.c): Likewise.
18562 (CFLAGS-wcstod.c): Likewise.
18563 (CFLAGS-wcstold.c): Likewise.
18564 (CFLAGS-wcstof128.c): Likewise.
18565 (CFLAGS-wcstof.c): Likewise.
18566 (CFLAGS-wcstol_l.c): Likewise.
18567 (CFLAGS-wcstoul_l.c): Likewise.
18568 (CFLAGS-wcstoll_l.c): Likewise.
18569 (CFLAGS-wcstoull_l.c): Likewise.
18570 (CFLAGS-wcstod_l.c): Likewise.
18571 (CFLAGS-wcstold_l.c): Likewise.
18572 (CFLAGS-wcstof128_l.c): Likewise.
18573 (CFLAGS-wcstof_l.c): Likewise.
18574 (CPPFLAGS-tst-wchar-h.c): Likewise.
18575 (CPPFLAGS-wcstold_l.c): Likewise.
18576
18577 2017-12-11 Paul A. Clarke <pc@us.ibm.com>
18578
18579 * sysdeps/ieee754/flt-32/s_cosf.c: New implementation.
18580
18581 2017-12-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18582 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
18583
18584 * manual/tunables.texi (Hardware Capability Tunables): Document
18585 glibc.tune.cached_memopt.
18586 * sysdeps/powerpc/cpu-features.c: New file.
18587 * sysdeps/powerpc/cpu-features.h: New file.
18588 * sysdeps/powerpc/dl-procinfo.c [!IS_IN(ldconfig)]: Add
18589 _dl_powerpc_cpu_features.
18590 * sysdeps/powerpc/dl-tunables.list: New file.
18591 * sysdeps/powerpc/ldsodefs.h: Include cpu-features.h.
18592 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
18593 (INIT_ARCH): Initialize use_aligned_memopt.
18594 * sysdeps/powerpc/powerpc64/dl-machine.h [defined(SHARED &&
18595 IS_IN(rtld))]: Restrict dl_platform_init availability and
18596 initialize CPU features used by tunables.
18597 * sysdeps/powerpc/powerpc64/multiarch/Makefile (sysdep_routines):
18598 Add memcpy-power8-cached.
18599 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add
18600 __memcpy_power8_cached.
18601 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
18602 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power8-cached.S:
18603 New file.
18604
18605 2017-12-11 H.J. Lu <hongjiu.lu@intel.com>
18606
18607 * string/Makefile (CFLAGS-inl-tester.c): Replace = with +=.
18608 (CFLAGS-noinl-tester.c): Likewise.
18609 (CFLAGS-tst-strlen.c): Likewise.
18610 (CFLAGS-stratcliff.c): Likewise.
18611 (CFLAGS-test-ffs.c): Likewise.
18612 (CFLAGS-tst-inlcall.c): Likewise.
18613 (CFLAGS-tst-xbzero-opt.c): Likewise.
18614 (CFLAGS-memcpy.c): Likewise.
18615 (CFLAGS-wordcopy.c): Likewise.
18616
18617 2017-12-11 Stefan Liebler <stli@linux.vnet.ibm.com>
18618
18619 * sysdeps/s390/s390-64/dl-trampoline.h (_dl_runtime_resolve):
18620 Store r15 on stack and add cfi rule.
18621 * sysdeps/s390/s390-32/dl-trampoline.h (_dl_runtime_resolve):
18622 Likewise.
18623
18624 2017-12-10 Aurelien Jarno <aurelien@aurel32.net>
18625
18626 [BZ #22577]
18627 * elf/rtld.c (init_tls): Add missing new line to the _dl_fatal_printf
18628 call.
18629
18630 2017-12-07 H.J. Lu <hongjiu.lu@intel.com>
18631
18632 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
18633 Add s_sinf-sse2 and s_sinf-fma.
18634 (CFLAGS-s_sinf-fma.c): New.
18635 * sysdeps/x86_64/fpu/multiarch/s_sinf-fma.c: New file.
18636 * sysdeps/x86_64/fpu/multiarch/s_sinf-sse2.c: Likewise.
18637 * sysdeps/x86_64/fpu/multiarch/s_sinf.c: Likewise.
18638
18639 2017-12-07 H.J. Lu <hongjiu.lu@intel.com>
18640
18641 * sysdeps/x86_64/fpu/s_sinf.S: Removed.
18642
18643 2017-12-07 Joseph Myers <joseph@codesourcery.com>
18644
18645 [BZ #22568]
18646 * math/s_ctan_template.c (M_DECL_FUNC (__ctan)): Set imaginary
18647 part of result to imaginary part of argument if it is zero and the
18648 real part of the argument is not finite.
18649 * math/s_ctanh_template.c (M_DECL_FUNC (__ctanh)): Set real part
18650 of result to real part of argument if it is zero and the imaginary
18651 part of the argument is not finite.
18652
18653 2017-12-07 Mike FABIAN <mfabian@redhat.com>
18654
18655 [BZ #22524]
18656 * localedata/Makefile: Add lt_LT.UTF-8 to test-input
18657 and to the list of locales to be built for testing.
18658 * localedata/lt_LT.UTF-8.in: New file for testing the collation.
18659 * localedata/locales/lt_LT (LC_COLLATE): Use “copy "iso14651_t1"”
18660 and build the collation rules upon that.
18661
18662 2017-12-07 Joseph Myers <joseph@codesourcery.com>
18663
18664 * bits/floatn-common.h (__HAVE_FLOAT32): Define to 1.
18665 * manual/math.texi (Mathematics): Document support for _Float32.
18666 * math/Makefile (test-types): Add float32.
18667 * math/Versions (GLIBC_2.27): Add _Float32 functions.
18668 * stdlib/Versions (GLIBC_2.27): Likewise.
18669 * wcsmbs/Versions (GLIBC_2.27): Likewise.
18670 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: Update.
18671 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
18672 * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
18673 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
18674 * sysdeps/unix/sysv/linux/arm/libc.abilist: Likewise.
18675 * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
18676 * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
18677 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
18678 * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
18679 * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
18680 * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
18681 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
18682 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
18683 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
18684 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
18685 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
18686 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
18687 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
18688 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
18689 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
18690 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist:
18691 Likewise.
18692 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
18693 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
18694 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
18695 * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise.
18696 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
18697 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
18698 Likewise.
18699 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
18700 Likewise.
18701 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
18702 Likewise.
18703 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
18704 Likewise.
18705
18706 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist:
18707 Likewise.
18708 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist:
18709 Likewise.
18710 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
18711 Likewise.
18712 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
18713 Likewise.
18714 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
18715 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
18716 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
18717 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
18718 * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
18719 * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
18720 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
18721 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
18722 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
18723 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
18724 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist:
18725 Likewise.
18726 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
18727 Likewise.
18728 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist:
18729 Likewise.
18730 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
18731 Likewise.
18732 * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
18733 * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
18734 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
18735 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
18736 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
18737 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
18738 * sysdeps/i386/fpu/libm-test-ulps: Likewise.
18739 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
18740
18741 2017-12-06 Joseph Myers <joseph@codesourcery.com>
18742
18743 * stdlib/strtof.c: Include <bits/floatn.h>
18744 [__HAVE_FLOAT32 && !__HAVE_DISTINCT_FLOAT32] (strtof32): Define
18745 and later undefine as macro. Define as weak alias if
18746 [!USE_WIDE_CHAR].
18747 [__HAVE_FLOAT32 && !__HAVE_DISTINCT_FLOAT32] (wcstof32): Define
18748 and later undefine as macro. Define as weak alias if
18749 [USE_WIDE_CHAR].
18750 * stdlib/strtof_l.c: Include <bits/floatn.h>
18751 [__HAVE_FLOAT32 && !__HAVE_DISTINCT_FLOAT32] (strtof32_l): Define
18752 and later undefine as macro. Define as weak alias if
18753 [!USE_WIDE_CHAR].
18754 [__HAVE_FLOAT32 && !__HAVE_DISTINCT_FLOAT32] (wcstof32_l): Define
18755 and later undefine as macro. Define as weak alias if
18756 [USE_WIDE_CHAR].
18757
18758 * stdlib/strfromf.c: Include <bits/floatn.h>.
18759 [__HAVE_FLOAT32 && !__HAVE_DISTINCT_FLOAT32] (strfromf32): Define
18760 and later undefine as macro and define as weak alias.
18761
18762 * math/test-float32.h: New file.
18763
18764 * sysdeps/generic/libm-alias-float.h: Include <bits/floatn.h>.
18765 [__HAVE_FLOAT32 && !__HAVE_DISTINCT_FLOAT32]
18766 (libm_alias_float_other_r): Create f32 alias.
18767 (libm_alias_float_r): Use semicolon before call to
18768 libm_alias_float_other_r.
18769
18770 * sysdeps/ia64/fpu/e_exp2f.S (__exp2f): Use exp2 not __exp2 as
18771 second argument to libm_alias_float_other.
18772 * sysdeps/ia64/fpu/e_log2f.S (__log2f): Use log2 not __log2 as
18773 second argument to libm_alias_float_other.
18774 * sysdeps/ia64/fpu/e_powf.S (__powf): Use pow not __pow as second
18775 argument to libm_alias_float_other.
18776
18777 [BZ #22561]
18778 * math/s_cacosh_template.c (M_DECL_FUNC (__cacosh)): Use pi/2 for
18779 real part of result for argument 0 + i * NaN.
18780 * math/libm-test-cacosh.inc (cacosh_test_data): Update expected
18781 results for tests of 0 + i * NaN.
18782
18783 2017-12-06 Adhemerval Zanella <adhemerval.zanella@linaro.org>
18784
18785 * sysdeps/alpha/fpu/libm-test-ulps: Update.
18786
18787 2017-12-06 David S. Miller <davem@davemloft.net>
18788
18789 * sysdeps/sparc/fpu/libm-test-ulps: Update
18790 exp_{downward,towardzero,upward} ulps.
18791
18792 2017-12-06 Joseph Myers <joseph@codesourcery.com>
18793
18794 * sysdeps/ieee754/ldbl-96/e_j1l.c (qone): Don't make local
18795 variables static.
18796
18797 * sysdeps/ieee754/ldbl-128/e_j0l.c (Y0_2N): Make const.
18798 (Y0_2D): Likewise.
18799 * sysdeps/ieee754/ldbl-128/e_j1l.c (Y0_2N): Likewise.
18800 (Y0_2D): Likewise.
18801 * sysdeps/ieee754/ldbl-128ibm/e_j0l.c (Y0_2N): Likewise.
18802 (Y0_2D): Likewise.
18803 * sysdeps/ieee754/ldbl-128ibm/e_j1l.c (Y0_2N): Likewise.
18804 (Y0_2D): Likewise.
18805
18806 2017-12-06 Mike FABIAN <mfabian@redhat.com>
18807
18808 [BZ #22515]
18809 * localedata/Makefile: Add hsb_DE.UTF-8 to test-input
18810 and to the list of locales to be built for testing.
18811 * localedata/hsb_DE.UTF-8.in: New file for testing the collation.
18812 * localedata/locales/hsb_DE (LC_COLLATE): Use “copy "iso14651_t1"”
18813 and build the collation rules upon that.
18814
18815 2017-12-06 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
18816
18817 * NEWS: Add sinf to list of optimized functions.
18818
18819 2017-12-06 Joseph Myers <joseph@codesourcery.com>
18820
18821 * bits/floatn-common.h (__HAVE_FLOAT64): Define to 1.
18822 (__HAVE_FLOAT32X): Likewise.
18823 * manual/math.texi (Mathematics): Document support for _Float64
18824 and _Float32x.
18825 * math/Makefile (test-types): Add float64 and float32x.
18826 * math/Versions (GLIBC_2.27): Add _Float64 and _Float32x
18827 functions.
18828 * stdlib/Versions (GLIBC_2.27): Likewise.
18829 * wcsmbs/Versions (GLIBC_2.27): Likewise.
18830 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: Update.
18831 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
18832 * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
18833 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
18834 * sysdeps/unix/sysv/linux/arm/libc.abilist: Likewise.
18835 * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
18836 * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
18837 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
18838 * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
18839 * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
18840 * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
18841 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
18842 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
18843 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
18844 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
18845 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
18846 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
18847 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
18848 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
18849 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
18850 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist:
18851 Likewise.
18852 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
18853 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
18854 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
18855 * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise.
18856 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
18857 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
18858 Likewise.
18859 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
18860 Likewise.
18861 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
18862 Likewise.
18863 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
18864 Likewise.
18865 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist:
18866 Likewise.
18867 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist:
18868 Likewise.
18869 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
18870 Likewise.
18871 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
18872 Likewise.
18873 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
18874 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
18875 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
18876 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
18877 * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
18878 * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
18879 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
18880 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
18881 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
18882 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
18883 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist:
18884 Likewise.
18885 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
18886 Likewise.
18887 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist:
18888 Likewise.
18889 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
18890 Likewise.
18891 * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
18892 * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
18893 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
18894 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
18895 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
18896 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
18897 * sysdeps/i386/fpu/libm-test-ulps: Likewise.
18898 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
18899
18900 2017-12-05 Joseph Myers <joseph@codesourcery.com>
18901
18902 * bits/floatn-common.h: Include <bits/long-double.h>.
18903 [__HAVE_FLOAT64 && (!__GNUC_PREREQ (7, 0) || defined __cplusplus)
18904 && __NO_LONG_DOUBLE_MATH] (__f64): Use suffix 'l'.
18905 [__HAVE_FLOAT64 && (!__GNUC_PREREQ (7, 0) || defined __cplusplus)
18906 && __NO_LONG_DOUBLE_MATH] (__CFLOAT64): Use _Complex long double.
18907 [__HAVE_FLOAT64 && (!__GNUC_PREREQ (7, 0) || defined __cplusplus)
18908 && __NO_LONG_DOUBLE_MATH] (_Float64): Use long double.
18909 [__HAVE_FLOAT64 && !__GNUC_PREREQ (7, 0) && __NO_LONG_DOUBLE_MATH]
18910 (__builtin_huge_valf64): Use __builtin_huge_vall.
18911 [__HAVE_FLOAT64 && !__GNUC_PREREQ (7, 0) && __NO_LONG_DOUBLE_MATH]
18912 (__builtin_inff64): Use __builtin_infl.
18913 [__HAVE_FLOAT64 && !__GNUC_PREREQ (7, 0) && __NO_LONG_DOUBLE_MATH]
18914 (__builtin_nanf64): Use __builtin_nanl.
18915 [__HAVE_FLOAT64 && !__GNUC_PREREQ (7, 0) && __NO_LONG_DOUBLE_MATH]
18916 (__builtin_nansf64): Use __builtin_nansl.
18917
18918 2017-12-05 Rogerio A. Cardoso <rcardoso@linux.vnet.ibm.com>
18919 Paul E. Murphy <murphyp@linux.vnet.ibm.com>
18920 Carlos O'Donnell <carlos@redhat.com>
18921
18922 * elf/dl-tunables.list: Add elision parameters.
18923 * manual/tunables.texi: Add entries about elision tunable.
18924 * sysdeps/unix/sysv/linux/powerpc/elision-conf.c:
18925 Add callback functions to dynamically enable/disable elision.
18926 Add multiple callbacks functions to set elision parameters.
18927 Deleted __libc_enable_secure check.
18928 * sysdeps/unix/sysv/linux/s390/elision-conf.c: Likewise.
18929 * sysdeps/unix/sysv/linux/x86/elision-conf.c: Likewise.
18930 * configure: Regenerated.
18931 * configure.ac: Option enable_lock_elision was deleted.
18932 * config.h.in: ENABLE_LOCK_ELISION flag was deleted.
18933 * config.make.in: Remove references to enable_lock_elision.
18934 * manual/install.texi: Elision configure option was removed.
18935 * INSTALL: Regenerated to remove enable_lock_elision.
18936 * nptl/Makefile:
18937 Disable elision so it can verify error case for destroying a mutex.
18938 * sysdeps/powerpc/nptl/elide.h:
18939 Cleanup ENABLE_LOCK_ELISION check.
18940 Deleted macros for the case when ENABLE_LOCK_ELISION was not defined.
18941 * sysdeps/s390/configure: Regenerated.
18942 * sysdeps/s390/configure.ac: Remove references to enable_lock_elision..
18943 * nptl/tst-mutex8.c:
18944 Deleted all #ifndef ENABLE_LOCK_ELISION from the test.
18945 * sysdeps/powerpc/powerpc32/sysdep.h:
18946 Deleted all ENABLE_LOCK_ELISION checks.
18947 * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
18948 * sysdeps/powerpc/sysdep.h: Likewise.
18949 * sysdeps/s390/nptl/bits/pthreadtypes-arch.h: Likewise.
18950 * sysdeps/unix/sysv/linux/powerpc/force-elision.h: Likewise.
18951 * sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
18952 * sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
18953 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
18954 * sysdeps/unix/sysv/linux/s390/Makefile: Remove references to
18955 enable-lock-elision.
18956
18957 2017-12-05 Joseph Myers <joseph@codesourcery.com>
18958
18959 * stdlib/strtod.c: Include <bits/floatn.h>.
18960 (BUILD_DOUBLE): New macro.
18961 [BUILD_DOUBLE && __HAVE_FLOAT64 && !__HAVE_DISTINCT_FLOAT64]
18962 (strtof64): Define and later undefine as macro. Define as weak
18963 alias if [!USE_WIDE_CHAR].
18964 [BUILD_DOUBLE && __HAVE_FLOAT64 && !__HAVE_DISTINCT_FLOAT64]
18965 (wcstof64): Define and later undefine as macro. Define as weak
18966 alias if [USE_WIDE_CHAR].
18967 [BUILD_DOUBLE && __HAVE_FLOAT32X && !__HAVE_DISTINCT_FLOAT32X]
18968 (strtof32x): Define and later undefine as macro. Define as weak
18969 alias if [!USE_WIDE_CHAR].
18970 [BUILD_DOUBLE && __HAVE_FLOAT32X && !__HAVE_DISTINCT_FLOAT32X]
18971 (wcstof32x): Define and later undefine as macro. Define as weak
18972 alias if [USE_WIDE_CHAR].
18973 * stdlib/strtod_l.c: Include <bits/floatn.h>.
18974 (BUILD_DOUBLE): New macro.
18975 [BUILD_DOUBLE && __HAVE_FLOAT64 && !__HAVE_DISTINCT_FLOAT64]
18976 (strtof64_l): Define and later undefine as macro. Define as weak
18977 alias if [!USE_WIDE_CHAR].
18978 [BUILD_DOUBLE && __HAVE_FLOAT64 && !__HAVE_DISTINCT_FLOAT64]
18979 (wcstof64_l): Define and later undefine as macro. Define as weak
18980 alias if [USE_WIDE_CHAR].
18981 [BUILD_DOUBLE && __HAVE_FLOAT32X && !__HAVE_DISTINCT_FLOAT32X]
18982 (strtof32x_l): Define and later undefine as macro. Define as weak
18983 alias if [!USE_WIDE_CHAR].
18984 [BUILD_DOUBLE && __HAVE_FLOAT32X && !__HAVE_DISTINCT_FLOAT32X]
18985 (wcstof32x_l): Define and later undefine as macro. Define as weak
18986 alias if [USE_WIDE_CHAR].
18987
18988 2017-12-05 Adhemerval Zanella <adhemerval.zanella@linaro.org>
18989
18990 * sysdeps/ieee754/flt-32/s_sinf.c (ones): Define as double.
18991 (reduced): Use ones as double instead of integer.
18992
18993 2017-12-05 Szabolcs Nagy <szabolcs.nagy@arm.com>
18994
18995 * sysdeps/ieee754/flt-32/s_sinf.c (sinf): Use isless.
18996
18997 2017-12-05 Joseph Myers <joseph@codesourcery.com>
18998
18999 * stdlib/strfromd.c: Include <bits/floatn.h>.
19000 [__HAVE_FLOAT64 && !__HAVE_DISTINCT_FLOAT64] (strfromf64): Define
19001 and later undefine as macro and define as weak alias.
19002 [__HAVE_FLOAT32X && !__HAVE_DISTINCT_FLOAT32X] (strfromf32x):
19003 Likewise.
19004
19005 * math/test-float32x.h: New file.
19006 * math/test-float64.h: Likewise.
19007
19008 * sysdeps/generic/libm-alias-double.h: Include <bits/floatn.h>.
19009 (libm_alias_double_other_r_f64): New macro.
19010 (libm_alias_double_other_r_f32x): Likewise.
19011 (libm_alias_double_other_r): Use libm_alias_double_other_r_f64 and
19012 libm_alias_double_other_r_f32x.
19013 (libm_alias_double_r): Use semicolon before call to
19014 libm_alias_double_other_r.
19015 * sysdeps/ieee754/ldbl-opt/libm-alias-double.h: Include
19016 <bits/floatn.h>.
19017 (libm_alias_double_other_r_f64): New macro.
19018 (libm_alias_double_other_r_f32x): Likewise.
19019 (libm_alias_double_other_r): Use libm_alias_double_other_r_f64 and
19020 libm_alias_double_other_r_f32x.
19021
19022 2017-12-05 H.J. Lu <hongjiu.lu@intel.com>
19023
19024 * sysdeps/ieee754/flt-32/s_sinf.c (reduced): Replace long with
19025 int.
19026 (SINF_FUNC): Likewise. Replace floor with simple casts.
19027
19028 2017-12-05 Mike FABIAN <mfabian@redhat.com>
19029
19030 [BZ #22517]
19031 * localedata/Makefile: Add et_EE.UTF-8 to test-input
19032 and to the list of locales to be built for testing.
19033 * localedata/et_EE.UTF-8.in: New file for testing the collation.
19034 * localedata/locales/et_EE (LC_COLLATE): Use “copy "iso14651_t1"”
19035 and build the collation rules upon that.
19036
19037 2017-12-05 Chris Metcalf <cmetcalf@mellanox.com>
19038
19039 * sysdeps/tile/tilegx/string-endian.h (VECOP): Provide working
19040 replacements for __insn_xxx builtins for v1cmpeq, v1cmpltu,
19041 v1cmpne, v1add, v1shru, v1shl (register and immediate versions).
19042 * sysdeps/tile/tilegx/memchr.c (__memchr): Use VECOP function
19043 instead of __insn__xxx.
19044 * sysdeps/tile/tilegx/rawmemchr.c (__rawmemchr): Likewise.
19045 * sysdeps/tile/tilegx/strstr.c (strcasechr): Likewise.
19046 * sysdeps/tile/tilegx/strrchr.c (strrchr): Likewise.
19047 * sysdeps/tile/tilegx/strlen.c (strlen): Likewise.
19048 * sysdeps/tile/tilegx/strchrnul.c (__strchrnul): Likewise.
19049 * sysdeps/tile/tilegx/strchr.c (strchr): Likewise.
19050
19051 2017-12-05 Florian Weimer <fweimer@redhat.com>
19052
19053 Linux: Implement interfaces for memory protection keys
19054 * support/Makefile (libsupport-routines): Add xraise, xsigaction,
19055 xsignal, xsysconf.
19056 * support/xsignal.h (xraise, xsignal, xsigaction): Declare.
19057 * support/xunistd.h (xsysconf): Declare.
19058 * support/xraise.c: New file.
19059 * support/xsigaction.c: Likewise.
19060 * support/xsignal.c: Likewise.
19061 * support/xsysconf.c: Likewise.
19062 * sysdeps/unix/sysv/linux/Makefile [misc] (routines): Add
19063 pkey_set, pkey_get, pkey_mprotect.
19064 [misc] (tests): Add tst-pkey.
19065 (tst-pkey): Link with -lpthread.
19066 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.27): Add pkey_alloc,
19067 pkey_free, pkey_set, pkey_get, pkey_mprotect.
19068 * sysdeps/unix/sysv/linux/bits/mman-linux.h (PKEY_DISABLE_ACCESS)
19069 (PKEY_DISABLE_WRITE): Define.
19070 (pkey_alloc, pkey_free, pkey_set, pkey_get, pkey_mprotect):
19071 Declare.
19072 * sysdeps/unix/sysv/linux/bits/siginfo-consts.h (SEGV_BNDERR)
19073 (SEGV_PKUERR): Add.
19074 * sysdeps/unix/sysv/linux/pkey_get.c: New file.
19075 * sysdeps/unix/sysv/linux/pkey_set.c: Likewise.
19076 * sysdeps/unix/sysv/linux/pkey_mprotect.c: Likewise.
19077 * sysdeps/unix/sysv/linux/syscalls.list (pkey_alloc, pkey_free):
19078 Add.
19079 * sysdeps/unix/sysv/linux/tst-pkey.c: New file.
19080 * sysdeps/unix/sysv/linux/x86/arch-pkey.h: Likewise.
19081 * sysdeps/unix/sysv/linux/x86/pkey_get.c: Likewise.
19082 * sysdeps/unix/sysv/linux/x86/pkey_set.c: Likewise.
19083 * sysdeps/unix/sysv/linux/**.abilist: Update.
19084
19085 2017-12-05 Florian Weimer <fweimer@redhat.com>
19086
19087 * support/tst-test_compare.c (subprocess): Use long long instead
19088 of long argument for consistent type width across 32-bit and
19089 64-bit architectures.
19090 (do_test): Adjust expected output.
19091
19092 2017-12-05 Joseph Myers <joseph@codesourcery.com>
19093
19094 * sysdeps/powerpc/fpu/s_cosf.c: Include <libm-alias-float.h>.
19095 (cosf): Define using libm_alias_float.
19096 * sysdeps/powerpc/fpu/s_fabs.S: Include <libm-alias-float.h>.
19097 (fabsf): Define using libm_alias_float.
19098 * sysdeps/powerpc/fpu/s_fmaf.S: Include <libm-alias-float.h>.
19099 (fmaf): Define using libm_alias_float.
19100 * sysdeps/powerpc/fpu/s_rintf.c: Include <libm-alias-float.h>.
19101 (rintf): Define using libm_alias_float.
19102 * sysdeps/powerpc/fpu/s_sinf.c: Include <libm-alias-float.h>.
19103 (sinf): Define using libm_alias_float.
19104 * sysdeps/powerpc/power5+/fpu/s_modff.c: Include
19105 <libm-alias-float.h>.
19106 (modff): Define using libm_alias_float.
19107 * sysdeps/powerpc/power7/fpu/s_logbf.c: Include
19108 <libm-alias-float.h>.
19109 (logbf): Define using libm_alias_float.
19110 * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S: Include
19111 <libm-alias-float.h>.
19112 (ceilf): Define using libm_alias_float.
19113 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Include
19114 <libm-alias-float.h>.
19115 (copysignf): Define using libm_alias_float.
19116 * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Include
19117 <libm-alias-float.h>.
19118 (floorf): Define using libm_alias_float.
19119 * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Include
19120 <libm-alias-float.h>.
19121 (llrintf): Define using libm_alias_float.
19122 * sysdeps/powerpc/powerpc32/fpu/s_llroundf.c: Include
19123 <libm-alias-float.h>.
19124 (llroundf): Define using libm_alias_float.
19125 * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Include
19126 <libm-alias-float.h>.
19127 (lrintf): Define using libm_alias_float.
19128 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Include
19129 <libm-alias-float.h>.
19130 (lroundf): Define using libm_alias_float.
19131 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: Include
19132 <libm-alias-float.h>.
19133 (nearbyintf): Define using libm_alias_float.
19134 * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Include
19135 <libm-alias-float.h>.
19136 (rintf): Define using libm_alias_float.
19137 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Include
19138 <libm-alias-float.h>.
19139 (roundf): Define using libm_alias_float.
19140 * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Include
19141 <libm-alias-float.h>.
19142 (truncf): Define using libm_alias_float.
19143 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c:
19144 Include <libm-alias-float.h>.
19145 (ceilf): Define using libm_alias_float.
19146 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c:
19147 Include <libm-alias-float.h>.
19148 (copysignf): Define using libm_alias_float.
19149 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c:
19150 Include <libm-alias-float.h>.
19151 (floorf): Define using libm_alias_float.
19152 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c:
19153 Include <libm-alias-float.h>.
19154 (llrintf): Define using libm_alias_float.
19155 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c:
19156 Include <libm-alias-float.h>.
19157 (llroundf): Define using libm_alias_float.
19158 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c:
19159 Include <libm-alias-float.h>.
19160 (logbf): Define using libm_alias_float.
19161 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c:
19162 Include <libm-alias-float.h>.
19163 (lrintf): Define using libm_alias_float.
19164 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c:
19165 Include <libm-alias-float.h>.
19166 (lroundf): Define using libm_alias_float.
19167 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c:
19168 Include <libm-alias-float.h>.
19169 (modff): Define using libm_alias_float.
19170 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c:
19171 Include <libm-alias-float.h>.
19172 (roundf): Define using libm_alias_float.
19173 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c:
19174 Include <libm-alias-float.h>.
19175 (truncf): Define using libm_alias_float.
19176 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Include
19177 <libm-alias-float.h>.
19178 (llrintf): Define using libm_alias_float.
19179 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Include
19180 <libm-alias-float.h>.
19181 (llroundf): Define using libm_alias_float.
19182 * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: Include
19183 <libm-alias-float.h>.
19184 (ceilf): Define using libm_alias_float.
19185 * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: Include
19186 <libm-alias-float.h>.
19187 (floorf): Define using libm_alias_float.
19188 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Include
19189 <libm-alias-float.h>.
19190 (llroundf): Define using libm_alias_float.
19191 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Include
19192 <libm-alias-float.h>.
19193 (lroundf): Define using libm_alias_float.
19194 * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: Include
19195 <libm-alias-float.h>.
19196 (roundf): Define using libm_alias_float.
19197 * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: Include
19198 <libm-alias-float.h>.
19199 (truncf): Define using libm_alias_float.
19200 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Include
19201 <libm-alias-float.h>.
19202 (copysignf): Define using libm_alias_float.
19203 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Include
19204 <libm-alias-float.h>.
19205 (llrintf): Define using libm_alias_float.
19206 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Include
19207 <libm-alias-float.h>.
19208 (llroundf): Define using libm_alias_float.
19209 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: Include
19210 <libm-alias-float.h>.
19211 (lrintf): Define using libm_alias_float.
19212 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Include
19213 <libm-alias-float.h>.
19214 (lroundf): Define using libm_alias_float.
19215 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: Include
19216 <libm-alias-float.h>.
19217 (ceilf): Define using libm_alias_float.
19218 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: Include
19219 <libm-alias-float.h>.
19220 (copysignf): Define using libm_alias_float.
19221 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_cosf.c: Include
19222 <libm-alias-float.h>.
19223 (cosf): Define using libm_alias_float.
19224 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: Include
19225 <libm-alias-float.h>.
19226 (floorf): Define using libm_alias_float.
19227 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrintf.c: Include
19228 <libm-alias-float.h>.
19229 (llrintf): Define using libm_alias_float.
19230 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llroundf.c: Include
19231 <libm-alias-float.h>.
19232 (llroundf): Define using libm_alias_float.
19233 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: Include
19234 <libm-alias-float.h>.
19235 (logbf): Define using libm_alias_float.
19236 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c: Include
19237 <libm-alias-float.h>.
19238 (modff): Define using libm_alias_float.
19239 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: Include
19240 <libm-alias-float.h>.
19241 (roundf): Define using libm_alias_float.
19242 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf.c: Include
19243 <libm-alias-float.h>.
19244 (sinf): Define using libm_alias_float.
19245 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: Include
19246 <libm-alias-float.h>.
19247 (truncf): Define using libm_alias_float.
19248 * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Include
19249 <libm-alias-float.h>.
19250 (ceilf): Define using libm_alias_float.
19251 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Include
19252 <libm-alias-float.h>.
19253 (copysignf): Define using libm_alias_float.
19254 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Include
19255 <libm-alias-float.h>.
19256 (floorf): Define using libm_alias_float.
19257 * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Include
19258 <libm-alias-float.h>.
19259 (llrintf): Define using libm_alias_float.
19260 * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Include
19261 <libm-alias-float.h>.
19262 (llroundf): Define using libm_alias_float.
19263 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Include
19264 <libm-alias-float.h>.
19265 (nearbyintf): Define using libm_alias_float.
19266 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Include
19267 <libm-alias-float.h>.
19268 (rintf): Define using libm_alias_float.
19269 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Include
19270 <libm-alias-float.h>.
19271 (roundf): Define using libm_alias_float.
19272 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Include
19273 <libm-alias-float.h>.
19274 (truncf): Define using libm_alias_float.
19275 * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: Include
19276 <libm-alias-float.h>.
19277 (ceilf): Define using libm_alias_float.
19278 * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: Include
19279 <libm-alias-float.h>.
19280 (floorf): Define using libm_alias_float.
19281 * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Include
19282 <libm-alias-float.h>.
19283 (llroundf): Define using libm_alias_float.
19284 * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: Include
19285 <libm-alias-float.h>.
19286 (roundf): Define using libm_alias_float.
19287 * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: Include
19288 <libm-alias-float.h>.
19289 (truncf): Define using libm_alias_float.
19290 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Include
19291 <libm-alias-float.h>.
19292 (copysignf): Define using libm_alias_float.
19293 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Include
19294 <libm-alias-float.h>.
19295 (llrintf): Define using libm_alias_float.
19296 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Include
19297 <libm-alias-float.h>.
19298 (llroundf): Define using libm_alias_float.
19299 * sysdeps/powerpc/powerpc64/power8/fpu/s_cosf.S: Include
19300 <libm-alias-float.h>.
19301 (cosf): Define using libm_alias_float.
19302 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: Include
19303 <libm-alias-float.h>.
19304 (llrintf): Define using libm_alias_float.
19305 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: Include
19306 <libm-alias-float.h>.
19307 (llroundf): Define using libm_alias_float.
19308 * sysdeps/powerpc/powerpc64/power8/fpu/s_sinf.S: Include
19309 <libm-alias-float.h>.
19310 (sinf): Define using libm_alias_float.
19311
19312 2017-12-04 Florian Weimer <fweimer@redhat.com>
19313
19314 * support/check.h (TEST_COMPARE): Define.
19315 (support_test_compare_failure): Declare.
19316 * support/Makefile (libsupport-routines): Add
19317 support_test_compare_failure.
19318 (tests): Add tst-test_compare.
19319 * support /support_test_compare_failure.c: New file.
19320 * support/tst-test_compare.c: Likewise.
19321
19322 2017-12-04 Mike FABIAN <mfabian@redhat.com>
19323
19324 [BZ #22527]
19325 * localedata/locales/tr_TR (LC_COLLATE): Base collation rules
19326 on iso14651_t1. A test file localedata/tr_TR.UTF-8.in is already
19327 available, this rewrite of the collation rules does reproduce
19328 the test file in the same order.
19329
19330 2017-12-04 Mike FABIAN <mfabian@redhat.com>
19331
19332 [BZ #10580]
19333 * localedata/locales/hr_HR (LC_TIME): Use two letters for the
19334 digraphs in the month and day names. Using single code points for
19335 digraphs is deprecated. While there are dedicated Unicode
19336 codepoints, for the digraphs, these are included for backwards
19337 compatibility and modern texts use a sequence of Basic Latin
19338 characters. See: https://www.unicode.org/faq/ligature_digraph.html
19339 This makes the month and day names agree exactly with CLDR now,
19340 CLDR does not use the single code points for the digraphs either.
19341
19342 2017-12-04 Chris Metcalf <cmetcalf@mellanox.com>
19343
19344 * sysdeps/tile/libm-test-ulps: Update ca{cos,sin,tan}{,h} ulps.
19345
19346 2017-12-04 Joseph Myers <joseph@codesourcery.com>
19347
19348 * sysdeps/ieee754/flt-32/s_sinf.c (SINF_FUNC): Use __floor instead
19349 of floor.
19350
19351 2017-12-04 Siddhesh Poyarekar <siddhesh@sourceware.org>
19352
19353 * sysdeps/aarch64/multiarch/memcpy_generic.S (__GI_memcpy):
19354 Define only for libc.so.
19355
19356 2017-12-04 Stefan Liebler <stli@linux.vnet.ibm.com>
19357
19358 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
19359 (INTERNAL_VSYSCALL_CALL, CLOBBER_0, CLOBBER_1, CLOBBER_2,
19360 CLOBBER_3, CLOBBER_4, CLOBBER_5, CLOBBER_6,
19361 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Remove.
19362 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
19363
19364 2017-12-04 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
19365
19366 [BZ #5997]
19367 * sysdeps/ieee754/flt-32/s_sinf.c: New implementation.
19368
19369 2017-12-02 John David Anglin <danglin@gcc.gnu.org>
19370
19371 [BZ libc/19170]
19372 * sysdeps/hppa/crti.S: Declare PREINIT_FUNCTION weak_extern when
19373 PREINIT_FUNCTION_WEAK is nonzero.
19374 (gmon_initializer): New function. Put procedure label for it in
19375 .init_array section.
19376 (_init): Don't call PREINIT_FUNCTION.
19377 * sysdeps/hppa/crtn.S (__gmon_start__): Remove.
19378 * sysdeps/hppa/dl-lookupcfg.h (DL_FIXUP_MAKE_VALUE): Create null fixup
19379 value when map argument is null.
19380
19381 * sysdeps/hppa/dl-fptr.c (elf_machine_resolve): Remove unnecessary
19382 depi instruction from PIC pc-relative sequence.
19383 * sysdeps/hppa/dl-fptr.h (ELF_MACHINE_LOAD_ADDRESS): Likewise.
19384 * sysdeps/hppa/dl-machine.h (elf_machine_dynamic): Likewise.
19385 (elf_machine_load_address): Likewise.
19386 (elf_machine_runtime_setup): Likewise.
19387
19388 2017-12-02 Joseph Myers <joseph@codesourcery.com>
19389
19390 * sysdeps/powerpc/power7/fpu/s_logb.c: Include
19391 <libm-alias-double.h>.
19392 (logb): Define using libm_alias_double.
19393 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Include
19394 <libm-alias-double.h>.
19395 (copysign): Define using libm_alias_double.
19396 * sysdeps/powerpc/powerpc32/fpu/s_llrint.c: Include
19397 <libm-alias-double.h>.
19398 (llrint): Define using libm_alias_double.
19399 * sysdeps/powerpc/powerpc32/fpu/s_llround.c: Include
19400 <libm-alias-double.h>.
19401 (llround): Define using libm_alias_double.
19402 * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Include
19403 <libm-alias-double.h>.
19404 (lrint): Define using libm_alias_double.
19405 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Include
19406 <libm-alias-double.h>.
19407 (lround): Define using libm_alias_double.
19408 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
19409 Include <libm-alias-double.h>.
19410 (copysign): Define using libm_alias_double.
19411 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c:
19412 Include <libm-alias-double.h>.
19413 (llrint): Define using libm_alias_double.
19414 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c:
19415 Include <libm-alias-double.h>.
19416 (llround): Define using libm_alias_double.
19417 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: Include
19418 <libm-alias-double.h>.
19419 (logb): Define using libm_alias_double.
19420 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c:
19421 Include <libm-alias-double.h>.
19422 (lrint): Define using libm_alias_double.
19423 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c:
19424 Include <libm-alias-double.h>.
19425 (lround): Define using libm_alias_double.
19426 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Include
19427 <libm-alias-double.h>.
19428 (llrint): Define using libm_alias_double.
19429 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Include
19430 <libm-alias-double.h>.
19431 (llround): Define using libm_alias_double.
19432 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Include
19433 <libm-alias-double.h>.
19434 (llround): Define using libm_alias_double.
19435 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Include
19436 <libm-alias-double.h>.
19437 (lround): Define using libm_alias_double.
19438 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Include
19439 <libm-alias-double.h>.
19440 (copysign): Define using libm_alias_double.
19441 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Include
19442 <libm-alias-double.h>.
19443 (llrint): Define using libm_alias_double.
19444 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Include
19445 <libm-alias-double.h>.
19446 (llround): Define using libm_alias_double.
19447 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: Include
19448 <libm-alias-double.h>.
19449 (lrint): Define using libm_alias_double.
19450 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Include
19451 <libm-alias-double.h>.
19452 (lround): Define using libm_alias_double.
19453 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Include
19454 <libm-alias-double.h>.
19455 (copysign): Define using libm_alias_double.
19456 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: Include
19457 <libm-alias-double.h>.
19458 (llrint): Define using libm_alias_double.
19459 (lrint): Likewise.
19460 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: Include
19461 <libm-alias-double.h>.
19462 (llround): Define using libm_alias_double.
19463 (lround): Likewise.
19464 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: Include
19465 <libm-alias-double.h>.
19466 (logb): Define using libm_alias_double.
19467 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Include
19468 <libm-alias-double.h>.
19469 (copysign): Define using libm_alias_double.
19470 * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Include
19471 <libm-alias-double.h>.
19472 (llrint): Define using libm_alias_double.
19473 (lrint): Likewise.
19474 * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Include
19475 <libm-alias-double.h>.
19476 (llround): Define using libm_alias_double.
19477 (lround): Likewise.
19478 * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Include
19479 <libm-alias-double.h>.
19480 (llround): Define using libm_alias_double.
19481 (lround): Likewise.
19482 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Include
19483 <libm-alias-double.h>.
19484 (copysign): Define using libm_alias_double.
19485 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Include
19486 <libm-alias-double.h>.
19487 (llrint): Define using libm_alias_double.
19488 (lrint): Likewise.
19489 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Include
19490 <libm-alias-double.h>.
19491 (llround): Define using libm_alias_double.
19492 (lround): Likewise.
19493 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: Include
19494 <libm-alias-double.h>.
19495 (llrint): Define using libm_alias_double.
19496 (lrint): Likewise.
19497 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: Include
19498 <libm-alias-double.h>.
19499 (llround): Define using libm_alias_double.
19500 (lround): Likewise.
19501
19502 2017-12-01 Joseph Myers <joseph@codesourcery.com>
19503
19504 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
19505 [LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)] (lroundl): Do not define
19506 compat symbol based on llround.
19507
19508 * sysdeps/powerpc/power7/fpu/s_logb.c
19509 [LONG_DOUBLE_COMPAT (libm, GLIBC_2_0)] (logbl): Define as compat
19510 symbol based on __logb, not on logb.
19511 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c
19512 [LONG_DOUBLE_COMPAT (libm, GLIBC_2_0)] (logbl): Likewise.
19513 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c
19514 [LONG_DOUBLE_COMPAT (libm, GLIBC_2_0)] (logbl): Likewise.
19515
19516 * sysdeps/powerpc/fpu/s_rint.c: Include <libm-alias-double.h>.
19517 (rint): Define using libm_alias_double.
19518 * sysdeps/powerpc/power5+/fpu/s_modf.c: Include
19519 <libm-alias-double.h>.
19520 (modf): Define using libm_alias_double.
19521 * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: Include
19522 <libm-alias-double.h>.
19523 (ceil): Define using libm_alias_double.
19524 * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Include
19525 <libm-alias-double.h>.
19526 (floor): Define using libm_alias_double.
19527 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: Include
19528 <libm-alias-double.h>.
19529 (nearbyint): Define using libm_alias_double.
19530 * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Include
19531 <libm-alias-double.h>.
19532 (rint): Define using libm_alias_double.
19533 * sysdeps/powerpc/powerpc32/fpu/s_round.S: Include
19534 <libm-alias-double.h>.
19535 (round): Define using libm_alias_double.
19536 * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Include
19537 <libm-alias-double.h>.
19538 (trunc): Define using libm_alias_double.
19539 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: Include
19540 <libm-alias-double.h>.
19541 (ceil): Define using libm_alias_double.
19542 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c:
19543 Include <libm-alias-double.h>.
19544 (floor): Define using libm_alias_double.
19545 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: Include
19546 <libm-alias-double.h>.
19547 (modf): Define using libm_alias_double.
19548 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c:
19549 Include <libm-alias-double.h>.
19550 (round): Define using libm_alias_double.
19551 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c:
19552 Include <libm-alias-double.h>.
19553 (trunc): Define using libm_alias_double.
19554 * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: Include
19555 <libm-alias-double.h>.
19556 (ceil): Define using libm_alias_double.
19557 * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: Include
19558 <libm-alias-double.h>.
19559 (floor): Define using libm_alias_double.
19560 * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: Include
19561 <libm-alias-double.h>.
19562 (round): Define using libm_alias_double.
19563 * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: Include
19564 <libm-alias-double.h>.
19565 (trunc): Define using libm_alias_double.
19566 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: Include
19567 <libm-alias-double.h>.
19568 (ceil): Define using libm_alias_double.
19569 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: Include
19570 <libm-alias-double.h>.
19571 (floor): Define using libm_alias_double.
19572 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Include
19573 <libm-alias-double.h>.
19574 (modf): Define using libm_alias_double.
19575 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: Include
19576 <libm-alias-double.h>.
19577 (round): Define using libm_alias_double.
19578 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: Include
19579 <libm-alias-double.h>.
19580 (trunc): Define using libm_alias_double.
19581 * sysdeps/powerpc/powerpc64/fpu/s_ceil.S: Include
19582 <libm-alias-double.h>.
19583 (ceil): Define using libm_alias_double.
19584 * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Include
19585 <libm-alias-double.h>.
19586 (floor): Define using libm_alias_double.
19587 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: Include
19588 <libm-alias-double.h>.
19589 (nearbyint): Define using libm_alias_double.
19590 * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Include
19591 <libm-alias-double.h>.
19592 (rint): Define using libm_alias_double.
19593 * sysdeps/powerpc/powerpc64/fpu/s_round.S: Include
19594 <libm-alias-double.h>.
19595 (round): Define using libm_alias_double.
19596 * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Include
19597 <libm-alias-double.h>.
19598 (trunc): Define using libm_alias_double.
19599 * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: Include
19600 <libm-alias-double.h>.
19601 (ceil): Define using libm_alias_double.
19602 * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: Include
19603 <libm-alias-double.h>.
19604 (floor): Define using libm_alias_double.
19605 * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: Include
19606 <libm-alias-double.h>.
19607 (round): Define using libm_alias_double.
19608 * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: Include
19609 <libm-alias-double.h>.
19610 (trunc): Define using libm_alias_double.
19611
19612 * sysdeps/powerpc/fpu/s_fabs.S: Include <libm-alias-double.h>.
19613 (fabs): Define using libm_alias_double.
19614 * sysdeps/powerpc/fpu/s_fma.S: Include <libm-alias-double.h>.
19615 (fma): Define using libm_alias_double.
19616 * sysdeps/powerpc/powerpc32/fpu/s_fabs.S: Remove file.
19617 * sysdeps/powerpc/powerpc32/fpu/s_fma.S: Likewise.
19618 * sysdeps/powerpc/powerpc64/fpu/s_fabs.S: Likewise.
19619 * sysdeps/powerpc/powerpc64/fpu/s_fma.S: Likewise.
19620
19621 2017-12-01 Adhemerval Zanella <adhemerval.zanella@linaro.org>
19622
19623 * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Remove file.
19624
19625 * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC_DFLT,
19626 SPARC_ASM_IFUNC1, SPARC_ASM_IFUNC2, SET, SPARC_ASM_VIS2_IFUNC,
19627 SPARC_ASM_VIS3_IFUNC, SPARC_ASM_VIS3_VIS2_IFUNC): Remove macros.
19628
19629 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.c: Fix build
19630 due redirect macro.
19631
19632 2017-12-01 Andreas Schwab <schwab@linux-m68k.org>
19633
19634 * intl/Makefile ($(objpfx)plural.c): Add $(make-target-directory).
19635
19636 2017-12-01 Adhemerval Zanella <adhemerval.zanella@linaro.org>
19637
19638 * sysdeps/sparc/sparc64/cpu_relax.c: New file.
19639 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.c: Likewise.
19640 * sysdeps/sparc/sparc64/cpu_relax.S: Remove file.
19641 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Likewise.
19642
19643 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile
19644 (libm-sysdep_routines): Add s_nearbyintf-generic and
19645 s_nearbyint-generic.
19646 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-generic.S:
19647 New file.
19648 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.c: Likewise.
19649 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-generic.S:
19650 Likewise.
19651 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.c:
19652 Likewise.
19653 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: Remove
19654 file.
19655 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S:
19656 Likewise.
19657
19658 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile
19659 (libm-sysdep_routines): Add s_rintf-generic and s_rint-generic.
19660 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-generic.S: New
19661 file.
19662 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.c: Likewise.
19663 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-generic.S:
19664 Likewise.
19665 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.c: Likewise.
19666 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Remove file.
19667 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
19668
19669 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile
19670 (libm-sysdep_routines): Add s_llrintf-generic and s_llrint-generic.
19671 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-generic.S: New
19672 file.
19673 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.c: Likewise.
19674 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-generic.S:
19675 Likewise.
19676 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.c: Likewise.
19677 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Remove file.
19678 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: Likewise.
19679
19680 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile
19681 (libm-sysdep_routines): Add s_fabsf-generic and s_fabs-generic.
19682 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-generic.S: New
19683 file.
19684 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.c: Likewise.
19685 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-generic.S:
19686 Likewise.
19687 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.c: Likewise.
19688 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Remove file.
19689 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
19690
19691 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile
19692 (sysdep_calls): New rule.
19693 (sysdep_routines): Use sysdep_calls as base.
19694 (libm-sysdep_routines): Add generic rule for symbols shared with
19695 libc. Add s_copysign-generic and s_copysign-generic objects.
19696 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-generic.S:
19697 New file.
19698 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.c: Likewise.
19699 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-generic.S:
19700 Likewise.
19701 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.c: Likewise.
19702 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: Remove file.
19703 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: Likewise.
19704
19705 2017-12-01 Mike FABIAN <mfabian@redhat.com>
19706
19707 [BZ #22519]
19708 * localedata/Makefile: Add is_IS.UTF-8 to test-input and to
19709 the list of locales to be built for testing.
19710 * localedata/is_IS.UTF-8.in: New file.
19711 * localedata/locales/is_IS (LC_COLLATE): Base collation rules
19712 on iso14651_t1.
19713
19714 2017-12-01 Joseph Myers <joseph@codesourcery.com>
19715
19716 * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Include
19717 <libm-alias-float.h>.
19718 (fabsf): Define using libm_alias_float.
19719
19720 2017-11-30 H.J. Lu <hongjiu.lu@intel.com>
19721
19722 * sysdeps/mips/dl-machine.h (elf_machine_reloc): Expand MIN.
19723
19724 2017-11-30 Joseph Myers <joseph@codesourcery.com>
19725
19726 * sysdeps/m68k/coldfire/fpu/s_fabsf.c: Include
19727 <libm-alias-float.h>.
19728 (fabsf): Define using libm_alias_float.
19729 * sysdeps/m68k/coldfire/fpu/s_lrintf.c: Include
19730 <libm-alias-float.h>.
19731 (lrintf): Define using libm_alias_float.
19732 * sysdeps/m68k/coldfire/fpu/s_rintf.c: Include
19733 <libm-alias-float.h>.
19734 (rintf): Define using libm_alias_float.
19735
19736 * sysdeps/m68k/coldfire/fpu/s_fabs.c: Include
19737 <libm-alias-double.h>.
19738 (fabs): Define using libm_alias_double.
19739 * sysdeps/m68k/coldfire/fpu/s_lrint.c: Include
19740 <libm-alias-double.h>.
19741 (lrint): Define using libm_alias_double.
19742 * sysdeps/m68k/coldfire/fpu/s_rint.c: Include
19743 <libm-alias-double.h>.
19744 (rint): Define using libm_alias_double.
19745
19746 * sysdeps/m68k/m680x0/fpu/s_atan_template.c: New file.
19747 * sysdeps/m68k/m680x0/fpu/s_ceil_template.c: Likewise.
19748 * sysdeps/m68k/m680x0/fpu/s_cos_template.c: Likewise.
19749 * sysdeps/m68k/m680x0/fpu/s_expm1_template.c: Likewise.
19750 * sysdeps/m68k/m680x0/fpu/s_fabs_template.c: Likewise.
19751 * sysdeps/m68k/m680x0/fpu/s_floor_template.c: Likewise.
19752 * sysdeps/m68k/m680x0/fpu/s_frexp_template.c: Likewise.
19753 * sysdeps/m68k/m680x0/fpu/s_lrint_template.c: Likewise.
19754 * sysdeps/m68k/m680x0/fpu/s_modf_template.c: Likewise.
19755 * sysdeps/m68k/m680x0/fpu/s_nearbyint_template.c: Likewise.
19756 * sysdeps/m68k/m680x0/fpu/s_remquo_template.c: Likewise.
19757 * sysdeps/m68k/m680x0/fpu/s_rint_template.c: Likewise.
19758 * sysdeps/m68k/m680x0/fpu/s_sin_template.c: Likewise.
19759 * sysdeps/m68k/m680x0/fpu/s_sincos_template.c: Likewise.
19760 * sysdeps/m68k/m680x0/fpu/s_tan_template.c: Likewise.
19761 * sysdeps/m68k/m680x0/fpu/s_tanh_template.c: Likewise.
19762 * sysdeps/m68k/m680x0/fpu/s_trunc_template.c: Likewise.
19763 * sysdeps/m68k/m680x0/fpu/s_atan.c: Reimplement to use
19764 s_atan_template.c.
19765 * sysdeps/m68k/m680x0/fpu/s_atanf.c: Likewise.
19766 * sysdeps/m68k/m680x0/fpu/s_atanl.c: Likewise.
19767 * sysdeps/m68k/m680x0/fpu/s_ceil.c: Reimplement to use
19768 s_ceil_template.c.
19769 * sysdeps/m68k/m680x0/fpu/s_ceilf.c: Likewise.
19770 * sysdeps/m68k/m680x0/fpu/s_ceill.c: Likewise.
19771 * sysdeps/m68k/m680x0/fpu/s_cos.c: Reimplement to use
19772 s_cos_template.c.
19773 * sysdeps/m68k/m680x0/fpu/s_cosf.c: Likewise.
19774 * sysdeps/m68k/m680x0/fpu/s_cosl.c: Likewise.
19775 * sysdeps/m68k/m680x0/fpu/s_expm1.c: Reimplement to use
19776 s_expm1_template.c.
19777 * sysdeps/m68k/m680x0/fpu/s_expm1f.c: Likewise.
19778 * sysdeps/m68k/m680x0/fpu/s_expm1l.c: Likewise.
19779 * sysdeps/m68k/m680x0/fpu/s_fabs.c: Reimplement to use
19780 s_fabs_template.c.
19781 * sysdeps/m68k/m680x0/fpu/s_fabsf.c: Likewise.
19782 * sysdeps/m68k/m680x0/fpu/s_fabsl.c: Likewise.
19783 * sysdeps/m68k/m680x0/fpu/s_floor.c: Reimplement to use
19784 s_floor_template.c.
19785 * sysdeps/m68k/m680x0/fpu/s_floorf.c: Likewise.
19786 * sysdeps/m68k/m680x0/fpu/s_floorl.c: Likewise.
19787 * sysdeps/m68k/m680x0/fpu/s_frexp.c: Reimplement to use
19788 s_frexp_template.c.
19789 * sysdeps/m68k/m680x0/fpu/s_frexpf.c: Likewise.
19790 * sysdeps/m68k/m680x0/fpu/s_lrint.c: Reimplement to use
19791 s_lrint_template.c.
19792 * sysdeps/m68k/m680x0/fpu/s_lrintf.c: Likewise.
19793 * sysdeps/m68k/m680x0/fpu/s_lrintl.c: Likewise.
19794 * sysdeps/m68k/m680x0/fpu/s_modf.c: Reimplement to use
19795 s_modf_template.c.
19796 * sysdeps/m68k/m680x0/fpu/s_modff.c: Likewise.
19797 * sysdeps/m68k/m680x0/fpu/s_modfl.c: Likewise.
19798 * sysdeps/m68k/m680x0/fpu/s_nearbyint.c: Reimplement to use
19799 s_nearbyint_template.c.
19800 * sysdeps/m68k/m680x0/fpu/s_nearbyintf.c: Likewise.
19801 * sysdeps/m68k/m680x0/fpu/s_nearbyintl.c: Likewise.
19802 * sysdeps/m68k/m680x0/fpu/s_remquo.c: Reimplement to use
19803 s_remquo_template.c.
19804 * sysdeps/m68k/m680x0/fpu/s_remquof.c: Likewise.
19805 * sysdeps/m68k/m680x0/fpu/s_remquol.c: Likewise.
19806 * sysdeps/m68k/m680x0/fpu/s_rint.c: Reimplement to use
19807 s_rint_template.c.
19808 * sysdeps/m68k/m680x0/fpu/s_rintf.c: Likewise.
19809 * sysdeps/m68k/m680x0/fpu/s_rintl.c: Likewise.
19810 * sysdeps/m68k/m680x0/fpu/s_sin.c: Reimplement to use
19811 s_sin_template.c.
19812 * sysdeps/m68k/m680x0/fpu/s_sinf.c: Likewise.
19813 * sysdeps/m68k/m680x0/fpu/s_sinl.c: Likewise.
19814 * sysdeps/m68k/m680x0/fpu/s_sincos.c: Reimplement to use
19815 s_sincos_template.c.
19816 * sysdeps/m68k/m680x0/fpu/s_sincosf.c: Likewise.
19817 * sysdeps/m68k/m680x0/fpu/s_sincosl.c: Likewise.
19818 * sysdeps/m68k/m680x0/fpu/s_tan.c: Reimplement to use
19819 s_tan_template.c.
19820 * sysdeps/m68k/m680x0/fpu/s_tanf.c: Likewise.
19821 * sysdeps/m68k/m680x0/fpu/s_tanl.c: Likewise.
19822 * sysdeps/m68k/m680x0/fpu/s_tanh.c: Reimplement to use
19823 s_tanh_template.c.
19824 * sysdeps/m68k/m680x0/fpu/s_tanhf.c: Likewise.
19825 * sysdeps/m68k/m680x0/fpu/s_tanhl.c: Likewise.
19826 * sysdeps/m68k/m680x0/fpu/s_trunc.c: Reimplement to use
19827 s_trunc_template.c.
19828 * sysdeps/m68k/m680x0/fpu/s_truncf.c: Likewise.
19829 * sysdeps/m68k/m680x0/fpu/s_truncl.c: Likewise.
19830 * sysdeps/m68k/m680x0/fpu/s_significand.c: Reimplement based on
19831 s_atan.c instead of including s_atan.c.
19832 * sysdeps/m68k/m680x0/fpu/s_significandf.c: Reimplement based on
19833 s_atanf.c instead of including s_atanf.c.
19834 * sysdeps/m68k/m680x0/fpu/s_significandl.c: Reimplement based on
19835 s_atanl.c instead of including s_atanl.c.
19836 * sysdeps/m68k/m680x0/fpu/s_log1p.c: Include s_significand.c
19837 instead of s_atan.c.
19838 * sysdeps/m68k/m680x0/fpu/s_log1pf.c: Include s_significandf.c
19839 instead of s_atanf.c.
19840 * sysdeps/m68k/m680x0/fpu/s_log1pl.c: Include s_significandl.c
19841 instead of s_atanl.c.
19842
19843 * scripts/update-copyrights: Do not handle intl/plural.c
19844 specially.
19845
19846 2017-11-30 Juro Bystricky <juro.bystricky@linux.intel.com>
19847
19848 [BZ #22432]
19849 * configure.ac (BISON): Require to be present.
19850 * configure: Regenerated.
19851 * intl/Makefile (generated): Add plural.c.
19852 [$(BISON) != no]: Make code unconditional.
19853 (plural.c): Change rule to $(objpfx)plural.c.
19854 ($(objpfx)plural.o): Depend on $(objpfx)plural.c.
19855 * intl/plural.c: Remove.
19856 * manual/install.texi (Tools for Compilation): Document bison as
19857 required.
19858 * INSTALL: Regenerated.
19859
19860 2017-11-30 Joseph Myers <joseph@codesourcery.com>
19861
19862 * sysdeps/m68k/m680x0/fpu/s_llrint.c: Include
19863 <libm-alias-double.h>.
19864 (llrint): Define using libm_alias_double.
19865 * sysdeps/m68k/m680x0/fpu/s_llrintf.c: Include
19866 <libm-alias-float.h>.
19867 (llrintf): Define using libm_alias_float.
19868 * sysdeps/m68k/m680x0/fpu/s_llrintl.c: Include
19869 <libm-alias-ldouble.h>.
19870 (llrintl): Define using libm_alias_ldouble.
19871
19872 * sysdeps/m68k/m680x0/fpu/s_ccosh_template.c (ccosh): Use
19873 declare_mgen_alias instead of weak_alias.
19874 * sysdeps/m68k/m680x0/fpu/s_cexp_template.c (cexp): Likewise.
19875 * sysdeps/m68k/m680x0/fpu/s_csin_template.c (csin): Likewise.
19876 * sysdeps/m68k/m680x0/fpu/s_csinh_template.c (csinh): Likewise.
19877
19878 2017-11-30 Adhemerval Zanella <adhemerval.zanella@linaro.org>
19879
19880 * sysdeps/sparc/sparc64/multiarch/Makefile (sysdep_routines):
19881 Add add_n-generic.
19882 * sysdeps/sparc/sparc64/multiarch/add_n-generic.S: New file.
19883 * sysdeps/sparc/sparc64/multiarch/add_n.c: Likewise.
19884 * sysdeps/sparc/sparc64/multiarch/add_n.S: Remove file.
19885
19886 * sysdeps/sparc/sparc64/multiarch/Makefile (sysdep_routines):
19887 Add submul_1-generic.
19888 * sysdeps/sparc/sparc64/multiarch/submul_1-generic.S: New file.
19889 * sysdeps/sparc/sparc64/multiarch/submul_1.c: Likewise.
19890 * sysdeps/sparc/sparc64/multiarch/submul_1.S: Remove file.
19891
19892 * sysdeps/sparc/sparc64/multiarch/Makefile (sysdep_routines):
19893 Add addmul_1-generic.
19894 * sysdeps/sparc/sparc64/multiarch/addmul_1-generic.S: New file.
19895 * sysdeps/sparc/sparc64/multiarch/addmul_1.c: Likewise.
19896 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Remove file.
19897
19898 * sysdeps/sparc/sparc64/multiarch/Makefile (sysdep_routines):
19899 Add sub_n-generic.
19900 * sysdeps/sparc/sparc64/multiarch/sub_n-generic.S: New file.
19901 * sysdeps/sparc/sparc64/multiarch/sub_n.c: Likewise.
19902 * sysdeps/sparc/sparc64/multiarch/sub_n.S: Remove file.
19903
19904 * sysdeps/sparc/sparc64/multiarch/Makefile (sysdep_routines):
19905 Add mul_1-generic.
19906 * sysdeps/sparc/sparc64/multiarch/mul_1-generic.S: New file.
19907 * sysdeps/sparc/sparc64/multiarch/mul_1.c: Likewise.
19908 * sysdeps/sparc/sparc64/multiarch/mul_1.S: Remove file.
19909
19910 2017-11-30 Mike FABIAN <mfabian@redhat.com>
19911
19912 According to CLDR, collation rules for Serbian and Bosnian
19913 should be the same as for Croatian.
19914
19915 [BZ #22534]
19916 * localedata/Makefile: Add sr_RS.UTF-8 and bs_BA.UTF-8 to test-input
19917 and to the list of locales to be built for testing.
19918 * localedata/bs_BA.UTF-8.in: New file (same as hr_HR.UTF-8.in).
19919 * localedata/sr_RS.UTF-8.in: New file (same as hr_HR.UTF-8.in).
19920 * localedata/locales/bs_BA (LC_COLLATE): Use “copy "hr_HR"”.
19921 * localedata/locales/sr_RS (LC_COLLATE): Use “copy "hr_HR"”.
19922
19923 2017-11-30 Mike FABIAN <mfabian@redhat.com>
19924
19925 * localedata/locales/hr_HR (LC_COLLATE): Fix collation
19926 to make test case pass.
19927 * localedata/hr_HR.UTF-8.in: Add more test strings.
19928
19929 2017-11-30 Mike FABIAN <mfabian@redhat.com>
19930
19931 * stdlib/tst-strfmon_l.c: Fix testcase. Needed because of [BZ #10580]
19932
19933 2017-11-30 Dragan Stanojević - Nevidljivi <invisible@hidden-city.net>
19934
19935 * localedata/Makefile: Add hr_HR.UTF-8 to test-input and to
19936 the list of locales to built for testing.
19937 * localedata/hr_HR.UTF-8.in: New file.
19938
19939 2017-11-30 Dragan Stanojević - Nevidljivi <invisible@hidden-city.net>
19940
19941 [BZ #10580]
19942 * localedata/locales/hr_HR (LC_COLLATE): Base collation rules on
19943 iso14651_t1.
19944 * localedata/locales/hr_HR (LC_TIME): Sync month and day names with
19945 CLDR (except use ligatures for the digraphs, CLDR does not use
19946 the ligatures), add first_workday, some fixes in the date and time
19947 formats.
19948 * localedata/locales/hr_HR (LC_CTYPE): Add transliteration rules
19949 for Đ and đ.
19950 * localedata/locales/hr_HR (LC_MONETARY): Change currency_symbol to
19951 lower case. p_cs_precedes and n_cs_precedes should be 0 instead of 1.
19952 Add int_p_cs_precedes and int_n_cs_precedes.
19953 * localedata/locales/hr_HR (LC_NUMERIC): Change thousands_sep to
19954 "<U202F>" (NARROW NO-BREAK SPACE) and grouping to 3;3 (Agrees with
19955 LC_MONETARY now).
19956 * localedata/locales/hr_HR (LC_TELEPHONE): Add tel_dom_fmt.
19957 * localedata/locales/hr_HR (LC_NAME): Add name_mr, name_mrs, and
19958 name_miss.
19959 * localedata/locales/hr_HR (LC_ADDRESS): Add country_post, country_isbn,
19960 and lang_lib. Change postal_fmt.
19961
19962 2017-11-30 H.J. Lu <hongjiu.lu@intel.com>
19963
19964 * debug/longjmp_chk.c: Include <setjmpP.h> instead of
19965 <setjmp.h>.
19966 * setjmp/longjmp.c: Include <setjmpP.h> instead of <setjmp.h>.
19967 (__libc_siglongjmp): Cast &env[0].__saved_mask to "sigset_t *".
19968 * setjmp/sigjmp.c: Include <setjmpP.h> instead of <setjmp.h>.
19969 (__sigjmp_save): Cast &env[0].__saved_mask to "sigset_t *".
19970 * sysdeps/generic/setjmpP.h: New file.
19971 * sysdeps/unix/sysv/linux/x86/jmp_buf-ssp.sym: Likewise.
19972 * sysdeps/unix/sysv/linux/x86/setjmpP.h: Likewise.
19973 * sysdeps/unix/sysv/linux/x86/tst-saved_mask-1.c: Likewise.
19974 * sysdeps/unix/sysv/linux/x86/Makefile (gen-as-const-headers):
19975 Add jmp_buf-ssp.sym.
19976 (tests): Add tst-saved_mask-1.
19977
19978 2017-11-30 Arjun Shankar <arjun@redhat.com>
19979
19980 [BZ #22375]
19981 CVE-2017-17426
19982 * malloc/malloc.c (__libc_malloc): Use checked_request2size
19983 instead of request2size.
19984
19985 2017-11-30 Joseph Myers <joseph@codesourcery.com>
19986
19987 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S
19988 (__lllrint): Remove alias.
19989 (lllrint): Likewise.
19990 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S
19991 (__lllrintf): Likewise.
19992 (lllrintf): Likewise.
19993
19994 * sysdeps/sparc/sparc32/fpu/s_copysignf.S: Include
19995 <libm-alias-float.h>.
19996 (copysignf): Define using libm_alias_float.
19997 * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Include
19998 <libm-alias-float.h>.
19999 (fabsf): Define using libm_alias_float.
20000 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
20001 Include <libm-alias-float.h>.
20002 (copysignf): Define using libm_alias_float.
20003 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Include
20004 <libm-alias-float.h>.
20005 (fabsf): Define using libm_alias_float.
20006 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.c: Include
20007 <libm-alias-float.h>.
20008 (fdimf): Define using libm_alias_float.
20009 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: Include
20010 <libm-alias-float.h>.
20011 (fmaf): Define using libm_alias_float.
20012 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: Include
20013 <libm-alias-float.h>.
20014 (llrintf): Define using libm_alias_float.
20015 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S:
20016 Include <libm-alias-float.h>.
20017 (nearbyintf): Define using libm_alias_float.
20018 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Include
20019 <libm-alias-float.h>.
20020 (rintf): Define using libm_alias_float.
20021 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: Include
20022 <libm-alias-float.h>.
20023 (llrintf): Define using libm_alias_float.
20024 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: Include
20025 <libm-alias-float.h>.
20026 (lrintf): Define using libm_alias_float.
20027 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: Include
20028 <libm-alias-float.h>.
20029 (nearbyintf): Define using libm_alias_float.
20030 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Include
20031 <libm-alias-float.h>.
20032 (rintf): Define using libm_alias_float.
20033 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.c: Include
20034 <libm-alias-float.h>.
20035 (ceilf): Define using libm_alias_float.
20036 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.c: Include
20037 <libm-alias-float.h>.
20038 (floorf): Define using libm_alias_float.
20039 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: Include
20040 <libm-alias-float.h>.
20041 (fmaf): Define using libm_alias_float.
20042 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.c: Include
20043 <libm-alias-float.h>.
20044 (lrintf): Define using libm_alias_float.
20045 (llrintf): Likewise.
20046 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.c: Include
20047 <libm-alias-float.h>.
20048 (nearbyintf): Define using libm_alias_float.
20049 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.c: Include
20050 <libm-alias-float.h>.
20051 (rintf): Define using libm_alias_float.
20052 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.c: Include
20053 <libm-alias-float.h>.
20054 (truncf): Define using libm_alias_float.
20055 * sysdeps/sparc/sparc64/fpu/s_copysignf.S: Include
20056 <libm-alias-float.h>.
20057 (copysignf): Define using libm_alias_float.
20058 * sysdeps/sparc/sparc64/fpu/s_fabsf.c: Include
20059 <libm-alias-float.h>.
20060 (fabsf): Define using libm_alias_float.
20061 * sysdeps/sparc/sparc64/fpu/s_lrintf.S: Include
20062 <libm-alias-float.h>.
20063 (lrintf): Define using libm_alias_float.
20064 (llrintf): Likewise.
20065 * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: Include
20066 <libm-alias-float.h>.
20067 (nearbyintf): Define using libm_alias_float.
20068 * sysdeps/sparc/sparc64/fpu/s_rintf.S: Include
20069 <libm-alias-float.h>.
20070 (rintf): Define using libm_alias_float.
20071
20072 2017-11-29 Joseph Myers <joseph@codesourcery.com>
20073
20074 * sysdeps/sparc/sparc32/fpu/s_copysign.S: Include
20075 <libm-alias-double.h>.
20076 (copysign): Define using libm_alias_double.
20077 * sysdeps/sparc/sparc32/fpu/s_fabs.S: Include
20078 <libm-alias-double.h>.
20079 (fabs): Define using libm_alias_double.
20080 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
20081 Include <libm-alias-double.h>.
20082 (copysign): Define using libm_alias_double.
20083 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Include
20084 <libm-alias-double.h>.
20085 (fabs): Define using libm_alias_double.
20086 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.c: Include
20087 <libm-alias-double.h>.
20088 (fdim): Define using libm_alias_double.
20089 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: Include
20090 <libm-alias-double.h>.
20091 (fma): Define using libm_alias_double.
20092 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Include
20093 <libm-alias-double.h>.
20094 (llrint): Define using libm_alias_double.
20095 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S:
20096 Include <libm-alias-double.h>.
20097 (nearbyint): Define using libm_alias_double.
20098 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Include
20099 <libm-alias-double.h>.
20100 (rint): Define using libm_alias_double.
20101 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Include
20102 <libm-alias-double.h>.
20103 (fabs): Define using libm_alias_double.
20104 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Include
20105 <libm-alias-double.h>.
20106 (llrint): Define using libm_alias_double.
20107 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: Include
20108 <libm-alias-double.h>.
20109 (nearbyint): Define using libm_alias_double.
20110 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Include
20111 <libm-alias-double.h>.
20112 (rint): Define using libm_alias_double.
20113 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.c: Include
20114 <libm-alias-double.h>.
20115 (ceil): Define using libm_alias_double.
20116 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.c: Include
20117 <libm-alias-double.h>.
20118 (floor): Define using libm_alias_double.
20119 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: Include
20120 <libm-alias-double.h>.
20121 (fma): Define using libm_alias_double.
20122 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.c: Include
20123 <libm-alias-double.h>.
20124 (lrint): Define using libm_alias_double.
20125 (llrint): Likewise.
20126 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.c: Include
20127 <libm-alias-double.h>.
20128 (nearbyint): Define using libm_alias_double.
20129 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.c: Include
20130 <libm-alias-double.h>.
20131 (rint): Define using libm_alias_double.
20132 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.c: Include
20133 <libm-alias-double.h>.
20134 (trunc): Define using libm_alias_double.
20135 * sysdeps/sparc/sparc64/fpu/s_copysign.S: Include
20136 <libm-alias-double.h>.
20137 (copysign): Define using libm_alias_double.
20138 * sysdeps/sparc/sparc64/fpu/s_fabs.c: Include
20139 <libm-alias-double.h>.
20140 (fabs): Define using libm_alias_double.
20141 * sysdeps/sparc/sparc64/fpu/s_lrint.S: Include
20142 <libm-alias-double.h>.
20143 (lrint): Define using libm_alias_double.
20144 (llrint): Likewise.
20145 * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: Include
20146 <libm-alias-double.h>.
20147 (nearbyint): Define using libm_alias_double.
20148 * sysdeps/sparc/sparc64/fpu/s_rint.S: Include
20149 <libm-alias-double.h>.
20150 (rint): Define using libm_alias_double.
20151
20152 [BZ #22229]
20153 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Include
20154 <math_ldbl_opt.h>.
20155 (fabsl): Define as compat symbol at version GLIBC_2_0 for libm.
20156
20157 * scripts/build-many-glibcs.py (Context.add_all_configs): Add
20158 SPARC --disable-multi-arch glibc variants.
20159
20160 * sysdeps/x86_64/fpu/multiarch/e_exp2f.c: Include
20161 <libm-alias-float.h>.
20162 (exp2f): Define using libm_alias_float, or libm_alias_float_other
20163 if [SHARED].
20164 * sysdeps/x86_64/fpu/multiarch/e_expf.c: Include
20165 <libm-alias-float.h>.
20166 (exp2f): Define using libm_alias_float, or libm_alias_float_other
20167 if [SHARED].
20168 * sysdeps/x86_64/fpu/multiarch/e_log2f.c: Include
20169 <libm-alias-float.h>.
20170 (exp2f): Define using libm_alias_float, or libm_alias_float_other
20171 if [SHARED].
20172 * sysdeps/x86_64/fpu/multiarch/e_logf.c: Include
20173 <libm-alias-float.h>.
20174 (exp2f): Define using libm_alias_float, or libm_alias_float_other
20175 if [SHARED].
20176 * sysdeps/x86_64/fpu/multiarch/e_powf.c: Include
20177 <libm-alias-float.h>.
20178 (exp2f): Define using libm_alias_float, or libm_alias_float_other
20179 if [SHARED].
20180 * sysdeps/x86_64/fpu/multiarch/s_ceilf.c: Include
20181 <libm-alias-float.h>.
20182 (ceilf): Define using libm_alias_float.
20183 * sysdeps/x86_64/fpu/multiarch/s_floorf.c: Include
20184 <libm-alias-float.h>.
20185 (floorf): Define using libm_alias_float.
20186 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Include
20187 <libm-alias-float.h>.
20188 (fmaf): Define using libm_alias_float.
20189 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.c: Include
20190 <libm-alias-float.h>.
20191 (nearbyintf): Define using libm_alias_float.
20192 * sysdeps/x86_64/fpu/multiarch/s_rintf.c: Include
20193 <libm-alias-float.h>.
20194 (rintf): Define using libm_alias_float.
20195 * sysdeps/x86_64/fpu/multiarch/s_truncf.c: Include
20196 <libm-alias-float.h>.
20197 (truncf): Define using libm_alias_float.
20198 * sysdeps/x86_64/fpu/s_copysignf.S: Include <libm-alias-float.h>.
20199 (copysignf): Define using libm_alias_float.
20200 * sysdeps/x86_64/fpu/s_cosf.S: Include <libm-alias-float.h>.
20201 (cosf): Define using libm_alias_float.
20202 * sysdeps/x86_64/fpu/s_fabsf.c: Include <libm-alias-float.h>.
20203 (fabsf): Define using libm_alias_float.
20204 * sysdeps/x86_64/fpu/s_fmaxf.S: Include <libm-alias-float.h>.
20205 (fmaxf): Define using libm_alias_float.
20206 * sysdeps/x86_64/fpu/s_fminf.S: Include <libm-alias-float.h>.
20207 (fminf): Define using libm_alias_float.
20208 * sysdeps/x86_64/fpu/s_llrintf.S: Include <libm-alias-float.h>.
20209 (llrintf): Define using libm_alias_float.
20210 [!__ILP32__] (lrintf): Likewise.
20211 * sysdeps/x86_64/fpu/s_sincosf.S: Include <libm-alias-float.h>.
20212 (sincosf): Define using libm_alias_float.
20213 * sysdeps/x86_64/fpu/s_sinf.S: Include <libm-alias-float.h>.
20214 (sinf): Define using libm_alias_float.
20215 * sysdeps/x86_64/x32/fpu/s_lrintf.S: Include <libm-alias-float.h>.
20216 (lrintf): Define using libm_alias_float.
20217
20218 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Include
20219 <libm-alias-double.h>.
20220 (atan): Define using libm_alias_double.
20221 * sysdeps/x86_64/fpu/multiarch/s_ceil.c: Include
20222 <libm-alias-double.h>.
20223 (ceil): Define using libm_alias_double.
20224 * sysdeps/x86_64/fpu/multiarch/s_floor.c: Include
20225 <libm-alias-double.h>.
20226 (floor): Define using libm_alias_double.
20227 * sysdeps/x86_64/fpu/multiarch/s_fma.c: Include
20228 <libm-alias-double.h>.
20229 (fma): Define using libm_alias_double.
20230 * sysdeps/x86_64/fpu/multiarch/s_nearbyint.c: Include
20231 <libm-alias-double.h>.
20232 (nearbyint): Define using libm_alias_double.
20233 * sysdeps/x86_64/fpu/multiarch/s_rint.c: Include
20234 <libm-alias-double.h>.
20235 (rint): Define using libm_alias_double.
20236 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Include
20237 <libm-alias-double.h>.
20238 (sin): Define using libm_alias_double.
20239 (cos): Likewise.
20240 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Include
20241 <libm-alias-double.h>.
20242 (tan): Define using libm_alias_double.
20243 * sysdeps/x86_64/fpu/multiarch/s_trunc.c: Include
20244 <libm-alias-double.h>.
20245 (trunc): Define using libm_alias_double.
20246 * sysdeps/x86_64/fpu/s_copysign.S: Include <libm-alias-double.h>.
20247 (copysign): Define using libm_alias_double.
20248 * sysdeps/x86_64/fpu/s_fabs.c: Include <libm-alias-double.h>.
20249 (fabs): Define using libm_alias_double.
20250 * sysdeps/x86_64/fpu/s_fmax.S: Include <libm-alias-double.h>.
20251 (fmax): Define using libm_alias_double.
20252 * sysdeps/x86_64/fpu/s_fmin.S: Include <libm-alias-double.h>.
20253 (fmin): Define using libm_alias_double.
20254 * sysdeps/x86_64/fpu/s_llrint.S: Include <libm-alias-double.h>.
20255 (llrint): Define using libm_alias_double.
20256 [!__ILP32__] (lrint): Likewise.
20257 * sysdeps/x86_64/x32/fpu/s_lrint.S: Include <libm-alias-double.h>.
20258 (lrint): Define using libm_alias_double.
20259
20260 2017-11-29 Adhemerval Zanella <adhemerval.zanella@linaro.org>
20261
20262 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile
20263 (libm-sysdep_routines): Add s_rintf-generic and s_rint-generic
20264 objects.
20265 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-generic.S: New file.
20266 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.c: Likewise.
20267 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-generic.S: Likewise.
20268 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.c: Likewise.
20269 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Remove file.
20270 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
20271
20272 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile
20273 (libm-sysdep_routines): Add s_lrint-generic and s_lrintf-generic
20274 objects.
20275 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-generic.S: New file.
20276 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.c: Likewise.
20277 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-generic.S: Likewise.
20278 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.c: Likewise.
20279 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Remove file.
20280 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
20281
20282 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile
20283 (libm-sysdep_routines): Add s_nearbyint-generic and
20284 s_nearbyintf-generic objects.
20285 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-generic.S: New file.
20286 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.c: Likewise.
20287 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-generic.S: Likewise.
20288 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.c: Likewise.
20289 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: Remove file.
20290 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: Likewise.
20291
20292 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile (sysdeps_calls):
20293 Add s_finitef-generic and s_finite-generic objects.
20294 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-generic.S: New file.
20295 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.c: Likewise.
20296 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-generic.S: Likewise.
20297 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.c: Likewise.
20298 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Remove file.
20299 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Remove file.
20300
20301 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile (sysdeps_calls):
20302 Add s_isinff-generic and s_isinf-generic objects.
20303 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-generic.S: New file.
20304 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.c: Likewise.
20305 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-generic.S: Likewise.
20306 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.c: Likewise.
20307 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Remove file.
20308 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
20309
20310 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile (sysdeps_calls):
20311 Add s_isnanf-generic and s_isnan-generic objects.
20312 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-generic.S: New file.
20313 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-generic.S: Likewise.
20314 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.c: Likewise.
20315 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.c: Likewise.
20316 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Remove file.
20317 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
20318
20319 * sysdeps/sparc/sparc-ifunc.h (sparc_libm_ifunc_redirected): New
20320 macro.
20321 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile (sysdep_calls): New
20322 rule.
20323 (sysdep_routines): Use sysdep_calls as base.
20324 (libm-sysdep_routines): Add generic rule for symbols shared with
20325 libc. Add s_signbit-generic and s_signbitf-generic objects.
20326 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.c: New file.
20327 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.c: Likewise.
20328 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-generic.S: Likewise.
20329 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-generic.S: Likewise.
20330 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Remove file.
20331 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
20332
20333 2017-11-29 Joseph Myers <joseph@codesourcery.com>
20334
20335 * sysdeps/ia64/fpu/libm-symbols.h: Include <libm-alias-float.h>.
20336 * sysdeps/ia64/fpu/e_acosf.S (acosf): Use libm_alias_float_other.
20337 * sysdeps/ia64/fpu/e_acoshf.S (acoshf): Likewise.
20338 * sysdeps/ia64/fpu/e_asinf.S (asinf): Likewise.
20339 * sysdeps/ia64/fpu/e_atan2f.S (atan2f): Likewise.
20340 * sysdeps/ia64/fpu/e_atanhf.S (atanhf): Likewise.
20341 * sysdeps/ia64/fpu/e_coshf.S (coshf): Likewise.
20342 * sysdeps/ia64/fpu/e_exp10f.S (exp10f): Likewise.
20343 * sysdeps/ia64/fpu/e_exp2f.S (exp2f): Likewise.
20344 * sysdeps/ia64/fpu/e_expf.S (expf): Likewise.
20345 * sysdeps/ia64/fpu/e_fmodf.S (fmodf): Likewise.
20346 * sysdeps/ia64/fpu/e_hypotf.S (hypotf): Likewise.
20347 * sysdeps/ia64/fpu/e_lgammaf_r.c (lgammaf_r): Define using
20348 libm_alias_float_r.
20349 * sysdeps/ia64/fpu/e_log2f.S (log2f): Use libm_alias_float_other.
20350 * sysdeps/ia64/fpu/e_logf.S (log10f): Likewise.
20351 (logf): Likewise.
20352 * sysdeps/ia64/fpu/e_powf.S (powf): Likewise.
20353 * sysdeps/ia64/fpu/e_remainderf.S (remainderf): Likewise.
20354 * sysdeps/ia64/fpu/e_sinhf.S (sinhf): Likewise.
20355 * sysdeps/ia64/fpu/e_sqrtf.S (sqrtf): Likewise.
20356 * sysdeps/ia64/fpu/libm_sincosf.S (sincosf): Likewise.
20357 * sysdeps/ia64/fpu/s_asinhf.S (asinhf): Likewise.
20358 * sysdeps/ia64/fpu/s_atanf.S (atanf): Likewise.
20359 * sysdeps/ia64/fpu/s_cbrtf.S (cbrtf): Likewise.
20360 * sysdeps/ia64/fpu/s_ceilf.S (ceilf): Likewise.
20361 * sysdeps/ia64/fpu/s_copysign.S (copysignf): Define using
20362 libm_alias_float.
20363 * sysdeps/ia64/fpu/s_cosf.S (sinf): Use libm_alias_float_other.
20364 (cosf): Likewise.
20365 * sysdeps/ia64/fpu/s_erfcf.S (erfcf): Likewise.
20366 * sysdeps/ia64/fpu/s_erff.S (erff): Likewise.
20367 * sysdeps/ia64/fpu/s_expm1f.S (expm1f): Likewise.
20368 * sysdeps/ia64/fpu/s_fabsf.S (fabsf): Likewise.
20369 * sysdeps/ia64/fpu/s_fdimf.S (fdimf): Likewise.
20370 * sysdeps/ia64/fpu/s_floorf.S (floorf): Likewise.
20371 * sysdeps/ia64/fpu/s_fmaf.S (fmaf): Likewise.
20372 * sysdeps/ia64/fpu/s_fmaxf.S (fmaxf): Likewise.
20373 * sysdeps/ia64/fpu/s_frexpf.c (frexpf): Likewise.
20374 * sysdeps/ia64/fpu/s_ldexpf.c (ldexpf): Likewise.
20375 * sysdeps/ia64/fpu/s_log1pf.S (log1pf): Likewise.
20376 * sysdeps/ia64/fpu/s_logbf.S (logbf): Likewise.
20377 * sysdeps/ia64/fpu/s_modff.S (modff): Likewise.
20378 * sysdeps/ia64/fpu/s_nearbyintf.S (nearbyintf): Likewise.
20379 * sysdeps/ia64/fpu/s_nextafterf.S (nextafterf): Likewise.
20380 * sysdeps/ia64/fpu/s_rintf.S (rintf): Likewise.
20381 * sysdeps/ia64/fpu/s_roundf.S (roundf): Likewise.
20382 * sysdeps/ia64/fpu/s_scalblnf.c (scalblnf): Likewise.
20383 * sysdeps/ia64/fpu/s_scalbnf.c (scalbnf): Define using
20384 libm_alias_float.
20385 * sysdeps/ia64/fpu/s_tanf.S (tanf): Use libm_alias_float_other.
20386 * sysdeps/ia64/fpu/s_tanhf.S (tanhf): Likewise.
20387 * sysdeps/ia64/fpu/s_truncf.S (truncf): Likewise.
20388 * sysdeps/ia64/fpu/w_lgammaf_main.c
20389 [BUILD_LGAMMA && !USE_AS_COMPAT] (lgammaf): Likewise.
20390 * sysdeps/ia64/fpu/w_tgammaf_compat.S (tgammaf): Likewise.
20391
20392 2017-11-28 Mike FABIAN <mfabian@redhat.com>
20393 Alexandre Oliva <aoliva@redhat.com>
20394
20395 [BZ #17750]
20396 * Makefile: add fr_CA.UTF-8 to test-input and LOCALES.
20397 * localedata/fr_CA.UTF-8.in: New file with test data for backward
20398 accents sorting.
20399 * localedata/fr_FR.UTF-8.in: Fix test data for forward accents
20400 sorting.
20401 * localedata/locales/cs_CZ (LC_COLLATE): Remove “define DIACRIT_FORWARD”
20402 * localedata/locales/de_DE (LC_COLLATE): Likewise.
20403 * localedata/locales/hu_HU (LC_COLLATE): Likewise.
20404 * localedata/locales/lb_LU (LC_COLLATE): Likewise.
20405 * localedata/locales/yuw_PG (LC_COLLATE): Likewise.
20406 * localedata/locales/fr_CA (LC_COLLATE): Add “define DIACRIT_BACKWARD”
20407 * localedata/locales/iso14651_t1_common: Use “ifdef DIACRIT_FORWARD”
20408 instead of “ifdef DIACRIT_BACKWARD”.
20409
20410 2017-11-29 Adhemerval Zanella <adhemerval.zanella@linaro.org>
20411
20412 * config.h.in (HAVE_AS_VIS3_SUPPORT): Remove check for VIS3 support.
20413 * sysdeps/sparc/configure.ac (HAVE_AS_VIS3_SUPPORT): Likewise.
20414 * sysdeps//sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.c: Likewise.
20415 * sysdeps//sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.c: Likewise.
20416 * sysdeps//sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: Likewise.
20417 * sysdeps//sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: Likewise.
20418 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.c: Likewise.
20419 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.c: Likewise.
20420 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.c: Likewise.
20421 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.c: Likewise.
20422 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: Likewise.
20423 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: Likewise.
20424 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.c: Likewise.
20425 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.c: Likewise.
20426 * sysdeps/sparc/sparc-ifunc.h [!HAVE_AS_VIS3_SUPPORT]
20427 (SPARC_ASM_VIS3_IFUNC, SPARC_ASM_VIS3_VIS2_IFUNC): Remove macros.
20428 * sysdeps/sparc/sparc32/sparcv9/Makefile [$(have-as-vis3) != yes]
20429 (ASFLAGS.o, ASFLAGS-.os, ASFLAGS-.op, ASFLAGS-.oS): Remove rules.
20430 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile
20431 ($(have-as-vis3) == yes): Remove conditional.
20432 * sysdeps/sparc/sparc64/Makefile (($(have-as-vis3) == yes)):
20433 Likewise.
20434 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-generic.c: New
20435 file.
20436 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-generic.c: New
20437 file.
20438 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-generic.c: New
20439 file.
20440 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-generic.c: New
20441 file.
20442 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-generic.c: New file.
20443 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-generic.c: New file.
20444 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-generic.c: New file.
20445 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-generic.c: New file.
20446 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-generic.c: New file.
20447 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-generic.c: New file.
20448 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-generic.c: New file.
20449 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-generic.c: New file.
20450
20451 2017-11-29 Joseph Myers <joseph@codesourcery.com>
20452
20453 * sysdeps/ia64/fpu/libm-symbols.h: Include <libm-alias-double.h>.
20454 * sysdeps/ia64/fpu/e_acos.S (acos): Use libm_alias_double_other.
20455 * sysdeps/ia64/fpu/e_acosh.S (acosh): Likewise.
20456 * sysdeps/ia64/fpu/e_asin.S (asin): Likewise.
20457 * sysdeps/ia64/fpu/e_atan2.S (atan2): Likewise.
20458 * sysdeps/ia64/fpu/e_atanh.S (atanh): Likewise.
20459 * sysdeps/ia64/fpu/e_cosh.S (cosh): Likewise.
20460 * sysdeps/ia64/fpu/e_exp.S (exp): Likewise.
20461 * sysdeps/ia64/fpu/e_exp10.S (exp10): Likewise.
20462 * sysdeps/ia64/fpu/e_exp2.S (exp2): Likewise.
20463 * sysdeps/ia64/fpu/e_fmod.S (fmod): Likewise.
20464 * sysdeps/ia64/fpu/e_hypot.S (hypot): Likewise.
20465 * sysdeps/ia64/fpu/e_lgamma_r.c (lgamma_r): Define using
20466 libm_alias_double_r.
20467 * sysdeps/ia64/fpu/e_log.S (log10): Use libm_alias_double_other.
20468 (log): Likewise.
20469 * sysdeps/ia64/fpu/e_log2.S (log2): Likewise.
20470 * sysdeps/ia64/fpu/e_pow.S (pow): Likewise.
20471 * sysdeps/ia64/fpu/e_remainder.S (remainder): Likewise.
20472 * sysdeps/ia64/fpu/e_sinh.S (sinh): Likewise.
20473 * sysdeps/ia64/fpu/e_sqrt.S (sqrt): Likewise.
20474 * sysdeps/ia64/fpu/libm_sincos.S (sincos): Likewise.
20475 * sysdeps/ia64/fpu/s_asinh.S (asinh): Likewise.
20476 * sysdeps/ia64/fpu/s_atan.S (atan): Likewise.
20477 * sysdeps/ia64/fpu/s_cbrt.S (cbrt): Likewise.
20478 * sysdeps/ia64/fpu/s_ceil.S (ceil): Likewise.
20479 * sysdeps/ia64/fpu/s_copysign.S (copysign): Define using
20480 libm_alias_double.
20481 * sysdeps/ia64/fpu/s_cos.S (sin): Use libm_alias_double_other.
20482 (cos): Likewise.
20483 * sysdeps/ia64/fpu/s_erf.S (erf): Likewise.
20484 * sysdeps/ia64/fpu/s_erfc.S (erfc): Likewise.
20485 * sysdeps/ia64/fpu/s_expm1.S (expm1): Likewise.
20486 * sysdeps/ia64/fpu/s_fabs.S (fabs): Likewise.
20487 * sysdeps/ia64/fpu/s_fdim.S (fdim): Likewise.
20488 * sysdeps/ia64/fpu/s_floor.S (floor): Likewise.
20489 * sysdeps/ia64/fpu/s_fma.S (fma): Likewise.
20490 * sysdeps/ia64/fpu/s_fmax.S (fmax): Likewise.
20491 * sysdeps/ia64/fpu/s_frexp.c (frexp): Likewise.
20492 * sysdeps/ia64/fpu/s_ldexp.c (ldexp): Likewise.
20493 * sysdeps/ia64/fpu/s_log1p.S (log1p): Likewise.
20494 * sysdeps/ia64/fpu/s_logb.S (logb): Likewise.
20495 * sysdeps/ia64/fpu/s_modf.S (modf): Likewise.
20496 * sysdeps/ia64/fpu/s_nearbyint.S (nearbyint): Likewise.
20497 * sysdeps/ia64/fpu/s_nextafter.S (nextafter): Likewise.
20498 * sysdeps/ia64/fpu/s_rint.S (rint): Likewise.
20499 * sysdeps/ia64/fpu/s_round.S (round): Likewise.
20500 * sysdeps/ia64/fpu/s_scalbn.c (scalbn): Define using
20501 libm_alias_double.
20502 * sysdeps/ia64/fpu/s_tan.S (tan): Use libm_alias_double_other.
20503 * sysdeps/ia64/fpu/s_tanh.S (tanh): Likewise.
20504 * sysdeps/ia64/fpu/s_trunc.S (trunc): Likewise.
20505 * sysdeps/ia64/fpu/w_lgamma_main.c
20506 [BUILD_LGAMMA && !USE_AS_COMPAT] (lgamma): Likewise.
20507 * sysdeps/ia64/fpu/w_tgamma_compat.S (tgamma): Likewise.
20508
20509 2017-11-28 John David Anglin <danglin@gcc.gnu.org>
20510
20511 * sysdeps/hppa/start.S (_start): Check PIC instead of SHARED. Load
20512 address of $global$ into %dp register earlier. Use pc-relative
20513 instruction sequence for PIC case.
20514
20515 2017-11-28 Joseph Myers <joseph@codesourcery.com>
20516
20517 * sysdeps/i386/fpu/s_asinhf.S: Include <libm-alias-float.h>.
20518 (asinhf): Define using libm_alias_float.
20519 * sysdeps/i386/fpu/s_atanf.S: Include <libm-alias-float.h>.
20520 (atanf): Define using libm_alias_float.
20521 * sysdeps/i386/fpu/s_cbrtf.S: Include <libm-alias-float.h>.
20522 (cbrtf): Define using libm_alias_float.
20523 * sysdeps/i386/fpu/s_ceilf.S: Include <libm-alias-float.h>.
20524 (ceilf): Define using libm_alias_float.
20525 * sysdeps/i386/fpu/s_copysignf.S: Include <libm-alias-float.h>.
20526 (copysignf): Define using libm_alias_float.
20527 * sysdeps/i386/fpu/s_expm1f.S: Include <libm-alias-float.h>.
20528 (expm1f): Define using libm_alias_float.
20529 * sysdeps/i386/fpu/s_fabsf.S: Include <libm-alias-float.h>.
20530 (fabsf): Define using libm_alias_float.
20531 * sysdeps/i386/fpu/s_floorf.S: Include <libm-alias-float.h>.
20532 (floorf): Define using libm_alias_float.
20533 * sysdeps/i386/fpu/s_fmaxf.S: Include <libm-alias-float.h>.
20534 (fmaxf): Define using libm_alias_float.
20535 * sysdeps/i386/fpu/s_fminf.S: Include <libm-alias-float.h>.
20536 (fminf): Define using libm_alias_float.
20537 * sysdeps/i386/fpu/s_frexpf.S: Include <libm-alias-float.h>.
20538 (frexpf): Define using libm_alias_float.
20539 * sysdeps/i386/fpu/s_llrintf.S: Include <libm-alias-float.h>.
20540 (llrintf): Define using libm_alias_float.
20541 * sysdeps/i386/fpu/s_logbf.S: Include <libm-alias-float.h>.
20542 (logbf): Define using libm_alias_float.
20543 * sysdeps/i386/fpu/s_lrintf.S: Include <libm-alias-float.h>.
20544 (lrintf): Define using libm_alias_float.
20545 * sysdeps/i386/fpu/s_nearbyintf.S: Include <libm-alias-float.h>.
20546 (nearbyintf): Define using libm_alias_float.
20547 * sysdeps/i386/fpu/s_remquof.S: Include <libm-alias-float.h>.
20548 (remquof): Define using libm_alias_float.
20549 * sysdeps/i386/fpu/s_rintf.S: Include <libm-alias-float.h>.
20550 (rintf): Define using libm_alias_float.
20551 * sysdeps/i386/fpu/s_truncf.S: Include <libm-alias-float.h>.
20552 (truncf): Define using libm_alias_float.
20553 * sysdeps/i386/i686/fpu/multiarch/e_exp2f.c: Include
20554 <libm-alias-float.h>.
20555 (exp2f): Define using libm_alias_float, or libm_alias_float_other
20556 if [SHARED].
20557 * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Include
20558 <libm-alias-float.h>.
20559 (expf): Define using libm_alias_float, or libm_alias_float_other
20560 if [SHARED].
20561 * sysdeps/i386/i686/fpu/multiarch/e_log2f.c: Include
20562 <libm-alias-float.h>.
20563 (log2f): Define using libm_alias_float, or libm_alias_float_other
20564 if [SHARED].
20565 * sysdeps/i386/i686/fpu/multiarch/e_logf.c: Include
20566 <libm-alias-float.h>.
20567 (logf): Define using libm_alias_float, or libm_alias_float_other
20568 if [SHARED].
20569 * sysdeps/i386/i686/fpu/multiarch/e_powf.c: Include
20570 <libm-alias-float.h>.
20571 (powf): Define using libm_alias_float, or libm_alias_float_other
20572 if [SHARED].
20573 * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: Include
20574 <libm-alias-float.h>.
20575 (cosf): Define using libm_alias_float.
20576 * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: Include
20577 <libm-alias-float.h>.
20578 (sincosf): Define using libm_alias_float.
20579 * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: Include
20580 <libm-alias-float.h>.
20581 (sinf): Define using libm_alias_float.
20582 * sysdeps/i386/i686/fpu/s_fmaxf.S: Include <libm-alias-float.h>.
20583 (fmaxf): Define using libm_alias_float.
20584 * sysdeps/i386/i686/fpu/s_fminf.S: Include <libm-alias-float.h>.
20585 (fminf): Define using libm_alias_float.
20586 * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
20587 <libm-alias-float.h>.
20588 (fmaf): Define using libm_alias_float.
20589
20590 * sysdeps/i386/fpu/s_asinh.S: Include <libm-alias-double.h>.
20591 (asinh): Define using libm_alias_double.
20592 * sysdeps/i386/fpu/s_atan.S: Include <libm-alias-double.h>.
20593 (atan): Define using libm_alias_double.
20594 * sysdeps/i386/fpu/s_cbrt.S: Include <libm-alias-double.h>.
20595 (cbrt): Define using libm_alias_double.
20596 * sysdeps/i386/fpu/s_ceil.S: Include <libm-alias-double.h>.
20597 (ceil): Define using libm_alias_double.
20598 * sysdeps/i386/fpu/s_copysign.S: Include <libm-alias-double.h>.
20599 (copysign): Define using libm_alias_double.
20600 * sysdeps/i386/fpu/s_expm1.S: Include <libm-alias-double.h>.
20601 (expm1): Define using libm_alias_double.
20602 * sysdeps/i386/fpu/s_fabs.S: Include <libm-alias-double.h>.
20603 (fabs): Define using libm_alias_double.
20604 * sysdeps/i386/fpu/s_fdim.c: Include <libm-alias-double.h>.
20605 (fdim): Define using libm_alias_double.
20606 * sysdeps/i386/fpu/s_floor.S: Include <libm-alias-double.h>.
20607 (floor): Define using libm_alias_double.
20608 * sysdeps/i386/fpu/s_fmax.S: Include <libm-alias-double.h>.
20609 (fmax): Define using libm_alias_double.
20610 * sysdeps/i386/fpu/s_fmin.S: Include <libm-alias-double.h>.
20611 (fmin): Define using libm_alias_double.
20612 * sysdeps/i386/fpu/s_frexp.S: Include <libm-alias-double.h>.
20613 (frexp): Define using libm_alias_double.
20614 * sysdeps/i386/fpu/s_llrint.S: Include <libm-alias-double.h>.
20615 (llrint): Define using libm_alias_double.
20616 * sysdeps/i386/fpu/s_logb.S: Include <libm-alias-double.h>.
20617 (logb): Define using libm_alias_double.
20618 * sysdeps/i386/fpu/s_lrint.S: Include <libm-alias-double.h>.
20619 (lrint): Define using libm_alias_double.
20620 * sysdeps/i386/fpu/s_nearbyint.S: Include <libm-alias-double.h>.
20621 (nearbyint): Define using libm_alias_double.
20622 * sysdeps/i386/fpu/s_remquo.S: Include <libm-alias-double.h>.
20623 (remquo): Define using libm_alias_double.
20624 * sysdeps/i386/fpu/s_rint.S: Include <libm-alias-double.h>.
20625 (rint): Define using libm_alias_double.
20626 * sysdeps/i386/fpu/s_trunc.S: Include <libm-alias-double.h>.
20627 (trunc): Define using libm_alias_double.
20628 * sysdeps/i386/i686/fpu/s_fmax.S: Include <libm-alias-double.h>.
20629 (fmax): Define using libm_alias_double.
20630 * sysdeps/i386/i686/fpu/s_fmin.S: Include <libm-alias-double.h>.
20631 (fmin): Define using libm_alias_double.
20632 * sysdeps/i386/i686/multiarch/s_fma.c: Include <libm-alias-double.h>.
20633 (fma): Define using libm_alias_double.
20634
20635 2017-11-28 H.J. Lu <hongjiu.lu@intel.com>
20636
20637 [BZ #22370]
20638 * elf/dl-hwcaps.c (ROUND): Removed.
20639 (_dl_important_hwcaps): Replace ROUND with ELF_NOTE_DESC_OFFSET
20640 and ELF_NOTE_NEXT_OFFSET.
20641 * elf/dl-load.c (ROUND): Removed.
20642 (open_verify): Replace ROUND with ELF_NOTE_NEXT_OFFSET.
20643 * elf/readelflib.c (ROUND): Removed.
20644 (process_elf_file): Replace ROUND with ELF_NOTE_NEXT_OFFSET.
20645 * include/elf.h [!_ISOMAC]: Include <libc-pointer-arith.h>.
20646 [!_ISOMAC] (ELF_NOTE_DESC_OFFSET): New.
20647 [!_ISOMAC] (ELF_NOTE_NEXT_OFFSET): Likewise.
20648
20649 2017-11-28 Joseph Myers <joseph@codesourcery.com>
20650
20651 * sysdeps/s390/fpu/s_fmaf.c: Include <libm-alias-float.h>.
20652 [!__fmaf] (fmaf): Define using libm_alias_float.
20653
20654 * sysdeps/s390/fpu/s_fma.c: Include <libm-alias-double.h>.
20655 [!__fma] (fma): Define using libm_alias_double.
20656 * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: Remove.
20657
20658 2017-11-28 Mike FABIAN <mfabian@redhat.com>
20659
20660 [BZ #22336]
20661 * localedata/locales/cs_CZ (LC_COLLATE): Use “copy "iso14651_t1"”
20662 and implement the collation rules for cs from CLDR on top of that.
20663 * Makefile: Add cs_CZ.UTF-8 to test-input.
20664 * cs_CZ.UTF-8.in: New file with test data to test the Czech sorting.
20665
20666 2017-11-28 Siddhesh Poyarekar <siddhesh@sourceware.org>
20667
20668 * localedata/Makefile (LOCALES): Remove duplicate cs_CZ.UTF-8.
20669
20670 2017-11-28 Victor Rodriguez <victor.rodriguez.bahena@intel.com>
20671 Icarus Sparry <icarus.w.sparry@intel.com>
20672
20673 * benchtests/Makefile:Add BENCHSET to allow subsets of
20674 benchmarks to be run.
20675 * benchtests/README: Add documentation for: Running subsets of
20676 benchmarks.
20677
20678 2017-11-28 Victor Rodriguez <victor.rodriguez.bahena@intel.com>
20679
20680 * benchtests/scripts/benchout.schema.json: Fix regex to accept a wider
20681 range of tests names.
20682
20683 * benchtests/scripts/benchout.schema.json: Add throughput as accepted
20684 result from property and remove "max", min" and "mean" from
20685 required properties based on benchtests/bench-skeleton.c.
20686
20687 2017-11-28 Florian Weimer <fweimer@redhat.com>
20688
20689 [BZ #20826]
20690 Turn posix/tst-getaddrinfo4, posix/tst-getaddrinfo5 into xtests
20691 due to Internet requirement.
20692 * posix/Makefile (tests): Remove tst-getaddrinfo4,
20693 tst-getaddrinfo5.
20694 (xtests): Add tst-getaddrinfo4, tst-getaddrinfo5.
20695
20696 2017-11-28 Adhemerval Zanella <adhemerval.zanella@linaro.org>
20697
20698 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile
20699 [$(subdir) = string] (sysdep_routines): Add memset-ultra1.
20700 * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = string]
20701 (sysdep_routines): Add memset-ultra1.
20702 * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-ultra1.S: New
20703 file.
20704 * sysdeps/sparc/sparc32/sparcv9/multiarch/memset.c: Likewise.
20705 * sysdeps/sparc/sparc32/sparcv9/multiarch/bzero.c: Likewise.
20706 * sysdeps/sparc/sparc64/multiarch/ifunc-memset.h: Likewise.
20707 * sysdeps/sparc/sparc64/multiarch/memset-ultra1.S: Likewise.
20708 * sysdeps/sparc/sparc64/multiarch/memset.c: Likewise.
20709 * sysdeps/sparc/sparc64/multiarch/bzero.c: Likewise.
20710 * sysdeps/sparc/sparc32/sparcv9/multiarch/memset.S: Remove file.
20711 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
20712
20713 * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-ultra1.S: New
20714 file.
20715 * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy.c: Likewise.
20716 * sysdeps/sparc/sparc32/sparcv9/multiarch/mempcpy.c: Likewise.
20717 * sysdeps/sparc/sparc64/multiarch/ifunc-memcpy.h: Likewise.
20718 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra1.S: Likewise.
20719 * sysdeps/sparc/sparc64/multiarch/memcpy.c: Likewise.
20720 * sysdeps/sparc/sparc64/multiarch/mempcpy.c: Likewise.
20721 * sysdeps/sparc/sparc-ifunc.h (sparc_libc_ifunc_redirected): New
20722 macro.
20723 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile
20724 [$(subdir) = string] (sysdep_routines): Add memcpy-ultra1.
20725 * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = string]
20726 (sysdep_routines): Add memcpy-ultra1.
20727 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Remove file.
20728 * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy.S: Likewise.
20729
20730 2017-11-28 Joseph Myers <joseph@codesourcery.com>
20731
20732 * sysdeps/alpha/fpu/cfloat-compat.h: Include <libm-alias-float.h>.
20733 (cfloat_versions): Take function argument without trailing 'f'.
20734 Call libm_alias_float_other.
20735 * sysdeps/alpha/fpu/cabsf.c: Update call to cfloat_versions.
20736 * sysdeps/alpha/fpu/cargf.c: Likewise.
20737 * sysdeps/alpha/fpu/cimagf.c: Likewise.
20738 * sysdeps/alpha/fpu/conjf.c: Likewise.
20739 * sysdeps/alpha/fpu/crealf.c: Likewise.
20740 * sysdeps/alpha/fpu/s_cacosf.c: Likewise.
20741 * sysdeps/alpha/fpu/s_cacoshf.c: Likewise.
20742 * sysdeps/alpha/fpu/s_casinf.c: Likewise.
20743 * sysdeps/alpha/fpu/s_casinhf.c: Likewise.
20744 * sysdeps/alpha/fpu/s_catanf.c: Likewise.
20745 * sysdeps/alpha/fpu/s_catanhf.c: Likewise.
20746 * sysdeps/alpha/fpu/s_ccosf.c: Likewise.
20747 * sysdeps/alpha/fpu/s_ccoshf.c: Likewise.
20748 * sysdeps/alpha/fpu/s_cexpf.c: Likewise.
20749 * sysdeps/alpha/fpu/s_clogf.c: Likewise.
20750 * sysdeps/alpha/fpu/s_cpowf.c: Likewise.
20751 * sysdeps/alpha/fpu/s_cprojf.c: Likewise.
20752 * sysdeps/alpha/fpu/s_csinf.c: Likewise.
20753 * sysdeps/alpha/fpu/s_csinhf.c: Likewise.
20754 * sysdeps/alpha/fpu/s_csqrtf.c: Likewise.
20755 * sysdeps/alpha/fpu/s_ctanf.c: Likewise.
20756 * sysdeps/alpha/fpu/s_ctanhf.c: Likewise.
20757 * sysdeps/alpha/fpu/s_clog10f.c: Include <libm-alias-float.h>.
20758 (clog10f): Use libm_alias_float_other.
20759 * sysdeps/alpha/fpu/s_ceilf.c: Include <libm-alias-float.h>.
20760 (ceilf): Define using libm_alias_float.
20761 * sysdeps/alpha/fpu/s_copysignf.c: Include <libm-alias-float.h>.
20762 (copysignf): Define using libm_alias_float.
20763 * sysdeps/alpha/fpu/s_fabsf.c: Include <libm-alias-float.h>.
20764 (fabsf): Define using libm_alias_float.
20765 * sysdeps/alpha/fpu/s_floorf.c: Include <libm-alias-float.h>.
20766 (floorf): Define using libm_alias_float.
20767 * sysdeps/alpha/fpu/s_fmax.S: Include <libm-alias-float.h>.
20768 (fmaxf): Define using libm_alias_float.
20769 * sysdeps/alpha/fpu/s_fmin.S: Include <libm-alias-float.h>.
20770 (fminf): Define using libm_alias_float.
20771 * sysdeps/alpha/fpu/s_lrintf.c: Include <libm-alias-float.h>.
20772 (lrintf): Define using libm_alias_float.
20773 (llrintf): Likewise.
20774 * sysdeps/alpha/fpu/s_lroundf.c: Include <libm-alias-float.h>.
20775 (lroundf): Define using libm_alias_float.
20776 (llroundf): Likewise.
20777 * sysdeps/alpha/fpu/s_rintf.c: Include <libm-alias-float.h>.
20778 (rintf): Define using libm_alias_float.
20779 * sysdeps/alpha/fpu/s_truncf.c: Include <libm-alias-float.h>.
20780 (truncf): Define using libm_alias_float.
20781
20782 * sysdeps/aarch64/fpu/s_ceilf.c: Include <libm-alias-float.h>.
20783 (ceilf): Define using libm_alias_float.
20784 * sysdeps/aarch64/fpu/s_floorf.c: Include <libm-alias-float.h>.
20785 (floorf): Define using libm_alias_float.
20786 * sysdeps/aarch64/fpu/s_fmaf.c: Include <libm-alias-float.h>.
20787 (fmaf): Define using libm_alias_float.
20788 * sysdeps/aarch64/fpu/s_fmaxf.c: Include <libm-alias-float.h>.
20789 (fmaxf): Define using libm_alias_float.
20790 * sysdeps/aarch64/fpu/s_fminf.c: Include <libm-alias-float.h>.
20791 (fminf): Define using libm_alias_float.
20792 * sysdeps/aarch64/fpu/s_llrintf.c: Include <libm-alias-float.h>.
20793 (llrintf): Define using libm_alias_float.
20794 * sysdeps/aarch64/fpu/s_llroundf.c: Include <libm-alias-float.h>.
20795 (llroundf): Define using libm_alias_float.
20796 * sysdeps/aarch64/fpu/s_lrintf.c: Include <libm-alias-float.h>.
20797 (lrintf): Define using libm_alias_float.
20798 * sysdeps/aarch64/fpu/s_lroundf.c: Include <libm-alias-float.h>.
20799 (lroundf): Define using libm_alias_float.
20800 * sysdeps/aarch64/fpu/s_nearbyintf.c: Include
20801 <libm-alias-float.h>.
20802 (nearbyintf): Define using libm_alias_float.
20803 * sysdeps/aarch64/fpu/s_rintf.c: Include <libm-alias-float.h>.
20804 (rintf): Define using libm_alias_float.
20805 * sysdeps/aarch64/fpu/s_roundf.c: Include <libm-alias-float.h>.
20806 (roundf): Define using libm_alias_float.
20807 * sysdeps/aarch64/fpu/s_truncf.c: Include <libm-alias-float.h>.
20808 (truncf): Define using libm_alias_float.
20809
20810 * sysdeps/alpha/fpu/s_ceil.c: Include <libm-alias-double.h>.
20811 (ceil): Define using libm_alias_double.
20812 * sysdeps/alpha/fpu/s_copysign.c: Include <libm-alias-double.h>.
20813 (copysign): Define using libm_alias_double.
20814 * sysdeps/alpha/fpu/s_fabs.c: Include <libm-alias-double.h>.
20815 (fabs): Define using libm_alias_double.
20816 * sysdeps/alpha/fpu/s_floor.c: Include <libm-alias-double.h>.
20817 (floor): Define using libm_alias_double.
20818 * sysdeps/alpha/fpu/s_fmax.S: Include <libm-alias-double.h>.
20819 (fmax): Define using libm_alias_double.
20820 * sysdeps/alpha/fpu/s_fmin.S: Include <libm-alias-double.h>.
20821 (fmin): Define using libm_alias_double.
20822 * sysdeps/alpha/fpu/s_lrint.c: Include <libm-alias-double.h>.
20823 (lrint): Define using libm_alias_double.
20824 (llrint): Likewise.
20825 * sysdeps/alpha/fpu/s_lround.c: Include <libm-alias-double.h>.
20826 (lround): Define using libm_alias_double.
20827 (llround): Likewise.
20828 * sysdeps/alpha/fpu/s_rint.c: Include <libm-alias-double.h>.
20829 (rint): Define using libm_alias_double.
20830 * sysdeps/alpha/fpu/s_trunc.c: Include <libm-alias-double.h>.
20831 (trunc): Define using libm_alias_double.
20832
20833 * sysdeps/ieee754/ldbl-opt/libm-alias-double.h
20834 (libm_alias_double_r): Add semicolon after weak_alias call.
20835
20836 2017-11-27 Joseph Myers <joseph@codesourcery.com>
20837
20838 * sysdeps/aarch64/fpu/s_ceil.c: Include <libm-alias-double.h>.
20839 (ceil): Define using libm_alias_double.
20840 * sysdeps/aarch64/fpu/s_floor.c: Include <libm-alias-double.h>.
20841 (floor): Define using libm_alias_double.
20842 * sysdeps/aarch64/fpu/s_fma.c: Include <libm-alias-double.h>.
20843 (fma): Define using libm_alias_double.
20844 * sysdeps/aarch64/fpu/s_fmax.c: Include <libm-alias-double.h>.
20845 (fmax): Define using libm_alias_double.
20846 * sysdeps/aarch64/fpu/s_fmin.c: Include <libm-alias-double.h>.
20847 (fmin): Define using libm_alias_double.
20848 * sysdeps/aarch64/fpu/s_llrint.c: Include <libm-alias-double.h>.
20849 (llrint): Define using libm_alias_double.
20850 * sysdeps/aarch64/fpu/s_llround.c: Include <libm-alias-double.h>.
20851 (llround): Define using libm_alias_double.
20852 * sysdeps/aarch64/fpu/s_lrint.c: Include <libm-alias-double.h>.
20853 (lrint): Define using libm_alias_double.
20854 * sysdeps/aarch64/fpu/s_lround.c: Include <libm-alias-double.h>.
20855 (lround): Define using libm_alias_double.
20856 * sysdeps/aarch64/fpu/s_nearbyint.c: Include <libm-alias-double.h>.
20857 (nearbyint): Define using libm_alias_double.
20858 * sysdeps/aarch64/fpu/s_rint.c: Include <libm-alias-double.h>.
20859 (rint): Define using libm_alias_double.
20860 * sysdeps/aarch64/fpu/s_round.c: Include <libm-alias-double.h>.
20861 (round): Define using libm_alias_double.
20862 * sysdeps/aarch64/fpu/s_trunc.c: Include <libm-alias-double.h>.
20863 (trunc): Define using libm_alias_double.
20864
20865 2017-11-27 Florian Weimer <fweimer@redhat.com>
20866
20867 * sysdeps/unix/sysv/linux/mlock2.c: New file.
20868 * sysdeps/unix/sysv/linux/tst-mlock2.c: Likewise.
20869 * sysdeps/unix/sysv/linux/Makefile (routines): Add mlock2.
20870 (tests): Add tst-mlock2.
20871 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.27): Export mlock2.
20872 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_MLOCK2)
20873 [__LINUX_KERNEL_VERSION >= 4.4]: Define.
20874 * sysdeps/unix/sysv/linux/libc**.abilist: Update.
20875 * manual/memory.texi (Page Lock Functions): Move @end deftypefun
20876 for mlock. Document mlock2.
20877
20878 2017-11-27 Joseph Myers <joseph@codesourcery.com>
20879
20880 * sysdeps/ia64/Makeconfig (float64x-alias-fcts): New variable.
20881 * sysdeps/ieee754/float128/Makeconfig (float64x-alias-fcts):
20882 Likewise.
20883 * sysdeps/ieee754/ldbl-128/Makeconfig (float64x-alias-fcts):
20884 Likewise.
20885 * sysdeps/x86/Makeconfig: New file.
20886 * bits/floatn-common.h (__HAVE_FLOAT64X): Remove macro.
20887 (__HAVE_FLOAT64X_LONG_DOUBLE): Likewise.
20888 * bits/floatn.h (__HAVE_FLOAT64X): New macro.
20889 (__HAVE_FLOAT64X_LONG_DOUBLE): Likewise.
20890 * sysdeps/ia64/bits/floatn.h (__HAVE_FLOAT64X): Likewise.
20891 (__HAVE_FLOAT64X_LONG_DOUBLE): Likewise.
20892 * sysdeps/ieee754/ldbl-128/bits/floatn.h (__HAVE_FLOAT64X):
20893 Likewise.
20894 (__HAVE_FLOAT64X_LONG_DOUBLE): Likewise.
20895 * sysdeps/mips/ieee754/bits/floatn.h (__HAVE_FLOAT64X): Likewise.
20896 (__HAVE_FLOAT64X_LONG_DOUBLE): Likewise.
20897 * sysdeps/powerpc/bits/floatn.h (__HAVE_FLOAT64X): Likewise.
20898 (__HAVE_FLOAT64X_LONG_DOUBLE): Likewise.
20899 * sysdeps/x86/bits/floatn.h (__HAVE_FLOAT64X): Likewise.
20900 (__HAVE_FLOAT64X_LONG_DOUBLE): Likewise.
20901 * manual/math.texi (Mathematics): Document support for _Float64x.
20902 * math/Versions (GLIBC_2.27): Add _Float64x functions.
20903 * stdlib/Versions (GLIBC_2.27): Likewise.
20904 * wcsmbs/Versions (GLIBC_2.27): Likewise.
20905 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: Update.
20906 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
20907 * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
20908 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
20909 * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
20910 * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
20911 * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
20912 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
20913 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
20914 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
20915 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
20916 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist:
20917 Likewise.
20918 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
20919 Likewise.
20920 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
20921 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
20922 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
20923 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
20924 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
20925 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
20926 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
20927 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
20928 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
20929 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
20930 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
20931 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
20932 * sysdeps/i386/fpu/libm-test-ulps: Likewise.
20933 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
20934
20935 2017-11-27 Andreas Schwab <schwab@suse.de>
20936
20937 * elf/Makefile (dl-routines): Add dl-sort-maps.
20938 * elf/dl-sort-maps.c: New file.
20939 * sysdeps/generic/ldsodefs.h (_dl_sort_fini): Don't declare.
20940 (_dl_sort_maps): Declare.
20941 * elf/dl-fini.c (_dl_sort_fini): Remove.
20942 (_dl_fini): Use _dl_sort_maps instead of _dl_sort_fini.
20943 * elf/dl-close.c (_dl_close_worker): Likewise.
20944 * elf/dl-deps.c (_dl_map_object_deps): Use _dl_sort_maps instead of
20945 open-coding it.
20946 * elf/dl-open.c (dl_open_worker): Likewise.
20947
20948 2017-11-24 Joseph Myers <joseph@codesourcery.com>
20949
20950 * sysdeps/ieee754/float128/s_fromfpf128.c (fromfpf128): Define
20951 using libm_alias_float128.
20952 * sysdeps/ieee754/float128/s_fromfpxf128.c (fromfpxf128):
20953 Likewise.
20954 * sysdeps/ieee754/float128/s_setpayloadf128.c (setpayloadf128):
20955 Likewise.
20956 * sysdeps/ieee754/float128/s_setpayloadsigf128.c
20957 (setpayloadsigf128): Likewise.
20958 * sysdeps/ieee754/float128/s_ufromfpf128.c (ufromfpf128):
20959 Likewise.
20960 * sysdeps/ieee754/float128/s_ufromfpxf128.c (ufromfpxf128):
20961 Likewise.
20962
20963 * sysdeps/powerpc/powerpc64le/Makefile ($(foreach
20964 suf,$(all-object-suffixes),$(objpfx)test-float64x%$(suf))): Add
20965 -mfloat128 to CFLAGS.
20966 ($(foreach
20967 suf,$(all-object-suffixes),$(objpfx)test-ifloat64x%$(suf))):
20968 Likewise.
20969 (CFLAGS-libm-test-support-float64x.c): New variable.
20970 ($(objpfx)test-float64x% $(objpfx)test-ifloat64x%): Add
20971 $(f128-loader-link) to gnulib-tests.
20972
20973 * sysdeps/generic/libm-alias-float128.h: Include <bits/floatn.h>.
20974 (libm_alias_float128_other_r): If
20975 [__HAVE_FLOAT64X && !__HAVE_FLOAT64X_LONG_DOUBLE], define f64x
20976 alias.
20977 (libm_alias_float128_r): Add semicolon after weak_alias call.
20978 * sysdeps/generic/libm-alias-ldouble.h
20979 (libm_alias_ldouble_other_r_f128): New macro.
20980 (libm_alias_ldouble_other_r_f64x): Likewise.
20981 (libm_alias_ldouble_other_r): Use libm_alias_ldouble_other_r_f128
20982 and libm_alias_ldouble_other_r_f64x.
20983 (libm_alias_ldouble_r): Add semicolon after weak_alias call.
20984 * sysdeps/ieee754/ldbl-opt/libm-alias-ldouble.h
20985 (libm_alias_ldouble_other_r_f128): New macro.
20986 (libm_alias_ldouble_other_r_f64x): Likewise.
20987 (libm_alias_ldouble_other_r): Use libm_alias_ldouble_other_r_f128
20988 and libm_alias_ldouble_other_r_f64x.
20989
20990 * stdlib/strfroml.c: Always include <stdlib.h>.
20991 [__HAVE_FLOAT64X_LONG_DOUBLE] (strfromf64x): Define and later
20992 undefine as macro and define as weak alias.
20993 * sysdeps/ieee754/float128/strfromf128.c: Include <bits/floatn.h>.
20994 [__HAVE_FLOAT64X && !__HAVE_FLOAT64X_LONG_DOUBLE]: Include
20995 <stdlib.h>.
20996 [__HAVE_FLOAT64X && !__HAVE_FLOAT64X_LONG_DOUBLE] (strfromf64x):
20997 Define and later undefine as macro and define as weak alias.
20998
20999 * stdlib/strtold.c [__HAVE_FLOAT64X_LONG_DOUBLE] (strtof64x):
21000 Define and later undefine as macro. Define as weak alias if
21001 [!USE_WIDE_CHAR].
21002 [__HAVE_FLOAT64X_LONG_DOUBLE] (wcstof64x): Define and later
21003 undefine as macro. Define as weak alias if [USE_WIDE_CHAR].
21004 * sysdeps/ieee754/float128/strtof128.c: Include <bits/floatn.h>.
21005 [__HAVE_FLOAT64X && !__HAVE_FLOAT64X_LONG_DOUBLE] (strtof64x):
21006 Define and later undefine as macro. Define as weak alias if
21007 [!USE_WIDE_CHAR].
21008 [__HAVE_FLOAT64X && !__HAVE_FLOAT64X_LONG_DOUBLE] (wcstof64x):
21009 Define and later undefine as macro. Define as weak alias if
21010 [USE_WIDE_CHAR].
21011 * sysdeps/ieee754/float128/strtof128_l.c
21012 [__HAVE_FLOAT64X && !__HAVE_FLOAT64X_LONG_DOUBLE] (strtof64x_l):
21013 Define and later undefine as macro. Define as weak alias if
21014 [!USE_WIDE_CHAR].
21015 [__HAVE_FLOAT64X && !__HAVE_FLOAT64X_LONG_DOUBLE] (wcstof64x_l):
21016 Define and later undefine as macro. Define as weak alias if
21017 [USE_WIDE_CHAR].
21018 * sysdeps/ieee754/ldbl-128/strtold_l.c
21019 [__HAVE_FLOAT64X_LONG_DOUBLE] (strtof64x_l): Define and later
21020 undefine as macro. Define as weak alias if [!USE_WIDE_CHAR].
21021 [__HAVE_FLOAT64X_LONG_DOUBLE] (wcstof64x_l): Define and later
21022 undefine as macro. Define as weak alias if [USE_WIDE_CHAR].
21023 * sysdeps/ieee754/ldbl-64-128/strtold_l.c
21024 [__HAVE_FLOAT64X_LONG_DOUBLE] (strtof64x_l): Define and later
21025 undefine as macro. Define as weak alias if [!USE_WIDE_CHAR].
21026 [__HAVE_FLOAT64X_LONG_DOUBLE] (wcstof64x_l): Define and later
21027 undefine as macro. Define as weak alias if [USE_WIDE_CHAR].
21028 * sysdeps/ieee754/ldbl-96/strtold_l.c
21029 [__HAVE_FLOAT64X_LONG_DOUBLE] (strtof64x_l): Define and later
21030 undefine as macro. Define as weak alias if [!USE_WIDE_CHAR].
21031 [__HAVE_FLOAT64X_LONG_DOUBLE] (wcstof64x_l): Define and later
21032 undefine as macro. Define as weak alias if [USE_WIDE_CHAR].
21033
21034 * math/test-float64x.h: New file.
21035 * math/Makefile (type-float64x-yes): New variable.
21036 (test-types): Add $(type-float64x-$(float64x-alias-fcts)).
21037
21038 * sysdeps/generic/math_private.h (min_of_type_f): Make into a
21039 function-like macro.
21040 (min_of_type_): Likewise.
21041 (min_of_type_l): Likewise.
21042 (min_of_type_f128): Likewise.
21043 (min_of_type): Pass () as last argument of __MATH_TG.
21044
21045 * stdlib/tst-strtod-round-skeleton.c
21046 (__STDC_WANT_IEC_60559_TYPES_EXT__): Define before including
21047 headers.
21048
21049 * math/gen-tgmath-tests.py (Type.init_types): Pass suffix argument
21050 for combinations of long double with _Float64 and _Float64x.
21051
21052 * bits/libm-simd-decl-stubs.h (__DECL_SIMD_cosf16): New macro.
21053 (__DECL_SIMD_cosf32): Likewise.
21054 (__DECL_SIMD_cosf64): Likewise.
21055 (__DECL_SIMD_cosf32x): Likewise.
21056 (__DECL_SIMD_cosf64x): Likewise.
21057 (__DECL_SIMD_cosf128x): Likewise.
21058 (__DECL_SIMD_sinf16): Likewise.
21059 (__DECL_SIMD_sinf32): Likewise.
21060 (__DECL_SIMD_sinf64): Likewise.
21061 (__DECL_SIMD_sinf32x): Likewise.
21062 (__DECL_SIMD_sinf64x): Likewise.
21063 (__DECL_SIMD_sinf128x): Likewise.
21064 (__DECL_SIMD_sincosf16): Likewise.
21065 (__DECL_SIMD_sincosf32): Likewise.
21066 (__DECL_SIMD_sincosf64): Likewise.
21067 (__DECL_SIMD_sincosf32x): Likewise.
21068 (__DECL_SIMD_sincosf64x): Likewise.
21069 (__DECL_SIMD_sincosf128x): Likewise.
21070 (__DECL_SIMD_logf16): Likewise.
21071 (__DECL_SIMD_logf32): Likewise.
21072 (__DECL_SIMD_logf64): Likewise.
21073 (__DECL_SIMD_logf32x): Likewise.
21074 (__DECL_SIMD_logf64x): Likewise.
21075 (__DECL_SIMD_logf128x): Likewise.
21076 (__DECL_SIMD_expf16): Likewise.
21077 (__DECL_SIMD_expf32): Likewise.
21078 (__DECL_SIMD_expf64): Likewise.
21079 (__DECL_SIMD_expf32x): Likewise.
21080 (__DECL_SIMD_expf64x): Likewise.
21081 (__DECL_SIMD_expf128x): Likewise.
21082 (__DECL_SIMD_powf16): Likewise.
21083 (__DECL_SIMD_powf32): Likewise.
21084 (__DECL_SIMD_powf64): Likewise.
21085 (__DECL_SIMD_powf32x): Likewise.
21086 (__DECL_SIMD_powf64x): Likewise.
21087 (__DECL_SIMD_powf128x): Likewise.
21088
21089 * stdlib/Versions (libc): Move entries for wcstof128 and
21090 wcstof128_l to ....
21091 * wcsmbs/Versions (libc): ... here.
21092 Include <float128-abi.h>.
21093
21094 2017-11-24 Florian Weimer <fweimer@redhat.com>
21095
21096 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
21097 bits/mman-shared.h.
21098 * sysdeps/unix/sysv/linux/bits/mman-linux.h: Include
21099 <bits/mman-shared.h>.
21100 (MFD_CLOEXEC, MFD_ALLOW_SEALING, MFD_HUGETLB, memfd_create): Move
21101 to ...
21102 * sysdeps/unix/sysv/linux/bits/mman-shared.h: ... this new file.
21103 Add #ifndef guard for the MFD_* constants based on MFD_CLOEXEC.
21104 * sysdeps/unix/sysv/linux/hppa/bits/mman.h: Include
21105 <bits/mman-shared.h>.
21106
21107 2017-11-24 Adhemerval Zanella <adhemerval.zanella@linaro.org>
21108
21109 [BZ #22457]
21110 * sysdeps/posix/preadv_common.c (PREADV): Use mmap/munmap instead of
21111 posix_memalign/free.
21112 * sysdeps/posix/pwritev_common.c (PWRITEV): Likewise.
21113
21114 2017-11-22 Mike FABIAN <mfabian@redhat.com>
21115
21116 [BZ #22469]
21117 * localedata/locales/pl_PL (LC_COLLATE): Use “copy "iso14651_t1"”
21118 and implement the collation rules for pl from CLDR on top of that.
21119 * Makefile: Add pl_PL.UTF-8 to test-input and to the list
21120 of locales to be built for testing.
21121 * pl_PL.UTF-8.in: New file with test data to test the Polish sorting.
21122
21123 2017-11-23 Joseph Myers <joseph@codesourcery.com>
21124
21125 * sysdeps/ia64/fpu/libm-symbols.h: Include <libm-alias-ldouble.h>.
21126 * sysdeps/ia64/fpu/e_acoshl.S (acoshl): Use
21127 libm_alias_ldouble_other.
21128 * sysdeps/ia64/fpu/e_acosl.S (acosl): Likewise.
21129 * sysdeps/ia64/fpu/e_asinl.S (asinl): Likewise.
21130 * sysdeps/ia64/fpu/e_atanhl.S (atanhl): Likewise.
21131 * sysdeps/ia64/fpu/e_coshl.S (coshl): Likewise.
21132 * sysdeps/ia64/fpu/e_exp10l.S (exp10l): Likewise.
21133 * sysdeps/ia64/fpu/e_exp2l.S (exp2l): Likewise.
21134 * sysdeps/ia64/fpu/e_fmodl.S (fmodl): Likewise.
21135 * sysdeps/ia64/fpu/e_hypotl.S (hypotl): Likewise.
21136 * sysdeps/ia64/fpu/e_lgammal_r.c (lgammal_r): Define using
21137 libm_alias_ldouble_r.
21138 * sysdeps/ia64/fpu/e_log2l.S (log2l): Use
21139 libm_alias_ldouble_other.
21140 * sysdeps/ia64/fpu/e_logl.S (logl): Likewise.
21141 (log10l): Likewise.
21142 * sysdeps/ia64/fpu/e_powl.S (powl): Likewise.
21143 * sysdeps/ia64/fpu/e_remainderl.S (remainderl): Likewise.
21144 * sysdeps/ia64/fpu/e_sinhl.S (sinhl): Likewise.
21145 * sysdeps/ia64/fpu/e_sqrtl.S (sqrtl): Likewise.
21146 * sysdeps/ia64/fpu/libm_sincosl.S (sincosl): Likewise.
21147 * sysdeps/ia64/fpu/s_asinhl.S (asinhl): Likewise.
21148 * sysdeps/ia64/fpu/s_atanl.S (atanl): Likewise.
21149 (atan2l): Likewise.
21150 * sysdeps/ia64/fpu/s_cbrtl.S (cbrtl): Likewise.
21151 * sysdeps/ia64/fpu/s_ceill.S (ceill): Likewise.
21152 * sysdeps/ia64/fpu/s_copysign.S (copysignl): Define using
21153 libm_alias_ldouble.
21154 * sysdeps/ia64/fpu/s_cosl.S (sinl): Use libm_alias_ldouble_other.
21155 (cosl): Likewise.
21156 * sysdeps/ia64/fpu/s_erfcl.S (erfcl): Likewise.
21157 * sysdeps/ia64/fpu/s_erfl.S (erfl): Likewise.
21158 * sysdeps/ia64/fpu/s_expm1l.S (expm1l): Likewise.
21159 (expl): Likewise.
21160 * sysdeps/ia64/fpu/s_fabsl.S (fabsl): Likewise.
21161 * sysdeps/ia64/fpu/s_fdiml.S (fdiml): Likewise.
21162 * sysdeps/ia64/fpu/s_floorl.S (floorl): Likewise.
21163 * sysdeps/ia64/fpu/s_fmal.S (fmal): Likewise.
21164 * sysdeps/ia64/fpu/s_fmaxl.S (fmaxl): Likewise.
21165 * sysdeps/ia64/fpu/s_frexpl.c (frexpl): Likewise.
21166 * sysdeps/ia64/fpu/s_ldexpl.c (ldexpl): Likewise.
21167 * sysdeps/ia64/fpu/s_log1pl.S (log1pl): Likewise.
21168 * sysdeps/ia64/fpu/s_logbl.S (logbl): Likewise.
21169 * sysdeps/ia64/fpu/s_modfl.S (modfl): Likewise.
21170 * sysdeps/ia64/fpu/s_nearbyintl.S (nearbyintl): Define using
21171 libm_alias_ldouble.
21172 * sysdeps/ia64/fpu/s_nextafterl.S (nextafterl): Use
21173 libm_alias_ldouble_other.
21174 * sysdeps/ia64/fpu/s_rintl.S (rintl): Likewise.
21175 * sysdeps/ia64/fpu/s_roundl.S (roundl): Likewise.
21176 * sysdeps/ia64/fpu/s_scalbnl.c (scalbnl): Define using
21177 libm_alias_ldouble.
21178 * sysdeps/ia64/fpu/s_tanhl.S (tanhl): Use
21179 libm_alias_ldouble_other.
21180 * sysdeps/ia64/fpu/s_tanl.S (tanl): Likewise.
21181 * sysdeps/ia64/fpu/s_truncl.S (truncl): Likewise.
21182 * sysdeps/ia64/fpu/w_lgammal_main.c
21183 [BUILD_LGAMMA && !USE_AS_COMPAT] (lgammal): Likewise.
21184 * sysdeps/ia64/fpu/w_tgammal_compat.S (tgammal): Likewise.
21185
21186 2017-11-23 Florian Weimer <fweimer@redhat.com>
21187
21188 * malloc/malloc.c (tcache_thread_shutdown): Rename from
21189 tcache_thread_freeres. Define for USE_TCACHE and !USE_TCACHE
21190 alike. Remove freeres marker.
21191 * malloc/arena.c (arena_thread_freeres): Call
21192 tcache_thread_shutdown.
21193
21194 2017-11-23 Florian Weimer <fweimer@redhat.com>
21195
21196 [BZ #22459]
21197 Export nscd hash function as __nss_hash.
21198 * include/nss.h (__nss_hash): Declare.
21199 * nis/nis_hash.c (__nis_hash): Call __nss_hash. Turn into compat
21200 symbol.
21201 * nscd/Makefile (aux, nscd-modules): Remove nscd_hash.
21202 * nscd/cache.c (cache_search, cache_add): Call __nss_hash instead
21203 of __nscd_hash.
21204 * nscd/nscd_helper.c (__nscd_cache_search): Likewise.
21205 * nscd/nscd_hash.h, nscd/nscd_hash.c: Remove files.
21206 * nss/Makefiles (routines): Add nss_hash.
21207 * nss/Versions (GLIBC_PRIVATE): Export __nss_hash.
21208 * nss/nss_hash.c: Rename from nis/nis_hash.c.
21209 (__nss_hash): Rename from __nis_hash. Define hidden alias.
21210 * nis/rpcsvc/nislib.h (__nis_hash): Remove declaration.
21211
21212 2017-11-23 Florian Weimer <fweimer@redhat.com>
21213
21214 [BZ #22478]
21215 * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Retry on EINTR.
21216 Return error code, not -1.
21217 * signal/tst-sigwait-eintr.c: New file.
21218 * signal/Makefile (tests): Add tst-sigwait-eintr.
21219
21220 2017-11-23 Florian Weimer <fweimer@redhat.com>
21221
21222 Linux: Add memfd_create system call wrapper
21223 * sysdeps/unix/sysv/linux/Makefile [misc] (tests): Add
21224 tst-memfd_create.
21225 * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_GNU]
21226 (MFD_CLOEXEC, MFD_ALLOW_SEALING): Define.
21227 [__USE_GNU] (memfd_create): Declare.
21228 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.27): Add memfd_create.
21229 * sysdeps/unix/sysv/linux/syscalls.list (memfd_create): Add.
21230 * sysdeps/unix/sysv/linux/tst-memfd_create.c: New file.
21231 * sysdeps/unix/sysv/linux/**.abilist: Update.
21232 * manual/llio.texi (Memory-mapped I/O): Document memfd_create.
21233
21234 2017-11-22 Joseph Myers <joseph@codesourcery.com>
21235
21236 * localedata/gen-locale.sh: Fix typo in variable name.
21237
21238 * resolv/res_debug.c (p_secstodate): Condition definition on
21239 [SHLIB_COMPAT (libresolv, GLIBC_2_0, GLIBC_2_27)]. Define
21240 directly as __p_secstodate, and as a compat symbol. Do not use
21241 libresolv_hidden_def.
21242 * resolv/resolv.h (p_secstodate): Remove macro and function
21243 declaration.
21244 * resolv/ns_print.c (ns_sprintrrf): Print times with %lu, not
21245 using p_secstodate.
21246 * include/resolv.h (__p_secstodate): Do not use
21247 libresolv_hidden_proto.
21248 * resolv/Makefile (tests): Move tst-p_secstodate to ....
21249 (tests-internal): ... here.
21250 * resolv/tst-p_secstodate.c: Include <shlib-compat.h>. Condition
21251 all contents on [TEST_COMPAT (libresolv, GLIBC_2_0, GLIBC_2_27)]
21252 and declare and use __p_secstodate and use compat_symbol_reference
21253 in that case.
21254 [!TEST_COMPAT (libresolv, GLIBC_2_0, GLIBC_2_27)] (do_test): Add
21255 implementation returning 77.
21256
21257 [BZ #22463]
21258 * resolv/res_debug.c: Include <libc-diag.h>.
21259 (p_secstodate): Assert time_t at least as wide as u_long. On
21260 overflow, use integer seconds since the epoch as output, or use
21261 "<overflow>" as output and set errno to EOVERFLOW if integer
21262 seconds since the epoch would be 14 or more characters.
21263 (p_secstodate) [__GNUC_PREREQ (7, 0)]: Disable -Wformat-overflow=
21264 for sprintf call.
21265 * resolv/tst-p_secstodate.c: New file.
21266 * resolv/Makefile (tests): Add tst-p_secstodate.
21267 ($(objpfx)tst-p_secstodate): Depend on $(objpfx)libresolv.so.
21268
21269 * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Remove file.
21270 * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
21271 * sysdeps/sparc/sparc64/soft-fp/s_scalbnl.c: Likewise.
21272
21273 2017-11-22 Paul Eggert <eggert@cs.ucla.edu>
21274
21275 * posix/regcomp.c (init_word_char): Add comments.
21276
21277 2017-11-22 Joseph Myers <joseph@codesourcery.com>
21278
21279 [BZ #22447]
21280 * sysdeps/unix/getlogin_r.c (__getlogin_r): Use __strnlen not
21281 strlen to compute length of ut_user and set trailing NUL byte of
21282 result explicitly.
21283
21284 2017-11-21 Mike FABIAN <mfabian@redhat.com>
21285
21286 [BZ #15537]
21287 * localedata/locales/lv_LV (LC_COLLATE): Fix collation by
21288 using “copy "iso14651_t1"” and then implementing the
21289 collation rules for lv from CLDR on top of that.
21290 * Makefile: Add lv_LV.UTF-8 to test-input and to the list
21291 of locales to be built for testing.
21292 * lv_LV.UTF-8.in: New file with test data to test the Latvian
21293 sorting.
21294
21295 2017-11-21 Joseph Myers <joseph@codesourcery.com>
21296
21297 * sysdeps/unix/sysv/linux/hppa/bits/mman.h
21298 [__USE_MISC] (MADV_SPACEAVAIL): Remove macro.
21299 [__USE_MISC] (MADV_VPS_PURGE): Likewise.
21300 [__USE_MISC] (MADV_VPS_INHERIT): Likewise.
21301 [__USE_MISC] (MADV_HWPOISON): New macro.
21302 [__USE_MISC] (MADV_SOFT_OFFLINE): Likewise.
21303
21304 2017-11-21 Adhemerval Zanella <adhemerval.zanella@linaro.org>
21305
21306 * nptl/pthreadP.h (ASSERT_PTHREAD_INTERNAL_SIZE): Add workarond for
21307 -Wmissing-braces on GCC 4.9.
21308
21309 2017-11-21 Stefan Liebler <stli@linux.vnet.ibm.com>
21310
21311 * sysdeps/s390/s390-64/start.S (_start): Add cfi information for r14.
21312 * sysdeps/s390/s390-32/start.S (_start): Likewise
21313 * sysdeps/unix/sysv/linux/s390/s390-64/clone.S
21314 (thread_start): Likewise.
21315 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S
21316 (thread_start): Likewise.
21317 * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S
21318 (__makecontext_ret): Likewise.
21319 * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S
21320 (__makecontext_ret): Likewise.
21321
21322 2017-11-21 Stefan Liebler <stli@linux.vnet.ibm.com>
21323
21324 * include/wchar.h (__wcsnlen, __wcscat, __wcsncpy, __wcpncpy,
21325 __wcschrnul): Remove attribute_hidden.
21326
21327 2017-11-20 Paul Eggert <eggert@cs.ucla.edu>
21328
21329 regex: don't assume uint64_t or uint32_t
21330 This avoids -Werror=overflow errors for 32-bit systems in
21331 the 64-bit case. Problem reported by Joseph Myers in:
21332 https://sourceware.org/ml/libc-alpha/2017-11/msg00694.html
21333 Also, when this code is used in Gnulib it ports to platforms
21334 that lack uint64_t and uint32_t. The C standard doesn't guarantee
21335 them, and on some 32-bit compilers there is no uint64_t.
21336 Problem reported by Gianluigi Tiesi in:
21337 http://lists.gnu.org/archive/html/bug-gnulib/2012-03/msg00154.html
21338 * posix/regcomp.c (init_word_char): Don't assume that the types
21339 uint64_t and uint32_t exist. Adapted from Gnulib patch
21340 2012-05-27T06:40:00!eggert@cs.ucla.edu. See:
21341 https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=252b52457da7887667c036d18cc5169777615bb0
21342
21343 2017-11-20 Siddhesh Poyarekar <siddhesh@sourceware.org>
21344
21345 * sysdeps/aarch64/memset-reg.h: New file.
21346 * sysdeps/aarch64/memset.S: Use it.
21347 (__memset): Rename to MEMSET macro.
21348 [ZVA_MACRO]: Use zva_macro.
21349 * sysdeps/aarch64/multiarch/Makefile (sysdep_routines):
21350 Add memset_generic and memset_falkor.
21351 * sysdeps/aarch64/multiarch/ifunc-impl-list.c
21352 (__libc_ifunc_impl_list): Add memset ifuncs.
21353 * sysdeps/aarch64/multiarch/init-arch.h (INIT_ARCH): New
21354 local variable zva_size.
21355 * sysdeps/aarch64/multiarch/memset.c: New file.
21356 * sysdeps/aarch64/multiarch/memset_generic.S: New file.
21357 * sysdeps/aarch64/multiarch/memset_falkor.S: New file.
21358 * sysdeps/aarch64/multiarch/rtld-memset.S: New file.
21359 * sysdeps/unix/sysv/linux/aarch64/cpu-features.c
21360 (DCZID_DZP_MASK): New macro.
21361 (DCZID_BS_MASK): Likewise.
21362 (init_cpu_features): Read and set zva_size.
21363 * sysdeps/unix/sysv/linux/aarch64/cpu-features.h
21364 (struct cpu_features): New member zva_size.
21365
21366 * benchtests/bench-memcpy-walk.c (START_SIZE): Set to 128.
21367 * benchtests/bench-memmove-walk.c (START_SIZE): Likewise.
21368 * benchtests/bench-memset-walk.c (START_SIZE): Likewise.
21369
21370 * benchtests/bench-memcpy-walk.c (do_one_test): Copy only
21371 backwards. Fix timing computation.
21372 * benchtests/bench-memmove-walk.c (do_one_test): Likewise.
21373 * benchtests/bench-memset-walk.c (do_one_test): Walk backwards
21374 on memset by N at a time. Fix timing computation.
21375
21376 2017-11-20 Florian Weimer <fweimer@redhat.com>
21377
21378 * manual/llio.texi (Memory-mapped I/O): Document MAP_HUGETLB,
21379 MADV_HUGEPAGE, MADV_NOHUGEPAGE.
21380
21381 2017-11-19 Florian Weimer <fweimer@redhat.com>
21382
21383 manual: Document mprotect
21384 * manual/memory.texi (Memory Protection): New section.
21385 * manual/llio.texi (Memory-mapped I/O): Remove duplicate
21386 documentation of PROT_* flags and reference the Memory Protection
21387 section instead.
21388
21389 2017-11-19 Florian Weimer <fweimer@redhat.com>
21390
21391 * manual/llio.texi (I/O Primitives): Move preadv, preadv64,
21392 pwritev, pwritev64, preadv2, preadv64v2, pwritev2, pwritev64v2 ...
21393 (Scatter-Gather): ... to here. Remove misleading comment.
21394
21395 2017-11-18 Christian Brauner <christian.brauner@ubuntu.com>
21396
21397 * support/support_become_root.c (setup_uid_gid_mapping): Fix comment
21398 style.
21399
21400 * support/support_become_root.c (setup_uid_gid_mapping): Don't fail
21401 when /proc/<pid>/setgroups does not exist.
21402
21403 2017-11-18 Florian Weimer <fweimer@redhat.com>
21404
21405 * sysdeps/unix/sysv/linux/tst-ttyname.c
21406 (become_root_in_mount_ns): Remove.
21407 (do_in_chroot_1): Call support_enter_mount_namespace.
21408 (do_in_chroot_2): Likewise.
21409 (do_test): Call support_become_root early.
21410
21411 2017-11-18 Florian Weimer <fweimer@redhat.com>
21412
21413 * support/namespace.h (support_enter_mount_namespace): Declare.
21414 * support/support_enter_mount_namespace.c: New file.
21415 * support/Makefile (libsupport-routines): Add
21416 support_enter_mount_namespace.
21417
21418 2017-11-18 Florian Weimer <fweimer@redhat.com>
21419
21420 * support/temp_file.c (support_create_temp_directory): Use
21421 test_dir and do not rely on the presence of the XXXXXX suffix.
21422 * support/temp_file.h (support_create_temp_directory): Update
21423 comment.
21424 * support/tst-xreadlink.c (do_test): Adjust.
21425 * support/support_chroot.c (support_chroot_create): Likewise.
21426
21427 2017-11-17 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
21428
21429 * sysdeps/powerpc/bits/hwcap.h (PPC_FEATURE2_HTM_NO_SUSPEND): New
21430 macro.
21431 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add
21432 htm-no-suspend.
21433
21434 2017-11-17 Joseph Myers <joseph@codesourcery.com>
21435
21436 * sysdeps/x86_64/fpu/e_expl.S: Include <libm-alias-ldouble.h>.
21437 [USE_AS_EXPM1L] (expm1l): Define using libm_alias_ldouble.
21438 * sysdeps/x86_64/fpu/s_ceill.S: Include <libm-alias-ldouble.h>.
21439 (ceill): Define using libm_alias_ldouble.
21440 * sysdeps/x86_64/fpu/s_copysignl.S: Include
21441 <libm-alias-ldouble.h>.
21442 (copysignl): Define using libm_alias_ldouble.
21443 * sysdeps/x86_64/fpu/s_fabsl.S: Include <libm-alias-ldouble.h>.
21444 (fabsl): Define using libm_alias_ldouble.
21445 * sysdeps/x86_64/fpu/s_floorl.S: Include <libm-alias-ldouble.h>.
21446 (floorl): Define using libm_alias_ldouble.
21447 * sysdeps/x86_64/fpu/s_fmaxl.S: Include <libm-alias-ldouble.h>.
21448 (fmaxl): Define using libm_alias_ldouble.
21449 * sysdeps/x86_64/fpu/s_fminl.S: Include <libm-alias-ldouble.h>.
21450 (fminl): Define using libm_alias_ldouble.
21451 * sysdeps/x86_64/fpu/s_llrintl.S: Include <libm-alias-ldouble.h>.
21452 (llrintl): Define using libm_alias_ldouble.
21453 (lrintl): Likewise.
21454 * sysdeps/x86_64/fpu/s_nearbyintl.S: Include
21455 <libm-alias-ldouble.h>.
21456 (nearbyintl): Define using libm_alias_ldouble.
21457 * sysdeps/x86_64/fpu/s_truncl.S: Include <libm-alias-ldouble.h>.
21458 (truncl): Define using libm_alias_ldouble.
21459 * sysdeps/x86_64/x32/fpu/s_lrintl.S: Include
21460 <libm-alias-ldouble.h>.
21461 (lrintl): Define using libm_alias_ldouble.
21462
21463 * sysdeps/i386/fpu/e_expl.S: Include <libm-alias-ldouble.h>.
21464 [USE_AS_EXPM1L] (expm1l): Define using libm_alias_ldouble.
21465 * sysdeps/i386/fpu/s_asinhl.S: Include <libm-alias-ldouble.h>.
21466 (asinhl): Define using libm_alias_ldouble.
21467 * sysdeps/i386/fpu/s_atanl.c: Include <libm-alias-ldouble.h>.
21468 (atanl): Define using libm_alias_ldouble.
21469 * sysdeps/i386/fpu/s_cbrtl.S: Include <libm-alias-ldouble.h>.
21470 (cbrtl): Define using libm_alias_ldouble.
21471 * sysdeps/i386/fpu/s_ceill.S: Include <libm-alias-ldouble.h>.
21472 (ceill): Define using libm_alias_ldouble.
21473 * sysdeps/i386/fpu/s_copysignl.S: Include <libm-alias-ldouble.h>.
21474 (copysignl): Define using libm_alias_ldouble.
21475 * sysdeps/i386/fpu/s_fabsl.S: Include <libm-alias-ldouble.h>.
21476 (fabsl): Define using libm_alias_ldouble.
21477 * sysdeps/i386/fpu/s_floorl.S: Include <libm-alias-ldouble.h>.
21478 (floorl): Define using libm_alias_ldouble.
21479 * sysdeps/i386/fpu/s_fmaxl.S: Include <libm-alias-ldouble.h>.
21480 (fmaxl): Define using libm_alias_ldouble.
21481 * sysdeps/i386/fpu/s_fminl.S: Include <libm-alias-ldouble.h>.
21482 (fminl): Define using libm_alias_ldouble.
21483 * sysdeps/i386/fpu/s_frexpl.S: Include <libm-alias-ldouble.h>.
21484 (frexpl): Define using libm_alias_ldouble.
21485 * sysdeps/i386/fpu/s_llrintl.S: Include <libm-alias-ldouble.h>.
21486 (llrintl): Define using libm_alias_ldouble.
21487 * sysdeps/i386/fpu/s_logbl.c: Include <libm-alias-ldouble.h>.
21488 (logbl): Define using libm_alias_ldouble.
21489 * sysdeps/i386/fpu/s_lrintl.S: Include <libm-alias-ldouble.h>.
21490 (lrintl): Define using libm_alias_ldouble.
21491 * sysdeps/i386/fpu/s_nearbyintl.S: Include <libm-alias-ldouble.h>.
21492 (nearbyintl): Define using libm_alias_ldouble.
21493 * sysdeps/i386/fpu/s_nextafterl.c: Include <libm-alias-ldouble.h>.
21494 (nextafterl): Define using libm_alias_ldouble.
21495 * sysdeps/i386/fpu/s_remquol.S: Include <libm-alias-ldouble.h>.
21496 (remquol): Define using libm_alias_ldouble.
21497 * sysdeps/i386/fpu/s_rintl.c: Include <libm-alias-ldouble.h>.
21498 (rintl): Define using libm_alias_ldouble.
21499 * sysdeps/i386/fpu/s_truncl.S: Include <libm-alias-ldouble.h>.
21500 (truncl): Define using libm_alias_ldouble.
21501 * sysdeps/i386/i686/fpu/s_fmaxl.S: Include <libm-alias-ldouble.h>.
21502 (fmaxl): Define using libm_alias_ldouble.
21503 * sysdeps/i386/i686/fpu/s_fminl.S: Include <libm-alias-ldouble.h>.
21504 (fminl): Define using libm_alias_ldouble.
21505
21506 * bits/floatn-common.h [!__ASSEMBLER]: Disable everything related
21507 to C syntax instead of availability and properties of types.
21508 * bits/floatn.h [!__ASSEMBLER]: Likewise.
21509 * sysdeps/ia64/bits/floatn.h [!__ASSEMBLER]: Likewise.
21510 * sysdeps/ieee754/ldbl-128/bits/floatn.h [!__ASSEMBLER]: Likewise.
21511 * sysdeps/mips/ieee754/bits/floatn.h [!__ASSEMBLER]: Likewise.
21512 * sysdeps/powerpc/bits/floatn.h [!__ASSEMBLER]: Likewise.
21513 * sysdeps/x86/bits/floatn.h [!__ASSEMBLER]: Likewise.
21514
21515 2017-11-17 Florian Weimer <fweimer@redhat.com>
21516
21517 support_become_root: Enable file creation in namespaces.
21518 * support/support_become_root.c (setup_mapping): New function.
21519 (support_become_root): Call it.
21520
21521 2017-11-17 Joseph Myers <joseph@codesourcery.com>
21522
21523 * sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_DCPOP): New
21524 macro.
21525
21526 2017-11-16 Adhemerval Zanella <adhemerval.zanella@linaro.org>
21527
21528 * sysdeps/aarch64/fpu/Makefile (CFLAGS-s_fmax.c, CFLAGS-s_fmaxf.c,
21529 CFLAGS-s_fmin.c, CFLAGS-s_fminf.c): New rule: add -ffinite-math-only.
21530
21531 2017-11-16 Joseph Myers <joseph@codesourcery.com>
21532
21533 * sysdeps/unix/sysv/linux/net/if_arp.h (ARPHRD_RAWIP): New macro.
21534
21535 * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
21536 version to 4.14.
21537
21538 2017-11-16 Siddhesh Poyarekar <siddhesh@sourceware.org>
21539
21540 * INSTALL: Fix botched up regeneration.
21541
21542 * NEWS: Update sourceare link to https.
21543 * configure.ac: Likewise.
21544 * crypt/md5test-giant.c: Likewise.
21545 * dlfcn/bug-atexit1.c: Likewise.
21546 * dlfcn/bug-atexit2.c: Likewise.
21547 * localedata/README: Likewise.
21548 * malloc/tst-mallocfork.c: Likewise.
21549 * manual/install.texi: Likewise.
21550 * nptl/tst-pthread-getattr.c: Likewise.
21551 * stdio-common/tst-fgets.c: Likewise.
21552 * stdio-common/tst-fwrite.c: Likewise.
21553 * sunrpc/Makefile: Likewise.
21554 * sysdeps/arm/armv7/multiarch/memcpy_impl.S: Likewise.
21555 * wcsmbs/tst-mbrtowc2.c: Likewise.
21556 * configure: Regenerate.
21557 * INSTALL: Regenerate.
21558
21559 2017-11-15 Martin Sebor <msebor@redhat.com>
21560
21561 * misc/sys/cdefs.h (__attribute_nonstring__): New macro.
21562 * sysdeps/gnu/bits/utmp.h (struct utmp): Use it.
21563 * sysdeps/unix/sysv/linux/s390/bits/utmp.h (struct utmp): Same.
21564
21565 2017-11-15 Luke Shumaker <lukeshu@parabola.nu>
21566
21567 [BZ #22145]
21568 * sysdeps/unix/sysv/linux/tst-ttyname.c: New file.
21569 * sysdeps/unix/sysv/linux/Makefile: Add tst-ttyname to tests.
21570
21571 [BZ #22145]
21572 * sysdeps/unix/sysv/linux/ttyname.c (ttyname):
21573 Defer is_pty check until end of the function.
21574 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
21575
21576 [BZ #22145]
21577 * sysdeps/unix/sysv/linux/ttyname.h (is_mytty): New function.
21578 * sysdeps/unix/sysv/linux/ttyname.c (getttyname): Call is_mytty.
21579 (ttyname): Likewise.
21580 * sysdeps/unix/sysv/linux/ttyname_r.c (getttyname_r): Likewise.
21581 (__ttyname_r): Likewise.
21582
21583 * sysdeps/unix/sysv/linux/ttyname.h (is_pty): Change return type from
21584 int to bool.
21585
21586 * sysdeps/unix/sysv/linux/ttyname.h (is_pty): Update doc reference.
21587
21588 * manual/terminal.texi (Is It a Terminal):
21589 Mention ENODEV for ttyname and ttyname_r.
21590
21591 2017-11-15 Joseph Myers <joseph@codesourcery.com>
21592
21593 * sysdeps/unix/sysv/linux/bits/socket.h (MSG_ZEROCOPY): New enum
21594 constant and macro.
21595
21596 * sysdeps/unix/sysv/linux/bits/mman-linux.h
21597 [__USE_MISC] (MADV_WIPEONFORK): New macro.
21598 [__USE_MISC] (MADV_KEEPONFORK): Likewise.
21599 * sysdeps/unix/sysv/linux/hppa/bits/mman.h
21600 [__USE_MISC] (MADV_WIPEONFORK): Likewise.
21601 [__USE_MISC] (MADV_KEEPONFORK): Likewise.
21602
21603 2017-11-15 Adhemerval Zanella <adhemerval.zanella@linaro.org>
21604
21605 * signal/sigrelse.c (sigrelse): Optimize implementation.
21606
21607 * sysdeps/posix/sigpause.c (do_sigpause): Remove.
21608 (__sigpause): Rely on __sigsuspend to implement single thread
21609 optimization. Add LIBC_CANCEL_HANDLED for cancellation marking.
21610
21611 2017-11-15 Joseph Myers <joseph@codesourcery.com>
21612
21613 * scripts/build-many-glibcs.py (Context.checkout): Default Linux
21614 kernel version to 4.14.
21615
21616 2017-11-15 Steve Ellcey <sellcey@cavium.com>
21617
21618 [BZ #22442]
21619 * sysdeps/unix/sysv/linux/if_index.c (__if_nametoindex):
21620 Check if ifname is too long.
21621
21622 2017-11-15 Luke Shumaker <lukeshu@parabola.nu>
21623
21624 * sysdeps/unix/sysv/linux/epoll_wait.c: Include <sysdep-cancel.h>.
21625
21626 2017-11-15 Mike FABIAN <mfabian@redhat.com>
21627
21628 * localedata/locales/ka_GE (LC_MESSAGES): Add “X” back to yesexpr,
21629 was accidentally lost.
21630
21631 2017-11-15 Mike FABIAN <mfabian@redhat.com>
21632
21633 * localedata/locales/az_IR: Add standard copyright header.
21634
21635 2017-11-15 Florian Weimer <fweimer@redhat.com>
21636
21637 [BZ #22439]
21638 * malloc/malloc.c (__malloc_info): Count all heaps in an arena,
21639 not just the top one. Output a new "subheaps" statistic.
21640
21641 2017-11-15 Florian Weimer <fweimer@redhat.com>
21642
21643 [BZ #22408]
21644 * malloc/malloc.c (__malloc_info): Obtain arena heap statistics
21645 under the per-arena lock.
21646 * malloc/Makefile (tests): Add tst-malloc_info.
21647 (tst-malloc_info): Link with libpthread.
21648 * malloc/tst-malloc_info.c: New file.
21649
21650 2017-11-15 Joseph Myers <joseph@codesourcery.com>
21651
21652 [BZ #21660]
21653 * math/tgmath.h (__HAVE_BUILTIN_TGMATH): New macro.
21654 [__HAVE_BUILTIN_TGMATH] (__TG_F16_ARG): Likewise.
21655 [__HAVE_BUILTIN_TGMATH] (__TG_F32_ARG): Likewise.
21656 [__HAVE_BUILTIN_TGMATH] (__TG_F64_ARG): Likewise.
21657 [__HAVE_BUILTIN_TGMATH] (__TG_F128_ARG): Likewise.
21658 [__HAVE_BUILTIN_TGMATH] (__TG_F32X_ARG): Likewise.
21659 [__HAVE_BUILTIN_TGMATH] (__TG_F64X_ARG): Likewise.
21660 [__HAVE_BUILTIN_TGMATH] (__TG_F128X_ARG): Likewise.
21661 [__HAVE_BUILTIN_TGMATH] (__TGMATH_FUNCS): Likewise.
21662 [__HAVE_BUILTIN_TGMATH] (__TGMATH_RCFUNCS): Likewise.
21663 [__HAVE_BUILTIN_TGMATH] (__TGMATH_1): Likewise.
21664 [__HAVE_BUILTIN_TGMATH] (__TGMATH_2): Likewise.
21665 [__HAVE_BUILTIN_TGMATH] (__TGMATH_2STD): Likewise.
21666 [__HAVE_BUILTIN_TGMATH] (__TGMATH_3): Likewise.
21667 [__HAVE_BUILTIN_TGMATH] (__TGMATH_1C): Likewise.
21668 [__HAVE_BUILTIN_TGMATH] (__TGMATH_2C): Likewise.
21669 (__tgml): Make conditional on [!__HAVE_BUILTIN_TGMATH].
21670 (__floating_type): Likewise.
21671 (__real_integer_type): Likewise.
21672 (__complex_integer_type): Likewise.
21673 (__expr_is_real): Likewise.
21674 (__tgmath_real_type_sub): Likewise.
21675 (__tgmath_real_type): Likewise.
21676 (__tgmath_complex_type_sub): Likewise.
21677 (__tgmath_complex_type): Likewise.
21678 (__TGMATH_F128): Likewise.
21679 (__TGMATH_CF128): Likewise.
21680 [__HAVE_BUILTIN_TGMATH] (__TGMATH_UNARY_REAL_ONLY): Define using
21681 new macros.
21682 [__HAVE_BUILTIN_TGMATH] (__TGMATH_UNARY_REAL_RET_ONLY): Likewise.
21683 [__HAVE_BUILTIN_TGMATH] (__TGMATH_BINARY_FIRST_REAL_ONLY):
21684 Likewise.
21685 [__HAVE_BUILTIN_TGMATH] (__TGMATH_BINARY_FIRST_REAL_STD_ONLY):
21686 Likewise.
21687 [__HAVE_BUILTIN_TGMATH] (__TGMATH_BINARY_REAL_ONLY): Likewise.
21688 [__HAVE_BUILTIN_TGMATH] (__TGMATH_BINARY_REAL_STD_ONLY): Likewise.
21689 [__HAVE_BUILTIN_TGMATH] (__TGMATH_BINARY_REAL_RET_ONLY): Likewise.
21690 [__HAVE_BUILTIN_TGMATH] (__TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY):
21691 Likewise.
21692 [__HAVE_BUILTIN_TGMATH] (__TGMATH_TERNARY_REAL_ONLY): Likewise.
21693 [__HAVE_BUILTIN_TGMATH] (__TGMATH_TERNARY_FIRST_REAL_RET_ONLY):
21694 Likewise.
21695 [__HAVE_BUILTIN_TGMATH] (__TGMATH_UNARY_REAL_IMAG): Likewise.
21696 [__HAVE_BUILTIN_TGMATH] (__TGMATH_UNARY_IMAG): Likewise.
21697 [__HAVE_BUILTIN_TGMATH] (__TGMATH_UNARY_REAL_IMAG_RET_REAL):
21698 Likewise.
21699 [__HAVE_BUILTIN_TGMATH] (__TGMATH_BINARY_REAL_IMAG): Likewise.
21700 (__TGMATH_UNARY_REAL_IMAG_RET_REAL_SAME): New macro.
21701 (carg): Use __TGMATH_UNARY_REAL_IMAG_RET_REAL_SAME.
21702 (cimag): Likewise.
21703 (creal): Likewise.
21704
21705 2017-11-14 Joseph Myers <joseph@codesourcery.com>
21706
21707 * string/tester.c (test_stpncpy): Disable -Wstringop-truncation
21708 for stpncpy calls for GCC 8.
21709 (test_strncat): Disable -Wstringop-truncation warning for strncat
21710 calls for GCC 8. Disable -Wstringop-overflow= warning for one
21711 strncat call for GCC 7.
21712 (test_strncpy): Disable -Wstringop-truncation warning for strncpy
21713 calls for GCC 8.
21714 (test_memcmp): Use memcpy instead of strncpy for calls not copying
21715 trailing NUL.
21716
21717 * string/bug-strncat1.c: Include <libc-diag.h>.
21718 (main): Disable -Wstringop-truncation for strncat call for GCC 8.
21719
21720 2017-11-13 Claude Paroz <claude@2xlibre.net>
21721
21722 [BZ #22387]
21723 * localedata/locales/aa_DJ: Improved readibility by replacing
21724 <Uxxxx> sequences in the ASCII printable range by their ASCII
21725 character equivalents.
21726 * localedata/locales/aa_ER: Likewise.
21727 * localedata/locales/aa_ER@saaho: Likewise.
21728 * localedata/locales/aa_ET: Likewise.
21729 * localedata/locales/af_ZA: Likewise.
21730 * localedata/locales/agr_PE: Likewise.
21731 * localedata/locales/ak_GH: Likewise.
21732 * localedata/locales/am_ET: Likewise.
21733 * localedata/locales/anp_IN: Likewise.
21734 * localedata/locales/ar_AE: Likewise.
21735 * localedata/locales/ar_BH: Likewise.
21736 * localedata/locales/ar_DZ: Likewise.
21737 * localedata/locales/ar_EG: Likewise.
21738 * localedata/locales/ar_IN: Likewise.
21739 * localedata/locales/ar_IQ: Likewise.
21740 * localedata/locales/ar_JO: Likewise.
21741 * localedata/locales/ar_KW: Likewise.
21742 * localedata/locales/ar_LB: Likewise.
21743 * localedata/locales/ar_LY: Likewise.
21744 * localedata/locales/ar_MA: Likewise.
21745 * localedata/locales/ar_OM: Likewise.
21746 * localedata/locales/ar_QA: Likewise.
21747 * localedata/locales/ar_SA: Likewise.
21748 * localedata/locales/ar_SD: Likewise.
21749 * localedata/locales/ar_SS: Likewise.
21750 * localedata/locales/ar_SY: Likewise.
21751 * localedata/locales/ar_TN: Likewise.
21752 * localedata/locales/ar_YE: Likewise.
21753 * localedata/locales/as_IN: Likewise.
21754 * localedata/locales/ast_ES: Likewise.
21755 * localedata/locales/ayc_PE: Likewise.
21756 * localedata/locales/az_AZ: Likewise.
21757 * localedata/locales/az_IR: Likewise.
21758 * localedata/locales/be_BY: Likewise.
21759 * localedata/locales/be_BY@latin: Likewise.
21760 * localedata/locales/bem_ZM: Likewise.
21761 * localedata/locales/ber_DZ: Likewise.
21762 * localedata/locales/ber_MA: Likewise.
21763 * localedata/locales/bg_BG: Likewise.
21764 * localedata/locales/bhb_IN: Likewise.
21765 * localedata/locales/bho_IN: Likewise.
21766 * localedata/locales/bi_VU: Likewise.
21767 * localedata/locales/bn_BD: Likewise.
21768 * localedata/locales/bn_IN: Likewise.
21769 * localedata/locales/bo_CN: Likewise.
21770 * localedata/locales/bo_IN: Likewise.
21771 * localedata/locales/br_FR: Likewise.
21772 * localedata/locales/brx_IN: Likewise.
21773 * localedata/locales/bs_BA: Likewise.
21774 * localedata/locales/byn_ER: Likewise.
21775 * localedata/locales/ca_AD: Likewise.
21776 * localedata/locales/ca_ES: Likewise.
21777 * localedata/locales/ca_FR: Likewise.
21778 * localedata/locales/ca_IT: Likewise.
21779 * localedata/locales/ce_RU: Likewise.
21780 * localedata/locales/chr_US: Likewise.
21781 * localedata/locales/cmn_TW: Likewise.
21782 * localedata/locales/crh_UA: Likewise.
21783 * localedata/locales/cs_CZ: Likewise.
21784 * localedata/locales/csb_PL: Likewise.
21785 * localedata/locales/cv_RU: Likewise.
21786 * localedata/locales/cy_GB: Likewise.
21787 * localedata/locales/da_DK: Likewise.
21788 * localedata/locales/de_AT: Likewise.
21789 * localedata/locales/de_BE: Likewise.
21790 * localedata/locales/de_CH: Likewise.
21791 * localedata/locales/de_DE: Likewise.
21792 * localedata/locales/de_IT: Likewise.
21793 * localedata/locales/de_LI: Likewise.
21794 * localedata/locales/de_LU: Likewise.
21795 * localedata/locales/doi_IN: Likewise.
21796 * localedata/locales/dv_MV: Likewise.
21797 * localedata/locales/dz_BT: Likewise.
21798 * localedata/locales/el_CY: Likewise.
21799 * localedata/locales/el_GR: Likewise.
21800 * localedata/locales/en_AG: Likewise.
21801 * localedata/locales/en_AU: Likewise.
21802 * localedata/locales/en_BW: Likewise.
21803 * localedata/locales/en_CA: Likewise.
21804 * localedata/locales/en_DK: Likewise.
21805 * localedata/locales/en_GB: Likewise.
21806 * localedata/locales/en_HK: Likewise.
21807 * localedata/locales/en_IE: Likewise.
21808 * localedata/locales/en_IL: Likewise.
21809 * localedata/locales/en_IN: Likewise.
21810 * localedata/locales/en_NG: Likewise.
21811 * localedata/locales/en_NZ: Likewise.
21812 * localedata/locales/en_PH: Likewise.
21813 * localedata/locales/en_SG: Likewise.
21814 * localedata/locales/en_US: Likewise.
21815 * localedata/locales/en_ZA: Likewise.
21816 * localedata/locales/en_ZM: Likewise.
21817 * localedata/locales/en_ZW: Likewise.
21818 * localedata/locales/eo: Likewise.
21819 * localedata/locales/es_AR: Likewise.
21820 * localedata/locales/es_BO: Likewise.
21821 * localedata/locales/es_CL: Likewise.
21822 * localedata/locales/es_CO: Likewise.
21823 * localedata/locales/es_CR: Likewise.
21824 * localedata/locales/es_CU: Likewise.
21825 * localedata/locales/es_DO: Likewise.
21826 * localedata/locales/es_EC: Likewise.
21827 * localedata/locales/es_ES: Likewise.
21828 * localedata/locales/es_GT: Likewise.
21829 * localedata/locales/es_HN: Likewise.
21830 * localedata/locales/es_MX: Likewise.
21831 * localedata/locales/es_NI: Likewise.
21832 * localedata/locales/es_PA: Likewise.
21833 * localedata/locales/es_PE: Likewise.
21834 * localedata/locales/es_PR: Likewise.
21835 * localedata/locales/es_PY: Likewise.
21836 * localedata/locales/es_SV: Likewise.
21837 * localedata/locales/es_US: Likewise.
21838 * localedata/locales/es_UY: Likewise.
21839 * localedata/locales/es_VE: Likewise.
21840 * localedata/locales/et_EE: Likewise.
21841 * localedata/locales/eu_ES: Likewise.
21842 * localedata/locales/eu_ES@euro: Likewise.
21843 * localedata/locales/fa_IR: Likewise.
21844 * localedata/locales/ff_SN: Likewise.
21845 * localedata/locales/fi_FI: Likewise.
21846 * localedata/locales/fil_PH: Likewise.
21847 * localedata/locales/fo_FO: Likewise.
21848 * localedata/locales/fr_BE: Likewise.
21849 * localedata/locales/fr_CA: Likewise.
21850 * localedata/locales/fr_CH: Likewise.
21851 * localedata/locales/fr_FR: Likewise.
21852 * localedata/locales/fr_LU: Likewise.
21853 * localedata/locales/fur_IT: Likewise.
21854 * localedata/locales/fy_DE: Likewise.
21855 * localedata/locales/fy_NL: Likewise.
21856 * localedata/locales/ga_IE: Likewise.
21857 * localedata/locales/gd_GB: Likewise.
21858 * localedata/locales/gez_ER: Likewise.
21859 * localedata/locales/gez_ET: Likewise.
21860 * localedata/locales/gl_ES: Likewise.
21861 * localedata/locales/gu_IN: Likewise.
21862 * localedata/locales/gv_GB: Likewise.
21863 * localedata/locales/ha_NG: Likewise.
21864 * localedata/locales/hak_TW: Likewise.
21865 * localedata/locales/he_IL: Likewise.
21866 * localedata/locales/hi_IN: Likewise.
21867 * localedata/locales/hif_FJ: Likewise.
21868 * localedata/locales/hne_IN: Likewise.
21869 * localedata/locales/hr_HR: Likewise.
21870 * localedata/locales/hsb_DE: Likewise.
21871 * localedata/locales/ht_HT: Likewise.
21872 * localedata/locales/hu_HU: Likewise.
21873 * localedata/locales/hy_AM: Likewise.
21874 * localedata/locales/i18n: Likewise.
21875 * localedata/locales/ia_FR: Likewise.
21876 * localedata/locales/id_ID: Likewise.
21877 * localedata/locales/ig_NG: Likewise.
21878 * localedata/locales/ik_CA: Likewise.
21879 * localedata/locales/is_IS: Likewise.
21880 * localedata/locales/it_CH: Likewise.
21881 * localedata/locales/it_IT: Likewise.
21882 * localedata/locales/iu_CA: Likewise.
21883 * localedata/locales/ja_JP: Likewise.
21884 * localedata/locales/ka_GE: Likewise.
21885 * localedata/locales/kk_KZ: Likewise.
21886 * localedata/locales/kl_GL: Likewise.
21887 * localedata/locales/kn_IN: Likewise.
21888 * localedata/locales/ko_KR: Likewise.
21889 * localedata/locales/kok_IN: Likewise.
21890 * localedata/locales/ks_IN: Likewise.
21891 * localedata/locales/ks_IN@devanagari: Likewise.
21892 * localedata/locales/ku_TR: Likewise.
21893 * localedata/locales/kw_GB: Likewise.
21894 * localedata/locales/ky_KG: Likewise.
21895 * localedata/locales/lb_LU: Likewise.
21896 * localedata/locales/lg_UG: Likewise.
21897 * localedata/locales/li_BE: Likewise.
21898 * localedata/locales/li_NL: Likewise.
21899 * localedata/locales/lij_IT: Likewise.
21900 * localedata/locales/ln_CD: Likewise.
21901 * localedata/locales/lo_LA: Likewise.
21902 * localedata/locales/lt_LT: Likewise.
21903 * localedata/locales/lv_LV: Likewise.
21904 * localedata/locales/lzh_TW: Likewise.
21905 * localedata/locales/mag_IN: Likewise.
21906 * localedata/locales/mai_IN: Likewise.
21907 * localedata/locales/mg_MG: Likewise.
21908 * localedata/locales/mhr_RU: Likewise.
21909 * localedata/locales/mi_NZ: Likewise.
21910 * localedata/locales/mk_MK: Likewise.
21911 * localedata/locales/ml_IN: Likewise.
21912 * localedata/locales/mn_MN: Likewise.
21913 * localedata/locales/mni_IN: Likewise.
21914 * localedata/locales/mr_IN: Likewise.
21915 * localedata/locales/ms_MY: Likewise.
21916 * localedata/locales/mt_MT: Likewise.
21917 * localedata/locales/my_MM: Likewise.
21918 * localedata/locales/nan_TW: Likewise.
21919 * localedata/locales/nan_TW@latin: Likewise.
21920 * localedata/locales/nb_NO: Likewise.
21921 * localedata/locales/nds_DE: Likewise.
21922 * localedata/locales/nds_NL: Likewise.
21923 * localedata/locales/ne_NP: Likewise.
21924 * localedata/locales/nhn_MX: Likewise.
21925 * localedata/locales/niu_NU: Likewise.
21926 * localedata/locales/niu_NZ: Likewise.
21927 * localedata/locales/nl_AW: Likewise.
21928 * localedata/locales/nl_BE: Likewise.
21929 * localedata/locales/nl_NL: Likewise.
21930 * localedata/locales/nn_NO: Likewise.
21931 * localedata/locales/nr_ZA: Likewise.
21932 * localedata/locales/nso_ZA: Likewise.
21933 * localedata/locales/oc_FR: Likewise.
21934 * localedata/locales/om_ET: Likewise.
21935 * localedata/locales/om_KE: Likewise.
21936 * localedata/locales/or_IN: Likewise.
21937 * localedata/locales/os_RU: Likewise.
21938 * localedata/locales/pa_IN: Likewise.
21939 * localedata/locales/pa_PK: Likewise.
21940 * localedata/locales/pap_AW: Likewise.
21941 * localedata/locales/pap_CW: Likewise.
21942 * localedata/locales/pl_PL: Likewise.
21943 * localedata/locales/ps_AF: Likewise.
21944 * localedata/locales/pt_BR: Likewise.
21945 * localedata/locales/pt_PT: Likewise.
21946 * localedata/locales/quz_PE: Likewise.
21947 * localedata/locales/raj_IN: Likewise.
21948 * localedata/locales/ro_RO: Likewise.
21949 * localedata/locales/ru_RU: Likewise.
21950 * localedata/locales/ru_UA: Likewise.
21951 * localedata/locales/rw_RW: Likewise.
21952 * localedata/locales/sa_IN: Likewise.
21953 * localedata/locales/sat_IN: Likewise.
21954 * localedata/locales/sc_IT: Likewise.
21955 * localedata/locales/sd_IN: Likewise.
21956 * localedata/locales/sd_IN@devanagari: Likewise.
21957 * localedata/locales/se_NO: Likewise.
21958 * localedata/locales/sgs_LT: Likewise.
21959 * localedata/locales/shs_CA: Likewise.
21960 * localedata/locales/si_LK: Likewise.
21961 * localedata/locales/sid_ET: Likewise.
21962 * localedata/locales/sk_SK: Likewise.
21963 * localedata/locales/sl_SI: Likewise.
21964 * localedata/locales/sm_WS: Likewise.
21965 * localedata/locales/so_DJ: Likewise.
21966 * localedata/locales/so_ET: Likewise.
21967 * localedata/locales/so_KE: Likewise.
21968 * localedata/locales/so_SO: Likewise.
21969 * localedata/locales/sq_AL: Likewise.
21970 * localedata/locales/sq_MK: Likewise.
21971 * localedata/locales/sr_ME: Likewise.
21972 * localedata/locales/sr_RS: Likewise.
21973 * localedata/locales/sr_RS@latin: Likewise.
21974 * localedata/locales/ss_ZA: Likewise.
21975 * localedata/locales/st_ZA: Likewise.
21976 * localedata/locales/sv_FI: Likewise.
21977 * localedata/locales/sv_SE: Likewise.
21978 * localedata/locales/sw_KE: Likewise.
21979 * localedata/locales/sw_TZ: Likewise.
21980 * localedata/locales/szl_PL: Likewise.
21981 * localedata/locales/ta_IN: Likewise.
21982 * localedata/locales/ta_LK: Likewise.
21983 * localedata/locales/tcy_IN: Likewise.
21984 * localedata/locales/te_IN: Likewise.
21985 * localedata/locales/tg_TJ: Likewise.
21986 * localedata/locales/th_TH: Likewise.
21987 * localedata/locales/the_NP: Likewise.
21988 * localedata/locales/ti_ER: Likewise.
21989 * localedata/locales/ti_ET: Likewise.
21990 * localedata/locales/tig_ER: Likewise.
21991 * localedata/locales/tk_TM: Likewise.
21992 * localedata/locales/tl_PH: Likewise.
21993 * localedata/locales/tn_ZA: Likewise.
21994 * localedata/locales/to_TO: Likewise.
21995 * localedata/locales/tpi_PG: Likewise.
21996 * localedata/locales/tr_CY: Likewise.
21997 * localedata/locales/tr_TR: Likewise.
21998 * localedata/locales/ts_ZA: Likewise.
21999 * localedata/locales/tt_RU: Likewise.
22000 * localedata/locales/tt_RU@iqtelif: Likewise.
22001 * localedata/locales/ug_CN: Likewise.
22002 * localedata/locales/uk_UA: Likewise.
22003 * localedata/locales/unm_US: Likewise.
22004 * localedata/locales/ur_IN: Likewise.
22005 * localedata/locales/ur_PK: Likewise.
22006 * localedata/locales/uz_UZ: Likewise.
22007 * localedata/locales/uz_UZ@cyrillic: Likewise.
22008 * localedata/locales/ve_ZA: Likewise.
22009 * localedata/locales/vi_VN: Likewise.
22010 * localedata/locales/wa_BE: Likewise.
22011 * localedata/locales/wae_CH: Likewise.
22012 * localedata/locales/wal_ET: Likewise.
22013 * localedata/locales/wo_SN: Likewise.
22014 * localedata/locales/xh_ZA: Likewise.
22015 * localedata/locales/yi_US: Likewise.
22016 * localedata/locales/yo_NG: Likewise.
22017 * localedata/locales/yue_HK: Likewise.
22018 * localedata/locales/yuw_PG: Likewise.
22019 * localedata/locales/zh_CN: Likewise.
22020 * localedata/locales/zh_HK: Likewise.
22021 * localedata/locales/zh_SG: Likewise.
22022 * localedata/locales/zh_TW: Likewise.
22023 * localedata/locales/zu_ZA: Likewise.
22024
22025 2017-11-13 Florian Weimer <fweimer@redhat.com>
22026
22027 * support/next_to_fault.h, support/next_to_fault.c: New files.
22028 * support/Makefile (libsupport-routines): Add next_to_fault.
22029 * resolv/tst-inet_pton.c (struct next_to_fault)
22030 (next_to_fault_allocate, next_to_fault_free): Remove.
22031 (run_one_test): Switch to <support/next_to_fault.h> interfaces.
22032
22033 2017-11-13 H.J. Lu <hongjiu.lu@intel.com>
22034
22035 * elf/dl-support.c: Include <dl-procruntime.c>.
22036 * include/link.h: Include <link_map.h>.
22037 * sysdeps/generic/dl-procruntime.c: New file.
22038 * sysdeps/generic/link_map.h: Likewise.
22039 * sysdeps/generic/ldsodefs.h: Include <dl-procruntime.c> in
22040 the writable ld.so namespace.
22041
22042 2017-11-12 Paul Eggert <eggert@cs.ucla.edu>
22043
22044 timezone: pacify GCC -Wstringop-truncation
22045 Problem reported by Martin Sebor in:
22046 https://sourceware.org/ml/libc-alpha/2017-11/msg00336.html
22047 * timezone/zic.c (writezone): Use memcpy, not strncpy.
22048
22049 2017-11-12 Florian Weimer <fweimer@redhat.com>
22050
22051 * support/Makefile (libsupport-routines): Add xreadlink, xstrndup,
22052 tst-xreadlink.
22053 (tests): Add tst-xreadlink.
22054 * support/support.h (xstrndup): Declare.
22055 * support/xunistd.h (xunlink, xreadlink): Declare.
22056 * support/temp_file.h (support_create_temp_directory): Declare.
22057 * support/temp_file.c (support_create_temp_directory): New function.
22058 * support/support_chroot.c (support_chroot_create): Use it.
22059 * support/xreadlink.c: New file.
22060 * support/xstrndup.c: Likewise.
22061 * support/xunlink.c: Likewise.
22062 * support/tst-xreadlink.c: Likewise.
22063
22064 2017-11-11 John David Anglin <danglin@gcc.gnu.org>
22065
22066 * sysdeps/hppa/fpu/libm-test-ulps: Update clog10_downward ulps.
22067
22068 2017-11-11 Florian Weimer <fweimer@redhat.com>
22069
22070 [BZ #22409]
22071 [BZ #22412]
22072 * resolv/res_comp.c (printable_string, binary_hnok)
22073 (binary_leading_dash): New functions.
22074 (res_hnok): Reimplement using these functions and ns_name_pton.
22075 (res_ownok): Likewise.
22076 (res_mailok): Reimplement using printable_string, ns_name_pton and
22077 binary_hnok.
22078 (res_dnok): Reimplement using printable_string and ns_name_pton.
22079 * resolv/tst-res_hnok.c (tests): Add additional tests.
22080 (LETTERDIGITS, PRINTABLE): Define.
22081 (do_test): Adjust one_char results.
22082
22083 2017-11-11 Florian Weimer <fweimer@redhat.com>
22084
22085 [BZ #22413]
22086 * resolv/ns_name.c (ns_name_pton): Treat trailing backslash as error.
22087 * resolv/tst-ns_name_pton.c (tests): Add trailing backslash tests.
22088
22089 2017-11-11 Florian Weimer <fweimer@redhat.com>
22090
22091 * resolv/tst-ns_name_pton.c: New file.
22092 * resolv/Makefile (tests): Add tst-ns_name_pton.
22093 (tst-ns_name_pton): Link against libresolv.
22094
22095 2017-11-11 Florian Weimer <fweimer@redhat.com>
22096
22097 * resolv/tst-res_hnok.c: New file.
22098 * resolv/Makefile (tests): Add tst-res_hnok.
22099 (tst-res_hnok): Link against libresolv.
22100
22101 2017-11-11 Florian Weimer <fweimer@redhat.com>
22102
22103 * resolv/tst-resolv-network.c: Use test framework instead explicit
22104 main function.
22105
22106 2017-11-09 H.J. Lu <hongjiu.lu@intel.com>
22107
22108 * include/setjmp.h [!_ISOMAC]: Include <stddef.h> and
22109 <jmp_buf-macros.h>.
22110 [!_ISOMAC] (STR_HELPER): New.
22111 [!_ISOMAC] (STR): Likewise.
22112 [!_ISOMAC] (TEST_SIZE): Likewise.
22113 [!_ISOMAC] (TEST_ALIGN): Likewise.
22114 [!_ISOMAC] (TEST_OFFSET): Likewise.
22115 [!_ISOMAC] Add _Static_assert to check sizes, alignments and
22116 field offsets of jmp_buf as well as sigjmp_buf.
22117 * sysdeps/unix/sysv/linux/aarch64/jmp_buf-macros.h: Likewise.
22118 * sysdeps/unix/sysv/linux/alpha/jmp_buf-macros.h: Likewise.
22119 * sysdeps/unix/sysv/linux/arm/jmp_buf-macros.h: Likewise.
22120 * sysdeps/unix/sysv/linux/hppa/jmp_buf-macros.h: Likewise.
22121 * sysdeps/unix/sysv/linux/i386/jmp_buf-macros.h: Likewise.
22122 * sysdeps/unix/sysv/linux/ia64/jmp_buf-macros.h: Likewise.
22123 * sysdeps/unix/sysv/linux/m68k/jmp_buf-macros.h: Likewise.
22124 * sysdeps/unix/sysv/linux/microblaze/jmp_buf-macros.h: Likewise.
22125 * sysdeps/unix/sysv/linux/mips/mips32/jmp_buf-macros.h: Likewise.
22126 * sysdeps/unix/sysv/linux/mips/mips64/n32/jmp_buf-macros.h:
22127 Likewise.
22128 * sysdeps/unix/sysv/linux/mips/mips64/n64/jmp_buf-macros.h:
22129 Likewise.
22130 * sysdeps/unix/sysv/linux/nios2/jmp_buf-macros.h: Likewise.
22131 * sysdeps/unix/sysv/linux/powerpc/powerpc32/jmp_buf-macros.h:
22132 Likewise.
22133 * sysdeps/unix/sysv/linux/powerpc/powerpc64/jmp_buf-macros.h:
22134 Likewise.
22135 * sysdeps/unix/sysv/linux/s390/s390-32/jmp_buf-macros.h: Likewise.
22136 * sysdeps/unix/sysv/linux/s390/s390-64/jmp_buf-macros.h: Likewise.
22137 * sysdeps/unix/sysv/linux/sh/jmp_buf-macros.h: Likewise.
22138 * sysdeps/unix/sysv/linux/sparc/sparc32/jmp_buf-macros.h: Likewise.
22139 * sysdeps/unix/sysv/linux/sparc/sparc64/jmp_buf-macros.h: Likewise.
22140 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/jmp_buf-macros.h:
22141 Likewise.
22142 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/jmp_buf-macros.h:
22143 Likewise.
22144 * sysdeps/unix/sysv/linux/tile/tilepro/jmp_buf-macros.h: Likewise.
22145 * sysdeps/unix/sysv/linux/x86_64/64/jmp_buf-macros.h: Likewise.
22146 * sysdeps/unix/sysv/linux/x86_64/x32/jmp_buf-macros.h: Likewise.
22147
22148 2017-11-07 Joseph Myers <joseph@codesourcery.com>
22149
22150 * include/float.h
22151 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22152 && __HAVE_FLOAT32] (FLT32_MANT_DIG): New macro.
22153 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22154 && __HAVE_FLOAT32] (FLT32_DECIMAL_DIG): Likewise.
22155 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22156 && __HAVE_FLOAT32] (FLT32_DIG): Likewise.
22157 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22158 && __HAVE_FLOAT32] (FLT32_MIN_EXP): Likewise.
22159 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22160 && __HAVE_FLOAT32] (FLT32_MIN_10_EXP): Likewise.
22161 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22162 && __HAVE_FLOAT32] (FLT32_MAX_EXP): Likewise.
22163 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22164 && __HAVE_FLOAT32] (FLT32_MAX_10_EXP): Likewise.
22165 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22166 && __HAVE_FLOAT32] (FLT32_MAX): Likewise.
22167 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22168 && __HAVE_FLOAT32] (FLT32_EPSILON): Likewise.
22169 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22170 && __HAVE_FLOAT32] (FLT32_MIN): Likewise.
22171 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22172 && __HAVE_FLOAT32] (FLT32_TRUE_MIN): Likewise.
22173 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22174 && __HAVE_FLOAT64] (FLT64_MANT_DIG): Likewise.
22175 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22176 && __HAVE_FLOAT64] (FLT64_DECIMAL_DIG): Likewise.
22177 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22178 && __HAVE_FLOAT64] (FLT64_DIG): Likewise.
22179 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22180 && __HAVE_FLOAT64] (FLT64_MIN_EXP): Likewise.
22181 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22182 && __HAVE_FLOAT64] (FLT64_MIN_10_EXP): Likewise.
22183 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22184 && __HAVE_FLOAT64] (FLT64_MAX_EXP): Likewise.
22185 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22186 && __HAVE_FLOAT64] (FLT64_MAX_10_EXP): Likewise.
22187 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22188 && __HAVE_FLOAT64] (FLT64_MAX): Likewise.
22189 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22190 && __HAVE_FLOAT64] (FLT64_EPSILON): Likewise.
22191 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22192 && __HAVE_FLOAT64] (FLT64_MIN): Likewise.
22193 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22194 && __HAVE_FLOAT64] (FLT64_TRUE_MIN): Likewise.
22195 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22196 && __HAVE_FLOAT32X] (FLT32X_MANT_DIG): Likewise.
22197 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22198 && __HAVE_FLOAT32X] (FLT32X_DECIMAL_DIG): Likewise.
22199 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22200 && __HAVE_FLOAT32X] (FLT32X_DIG): Likewise.
22201 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22202 && __HAVE_FLOAT32X] (FLT32X_MIN_EXP): Likewise.
22203 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22204 && __HAVE_FLOAT32X] (FLT32X_MIN_10_EXP): Likewise.
22205 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22206 && __HAVE_FLOAT32X] (FLT32X_MAX_EXP): Likewise.
22207 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22208 && __HAVE_FLOAT32X] (FLT32X_MAX_10_EXP): Likewise.
22209 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22210 && __HAVE_FLOAT32X] (FLT32X_MAX): Likewise.
22211 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22212 && __HAVE_FLOAT32X] (FLT32X_EPSILON): Likewise.
22213 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22214 && __HAVE_FLOAT32X] (FLT32X_MIN): Likewise.
22215 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22216 && __HAVE_FLOAT32X] (FLT32X_TRUE_MIN): Likewise.
22217 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22218 && __HAVE_FLOAT64X] (FLT64X_MANT_DIG): Likewise.
22219 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22220 && __HAVE_FLOAT64X] (FLT64X_DECIMAL_DIG): Likewise.
22221 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22222 && __HAVE_FLOAT64X] (FLT64X_DIG): Likewise.
22223 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22224 && __HAVE_FLOAT64X] (FLT64X_MIN_EXP): Likewise.
22225 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22226 && __HAVE_FLOAT64X] (FLT64X_MIN_10_EXP): Likewise.
22227 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22228 && __HAVE_FLOAT64X] (FLT64X_MAX_EXP): Likewise.
22229 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22230 && __HAVE_FLOAT64X] (FLT64X_MAX_10_EXP): Likewise.
22231 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22232 && __HAVE_FLOAT64X] (FLT64X_MAX): Likewise.
22233 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22234 && __HAVE_FLOAT64X] (FLT64X_EPSILON): Likewise.
22235 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22236 && __HAVE_FLOAT64X] (FLT64X_MIN): Likewise.
22237 [!__GNUC_PREREQ (7, 0) && __GLIBC_USE (IEC_60559_TYPES_EXT)
22238 && __HAVE_FLOAT64X] (FLT64X_TRUE_MIN): Likewise.
22239
22240 * stdlib/tst-strtod.h (F16): New macro.
22241 (F32): Likewise.
22242 (F64): Likewise.
22243 (F32X): Likewise.
22244 (F64X): Likewise.
22245 (F128X): Likewise.
22246 (IF_FLOAT16): Likewise.
22247 (IF_FLOAT32): Likewise.
22248 (IF_FLOAT64): Likewise.
22249 (IF_FLOAT32X): Likewise.
22250 (IF_FLOAT64X): Likewise.
22251 (IF_FLOAT128X): Likewise.
22252 (GEN_TEST_STRTOD_FOREACH): Conditionally call macros for _Float16,
22253 _Float32, _Float64, _Float32x, _Float64x and _Float128x.
22254 (STRTOD_TEST_FOREACH): Likewise.
22255 * stdlib/tst-strtod-round-skeleton.c (CHOOSE_f32): New macro.
22256 (CHOOSE_f64): Likewise.
22257 (CHOOSE_f32x): Likewise.
22258 (CHOOSE_f64x): Likewise.
22259
22260 2017-11-07 Andreas Schwab <schwab@suse.de>
22261
22262 * nptl/Makefile (tests-internal): Remove tst-typesizes.
22263
22264 2017-11-07 Mike FABIAN <mfabian@redhat.com>
22265
22266 [BZ #22403]
22267 * localedata/locales/mfe_MU (LC_TIME): Fix wrong d_fmt, / needs
22268 to be escaped.
22269 * localedata/locales/miq_NI (LC_TIME): Fix wrong d_fmt, / needs
22270 to be escaped.
22271
22272 2017-11-07 Claude Paroz <claude@2xlibre.net>
22273
22274 [BZ #22403]
22275 * localedata/locales/an_ES (LC_TIME): Fix wrong d_fmt, / needs
22276 to be escaped.
22277 * localedata/locales/kab_DZ (LC_TIME): Fix wrong d_fmt, / needs
22278 to be escaped.
22279 * localedata/locales/om_ET (LC_TIME): Fix wrong d_fmt, / needs
22280 to be escaped.
22281
22282 2017-11-07 Adhemerval Zanella <adhemerval.zanella@linaro.org>
22283
22284 [BZ #22298]
22285 * nptl/allocatestack.c (allocate_stack): Check if
22286 __PTHREAD_MUTEX_HAVE_PREV is non-zero, instead if
22287 __PTHREAD_MUTEX_HAVE_PREV is defined.
22288 * nptl/descr.h (pthread): Likewise.
22289 * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
22290 Likewise.
22291 * nptl/pthread_create.c (START_THREAD_DEFN): Likewise.
22292 * sysdeps/nptl/fork.c (__libc_fork): Likewise.
22293 * sysdeps/nptl/pthread.h (PTHREAD_MUTEX_INITIALIZER): Likewise.
22294 * sysdeps/nptl/bits/thread-shared-types.h
22295 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION): New
22296 defines.
22297 (__pthread_internal_list): Check __PTHREAD_MUTEX_USE_UNION instead
22298 of __WORDSIZE for internal layout.
22299 (__pthread_mutex_s): Check __PTHREAD_MUTEX_NUSERS_AFTER_KIND instead
22300 of __WORDSIZE for internal __nusers layout and __PTHREAD_MUTEX_USE_UNION
22301 instead of __WORDSIZE whether to use an union for __spins and __list
22302 fields.
22303 (__PTHREAD_MUTEX_HAVE_PREV): Define also for __PTHREAD_MUTEX_USE_UNION
22304 case.
22305 * sysdeps/aarch64/nptl/bits/pthreadtypes-arch.h
22306 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION): New
22307 defines.
22308 * sysdeps/alpha/nptl/bits/pthreadtypes-arch.h
22309 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
22310 Likewise.
22311 * sysdeps/arm/nptl/bits/pthreadtypes-arch.h
22312 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
22313 Likewise.
22314 * sysdeps/hppa/nptl/bits/pthreadtypes-arch.h
22315 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
22316 Likewise.
22317 * sysdeps/ia64/nptl/bits/pthreadtypes-arch.h
22318 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
22319 Likewise.
22320 * sysdeps/m68k/nptl/bits/pthreadtypes-arch.h
22321 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
22322 Likewise.
22323 * sysdeps/microblaze/nptl/bits/pthreadtypes-arch.h
22324 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
22325 Likewise.
22326 * sysdeps/mips/nptl/bits/pthreadtypes-arch.h
22327 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
22328 Likewise.
22329 * sysdeps/nios2/nptl/bits/pthreadtypes-arch.h
22330 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
22331 Likewise.
22332 * sysdeps/powerpc/nptl/bits/pthreadtypes-arch.h
22333 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
22334 Likewise.
22335 * sysdeps/s390/nptl/bits/pthreadtypes-arch.h
22336 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
22337 Likewise.
22338 * sysdeps/sh/nptl/bits/pthreadtypes-arch.h
22339 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
22340 Likewise.
22341 * sysdeps/sparc/nptl/bits/pthreadtypes-arch.h
22342 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
22343 Likewise.
22344 * sysdeps/tile/nptl/bits/pthreadtypes-arch.h
22345 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
22346 Likewise.
22347 * sysdeps/x86/nptl/bits/pthreadtypes-arch.h
22348 (__PTHREAD_MUTEX_NUSERS_AFTER_KIND, __PTHREAD_MUTEX_USE_UNION):
22349 Likewise.
22350
22351 * nptl/pthreadP.h (ASSERT_TYPE_SIZE, ASSERT_PTHREAD_INTERNAL_SIZE):
22352 New macros.
22353 * nptl/pthread_attr_init.c (__pthread_mutex_init): Add build time
22354 checks for expected input type size.
22355 * nptl/pthread_barrier_init.c (__pthread_barrier_init): Likewise.
22356 * nptl/pthread_barrierattr_init.c (pthread_barrierattr_init):
22357 Likewise.
22358 * nptl/pthread_cond_init.c (__pthread_cond_init): Likewise.
22359 * nptl/pthread_condattr_init.c (__pthread_condattr_init): Likewise.
22360 * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
22361 * nptl/pthread_mutexattr_init.c (__pthread_mutexattr_init): Likewise.
22362 * nptl/pthread_rwlock_init.c (__pthread_rwlock_init): Likewise.
22363 * nptl/pthread_rwlockattr_init.c (pthread_rwlockattr_init): Likewise.
22364 * nptl/sem_init.c (__new_sem_init, __old_sem_init): Likewise
22365 * nptl/pthread_attr_destroy.c (__pthread_attr_destroy): Remove
22366 superflous runtime assert check.
22367 * nptl/pthread_attr_getaffinity.c (__pthread_attr_getaffinity_new):
22368 Likewise.
22369 * nptl/pthread_attr_getdetachstate.c (__pthread_attr_getdetachstate):
22370 Likewise.
22371 * nptl/pthread_attr_getguardsize.c (pthread_attr_getguardsize):
22372 Likewise.
22373 * nptl/pthread_attr_getinheritsched.c (__pthread_attr_getinheritsched):
22374 Likewise.
22375 * nptl/pthread_attr_getschedparam.c (__pthread_attr_getschedparam):
22376 Likewise.
22377 * nptl/pthread_attr_getschedpolicy.c (__pthread_attr_getschedpolicy):
22378 Likewise.
22379 * nptl/pthread_attr_getscope.c (__pthread_attr_getscope): Likewise.
22380 * nptl/pthread_attr_getstack.c (__pthread_attr_getstack): Likewise.
22381 * nptl/pthread_attr_getstackaddr.c (__pthread_attr_getstackaddr):
22382 Likewise.
22383 * nptl/pthread_attr_getstacksize.c (__pthread_attr_getstacksize):
22384 Likewise.
22385 * nptl/pthread_attr_setaffinity.c (__pthread_attr_setaffinity_new):
22386 Likewise.
22387 * nptl/pthread_attr_setdetachstate.c (__pthread_attr_setdetachstate):
22388 Likewise.
22389 * nptl/pthread_attr_setguardsize.c (pthread_attr_setguardsize):
22390 Likewise.
22391 * nptl/pthread_attr_setinheritsched.c
22392 (__pthread_attr_setinheritsched): Likewise.
22393 * nptl/pthread_attr_setschedparam.c (__pthread_attr_setschedparam):
22394 Likewise.
22395 * nptl/pthread_attr_setschedpolicy.c (__pthread_attr_setschedpolicy):
22396 Likewise.
22397 * nptl/pthread_attr_setscope.c (__pthread_attr_setscope): Likewise.
22398 * nptl/pthread_attr_setstack.c (__pthread_attr_setstack,
22399 __old_pthread_attr_setstack): Likewise.
22400 * nptl/pthread_attr_setstackaddr.c (__pthread_attr_setstackaddr):
22401 Likewise.
22402 * nptl/pthread_attr_setstacksize.c (__pthread_attr_setstacksize):
22403 Likewise.
22404 * nptl/pthread_getattr_default_np.c (pthread_getattr_default_np):
22405 Likewise.
22406 * nptl/pthread_mutex_lock.c (__pthread_mutex_lock): Likewise.
22407 * nptl/pthread_setattr_default_np.c (pthread_setattr_default_np):
22408 Likewise.
22409 * nptl/tst-typesizes.c: Remove file.
22410
22411 * nptl/pthreadP.h (ASSERT_PTHREAD_STRING,
22412 ASSERT_PTHREAD_INTERNAL_OFFSET): New macro.
22413 * nptl/pthread_mutex_init.c (__pthread_mutex_init): Add build time
22414 checks for internal pthread_mutex_t offsets.
22415 * sysdeps/aarch64/nptl/pthread-offsets.h
22416 (__PTHREAD_MUTEX_NUSERS_OFFSET, __PTHREAD_MUTEX_KIND_OFFSET,
22417 __PTHREAD_MUTEX_SPINS_OFFSET, __PTHREAD_MUTEX_ELISION_OFFSET,
22418 __PTHREAD_MUTEX_LIST_OFFSET): New macro.
22419 * sysdeps/alpha/nptl/pthread-offsets.h: Likewise.
22420 * sysdeps/arm/nptl/pthread-offsets.h: Likewise.
22421 * sysdeps/hppa/nptl/pthread-offsets.h: Likewise.
22422 * sysdeps/i386/nptl/pthread-offsets.h: Likewise.
22423 * sysdeps/ia64/nptl/pthread-offsets.h: Likewise.
22424 * sysdeps/m68k/nptl/pthread-offsets.h: Likewise.
22425 * sysdeps/microblaze/nptl/pthread-offsets.h: Likewise.
22426 * sysdeps/mips/nptl/pthread-offsets.h: Likewise.
22427 * sysdeps/nios2/nptl/pthread-offsets.h: Likewise.
22428 * sysdeps/powerpc/nptl/pthread-offsets.h: Likewise.
22429 * sysdeps/s390/nptl/pthread-offsets.h: Likewise.
22430 * sysdeps/sh/nptl/pthread-offsets.h: Likewise.
22431 * sysdeps/sparc/nptl/pthread-offsets.h: Likewise.
22432 * sysdeps/tile/nptl/pthread-offsets.h: Likewise.
22433 * sysdeps/x86_64/nptl/pthread-offsets.h: Likewise.
22434
22435 2017-11-07 Florian Weimer <fweimer@redhat.com>
22436
22437 * bits/mman-linux.h: Move ...
22438 * sysdeps/unix/sysv/linux/bits/mman-linux.h: ... here. Update
22439 comment.
22440 * sysdeps/unix/sysv/linux/bits/Makefile (sysdep_headers): Remove
22441 outdated comment.
22442
22443 2017-11-07 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
22444
22445 * sysdeps/powerpc/powerpc64/multiarch/strcasestr-power8.S (STRNLEN):
22446 Redefine STRNLEN as __strnlen_power8.
22447
22448 2017-11-06 Adhemerval Zanella <adhemerval.zanella@linaro.org>
22449
22450 * signal/sighold.c (sighold): Optimize implementation.
22451
22452 * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Asssume
22453 __NR_rt_sigqueueinfo.
22454
22455 * sysdeps/unix/sysv/linux/Versions (libc) [GLIBC_PRIVATE]: Add
22456 __sigtimedwait.
22457 * sysdeps/unix/sysv/linux/sigtimedwait.c: Simplify includes and
22458 assume __NR_rt_sigtimedwait.
22459 * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Call __sigtimedwait
22460 and add LIBC_CANCEL_HANDLED for cancellation marking.
22461 * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
22462
22463 * sysdeps/arm/armv7/multiarch/Makefile [$(subdir) = string]
22464 (sysdeps_routines): Add memchr_noneon.
22465 * sysdeps/arm/armv7/multiarch/ifunc-memchr.h: New file.
22466 * sysdeps/arm/armv7/multiarch/memchr_noneon.S: Likewise.
22467 * sysdeps/arm/armv7/multiarch/rtld-memchr.S: Likewise.
22468 * sysdeps/arm/armv7/multiarch/memchr.S: Remove file.
22469 * sysdeps/arm/armv7/multiarch/memchr.c: New file.
22470 * sysdeps/arm/armv7/multiarch/memchr_impl.S: Move to ...
22471 * sysdeps/arm/armv7/multiarch/memchr_neon.S: ... here.
22472
22473 * sysdeps/arm/arm-ifunc.h: New file.
22474 * sysdeps/arm/armv7/multiarch/ifunc-memcpy.h: Likewise.
22475 * sysdeps/arm/armv7/multiarch/memcpy.c: Likewise.
22476 * sysdeps/arm/armv7/multiarch/memcpy_arm.S: Likewise.
22477 * sysdeps/arm/armv7/multiarch/rtld-memcpy.S: Likewise.
22478 * sysdeps/arm/armv7/multiarch/memcpy_neon.S [!__ARM_NEON__]
22479 (__memcpy_neon): Avoid create hidden alias.
22480 * sysdeps/arm/armv7/multiarch/memcpy_vfp.S [!__ARM_NEON_]
22481 (__memcpy_vfp): Likewise.
22482 * sysdeps/arm/armv7/multiarch/Makefile [$(subdir) = string]
22483 (sysdep_routines): Add memcpy_arm.
22484 * sysdeps/arm/armv7/multiarch/memcpy.S: Remove file.
22485
22486 2017-11-06 H.J. Lu <hongjiu.lu@intel.com>
22487
22488 [BZ #22362]
22489 * Makerules (make-link-multidir): New.
22490 * config.make.in (multidir): New.
22491 * configure.ac (libc_cv_multidir): New. AC_SUBST.
22492 * configure: Regenerated.
22493 * csu/Makefile [$(multidir) != .](multilib-extra-objs): New.
22494 [$(multidir) != .](extra-objs): Add $(multilib-extra-objs).
22495 [$(multidir) != .]($(addprefix $(objpfx)$(multidir)/, $(install-lib))):
22496 New target.
22497
22498 2017-11-06 Joseph Myers <joseph@codesourcery.com>
22499
22500 [BZ #22402]
22501 * sysdeps/powerpc/bits/floatn.h: Include <bits/long-double.h>.
22502 [__NO_LONG_DOUBLE_MATH] (__HAVE_FLOAT128): Define to 0.
22503
22504 2017-11-04 Mike FABIAN <mfabian@redhat.com>
22505
22506 * localedata/locales/tpi_PG (LC_TIME): Fix wrong d_fmt, / needs
22507 to be escaped.
22508
22509 2017-11-04 Florian Weimer <fweimer@redhat.com>
22510
22511 * manual/llio.texi (Open-time Flags): Document O_TMPFILE.
22512
22513 2017-11-03 Joseph Myers <joseph@codesourcery.com>
22514
22515 * math/math.h [__HAVE_DISTINCT_FLOAT16
22516 || __HAVE_DISTINCT_FLOAT32 || __HAVE_DISTINCT_FLOAT64
22517 || __HAVE_DISTINCT_FLOAT32X || __HAVE_DISTINCT_FLOAT64X
22518 || __HAVE_DISTINCT_FLOAT128X]: Use #error.
22519 [__NO_LONG_DOUBLE_MATH && __HAVE_DISTINCT_FLOAT128]: Likewise.
22520 [__HAVE_DISTINCT_FLOAT128 && !__HAVE_GENERIC_SELECTION
22521 && __HAVE_FLOATN_NOT_TYPEDEF]: Likewise.
22522 [__HAVE_DISTINCT_FLOAT128 && __HAVE_GENERIC_SELECTION]
22523 (__MATH_TG_F32): New macro.
22524 [__HAVE_DISTINCT_FLOAT128 && __HAVE_GENERIC_SELECTION]
22525 (__MATH_TG_F64X): Likewise.
22526 [__HAVE_DISTINCT_FLOAT128 && __HAVE_GENERIC_SELECTION]
22527 (__MATH_TG): Use __MATH_TG_F32 and __MATH_TG_F64X.
22528
22529 2017-11-03 Dmitry V. Levin <ldv@altlinux.org>
22530
22531 * po/de.po: Update translations.
22532 * po/ru.po: Likewise.
22533
22534 2017-11-03 Florian Weimer <fweimer@redhat.com>
22535
22536 * manual/filesys.texi (Hard Links): Document linkat.
22537
22538 2017-11-03 Joseph Myers <joseph@codesourcery.com>
22539
22540 * math/tgmath.h [__HAVE_DISTINCT_FLOAT16
22541 || __HAVE_DISTINCT_FLOAT32 || __HAVE_DISTINCT_FLOAT64
22542 || __HAVE_DISTINCT_FLOAT32X || __HAVE_DISTINCT_FLOAT64X
22543 || __HAVE_DISTINCT_FLOAT128X]: Use #error.
22544 [__HAVE_DISTINCT_FLOAT128 && __GLIBC_USE (IEC_60559_TYPES_EXT)
22545 && __HAVE_FLOAT64X && !__HAVE_FLOAT64X_LONG_DOUBLE
22546 && __HAVE_FLOATN_NOT_TYPEDEF] (__TGMATH_F128): Handle _Float64x
22547 the same as _Float128.
22548 [__HAVE_DISTINCT_FLOAT128 && __GLIBC_USE (IEC_60559_TYPES_EXT)
22549 && __HAVE_FLOAT64X && !__HAVE_FLOAT64X_LONG_DOUBLE
22550 && __HAVE_FLOATN_NOT_TYPEDEF] (__TGMATH_CF128): Likewise.
22551
22552 * stdlib/stdlib.h
22553 [__HAVE_FLOAT16 && __GLIBC_USE (IEC_60559_TYPES_EXT)] (strtof16):
22554 Declare.
22555 [__HAVE_FLOAT32 && __GLIBC_USE (IEC_60559_TYPES_EXT)] (strtof32):
22556 Likewise.
22557 [__HAVE_FLOAT64 && __GLIBC_USE (IEC_60559_TYPES_EXT)] (strtof64):
22558 Likewise.
22559 [__HAVE_FLOAT32X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
22560 (strtof32x): Likewise.
22561 [__HAVE_FLOAT64X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
22562 (strtof64x): Likewise.
22563 [__HAVE_FLOAT128X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
22564 (strtof128x): Likewise.
22565 [__HAVE_FLOAT16 && __GLIBC_USE (IEC_60559_TYPES_EXT)]
22566 (strfromf16): Likewise.
22567 [__HAVE_FLOAT32 && __GLIBC_USE (IEC_60559_TYPES_EXT)]
22568 (strfromf32): Likewise.
22569 [__HAVE_FLOAT64 && __GLIBC_USE (IEC_60559_TYPES_EXT)]
22570 (strfromf64): Likewise.
22571 [__HAVE_FLOAT32X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
22572 (strfromf32x): Likewise.
22573 [__HAVE_FLOAT64X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
22574 (strfromf64x): Likewise.
22575 [__HAVE_FLOAT128X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
22576 (strfromf128x): Likewise.
22577 [__USE_GNU && __HAVE_FLOAT16] (strtof16_l): Likewise.
22578 [__USE_GNU && __HAVE_FLOAT32] (strtof32_l): Likewise.
22579 [__USE_GNU && __HAVE_FLOAT64] (strtof64_l): Likewise.
22580 [__USE_GNU && __HAVE_FLOAT32X] (strtof32x_l): Likewise.
22581 [__USE_GNU && __HAVE_FLOAT64X] (strtof64x_l): Likewise.
22582 [__USE_GNU && __HAVE_FLOAT128X] (strtof128x_l): Likewise.
22583
22584 2017-11-03 Richard Henderson <rth@twiddle.net>
22585
22586 * sysdeps/unix/sysv/linux/aarch64/sysconf.c: New file.
22587
22588 2017-11-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
22589
22590 * sysdeps/aarch64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Optimize.
22591
22592 2017-11-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
22593
22594 * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): Remove
22595 DT_TLSDESC_GOT initialization.
22596 * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_lazy_resolver): Remove.
22597 (_dl_tlsdesc_resolve_hold): Likewise.
22598 * sysdeps/aarch64/dl-tlsdesc.h (_dl_tlsdesc_lazy_resolver): Remove.
22599 (_dl_tlsdesc_resolve_hold): Likewise.
22600 * sysdeps/aarch64/tlsdesc.c (_dl_tlsdesc_lazy_resolver_fixup): Remove.
22601 (_dl_tlsdesc_resolve_hold_fixup): Likewise.
22602
22603 2017-11-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
22604
22605 * sysdeps/arm/dl-machine.h (elf_machine_rel): Remove volatile.
22606
22607 2017-11-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
22608
22609 [BZ #18572]
22610 * sysdeps/arm/dl-machine.h (elf_machine_lazy_rel): Do symbol binding
22611 non-lazily for R_ARM_TLS_DESC.
22612
22613 2017-11-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
22614
22615 [BZ #17078]
22616 * sysdeps/arm/dl-machine.h (elf_machine_rela): Remove the
22617 R_ARM_TLS_DESC case.
22618 (elf_machine_lazy_rel): Remove the prelink check.
22619
22620 2017-11-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
22621
22622 * sysdeps/aarch64/dl-machine.h (elf_machine_runtime_setup): Remove
22623 DT_TLSDESC_GOT initialization.
22624 * sysdeps/aarch64/dl-tlsdesc.S (_dl_tlsdesc_return_lazy): Remove.
22625 (_dl_tlsdesc_resolve_rela): Likewise.
22626 (_dl_tlsdesc_resolve_hold): Likewise.
22627 (_dl_tlsdesc_undefweak): Remove ldar.
22628 (_dl_tlsdesc_dynamic): Likewise.
22629 * sysdeps/aarch64/dl-tlsdesc.h (_dl_tlsdesc_return_lazy): Remove.
22630 (_dl_tlsdesc_resolve_rela): Likewise.
22631 (_dl_tlsdesc_resolve_hold): Likewise.
22632 * sysdeps/aarch64/tlsdesc.c (_dl_tlsdesc_resolve_rela_fixup): Remove.
22633 (_dl_tlsdesc_resolve_hold_fixup): Likewise.
22634 (_dl_tlsdesc_resolve_rela): Likewise.
22635 (_dl_tlsdesc_resolve_hold): Likewise.
22636
22637 2017-11-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
22638
22639 * sysdeps/aarch64/dl-machine.h (elf_machine_lazy_rel): Do symbol
22640 binding and initialization non-lazily for R_AARCH64_TLSDESC.
22641
22642 2017-11-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
22643
22644 * elf/tlsdeschtab.h (_dl_tls_resolve_early_return_p): Mark unused.
22645 (_dl_tlsdesc_wake_up_held_fixups): Likewise.
22646
22647 2017-11-02 Joseph Myers <joseph@codesourcery.com>
22648
22649 * wcsmbs/wchar.h [__HAVE_FLOAT16 && __USE_GNU] (wcstof16):
22650 Declare.
22651 [__HAVE_FLOAT32 && __USE_GNU] (wcstof32): Likewise.
22652 [__HAVE_FLOAT64 && __USE_GNU] (wcstof64): Likewise.
22653 [__HAVE_FLOAT32X && __USE_GNU] (wcstof32x): Likewise.
22654 [__HAVE_FLOAT64X && __USE_GNU] (wcstof64x): Likewise.
22655 [__HAVE_FLOAT128X && __USE_GNU] (wcstof128x): Likewise.
22656 [__HAVE_FLOAT16 && __USE_GNU] (wcstof16_l): Likewise.
22657 [__HAVE_FLOAT32 && __USE_GNU] (wcstof32_l): Likewise.
22658 [__HAVE_FLOAT64 && __USE_GNU] (wcstof64_l): Likewise.
22659 [__HAVE_FLOAT32X && __USE_GNU] (wcstof32x_l): Likewise.
22660 [__HAVE_FLOAT64X && __USE_GNU] (wcstof64x_l): Likewise.
22661 [__HAVE_FLOAT128X && __USE_GNU] (wcstof128x_l): Likewise.
22662
22663 2017-11-02 Mike FABIAN <mfabian@redhat.com>
22664
22665 [BZ #22382]
22666 * localedata/locales/tpi_PG (LC_TIME): Fix syntax error.
22667 * localedata/locales/tpi_PG: Add standard header.
22668
22669 2017-11-02 Florian Weimer <fweimer@redhat.com>
22670
22671 test-errno-linux: quotactl can fail with EPERM in containers.
22672 * sysdeps/unix/sysv/linux/test-errno-linux.c
22673 (LIST, LIST_FORWARD): New macros.
22674 (check_error_in_list): New function.
22675 (test_wrp_rv): Accept list of permitted error codes.
22676 (test_wrp_rv2): Remove.
22677 (test_wrp): Call test_wrp_rv with list of error codes.
22678 (test_wrp2): Accept list of error codes.
22679 (do_test): Adjust. Allow EPERM for quotactl.
22680
22681 2017-11-02 Florian Weimer <fweimer@redhat.com>
22682
22683 * stdio-common/bug16.c (do_test): Use array_length.
22684 * stdio-common/errlist.c (_sys_nerr): Likewise.
22685 * stdio-common/printf_fp.c (PRINTF_FP_FETCH): Likewise.
22686 * stdio-common/printf_fphex.c (__printf_fphex): Use array_end.
22687 * stdio-common/psiginfo.c (psiginfo): Use array_length.
22688 * stdio-common/test-vfprintf.c (nlocs): Remove definition.
22689 (do_test): Use array_length.
22690 * stdio-common/tst-fphex.c (do_test): Use array_end, array_length.
22691 * stdio-common/tst-long-dbl-fphex.c (do_test): Use array_length.
22692 * stdio-common/tst-printf-round.c (do_test): Likewise.
22693 * stdio-common/tst-swprintf.c (nbuf): Remove definition.
22694 (CHECK): Use array_length.
22695 * stdio-common/tstdiomisc.c (t3, F): Likewise.
22696 * stdio-common/tstscanf.c (main): Likewise.
22697 * stdio-common/vfprintf.c (process_string_arg): Likewise.
22698
22699 2017-11-02 Florian Weimer <fweimer@redhat.com>
22700
22701 Add array_length and array_end macros.
22702 * include/array_length.h: New file.
22703
22704 2017-11-02 Florian Weimer <fweimer@redhat.com>
22705
22706 [BZ #22332]
22707 * posix/tst-glob-tilde.c (do_noescape): New variable.
22708 (one_test): Process it.
22709 (do_test): Set do_noescape. Add unescaping test case.
22710
22711 2017-11-01 Joseph Myers <joseph@codesourcery.com>
22712
22713 * math/complex.h
22714 [(__HAVE_DISTINCT_FLOAT16 || (__HAVE_FLOAT16 && !_LIBC))
22715 && __GLIBC_USE (IEC_60559_TYPES_EXT)]: Include <bits/cmathcalls.h>
22716 with appropriate macros defined and undefined.
22717 [(__HAVE_DISTINCT_FLOAT32 || (__HAVE_FLOAT32 && !_LIBC))
22718 && __GLIBC_USE (IEC_60559_TYPES_EXT)]: Likewise.
22719 [(__HAVE_DISTINCT_FLOAT64 || (__HAVE_FLOAT64 && !_LIBC))
22720 && __GLIBC_USE (IEC_60559_TYPES_EXT)]: Likewise.
22721 [(__HAVE_DISTINCT_FLOAT32X || (__HAVE_FLOAT32X && !_LIBC))
22722 && __GLIBC_USE (IEC_60559_TYPES_EXT)]: Likewise.
22723 [(__HAVE_DISTINCT_FLOAT64X || (__HAVE_FLOAT64X && !_LIBC))
22724 && __GLIBC_USE (IEC_60559_TYPES_EXT)]: Likewise.
22725 [(__HAVE_DISTINCT_FLOAT128X || (__HAVE_FLOAT128X && !_LIBC))
22726 && __GLIBC_USE (IEC_60559_TYPES_EXT)]: Likewise.
22727
22728 * math/complex.h
22729 [(__HAVE_DISTINCT_FLOAT128 || (__HAVE_FLOAT128 && !LIBC))
22730 && __GLIBC_USE (IEC_60559_TYPES_EXT)]: Move conditional code after
22731 that for long double. Do not condition define and undefine of
22732 _Mdouble_complex_ on [__CFLOAT128].
22733
22734 2017-11-01 H.J. Lu <hongjiu.lu@intel.com>
22735
22736 * sysdeps/i386/sysdep.h: Include <sysdeps/x86/sysdep.h> instead
22737 of <sysdeps/generic/sysdep.h>.
22738 (ALIGNARG): Removed.
22739 (ASM_SIZE_DIRECTIVE): Likewise.
22740 (ENTRY): Likewise.
22741 (END): Likewise.
22742 (ENTRY_CHK): Likewise.
22743 (END_CHK): Likewise.
22744 (syscall_error): Likewise.
22745 (mcount): Likewise.
22746 (PSEUDO_END): Likewise.
22747 (L): Likewise.
22748 (atom_text_section): Likewise.
22749 * sysdeps/x86/sysdep.h: New file.
22750 * sysdeps/x86_64/sysdep.h: Include <sysdeps/x86/sysdep.h> instead
22751 of <sysdeps/generic/sysdep.h>.
22752 (ALIGNARG): Removed.
22753 (ASM_SIZE_DIRECTIVE): Likewise.
22754 (ENTRY): Likewise.
22755 (END): Likewise.
22756 (ENTRY_CHK): Likewise.
22757 (END_CHK): Likewise.
22758 (syscall_error): Likewise.
22759 (mcount): Likewise.
22760 (PSEUDO_END): Likewise.
22761 (L): Likewise.
22762 (atom_text_section): Likewise.
22763
22764 2017-10-31 Rafal Luzynski <digitalfreak@lingonborough.com>
22765
22766 * localedata/unicode-gen/gen_unicode_ctype.py (output_head):
22767 category of LC_CTYPE set to "i18n:2012".
22768 * localedata/locales/i18n_ctype: Regenerate.
22769
22770 2017-10-31 Yury Norov <ynorov@caviumnetworks.com>
22771
22772 * sysdeps/unix/sysv/linux/sigprocmask.c: Remove useless #ifdefs.
22773 * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
22774 * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
22775 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
22776
22777 * sysdeps/unix/sysv/linux/ia64/sigpending.c: Remove file.
22778 * sysdeps/unix/sysv/linux/s390/s390-64/sigpending.c: Likewise.
22779 * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Likewise.
22780 * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Likewise.
22781
22782 2017-10-31 Joseph Myers <joseph@codesourcery.com>
22783
22784 * math/complex.h
22785 [__HAVE_FLOAT16 && __GLIBC_USE (IEC_60559_TYPES_EXT)] (CMPLXF16):
22786 New macro.
22787 [__HAVE_FLOAT32 && __GLIBC_USE (IEC_60559_TYPES_EXT)] (CMPLXF32):
22788 Likewise.
22789 [__HAVE_FLOAT64 && __GLIBC_USE (IEC_60559_TYPES_EXT)] (CMPLXF64):
22790 Likewise.
22791 [__HAVE_FLOAT32X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
22792 (CMPLXF32X): Likewise.
22793 [__HAVE_FLOAT64X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
22794 (CMPLXF64X): Likewise.
22795 [__HAVE_FLOAT128X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
22796 (CMPLXF128X): Likewise.
22797
22798 * math/math.h
22799 [__FLT_EVAL_METHOD__ == 0 || __FLT_EVAL_METHOD__ == 32]
22800 (__MATH_EVAL_FMT2): Define to add 0.0f.
22801
22802 2017-10-31 Alan Modra <amodra@gmail.com>
22803
22804 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_expf-power8.S: Don't
22805 include sysdep.h.
22806 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: Likewise.
22807 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: Likewise.
22808 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_cosf-power8.S: Likewise.
22809 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_cosf-ppc64.c: Likewise.
22810 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: Likewise.
22811 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: Likewise.
22812 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: Likewise.
22813 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: Likewise.
22814 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: Likewise.
22815 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: Likewise.
22816 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-power8.S: Likewise.
22817 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-ppc64.c: Likewise.
22818 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: Likewise.
22819 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: Likewise.
22820 * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: Likewise.
22821 * sysdeps/powerpc/powerpc64/multiarch/memchr-power8.S: Likewise.
22822 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: Likewise.
22823 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: Likewise.
22824 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power8.S: Likewise.
22825 * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: Likewise.
22826 * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: Likewise.
22827 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: Likewise.
22828 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: Likewise.
22829 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: Likewise.
22830 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
22831 * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: Likewise.
22832 * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: Likewise.
22833 * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: Likewise.
22834 * sysdeps/powerpc/powerpc64/multiarch/memrchr-power8.S: Likewise.
22835 * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: Likewise.
22836 * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
22837 * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
22838 * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: Likewise.
22839 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: Likewise.
22840 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: Likewise.
22841 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: Likewise.
22842 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: Likewise.
22843 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Likewise.
22844 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power8.S: Likewise.
22845 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
22846 * sysdeps/powerpc/powerpc64/multiarch/strcasestr-power8.S: Likewise.
22847 * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: Likewise.
22848 * sysdeps/powerpc/powerpc64/multiarch/strchr-power8.S: Likewise.
22849 * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: Likewise.
22850 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: Likewise.
22851 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power8.S: Likewise.
22852 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: Likewise.
22853 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: Likewise.
22854 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power9.S: Likewise.
22855 * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
22856 * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: Likewise.
22857 * sysdeps/powerpc/powerpc64/multiarch/strcspn-power8.S: Likewise.
22858 * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: Likewise.
22859 * sysdeps/powerpc/powerpc64/multiarch/strlen-power8.S: Likewise.
22860 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
22861 * sysdeps/powerpc/powerpc64/multiarch/strncase-power8.S: Likewise.
22862 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: Likewise.
22863 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: Likewise.
22864 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: Likewise.
22865 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power9.S: Likewise.
22866 * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
22867 * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: Likewise.
22868 * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: Likewise.
22869 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
22870 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power8.S: Likewise.
22871 * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: Likewise.
22872 * sysdeps/powerpc/powerpc64/multiarch/strrchr-power8.S: Likewise.
22873 * sysdeps/powerpc/powerpc64/multiarch/strspn-power8.S: Likewise.
22874 * sysdeps/powerpc/powerpc64/multiarch/strstr-power7.S: Likewise.
22875
22876 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: Don't
22877 include sysdep.h and math_ldbl_opt.h.
22878
22879 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: Don't
22880 include sysdep.h and math_ldbl_opt.h. Include shlib-compat.h.
22881 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: Likewise.
22882 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: Likewise.
22883 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: Likewise.
22884 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: Likewise.
22885 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: Likewise.
22886 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: Likewise.
22887 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: Likewise.
22888 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: Likewise.
22889 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: Likewise.
22890 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: Likewise.
22891 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: Likewise.
22892 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: Likewise.
22893 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: Likewise.
22894 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: Likewise.
22895 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: Likewise.
22896 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: Likewise.
22897 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: Likewise.
22898 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: Likewise.
22899 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: Likewise.
22900 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llroundf-ppc64.S: Likewise.
22901 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: Likewise.
22902 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: Likewise.
22903 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: Likewise.
22904 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: Likewise.
22905
22906 2017-10-31 Alan Modra <amodra@gmail.com>
22907
22908 * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: Include
22909 string/strncase_l.c, not string/strncase.c.
22910 (USE_IN_EXTENDED_LOCALE_MODEL): Don't define.
22911 (libc_hidden_def): Redefine.
22912
22913 2017-10-31 Alan Modra <amodra@gmail.com>
22914
22915 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S:
22916 (__STRCMP, STRCMP, __strcasecmp_l): Define.
22917 (__strcasecmp): Don't define.
22918
22919 2017-10-31 Alan Modra <amodra@gmail.com>
22920
22921 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: Wrap in
22922 IS_IN (libc).
22923 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power9.S: Likewise.
22924 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: Likewise.
22925 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power9.S: Likewise.
22926
22927 2017-10-31 Alan Modra <amodra@gmail.com>
22928
22929 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: Don't define
22930 USE_AS_STPNCPY.
22931
22932 2017-10-31 Alan Modra <amodra@gmail.com>
22933
22934 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S (hidden_def):
22935 Redefine only when SHARED.
22936
22937 2017-10-30 Joseph Myers <joseph@codesourcery.com>
22938
22939 * math/math.h [__HAVE_DISTINCT_FLOAT16 || (__HAVE_FLOAT16 && !_LIBC)]:
22940 Include <bits/math-finite.h> with appropriate macros defined and
22941 undefined.
22942 [__HAVE_DISTINCT_FLOAT32 || (__HAVE_FLOAT32 && !_LIBC)]: Likewise.
22943 [__HAVE_DISTINCT_FLOAT64 || (__HAVE_FLOAT64 && !_LIBC)]: Likewise.
22944 [__HAVE_DISTINCT_FLOAT32X || (__HAVE_FLOAT32X && !_LIBC)]: Likewise.
22945 [__HAVE_DISTINCT_FLOAT64X || (__HAVE_FLOAT64X && !_LIBC)]: Likewise.
22946 [__HAVE_DISTINCT_FLOAT128X || (__HAVE_FLOAT128X && !_LIBC)]: Likewise.
22947
22948 * math/math.h [!_Mfloat_] (_Mfloat_): Do not define.
22949 [!_Mlong_double_] (_Mlong_double_): Likewise.
22950 [!_Mfloat16_] (_Mfloat16_): Likewise.
22951 [!_Mfloat32_] (_Mfloat32_): Likewise.
22952 [!_Mfloat64_] (_Mfloat64_): Likewise.
22953 [!_Mfloat128_] (_Mfloat128_): Likewise.
22954 [!_Mfloat32x_] (_Mfloat32x_): Likewise.
22955 [!_Mfloat64x_] (_Mfloat64x_): Likewise.
22956 [!_Mfloat128x_] (_Mfloat128x_): Likewise.
22957 (_Mdouble_): Define without indirection through those macros.
22958 * math/complex.h [!_Mfloat_] (_Mfloat_): Do not define.
22959 [!_Mfloat128_] (_Mfloat128_): Likewise.
22960 [_Mlong_double_] (_Mlong_double_): Likewise.
22961 (_Mdouble_): Define without indirection through those macros.
22962 * math/Makefile [$(long-double-fcts) != yes] (math-CPPFLAGS): Do
22963 not add -D_Mlong_double_=double.
22964 * include/math.h [_ISOMAC] (_Mlong_double_): Do not undefine.
22965 * math/test-signgam-finite-c99.c (_Mlong_double_): Likewise.
22966
22967 2017-10-30 H.J. Lu <hongjiu.lu@intel.com>
22968
22969 * sysdeps/x86/libc-start.c: Add /* !SHARED */.
22970
22971 2017-10-30 H.J. Lu <hongjiu.lu@intel.com>
22972
22973 * sysdeps/x86/libc-start.c: Reformat.
22974
22975 2017-10-30 H.J. Lu <hongjiu.lu@intel.com>
22976
22977 [BZ #22353]
22978 * sysdeps/i386/i586/strcpy.S (STRCPY): Use conditional branches.
22979 (1): Renamed to ...
22980 (L(Src0)): This.
22981 (L(Src1)): New.
22982 (L(Src2)): Likewise.
22983 (L(1)): Renamed to ...
22984 (L(Src3)): This.
22985
22986 2017-10-30 Joseph Myers <joseph@codesourcery.com>
22987
22988 * math/math.h [__HAVE_FLOAT16 && __USE_GNU] (M_Ef16): New macro.
22989 [__HAVE_FLOAT16 && __USE_GNU] (M_LOG2Ef16): Likewise.
22990 [__HAVE_FLOAT16 && __USE_GNU] (M_LOG10Ef16): Likewise.
22991 [__HAVE_FLOAT16 && __USE_GNU] (M_LN2f16): Likewise.
22992 [__HAVE_FLOAT16 && __USE_GNU] (M_LN10f16): Likewise.
22993 [__HAVE_FLOAT16 && __USE_GNU] (M_PIf16): Likewise.
22994 [__HAVE_FLOAT16 && __USE_GNU] (M_PI_2f16): Likewise.
22995 [__HAVE_FLOAT16 && __USE_GNU] (M_PI_4f16): Likewise.
22996 [__HAVE_FLOAT16 && __USE_GNU] (M_1_PIf16): Likewise.
22997 [__HAVE_FLOAT16 && __USE_GNU] (M_2_PIf16): Likewise.
22998 [__HAVE_FLOAT16 && __USE_GNU] (M_2_SQRTPIf16): Likewise.
22999 [__HAVE_FLOAT16 && __USE_GNU] (M_SQRT2f16): Likewise.
23000 [__HAVE_FLOAT16 && __USE_GNU] (M_SQRT1_2f16): Likewise.
23001 [__HAVE_FLOAT32 && __USE_GNU] (M_Ef32): Likewise.
23002 [__HAVE_FLOAT32 && __USE_GNU] (M_LOG2Ef32): Likewise.
23003 [__HAVE_FLOAT32 && __USE_GNU] (M_LOG10Ef32): Likewise.
23004 [__HAVE_FLOAT32 && __USE_GNU] (M_LN2f32): Likewise.
23005 [__HAVE_FLOAT32 && __USE_GNU] (M_LN10f32): Likewise.
23006 [__HAVE_FLOAT32 && __USE_GNU] (M_PIf32): Likewise.
23007 [__HAVE_FLOAT32 && __USE_GNU] (M_PI_2f32): Likewise.
23008 [__HAVE_FLOAT32 && __USE_GNU] (M_PI_4f32): Likewise.
23009 [__HAVE_FLOAT32 && __USE_GNU] (M_1_PIf32): Likewise.
23010 [__HAVE_FLOAT32 && __USE_GNU] (M_2_PIf32): Likewise.
23011 [__HAVE_FLOAT32 && __USE_GNU] (M_2_SQRTPIf32): Likewise.
23012 [__HAVE_FLOAT32 && __USE_GNU] (M_SQRT2f32): Likewise.
23013 [__HAVE_FLOAT32 && __USE_GNU] (M_SQRT1_2f32): Likewise.
23014 [__HAVE_FLOAT64 && __USE_GNU] (M_Ef64): Likewise.
23015 [__HAVE_FLOAT64 && __USE_GNU] (M_LOG2Ef64): Likewise.
23016 [__HAVE_FLOAT64 && __USE_GNU] (M_LOG10Ef64): Likewise.
23017 [__HAVE_FLOAT64 && __USE_GNU] (M_LN2f64): Likewise.
23018 [__HAVE_FLOAT64 && __USE_GNU] (M_LN10f64): Likewise.
23019 [__HAVE_FLOAT64 && __USE_GNU] (M_PIf64): Likewise.
23020 [__HAVE_FLOAT64 && __USE_GNU] (M_PI_2f64): Likewise.
23021 [__HAVE_FLOAT64 && __USE_GNU] (M_PI_4f64): Likewise.
23022 [__HAVE_FLOAT64 && __USE_GNU] (M_1_PIf64): Likewise.
23023 [__HAVE_FLOAT64 && __USE_GNU] (M_2_PIf64): Likewise.
23024 [__HAVE_FLOAT64 && __USE_GNU] (M_2_SQRTPIf64): Likewise.
23025 [__HAVE_FLOAT64 && __USE_GNU] (M_SQRT2f64): Likewise.
23026 [__HAVE_FLOAT64 && __USE_GNU] (M_SQRT1_2f64): Likewise.
23027 [__HAVE_FLOAT32X && __USE_GNU] (M_Ef32x): Likewise.
23028 [__HAVE_FLOAT32X && __USE_GNU] (M_LOG2Ef32x): Likewise.
23029 [__HAVE_FLOAT32X && __USE_GNU] (M_LOG10Ef32x): Likewise.
23030 [__HAVE_FLOAT32X && __USE_GNU] (M_LN2f32x): Likewise.
23031 [__HAVE_FLOAT32X && __USE_GNU] (M_LN10f32x): Likewise.
23032 [__HAVE_FLOAT32X && __USE_GNU] (M_PIf32x): Likewise.
23033 [__HAVE_FLOAT32X && __USE_GNU] (M_PI_2f32x): Likewise.
23034 [__HAVE_FLOAT32X && __USE_GNU] (M_PI_4f32x): Likewise.
23035 [__HAVE_FLOAT32X && __USE_GNU] (M_1_PIf32x): Likewise.
23036 [__HAVE_FLOAT32X && __USE_GNU] (M_2_PIf32x): Likewise.
23037 [__HAVE_FLOAT32X && __USE_GNU] (M_2_SQRTPIf32x): Likewise.
23038 [__HAVE_FLOAT32X && __USE_GNU] (M_SQRT2f32x): Likewise.
23039 [__HAVE_FLOAT32X && __USE_GNU] (M_SQRT1_2f32x): Likewise.
23040 [__HAVE_FLOAT64X && __USE_GNU] (M_Ef64x): Likewise.
23041 [__HAVE_FLOAT64X && __USE_GNU] (M_LOG2Ef64x): Likewise.
23042 [__HAVE_FLOAT64X && __USE_GNU] (M_LOG10Ef64x): Likewise.
23043 [__HAVE_FLOAT64X && __USE_GNU] (M_LN2f64x): Likewise.
23044 [__HAVE_FLOAT64X && __USE_GNU] (M_LN10f64x): Likewise.
23045 [__HAVE_FLOAT64X && __USE_GNU] (M_PIf64x): Likewise.
23046 [__HAVE_FLOAT64X && __USE_GNU] (M_PI_2f64x): Likewise.
23047 [__HAVE_FLOAT64X && __USE_GNU] (M_PI_4f64x): Likewise.
23048 [__HAVE_FLOAT64X && __USE_GNU] (M_1_PIf64x): Likewise.
23049 [__HAVE_FLOAT64X && __USE_GNU] (M_2_PIf64x): Likewise.
23050 [__HAVE_FLOAT64X && __USE_GNU] (M_2_SQRTPIf64x): Likewise.
23051 [__HAVE_FLOAT64X && __USE_GNU] (M_SQRT2f64x): Likewise.
23052 [__HAVE_FLOAT64X && __USE_GNU] (M_SQRT1_2f64x): Likewise.
23053 [__HAVE_FLOAT128X && __USE_GNU]: Use #error.
23054
23055 2017-10-30 Florian Weimer <fweimer@redhat.com>
23056
23057 * elf/ldconfig.c (search_dir): Assume that _DIRENT_HAVE_D_TYPE is
23058 always defined.
23059 * io/tst-mkdirat.c (do_test): Likewise.
23060 * io/tst-mkfifoat.c (do_test): Likewise.
23061 * io/tst-mknodat.c (do_test): Likewise.
23062 * locale/programs/charmap-dir.c (charmap_readdir): Likewise.
23063 * locale/programs/locale.c (select_dirs): Likewise.
23064 * locale/programs/locarchive.c (add_locales_to_archive): Likewise.
23065 * posix/bug-glob2.c (my_readdir): Likewise.
23066 * posix/tst-dir.c (main): Likewise.
23067 * posix/tst-glob_lstat_compat.c (my_readdir): Likewise.
23068 * posix/tst-gnuglob-skeleton.c (my_readdir): Likewise.
23069
23070 2017-10-30 Florian Weimer <fweimer@redhat.com>
23071
23072 * string/strings.h (ffsl, ffsll): Declare under __USE_MISC, not
23073 just __USE_GNU.
23074
23075 2017-10-30 Florian Weimer <fweimer@redhat.com>
23076
23077 * posix/tst-gnuglob-skeleton.c: Renamed from tst-gnuglob.c.
23078 Convert to support/test-driver.c.
23079 (GLOB_FUNC, GLOB_TYPE, GLOBFREE_FUNC, DIRENT_STRUCT, STAT_STRUCT):
23080 New macro parameters.
23081 (PRINTF): Remove macro. Use test_verbose conditionals instead.
23082 * posix/tst-gnuglob.c: New file.
23083 * posix/tst-gnuglob64.c: Likewise.
23084 * posix/Makefile (tests): Add tst-gnuglob64.
23085
23086 2017-10-30 Michal Ostrowski <ostrowski.michal@gmail.com>
23087
23088 [BZ #19485]
23089 * localedata/locales/csb_PL (LC_TIME): Fix “abmon” for March
23090 and use a better translation for March in “mon”.
23091 * localedata/locales/csb_PL: Use more ASCII to improve the
23092 readability of the source.
23093
23094 2017-10-30 Mike FABIAN <mfabian@redhat.com>
23095
23096 [BZ #13953]
23097 * localedata/locales/km_KH: Use ASCII as much
23098 as possible for better readability of the source and
23099 remove useless comments.
23100 * localedata/locales/km_KH (LC_TIME): Remove era stuff, it
23101 was commented out and apparently wrong anyway because it was
23102 using Lao characters. If Buddhist era should be used
23103 for km_KH, a native speaker should write the correct formaat
23104 for Khmer.
23105 * localedata/locales/km_KH (LC_TIME): Add first_weekday 1
23106 (According to CLDR, the first weekday for Cambodia is Sunday).
23107 * localedata/locales/km_KH (LC_NAME): Remove name_mr and name_mrs
23108 (These were using Lao characters which must be wrong. If we get
23109 the correct data from a native speaker, we could add it back, until
23110 then it is better not to have name_mr and name_mrs at all than
23111 having it wrong).
23112
23113 2017-10-27 Rafal Luzynski <digitalfreak@lingonborough.com>
23114
23115 * locale/loadlocale.c: Correct size of
23116 _nl_value_type_LC_<category> arrays.
23117
23118 2017-10-27 Joseph Myers <joseph@codesourcery.com>
23119
23120 * math/math.h [__HAVE_DISTINCT_FLOAT16 || (__HAVE_FLOAT16 && !_LIBC)]:
23121 Include <bits/mathcalls-helper-functions.h> and <bits/mathcalls.h>
23122 with appropriate macros defined and undefined.
23123 [__HAVE_DISTINCT_FLOAT32 || (__HAVE_FLOAT32 && !_LIBC)]: Likewise.
23124 [__HAVE_DISTINCT_FLOAT64 || (__HAVE_FLOAT64 && !_LIBC)]: Likewise.
23125 [__HAVE_DISTINCT_FLOAT32X || (__HAVE_FLOAT32X && !_LIBC)]: Likewise.
23126 [__HAVE_DISTINCT_FLOAT64X || (__HAVE_FLOAT64X && !_LIBC)]: Likewise.
23127 [__HAVE_DISTINCT_FLOAT128X || (__HAVE_FLOAT128X && !_LIBC)]: Likewise.
23128
23129 2017-10-27 H.J. Lu <hongjiu.lu@intel.com>
23130
23131 * sysdeps/i386/fpu/libm-test-ulps: Regenerated for GCC 7 with
23132 "-O2 -march=i586".
23133
23134 2017-10-27 Mike FABIAN <mfabian@redhat.com>
23135
23136 * localedata/locales/tt_RU (LC_MESSAGES): Start yesstr and nostr
23137 with lowercase letters to make it agree with CLDR.
23138
23139 2017-10-27 Mike FABIAN <mfabian@redhat.com>
23140
23141 [BZ #15260]
23142 * localedata/locales/doi_IN (LC_MESSAGES): Match only for the
23143 first letters of yesstr and nostr in yesexpr and noexpr,
23144 not for the full words.
23145 * localedata/locales/hne_IN (LC_MESSAGES): Likewise.
23146 * localedata/locales/kok_IN (LC_MESSAGES): Likewise.
23147 * localedata/locales/mr_IN (LC_MESSAGES): Likewise.
23148 * localedata/locales/sat_IN (LC_MESSAGES): Likewise.
23149 * localedata/locales/km_KH (LC_MESSAGES): Match also for the
23150 first letters of yesstr and nostr in yesexpr and noexpr,
23151 until now only English was matched in yesexpr and noexpr.
23152 * localedata/locales/tl_PH (LC_MESSAGES): Use “copy "fil_PH"”
23153 instead of “copy "en_US"”. CLDR has yesstr and nostr data for
23154 fil but not for tl. As tl and fil are very similar, using fil
23155 is probably better than using English.
23156
23157 2017-10-27 Thierry Vignaud <thierry.vignaud@gmail.com>
23158
23159 [BZ #21706]
23160 * localedata/locales/br_FR (LC_MESSAGES): Use all lowercase
23161 in yesstr and nostr.
23162
23163 2017-10-26 Joseph Myers <joseph@codesourcery.com>
23164
23165 * math/math.h [__HAVE_FLOAT16 && __GLIBC_USE
23166 (IEC_60559_TYPES_EXT)] (SNANF16): New macro.
23167 [__HAVE_FLOAT32 && __GLIBC_USE (IEC_60559_TYPES_EXT)] (SNANF32):
23168 Likewise.
23169 [__HAVE_FLOAT64 && __GLIBC_USE (IEC_60559_TYPES_EXT)] (SNANF64):
23170 Likewise.
23171 [__HAVE_FLOAT32X && __GLIBC_USE (IEC_60559_TYPES_EXT)] (SNANF32X):
23172 Likewise.
23173 [__HAVE_FLOAT64X && __GLIBC_USE (IEC_60559_TYPES_EXT)] (SNANF64X):
23174 Likewise.
23175 [__HAVE_FLOAT128X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23176 (SNANF128X): Likewise.
23177
23178 * math/math.h [__HAVE_FLOAT16 && __GLIBC_USE
23179 (IEC_60559_TYPES_EXT)] (HUGE_VAL_F16): New macro.
23180 [__HAVE_FLOAT32 && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23181 (HUGE_VAL_F32): Likewise.
23182 [__HAVE_FLOAT64 && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23183 (HUGE_VAL_F64): Likewise.
23184 [__HAVE_FLOAT32X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23185 (HUGE_VAL_F32X): Likewise.
23186 [__HAVE_FLOAT64X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23187 (HUGE_VAL_F64X): Likewise.
23188 [__HAVE_FLOAT128X && __GLIBC_USE (IEC_60559_TYPES_EXT)]
23189 (HUGE_VAL_F128X): Likewise.
23190
23191 2017-10-26 Thierry Vignaud <thierry.vignaud@gmail.com>
23192
23193 * localedata/locales/br_FR (LC_IDENTIFICATON): Add
23194 Thierry Vignaud <thierry.vignaud@gmail.com> as the contact
23195 for the br_FR locale.
23196
23197 2017-10-26 Thierry Vignaud <thierry.vignaud@gmail.com>
23198
23199 [BZ #21706]
23200 * localedata/locales/br_FR (LC_MESSAGES): Fix nostr.
23201
23202 2017-10-25 Carlos O'Donell <carlos@redhat.com>
23203
23204 * locale/programs/record-status.h: Define globals, and function
23205 prototypes. Move function bodies...
23206 * locale/programs/record-status.c: ... to here. New file.
23207 * iconv/Makefile (iconv_prog-modules): Add record-status.
23208 * locale/Makefile (lib-modules): Likewise.
23209 * iconv/iconv_prog.c: Remove verbose.
23210 * iconv/iconv_prog.h: Include record-status.h (defines verbose).
23211 * locale/programs/charmap.c (charmap_read): If warn_ascii is true then
23212 record a warning about ASCII compatibility.
23213 * locale/programs/ld-monetary.c (monetary_finish): If
23214 warn_int_curr_symbol is true then record a warning about the symbol
23215 not being in our ISO 4217 list.
23216 * locale/programs/locale.c: Include record-status.h. Remove verbose.
23217 * locale/programs/localedef.c: Include ctype.h. Remove delcaration of
23218 verbose, recorded_warning_count, recorded_error_count, and be_quiet.
23219 (OPT_NO_WARN): Define.
23220 (OPT_WARN): Define.
23221 (options): Add entry for --no-warnings, and --warnings.
23222 (set_warnings): New function to enable/disable warnings.
23223 (parse_opt): Call set_warnings for OPT_NO_WARN and OPT_WARN.
23224 * locale/programs/localedef.h: Remove warn_int_curr_symbol.
23225 * localedata/gen-locale.sh: Default flags to `--quiet -c'.
23226 Add `--no-warnings=ascii' to locales using SHIFT_JIS or SHIFT_JIXX0213.
23227 Pass flags to generate_locale.
23228 (generate_locale): Accept new flag argument and pass it to localedef
23229 invocation.
23230 * localedata/Makefile (INSTALL-SUPPORTED-LOCALES): Use
23231 --no-warnings=ascii for SHIFT_JIS and SHIFT_JISX0213 charmaps.
23232
23233 * localedata/Makefile (test-input-data): Use full file name.
23234 * localedata/da_DK.in: Rename to...
23235 * localedata/da_DK.ISO-8859-1.in: ...this.
23236 * localedata/de_DE.in: Rename to...
23237 * localedata/de_DE.ISO-8859-1.in: ...this.
23238 * localedata/en_US.in: Rename to...
23239 * localedata/en_US.ISO-8859-1.in: ...this.
23240 * localedata/fr_FR.in: Rename to...
23241 * localedata/fr_FR.UTF-8.in: ... this.
23242 * localedata/hr_HR.in: Rename to...
23243 * localedata/hr_HR.ISO-8859-2.in: ...this.
23244 * localedata/hu_HU.in: Rename to...
23245 * localedata/hu_HU.UTF-8.in: ...this.
23246 * localedata/si_LK.in: Rename to...
23247 * localedata/si_LK.UTF-8.in: ...this.
23248 * localedata/sv_SE.in: Rename to...
23249 * localedata/sv_SE.ISO-8859-1.in: ...this.
23250 * localedata/tr_TR.in: Rename to...
23251 * localedata/tr_TR.UTF-8.in: ...this.
23252 * localedata/uk_UA.in: Rename to...
23253 * localedata/uk_UA.UTF-8.in: ...this.
23254 * localedata/sort-test.sh: Test file is locale name with the
23255 suffix.
23256
23257 * localedata/unicode-gen/Makefile (check_i18n): Rename to
23258 check_i18n_ctype. Depend on i18n_ctype-report. Check i18n_ctype-report
23259 file.
23260 * localedata/locales/i18n_ctype: Regenerate.
23261 * localedata/locales/tr_TR: Likewise.
23262 * localedata/locales/translit_circle: Likewise.
23263 * localedata/locales/translit_cjk_compat: Likewise.
23264 * localedata/locales/translit_combining: Likewise.
23265 * localedata/locales/translit_compat: Likewise.
23266 * localedata/locales/translit_font: Likewise.
23267 * localedata/locales/translit_fraction: Likewise.
23268
23269 2017-10-25 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
23270
23271 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Replace
23272 lxvd2x/stxvd2x with lvx/stvx.
23273 * sysdeps/powerpc/powerpc64/power7/memmove.S: Likewise.
23274
23275 2017-10-25 H.J. Lu <hongjiu.lu@intel.com>
23276
23277 * include/alloc_buffer.h: Replace "if if " with "if " in
23278 comments.
23279 * sysdeps/mips/memcpy.S: Likkewise.
23280 * sysdeps/mips/memset.S: Likewise.
23281 * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core_avx512.S:
23282 Likewise.
23283 * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core_sse4.S:
23284 Likewise.
23285 * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core_avx2.S:
23286 Likewise.
23287
23288 2017-10-25 Mike FABIAN <mfabian@redhat.com>
23289
23290 [BZ #15261]
23291 * localedata/locales/cmn_TW (LC_MESSAGES): Add fullwidth yYnN to
23292 yesexpr and noexpr.
23293 * localedata/locales/hak_TW (LC_MESSAGES): Likewise.
23294 * localedata/locales/ko_KR (LC_MESSAGES): Likewise.
23295 * localedata/locales/lzh_TW (LC_MESSAGES): Likewise.
23296 * localedata/locales/nan_TW (LC_MESSAGES): Likewise.
23297 * localedata/locales/zh_CN (LC_MESSAGES): Likewise.
23298 * localedata/locales/zh_HK (LC_MESSAGES): Likewise.
23299 * localedata/locales/zh_TW (LC_MESSAGES): Likewise.
23300
23301 2017-10-25 Mike FABIAN <mfabian@redhat.com>
23302
23303 * localedata/locales/am_ET (LC_MESSAGES): Sync with CLDR.
23304 * localedata/locales/az_AZ (LC_MESSAGES): Likewise.
23305 * localedata/locales/el_GR (LC_MESSAGES): Likewise.
23306 * localedata/locales/ha_NG (LC_MESSAGES): Likewise.
23307 * localedata/locales/ln_CD (LC_MESSAGES): Likewise.
23308 * localedata/locales/mfe_MU (LC_MESSAGES): Likewise.
23309 * localedata/locales/ml_IN (LC_MESSAGES): Likewise.
23310 * localedata/locales/mt_MT (LC_MESSAGES): Likewise.
23311 * localedata/locales/os_RU (LC_MESSAGES): Likewise.
23312 * localedata/locales/tg_TJ (LC_MESSAGES): Likewise.
23313 * localedata/locales/tt_RU (LC_MESSAGES): Likewise.
23314 * localedata/locales/wo_SN (LC_MESSAGES): Likewise.
23315
23316 2017-10-25 Mike FABIAN <mfabian@redhat.com>
23317
23318 * localedata/locales/aa_ET (LC_MESSAGES): Use ASCII as much
23319 as possible for better readability of the source.
23320 * localedata/locales/af_ZA (LC_MESSAGES): Likewise.
23321 * localedata/locales/ak_GH (LC_MESSAGES): Likewise.
23322 * localedata/locales/am_ET (LC_MESSAGES): Likewise.
23323 * localedata/locales/anp_IN (LC_MESSAGES): Likewise.
23324 * localedata/locales/ar_EG (LC_MESSAGES): Likewise.
23325 * localedata/locales/as_IN (LC_MESSAGES): Likewise.
23326 * localedata/locales/ast_ES (LC_MESSAGES): Likewise.
23327 * localedata/locales/ayc_PE (LC_MESSAGES): Likewise.
23328 * localedata/locales/az_AZ (LC_MESSAGES): Likewise.
23329 * localedata/locales/az_IR (LC_MESSAGES): Likewise.
23330 * localedata/locales/be_BY (LC_MESSAGES): Likewise.
23331 * localedata/locales/be_BY@latin (LC_MESSAGES): Likewise.
23332 * localedata/locales/bem_ZM (LC_MESSAGES): Likewise.
23333 * localedata/locales/ber_MA (LC_MESSAGES): Likewise.
23334 * localedata/locales/bg_BG (LC_MESSAGES): Likewise.
23335 * localedata/locales/bhb_IN (LC_MESSAGES): Likewise.
23336 * localedata/locales/bi_VU (LC_MESSAGES): Likewise.
23337 * localedata/locales/bo_CN (LC_MESSAGES): Likewise.
23338 * localedata/locales/br_FR (LC_MESSAGES): Likewise.
23339 * localedata/locales/bs_BA (LC_MESSAGES): Likewise.
23340 * localedata/locales/ca_ES (LC_MESSAGES): Likewise.
23341 * localedata/locales/ce_RU (LC_MESSAGES): Likewise.
23342 * localedata/locales/crh_UA (LC_MESSAGES): Likewise.
23343 * localedata/locales/cs_CZ (LC_MESSAGES): Likewise.
23344 * localedata/locales/csb_PL (LC_MESSAGES): Likewise.
23345 * localedata/locales/cv_RU (LC_MESSAGES): Likewise.
23346 * localedata/locales/cy_GB (LC_MESSAGES): Likewise.
23347 * localedata/locales/da_DK (LC_MESSAGES): Likewise.
23348 * localedata/locales/de_DE (LC_MESSAGES): Likewise.
23349 * localedata/locales/dv_MV (LC_MESSAGES): Likewise.
23350 * localedata/locales/dz_BT (LC_MESSAGES): Likewise.
23351 * localedata/locales/el_GR (LC_MESSAGES): Likewise.
23352 * localedata/locales/en_CA (LC_MESSAGES): Likewise.
23353 * localedata/locales/en_US (LC_MESSAGES): Likewise.
23354 * localedata/locales/es_ES (LC_MESSAGES): Likewise.
23355 * localedata/locales/et_EE (LC_MESSAGES): Likewise.
23356 * localedata/locales/eu_ES (LC_MESSAGES): Likewise.
23357 * localedata/locales/fa_IR (LC_MESSAGES): Likewise.
23358 * localedata/locales/ff_SN (LC_MESSAGES): Likewise.
23359 * localedata/locales/fi_FI (LC_MESSAGES): Likewise.
23360 * localedata/locales/fil_PH (LC_MESSAGES): Likewise.
23361 * localedata/locales/fo_FO (LC_MESSAGES): Likewise.
23362 * localedata/locales/fr_BE (LC_MESSAGES): Likewise.
23363 * localedata/locales/fr_CH (LC_MESSAGES): Likewise.
23364 * localedata/locales/fr_FR (LC_MESSAGES): Likewise.
23365 * localedata/locales/fr_LU (LC_MESSAGES): Likewise.
23366 * localedata/locales/fur_IT (LC_MESSAGES): Likewise.
23367 * localedata/locales/fy_DE (LC_MESSAGES): Likewise.
23368 * localedata/locales/ga_IE (LC_MESSAGES): Likewise.
23369 * localedata/locales/gd_GB (LC_MESSAGES): Likewise.
23370 * localedata/locales/gl_ES (LC_MESSAGES): Likewise.
23371 * localedata/locales/gu_IN (LC_MESSAGES): Likewise.
23372 * localedata/locales/gv_GB (LC_MESSAGES): Likewise.
23373 * localedata/locales/ha_NG (LC_MESSAGES): Likewise.
23374 * localedata/locales/hak_TW (LC_MESSAGES): Likewise.
23375 * localedata/locales/he_IL (LC_MESSAGES): Likewise.
23376 * localedata/locales/hif_FJ (LC_MESSAGES): Likewise.
23377 * localedata/locales/hne_IN (LC_MESSAGES): Likewise.
23378 * localedata/locales/hr_HR (LC_MESSAGES): Likewise.
23379 * localedata/locales/hsb_DE (LC_MESSAGES): Likewise.
23380 * localedata/locales/ht_HT (LC_MESSAGES): Likewise.
23381 * localedata/locales/hu_HU (LC_MESSAGES): Likewise.
23382 * localedata/locales/hy_AM (LC_MESSAGES): Likewise.
23383 * localedata/locales/ia_FR (LC_MESSAGES): Likewise.
23384 * localedata/locales/id_ID (LC_MESSAGES): Likewise.
23385 * localedata/locales/ig_NG (LC_MESSAGES): Likewise.
23386 * localedata/locales/ik_CA (LC_MESSAGES): Likewise.
23387 * localedata/locales/is_IS (LC_MESSAGES): Likewise.
23388 * localedata/locales/it_CH (LC_MESSAGES): Likewise.
23389 * localedata/locales/it_IT (LC_MESSAGES): Likewise.
23390 * localedata/locales/iu_CA (LC_MESSAGES): Likewise.
23391 * localedata/locales/ja_JP (LC_MESSAGES): Likewise.
23392 * localedata/locales/kk_KZ (LC_MESSAGES): Likewise.
23393 * localedata/locales/kl_GL (LC_MESSAGES): Likewise.
23394 * localedata/locales/ko_KR (LC_MESSAGES): Likewise.
23395 * localedata/locales/ks_IN (LC_MESSAGES): Likewise.
23396 * localedata/locales/ku_TR (LC_MESSAGES): Likewise.
23397 * localedata/locales/kw_GB (LC_MESSAGES): Likewise.
23398 * localedata/locales/ky_KG (LC_MESSAGES): Likewise.
23399 * localedata/locales/lb_LU (LC_MESSAGES): Likewise.
23400 * localedata/locales/lg_UG (LC_MESSAGES): Likewise.
23401 * localedata/locales/li_NL (LC_MESSAGES): Likewise.
23402 * localedata/locales/lij_IT (LC_MESSAGES): Likewise.
23403 * localedata/locales/ln_CD (LC_MESSAGES): Likewise.
23404 * localedata/locales/lo_LA (LC_MESSAGES): Likewise.
23405 * localedata/locales/lt_LT (LC_MESSAGES): Likewise.
23406 * localedata/locales/lv_LV (LC_MESSAGES): Likewise.
23407 * localedata/locales/lzh_TW (LC_MESSAGES): Likewise.
23408 * localedata/locales/mg_MG (LC_MESSAGES): Likewise.
23409 * localedata/locales/mhr_RU (LC_MESSAGES): Likewise.
23410 * localedata/locales/mi_NZ (LC_MESSAGES): Likewise.
23411 * localedata/locales/mk_MK (LC_MESSAGES): Likewise.
23412 * localedata/locales/ml_IN (LC_MESSAGES): Likewise.
23413 * localedata/locales/mn_MN (LC_MESSAGES): Likewise.
23414 * localedata/locales/ms_MY (LC_MESSAGES): Likewise.
23415 * localedata/locales/mt_MT (LC_MESSAGES): Likewise.
23416 * localedata/locales/my_MM (LC_MESSAGES): Likewise.
23417 * localedata/locales/nan_TW (LC_MESSAGES): Likewise.
23418 * localedata/locales/nan_TW@latin (LC_MESSAGES): Likewise.
23419 * localedata/locales/nb_NO (LC_MESSAGES): Likewise.
23420 * localedata/locales/nds_DE (LC_MESSAGES): Likewise.
23421 * localedata/locales/nds_NL (LC_MESSAGES): Likewise.
23422 * localedata/locales/ne_NP (LC_MESSAGES): Likewise.
23423 * localedata/locales/nhn_MX (LC_MESSAGES): Likewise.
23424 * localedata/locales/niu_NU (LC_MESSAGES): Likewise.
23425 * localedata/locales/nl_NL (LC_MESSAGES): Likewise.
23426 * localedata/locales/nn_NO (LC_MESSAGES): Likewise.
23427 * localedata/locales/nr_ZA (LC_MESSAGES): Likewise.
23428 * localedata/locales/nso_ZA (LC_MESSAGES): Likewise.
23429 * localedata/locales/oc_FR (LC_MESSAGES): Likewise.
23430 * localedata/locales/om_ET (LC_MESSAGES): Likewise.
23431 * localedata/locales/or_IN (LC_MESSAGES): Likewise.
23432 * localedata/locales/os_RU (LC_MESSAGES): Likewise.
23433 * localedata/locales/pa_IN (LC_MESSAGES): Likewise.
23434 * localedata/locales/pa_PK (LC_MESSAGES): Likewise.
23435 * localedata/locales/pap_AW (LC_MESSAGES): Likewise.
23436 * localedata/locales/pap_CW (LC_MESSAGES): Likewise.
23437 * localedata/locales/pl_PL (LC_MESSAGES): Likewise.
23438 * localedata/locales/ps_AF (LC_MESSAGES): Likewise.
23439 * localedata/locales/pt_BR (LC_MESSAGES): Likewise.
23440 * localedata/locales/quz_PE (LC_MESSAGES): Likewise.
23441 * localedata/locales/raj_IN (LC_MESSAGES): Likewise.
23442 * localedata/locales/ro_RO (LC_MESSAGES): Likewise.
23443 * localedata/locales/ru_RU (LC_MESSAGES): Likewise.
23444 * localedata/locales/ru_UA (LC_MESSAGES): Likewise.
23445 * localedata/locales/rw_RW (LC_MESSAGES): Likewise.
23446 * localedata/locales/sa_IN (LC_MESSAGES): Likewise.
23447 * localedata/locales/sc_IT (LC_MESSAGES): Likewise.
23448 * localedata/locales/sd_IN@devanagari (LC_MESSAGES): Likewise.
23449 * localedata/locales/se_NO (LC_MESSAGES): Likewise.
23450 * localedata/locales/sgs_LT (LC_MESSAGES): Likewise.
23451 * localedata/locales/si_LK (LC_MESSAGES): Likewise.
23452 * localedata/locales/sk_SK (LC_MESSAGES): Likewise.
23453 * localedata/locales/sl_SI (LC_MESSAGES): Likewise.
23454 * localedata/locales/sm_WS (LC_MESSAGES): Likewise.
23455 * localedata/locales/so_DJ (LC_MESSAGES): Likewise.
23456 * localedata/locales/sq_AL (LC_MESSAGES): Likewise.
23457 * localedata/locales/sr_RS (LC_MESSAGES): Likewise.
23458 * localedata/locales/sr_RS@latin (LC_MESSAGES): Likewise.
23459 * localedata/locales/ss_ZA (LC_MESSAGES): Likewise.
23460 * localedata/locales/st_ZA (LC_MESSAGES): Likewise.
23461 * localedata/locales/sv_SE (LC_MESSAGES): Likewise.
23462 * localedata/locales/sw_KE (LC_MESSAGES): Likewise.
23463 * localedata/locales/szl_PL (LC_MESSAGES): Likewise.
23464 * localedata/locales/tcy_IN (LC_MESSAGES): Likewise.
23465 * localedata/locales/tg_TJ (LC_MESSAGES): Likewise.
23466 * localedata/locales/th_TH (LC_MESSAGES): Likewise.
23467 * localedata/locales/the_NP (LC_MESSAGES): Likewise.
23468 * localedata/locales/ti_ER (LC_MESSAGES): Likewise.
23469 * localedata/locales/tk_TM (LC_MESSAGES): Likewise.
23470 * localedata/locales/tn_ZA (LC_MESSAGES): Likewise.
23471 * localedata/locales/to_TO (LC_MESSAGES): Likewise.
23472 * localedata/locales/tr_TR (LC_MESSAGES): Likewise.
23473 * localedata/locales/ts_ZA (LC_MESSAGES): Likewise.
23474 * localedata/locales/tt_RU (LC_MESSAGES): Likewise.
23475 * localedata/locales/tt_RU@iqtelif (LC_MESSAGES): Likewise.
23476 * localedata/locales/uk_UA (LC_MESSAGES): Likewise.
23477 * localedata/locales/unm_US (LC_MESSAGES): Likewise.
23478 * localedata/locales/ur_IN (LC_MESSAGES): Likewise.
23479 * localedata/locales/ur_PK (LC_MESSAGES): Likewise.
23480 * localedata/locales/uz_UZ (LC_MESSAGES): Likewise.
23481 * localedata/locales/uz_UZ@cyrillic (LC_MESSAGES): Likewise.
23482 * localedata/locales/ve_ZA (LC_MESSAGES): Likewise.
23483 * localedata/locales/vi_VN (LC_MESSAGES): Likewise.
23484 * localedata/locales/wa_BE (LC_MESSAGES): Likewise.
23485 * localedata/locales/wo_SN (LC_MESSAGES): Likewise.
23486 * localedata/locales/xh_ZA (LC_MESSAGES): Likewise.
23487 * localedata/locales/yi_US (LC_MESSAGES): Likewise.
23488 * localedata/locales/yo_NG (LC_MESSAGES): Likewise.
23489 * localedata/locales/yue_HK (LC_MESSAGES): Likewise.
23490 * localedata/locales/zh_CN (LC_MESSAGES): Likewise.
23491 * localedata/locales/zh_HK (LC_MESSAGES): Likewise.
23492 * localedata/locales/zh_TW (LC_MESSAGES): Likewise.
23493 * localedata/locales/zu_ZA (LC_MESSAGES): Likewise.
23494
23495 2017-10-25 Mike FABIAN <mfabian@redhat.com>
23496
23497 * localedata/locales/brx_IN (LC_MESSAGES): Fix yesexpr and noexpr
23498 (Use first letters of yesstr and nostr correctly instead of using
23499 full words).
23500
23501 2017-10-25 Mike FABIAN <mfabian@redhat.com>
23502
23503 * localedata/locales/ta_IN (LC_MESSAGES): Fix yesexpr and noexpr
23504 (Use first letters of yesstr and nostr correctly).
23505
23506 2017-10-25 Mike FABIAN <mfabian@redhat.com>
23507
23508 * localedata/locales/hi_IN (LC_MESSAGES): In yesexpr and noexpr,
23509 also check for the first characters of yesstr and nostr.
23510 * localedata/locales/kn_IN (LC_MESSAGES): Likewise.
23511 * localedata/locales/ks_IN@devanagari (LC_MESSAGES): Likewise.
23512
23513 2017-10-25 Mike FABIAN <mfabian@redhat.com>
23514
23515 * localedata/locales/cmn_TW (LC_MESSAGES): In yesexpr and noexpr,
23516 also check for Chinese characters.
23517
23518 2017-10-25 Mike FABIAN <mfabian@redhat.com>
23519
23520 * localedata/locales/chr_US (LC_MESSAGES): In yesexpr and noexpr,
23521 match also for the contents of yesstr and nostr. As the first letter
23522 of yesstr and nostr is equal, checking only for the first letter
23523 is not enough.
23524
23525 2017-10-25 Mike FABIAN <mfabian@redhat.com>
23526
23527 * localedata/locales/ber_DZ (LC_MESSAGES): Use copy "kab_DZ",
23528 it is the same according to Belkacem Mohammed <belkacem77@gmail.com>.
23529
23530 2017-10-25 Mike FABIAN <mfabian@redhat.com>
23531
23532 * localedata/locales/kab_DZ (LC_IDENTIFICATION): Add e-mail
23533 of main contributor.
23534
23535 2017-10-25 Mike FABIAN <mfabian@redhat.com>
23536
23537 * localedata/locales/zh_SG (LC_MESSAGES): Use copy "zh_CN"
23538 instead of using English.
23539
23540 2017-10-25 Mike FABIAN <mfabian@redhat.com>
23541
23542 * localedata/locales/ug_CN (LC_MESSAGES): Fix noexpr and yesexpr
23543 by including the first letters of nostr and yesexpr in the regexp.
23544 Also make it more readable by using ASCII where possible.
23545
23546 2017-10-25 Mike FABIAN <mfabian@redhat.com>
23547
23548 * localedata/locales/te_IN (LC_MESSAGES): Fix noexpr by including
23549 the first letter of nostr in the regexp. It agrees with CLDR now.
23550 Also make it more readable by using ASCII where possible.
23551
23552 2017-10-24 Mike FABIAN <mfabian@redhat.com>
23553
23554 * localedata/locales/km_KH (LC_MESSAGES): Fix yestr and nostr.
23555 The yesstr and nostr apparently came from CLDR. And CLDR has a bug there:
23556 these strings contain a U+17D6 (which somewhat looks like a colon)
23557 instead of a real colon to separate the full words for “yes”
23558 and “no” from the single letter responses.
23559
23560 2017-10-24 Mike FABIAN <mfabian@redhat.com>
23561
23562 * localedata/locales/ka_GE (LC_MESSAGES): Fix yesexp to make
23563 it agree with CLDR (include the first letter of yesstr).
23564 Also make it more readable by using ASCII where possible.
23565
23566 2017-10-24 Mike FABIAN <mfabian@redhat.com>
23567
23568 * localedata/locales/mr_IN (LC_MESSAGES): Fix yesstr and nostr
23569 and improve yesexpr and noexpr. The yesstr and nostr apparently
23570 came from CLDR. And CLDR has a bug there: these strings contain
23571 a U+0903 (which looks like a colon) instead of a real colon
23572 to separate the full words for “yes” and “no” from the single
23573 letter responses.
23574
23575 2017-10-24 Mike FABIAN <mfabian@redhat.com>
23576
23577 * localedata/locales/bn_BD (LC_MESSAGES): Use only the first
23578 letters of the full yesstr and nostr in yesexpr and noexpr.
23579
23580 2017-10-24 Mike FABIAN <mfabian@redhat.com>
23581
23582 * localedata/locales/an_ES (LC_MESSAGES): Add yesstr and nostr.
23583 * localedata/locales/an_ES (LC_ADDRESS): Add lang_term and lang_lib.
23584 * localedata/locales/an_ES: Make source more readable by using ASCII
23585 where possible.
23586
23587 2017-10-24 Mike FABIAN <mfabian@redhat.com>
23588
23589 [BZ #20952]
23590 * localedata/locales/yuw_PG: New file.
23591 * localedata/SUPPORTED: Add yuw_PG/UTF-8.
23592 * locale/iso-639.def: Add Yau (Uruwa).
23593
23594 2017-10-23 Wilco Dijkstra <wdijkstr@arm.com>
23595
23596 * malloc/malloc.c (_int_malloc): Add SINGLE_THREAD_P path.
23597
23598 2017-10-23 Wilco Dijkstra <wdijkstr@arm.com>
23599
23600 * malloc/malloc.c (__libc_malloc): Add SINGLE_THREAD_P path.
23601 (__libc_realloc): Likewise.
23602 (_mid_memalign): Likewise.
23603 (__libc_calloc): Likewise.
23604
23605 2017-10-23 Mike FABIAN <mfabian@redhat.com>
23606
23607 * localedata/locales/tpi_PG (LC_MESSAGES): Fix yesexpr and noexpr
23608 by adding the generic +1 and -0 as in all other locales.
23609 * localedata/locales/tpi_PG (LC_TIME): Fix some typos in the month and
23610 day names and make it more readable by using ASCII where possible.
23611
23612 2017-10-24 Joseph Myers <joseph@codesourcery.com>
23613
23614 * sysdeps/x86/fpu/fix-fp-int-compare-invalid.h
23615 (FIX_COMPARE_INVALID): Define to 0 if [__GNUC_PREREQ (8, 0)].
23616
23617 2017-10-23 Adhemerval Zanella <adhemerval.zanella@linaro.org>
23618
23619 * sysdeps/unix/sysv/linux/spawni.c (__spawnix): Use 0 instead of
23620 WNOHANG in waitpid call.
23621
23622 2017-10-23 Siddhesh Poyarekar <siddhesh@sourceware.org>
23623
23624 * manual/conf.texi (_SC_LEVEL1_DCACHE_LINESIZE,
23625 _SC_LEVEL1_ICACHE_LINESIZE): Document aarch64 caveat.
23626
23627 * manual/conf.texi (_SC_LEVEL1_ICACHE_SIZE,
23628 _SC_LEVEL1_ICACHE_ASSOC, _SC_LEVEL1_ICACHE_LINESIZE,
23629 _SC_LEVEL1_DCACHE_SIZE, _SC_LEVEL1_DCACHE_ASSOC,
23630 _SC_LEVEL1_DCACHE_LINESIZE, _SC_LEVEL2_CACHE_SIZE,
23631 _SC_LEVEL2_CACHE_ASSOC, _SC_LEVEL2_CACHE_LINESIZE,
23632 _SC_LEVEL3_CACHE_SIZE, _SC_LEVEL3_CACHE_ASSOC,
23633 _SC_LEVEL3_CACHE_LINESIZE, _SC_LEVEL4_CACHE_SIZE,
23634 _SC_LEVEL4_CACHE_ASSOC, _SC_LEVEL4_CACHE_LINESIZE): New
23635 variables.
23636
23637 2017-10-23 Michael Collison <michael.collison@arm.com>
23638
23639 * sysdeps/aarch64/fpu/e_sqrt.c (ieee754_sqrt): Replace asm statements
23640 with __builtin_sqrt.
23641 * sysdeps/aarch64/fpu/e_sqrtf.c (ieee754_sqrtf): Replace asm statements
23642 with __builtin_sqrtf.
23643 * sysdeps/aarch64/fpu/s_ceil.c (__ceil): Replace asm statements
23644 with __builtin_ceil.
23645 * sysdeps/aarch64/fpu/s_ceilf.c (__ceilf): Replace asm statements
23646 with __builtin_ceilf.
23647 * sysdeps/aarch64/fpu/s_floor.c (__floor): Replace asm statements
23648 with __builtin_floor.
23649 * sysdeps/aarch64/fpu/s_floorf.c (__floorf): Replace asm statements
23650 with __builtin_floorf.
23651 * sysdeps/aarch64/fpu/s_fma.c (__fma): Replace asm statements
23652 with __builtin_fma.
23653 * sysdeps/aarch64/fpu/s_fmaf.c (__fmaf): Replace asm statements
23654 with __builtin_fmaf.
23655 * sysdeps/aarch64/fpu/s_fmax.c (__fmax): Replace asm statements
23656 with __builtin_fmax.
23657 * sysdeps/aarch64/fpu/s_fmaxf.c (__fmaxf): Replace asm statements
23658 with __builtin_fmaxf.
23659 * sysdeps/aarch64/fpu/s_fmin.c (__fmin): Replace asm statements
23660 with __builtin_fmin.
23661 * sysdeps/aarch64/fpu/s_fminf.c (__fminf): Replace asm statements
23662 with __builtin_fminf.
23663 * sysdeps/aarch64/fpu/s_frint.c: Delete file.
23664 * sysdeps/aarch64/fpu/s_frintf.c: Delete file.
23665 * sysdeps/aarch64/fpu/s_llrint.c (__llrint): Replace asm statements
23666 with builtin_rint and conversion to int.
23667 * sysdeps/aarch64/fpu/s_llrintf.c (__llrintf): Likewise.
23668 * sysdeps/aarch64/fpu/s_llround.c (__llround): Replace asm statements
23669 with builtin_llround.
23670 * sysdeps/aarch64/fpu/s_llroundf.c (__llroundf): Likewise.
23671 * sysdeps/aarch64/fpu/s_lrint.c (__lrint): Replace asm statements
23672 with builtin_rint and conversion to long int.
23673 * sysdeps/aarch64/fpu/s_lrintf.c (__lrintf): Likewise.
23674 * sysdeps/aarch64/fpu/s_lround.c (__lround): Replace asm statements
23675 with builtin_lround.
23676 * sysdeps/aarch64/fpu/s_lroundf.c (__lroundf): Replace asm statements
23677 with builtin_lroundf.
23678 * sysdeps/aarch64/fpu/s_nearbyint.c (__nearbyint): Replace asm
23679 statements with __builtin_nearbyint.
23680 * sysdeps/aarch64/fpu/s_nearbyintf.c (__nearbyintf): Replace asm
23681 statements with __builtin_nearbyintf.
23682 * sysdeps/aarch64/fpu/s_rint.c (__rint): Replace asm statements
23683 with __builtin_rint.
23684 * sysdeps/aarch64/fpu/s_rintf.c (__rintf): Replace asm statements
23685 with __builtin_rintf.
23686 * sysdeps/aarch64/fpu/s_round.c (__round): Replace asm statements
23687 with __builtin_round.
23688 * sysdeps/aarch64/fpu/s_roundf.c (__roundf): Replace asm statements
23689 with __builtin_roundf.
23690 * sysdeps/aarch64/fpu/s_trunc.c (__trunc): Replace asm statements
23691 with __builtin_trunc.
23692 * sysdeps/aarch64/fpu/s_truncf.c (__truncf): Replace asm statements
23693 with __builtin_truncf.
23694 * sysdeps/aarch64/fpu/Makefile: Build e_sqrt[f].c with -fno-math-errno,
23695 and s_l[l]round[f].c too.
23696
23697 2017-10-23 Alan Modra <amodra@gmail.com>
23698
23699 * sysdeps/powerpc/powerpc64/power8/strncpy.S: Move LR cfi.
23700 Adjust stack after restoring regs. Add missing LR cfi_restore.
23701
23702 2017-10-23 Alan Modra <amodra@gmail.com>
23703
23704 * sysdeps/powerpc/powerpc64/power7/strncpy.S: Decrease FRAMESIZE.
23705 Move LR save and frame setup/teardown and LR restore to
23706 immediately around memset call. Provide cfi.
23707
23708 2017-10-22 H.J. Lu <hongjiu.lu@intel.com>
23709
23710 * sysdeps/i386/fpu/e_powf.S: Removed.
23711 * sysdeps/i386/fpu/e_powf_log2_data.c: Likewise.
23712 * sysdeps/i386/fpu/w_powf.c: Likewise.
23713 * sysdeps/i386/fpu/libm-test-ulps: Updated for generic e_powf.c.
23714 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
23715 * sysdeps/i386/i686/fpu/multiarch/Makefile (libm-sysdep_routines):
23716 Add e_powf-sse2.
23717 (CFLAGS-e_powf-sse2.c): New.
23718 * sysdeps/i386/i686/fpu/multiarch/e_powf-sse2.c: New file.
23719 * sysdeps/i386/i686/fpu/multiarch/e_powf.c: Likewise.
23720
23721 2017-10-22 H.J. Lu <hongjiu.lu@intel.com>
23722
23723 * sysdeps/i386/fpu/e_log2f.S: Removed.
23724 * sysdeps/i386/fpu/e_log2f_data.c: Likewise.
23725 * sysdeps/i386/fpu/w_log2f.c: Likewise.
23726 * sysdeps/i386/fpu/libm-test-ulps: Updated for generic e_log2f.c.
23727 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
23728 * sysdeps/i386/i686/fpu/multiarch/Makefile (libm-sysdep_routines):
23729 Add e_log2f-sse2.
23730 (CFLAGS-e_log2f-sse2.c): New.
23731 * sysdeps/i386/i686/fpu/multiarch/e_log2f-sse2.c: New file.
23732 * sysdeps/i386/i686/fpu/multiarch/e_log2f.c: Likewise.
23733
23734 2017-10-22 H.J. Lu <hongjiu.lu@intel.com>
23735
23736 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
23737 Add e_powf-fma.
23738 (CFLAGS-e_powf-fma.c): New.
23739 * sysdeps/x86_64/fpu/multiarch/e_powf-fma.c: New file.
23740 * sysdeps/x86_64/fpu/multiarch/e_powf.c: Likewise.
23741
23742 2017-10-22 H.J. Lu <hongjiu.lu@intel.com>
23743
23744 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
23745 Add e_log2f-fma.
23746 (CFLAGS-e_log2f-fma.c): New.
23747 * sysdeps/x86_64/fpu/multiarch/e_log2f-fma.c: New file.
23748 * sysdeps/x86_64/fpu/multiarch/e_log2f.c: Likewise.
23749
23750 2017-10-22 H.J. Lu <hongjiu.lu@intel.com>
23751
23752 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
23753 Add e_logf-fma.
23754 (CFLAGS-e_logf-fma.c): New.
23755 * sysdeps/x86_64/fpu/multiarch/e_logf-fma.c: New file.
23756 * sysdeps/x86_64/fpu/multiarch/e_logf.c: Likewise.
23757
23758 2017-10-22 H.J. Lu <hongjiu.lu@intel.com>
23759
23760 * sysdeps/i386/fpu/e_logf.S: Removed.
23761 * sysdeps/i386/fpu/e_logf_data.c: Likewise.
23762 * sysdeps/i386/fpu/w_logf.c: Likewise.
23763 * sysdeps/i386/i686/fpu/e_logf.S: Likewise.
23764 * sysdeps/i386/fpu/libm-test-ulps: Updated for generic e_logf.c.
23765 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
23766 * sysdeps/i386/i686/fpu/multiarch/Makefile (libm-sysdep_routines):
23767 Add e_logf-sse2.
23768 (CFLAGS-e_logf-sse2.c): New.
23769 * sysdeps/i386/i686/fpu/multiarch/e_logf-sse2.c: New file.
23770 * sysdeps/i386/i686/fpu/multiarch/e_logf.c: Likewise.
23771
23772 2017-10-22 H.J. Lu <hongjiu.lu@intel.com>
23773
23774 * sysdeps/i386/fpu/e_exp2f.S: Removed.
23775 * sysdeps/i386/fpu/w_exp2f.c: Likewise.
23776 * sysdeps/i386/fpu/libm-test-ulps: Updated for generic e_exp2f.c.
23777 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
23778 * sysdeps/i386/i686/fpu/multiarch/Makefile (libm-sysdep_routines):
23779 Add e_exp2f-sse2.
23780 (CFLAGS-e_exp2f-sse2.c): New.
23781 * sysdeps/i386/i686/fpu/multiarch/e_exp2f-sse2.c: New file.
23782 * sysdeps/i386/i686/fpu/multiarch/e_exp2f.c: Likewise.
23783
23784 2017-10-22 H.J. Lu <hongjiu.lu@intel.com>
23785
23786 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
23787 Add e_exp2f-fma.
23788 (CFLAGS-e_exp2f-fma.c): New.
23789 * sysdeps/x86_64/fpu/multiarch/e_exp2f-fma.c: New file.
23790 * sysdeps/x86_64/fpu/multiarch/e_exp2f.c: Likewise.
23791
23792 2017-10-22 H.J. Lu <hongjiu.lu@intel.com>
23793
23794 * sysdeps/i386/fpu/e_exp2f_data.c: Removed.
23795 * sysdeps/i386/fpu/e_expf.S: Likewise.
23796 * sysdeps/i386/fpu/math_errf.c: Likewise.
23797 * sysdeps/i386/fpu/w_expf.c: Likewise.
23798 * sysdeps/i386/i686/fpu/multiarch/e_expf-ia32.S: Likewise.
23799 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
23800 * sysdeps/i386/i686/fpu/multiarch/w_expf.c: Likewise.
23801 * sysdeps/i386/fpu/libm-test-ulps: Updated for generic e_expf.c.
23802 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
23803 * sysdeps/i386/i686/fpu/multiarch/Makefile (libm-sysdep_routines):
23804 Remove e_expf-ia32.
23805 (CFLAGS-e_expf-sse2.c): New.
23806 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.c: New file.
23807 * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Rewritten.
23808
23809 2017-10-22 H.J. Lu <hongjiu.lu@intel.com>
23810
23811 * sysdeps/x86_64/fpu/e_expf.S: Removed.
23812 * sysdeps/x86_64/fpu/multiarch/e_expf-fma.S: Likewise.
23813 * sysdeps/x86_64/fpu/w_expf.c: Likewise.
23814 * sysdeps/x86_64/fpu/libm-test-ulps: Updated for generic
23815 e_expf.c.
23816 * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-e_expf-fma.c):
23817 New.
23818 * sysdeps/x86_64/fpu/multiarch/e_expf-fma.c: New file.
23819 * sysdeps/x86_64/fpu/multiarch/e_expf.c (__redirect_ieee754_expf):
23820 Renamed to ...
23821 (__redirect_expf): This.
23822 (SYMBOL_NAME): Changed to expf.
23823 (__ieee754_expf): Renamed to ...
23824 (__expf): This.
23825 (__GI___expf): This.
23826 (__ieee754_expf): Add strong_alias.
23827 (__expf_finite): Likewise.
23828 (__expf): New.
23829 Include <sysdeps/ieee754/flt-32/e_expf.c>.
23830
23831 2017-10-22 Paul Eggert <eggert@cs.ucla.edu>
23832
23833 [BZ #22332]
23834 * posix/glob.c (__glob): Fix buffer overflow during GLOB_TILDE
23835 unescaping.
23836
23837 2017-10-21 Florian Weimer <fweimer@redhat.com>
23838
23839 * posix/Makefile (tests): Add tst-glob-tilde.
23840 (tests-special): Add tst-glob-tilde-mem.out
23841 (tst-glob-tilde-ENV): Set MALLOC_TRACE.
23842 (tst-glob-tilde-mem.out): Add mtrace check.
23843 * posix/tst-glob-tilde.c: New file.
23844
23845 2017-10-20 Joseph Myers <joseph@codesourcery.com>
23846
23847 * bits/floatn-common.h: New file.
23848 * math/Makefile (headers): Add bits/floatn-common.h.
23849 * bits/floatn.h: Include <bits/floatn-common.h>.
23850 * sysdeps/ia64/bits/floatn.h: Likewise.
23851 * sysdeps/ieee754/ldbl-128/bits/floatn.h: Likewise.
23852 * sysdeps/mips/ieee754/bits/floatn.h: Likewise.
23853 * sysdeps/powerpc/bits/floatn.h: Likewise.
23854 * sysdeps/x86/bits/floatn.h: Likewise.
23855
23856 2017-10-20 Adhemerval Zanella <adhemerval.zanella@linaro.org>
23857
23858 * configure.ac (libc_cv_gcc_incompatbile_alias): New define:
23859 indicates whether compiler emits an warning for alias for
23860 functions with incompatible types.
23861
23862 [BZ #22273]
23863 * sysdeps/unix/sysv/linux/spawni.c (__spawnix): Handle the case where
23864 the auxiliary process is terminated by a signal before calling _exit
23865 or execve.
23866
23867 2017-10-20 H.J. Lu <hongjiu.lu@intel.com>
23868
23869 [BZ #21265]
23870 * sysdeps/x86/cpu-features-offsets.sym (XSAVE_STATE_SIZE_OFFSET):
23871 New.
23872 * sysdeps/x86/cpu-features.c: Include <libc-pointer-arith.h>.
23873 (get_common_indeces): Set xsave_state_size, xsave_state_full_size
23874 and bit_arch_XSAVEC_Usable if needed.
23875 (init_cpu_features): Remove bit_arch_Use_dl_runtime_resolve_slow
23876 and bit_arch_Use_dl_runtime_resolve_opt.
23877 * sysdeps/x86/cpu-features.h (bit_arch_Use_dl_runtime_resolve_opt):
23878 Removed.
23879 (bit_arch_Use_dl_runtime_resolve_slow): Likewise.
23880 (bit_arch_Prefer_No_AVX512): Updated.
23881 (bit_arch_MathVec_Prefer_No_AVX512): Likewise.
23882 (bit_arch_XSAVEC_Usable): New.
23883 (STATE_SAVE_OFFSET): Likewise.
23884 (STATE_SAVE_MASK): Likewise.
23885 [__ASSEMBLER__]: Include <cpu-features-offsets.h>.
23886 (cpu_features): Add xsave_state_size and xsave_state_full_size.
23887 (index_arch_Use_dl_runtime_resolve_opt): Removed.
23888 (index_arch_Use_dl_runtime_resolve_slow): Likewise.
23889 (index_arch_XSAVEC_Usable): New.
23890 * sysdeps/x86/cpu-tunables.c (TUNABLE_CALLBACK (set_hwcaps)):
23891 Support XSAVEC_Usable. Remove Use_dl_runtime_resolve_slow.
23892 * sysdeps/x86_64/Makefile (tst-x86_64-1-ENV): New if tunables
23893 is enabled.
23894 * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup):
23895 Replace _dl_runtime_resolve_sse, _dl_runtime_resolve_avx,
23896 _dl_runtime_resolve_avx_slow, _dl_runtime_resolve_avx_opt,
23897 _dl_runtime_resolve_avx512 and _dl_runtime_resolve_avx512_opt
23898 with _dl_runtime_resolve_fxsave, _dl_runtime_resolve_xsave and
23899 _dl_runtime_resolve_xsavec.
23900 * sysdeps/x86_64/dl-trampoline.S (DL_RUNTIME_UNALIGNED_VEC_SIZE):
23901 Removed.
23902 (DL_RUNTIME_RESOLVE_REALIGN_STACK): Check STATE_SAVE_ALIGNMENT
23903 instead of VEC_SIZE.
23904 (REGISTER_SAVE_BND0): Removed.
23905 (REGISTER_SAVE_BND1): Likewise.
23906 (REGISTER_SAVE_BND3): Likewise.
23907 (REGISTER_SAVE_RAX): Always defined to 0.
23908 (VMOV): Removed.
23909 (_dl_runtime_resolve_avx): Likewise.
23910 (_dl_runtime_resolve_avx_slow): Likewise.
23911 (_dl_runtime_resolve_avx_opt): Likewise.
23912 (_dl_runtime_resolve_avx512): Likewise.
23913 (_dl_runtime_resolve_avx512_opt): Likewise.
23914 (_dl_runtime_resolve_sse): Likewise.
23915 (_dl_runtime_resolve_sse_vex): Likewise.
23916 (USE_FXSAVE): New.
23917 (_dl_runtime_resolve_fxsave): Likewise.
23918 (USE_XSAVE): Likewise.
23919 (_dl_runtime_resolve_xsave): Likewise.
23920 (USE_XSAVEC): Likewise.
23921 (_dl_runtime_resolve_xsavec): Likewise.
23922 * sysdeps/x86_64/dl-trampoline.h (_dl_runtime_resolve_avx512):
23923 Removed.
23924 (_dl_runtime_resolve_avx512_opt): Likewise.
23925 (_dl_runtime_resolve_avx): Likewise.
23926 (_dl_runtime_resolve_avx_opt): Likewise.
23927 (_dl_runtime_resolve_sse): Likewise.
23928 (_dl_runtime_resolve_sse_vex): Likewise.
23929 (_dl_runtime_resolve_fxsave): New.
23930 (_dl_runtime_resolve_xsave): Likewise.
23931 (_dl_runtime_resolve_xsavec): Likewise.
23932
23933 2017-10-20 Paul Eggert <eggert@cs.ucla.edu>
23934
23935 [BZ #22320]
23936 CVE-2017-15670
23937 * posix/glob.c (__glob): Fix one-byte overflow.
23938
23939 2017-10-20 Wilco Dijkstra <wdijkstr@arm.com>
23940
23941 * malloc/malloc.c (sysdep-cancel.h): Add include.
23942
23943 2017-10-20 Wilco Dijkstra <wdijkstr@arm.com>
23944
23945 * malloc/malloc.c (_int_free): Add SINGLE_THREAD_P fast paths.
23946
23947 2017-10-20 Will Hawkins <hawkinsw@borlaugic.com>
23948
23949 * resolv/Makefile [$(build-shared)$(have-thread-library) == yesyes]
23950 (tests): Remove $(objpfx)ga_test depdendency.
23951 * resolv/ga_test.c: Remove file.
23952
23953 2017-10-20 Mike FABIAN <mfabian@redhat.com>
23954
23955 [BZ #18812]
23956 * localedata/SUPPORTED: Add kab_DZ/UTF-8.
23957 * localedata/locales/kab_DZ: New file.
23958
23959 2017-10-20 H.J. Lu <hongjiu.lu@intel.com>
23960
23961 * sysdeps/m68k/dl-machine.h (elf_machine_load_address): Use
23962 _dl_relocate_static_pie instead of _dl_start to compute load
23963 address in static PIE.
23964
23965 2017-10-20 H.J. Lu <hongjiu.lu@intel.com>
23966
23967 * sysdeps/m68k/start.S (_start): Check PIC instead of SHARED.
23968
23969 2017-10-20 Mike FABIAN <mfabian@redhat.com>
23970
23971 [BZ #13605]
23972 * localedata/SUPPORTED: Add shn_MM/UTF-8.
23973 * localedata/locales/shn_MM: New file.
23974
23975 2017-10-20 Florian Weimer <fweimer@redhat.com>
23976
23977 [BZ #22321]
23978 sysconf: Fix missing definition of UIO_MAXIOV on Linux.
23979 * sysdeps/posix/sysconf.c: Include <sys/uio.h>.
23980 * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-sysconf-iov_max.
23981 (tst-sysconf-iov_max): Link with tst-sysconf-iov_max-uapi.o.
23982 * sysdeps/unix/sysv/linux/tst-sysconf-iov_max.c: New file.
23983 * sysdeps/unix/sysv/linux/tst-sysconf-iov_max-uapi.c: Likewise.
23984
23985 2017-10-19 H.J. Lu <hongjiu.lu@intel.com>
23986
23987 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
23988
23989 2017-10-19 Joseph Myers <joseph@codesourcery.com>
23990
23991 * sysdeps/mips/ieee754/bits/floatn.h: New file.
23992
23993 [BZ #22322]
23994 * sysdeps/mips/bits/long-double.h: Move to ....
23995 * sysdeps/mips/ieee754/bits/long-double.h: ... here.
23996
23997 2017-10-19 Wilco Dijkstra <wdijkstr@arm.com>
23998
23999 * malloc/malloc.c (_int_free): Fix deadlock bug in consistency check.
24000
24001 2017-10-19 Valery Reznic <valery_reznic@yahoo.com>
24002 H.J. Lu <hongjiu.lu@intel.com>
24003
24004 [BZ #22299]
24005 * sysdeps/x86/cpu-features.c (init_cpu_features): Don't set
24006 GLRO(dl_platform) to NULL.
24007 * sysdeps/x86_64/Makefile (tests): Add tst-platform-1.
24008 (modules-names): Add tst-platformmod-1 and
24009 x86_64/tst-platformmod-2.
24010 (CFLAGS-tst-platform-1.c): New.
24011 (CFLAGS-tst-platformmod-1.c): Likewise.
24012 (CFLAGS-tst-platformmod-2.c): Likewise.
24013 (LDFLAGS-tst-platformmod-2.so): Likewise.
24014 ($(objpfx)tst-platform-1): Likewise.
24015 ($(objpfx)tst-platform-1.out): Likewise.
24016 (tst-platform-1-ENV): Likewise.
24017 ($(objpfx)x86_64/tst-platformmod-2.os): Likewise.
24018 * sysdeps/x86_64/tst-platform-1.c: New file.
24019 * sysdeps/x86_64/tst-platformmod-1.c: Likewise.
24020 * sysdeps/x86_64/tst-platformmod-2.c: Likewise.
24021
24022 2017-10-19 Mike FABIAN <mfabian@redhat.com>
24023
24024 [BZ #13994]
24025 * locale/iso-639.def: Add Karbi.
24026 * localedata/SUPPORTED: Add mjw_IN/UTF-8.
24027 * localedata/locales/mjw_IN: New file.
24028
24029 2017-10-18 Joseph Myers <joseph@codesourcery.com>
24030
24031 * sysdeps/ieee754/ldbl-128/Makeconfig: New file.
24032 * sysdeps/ieee754/ldbl-128/bits/floatn.h: Likewise.
24033 * sysdeps/ieee754/ldbl-128/float128-abi.h: Likewise.
24034 * sysdeps/generic/libm-alias-ldouble.h: Include <bits/floatn.h>.
24035 [__HAVE_FLOAT128 && !__HAVE_DISTINCT_FLOAT128]
24036 (libm_alias_ldouble_other_r): Also create _Float128 alias.
24037 * sysdeps/ieee754/ldbl-opt/libm-alias-ldouble.h: Include
24038 <bits/floatn.h>.
24039 [__HAVE_FLOAT128 && !__HAVE_DISTINCT_FLOAT128]
24040 (libm_alias_ldouble_other_r): Also create _Float128 alias.
24041 * manual/math.texi (Mathematics): Document additional architecture
24042 support for _Float128.
24043 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: Update.
24044 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
24045 * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
24046 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
24047 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
24048 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
24049 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
24050 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
24051 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
24052 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
24053 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
24054 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
24055 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
24056 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
24057 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
24058
24059 2017-10-18 Renlin Li <renlin.li@arm.com>
24060
24061 * sysdeps/aarch64/dl-machine.h (elf_machine_load_address): Use
24062 _DYNAMIC symbol to calculate load address.
24063
24064 2017-10-18 Paul A. Clarke <pc@us.ibm.com>
24065
24066 * sysdeps/powerpc/fpu/fenv_private.h (_FPU_MASK_TRAPS_RN):
24067 (_FPU_MASK_FRAC_INEX_RET_CC): Fix masks to more properly handle
24068 summary bits.
24069 (_FPU_MASK_RN): Expand _FPU_MASK_RN to 64bit hex.
24070 (_FPU_MASK_NOT_RN_NI): Treat bit 52 (left-to-right) as reserved.
24071
24072 2017-10-18 Mike FABIAN <mfabian@redhat.com>
24073
24074 [BZ #16777]
24075 * localedata/locales/pl_PL (LC_MONETARY): Use U+202F as mon_thousands_sep
24076 and improve readability by using more ASCII.
24077 * localedata/locales/pl_PL (LC_NUMERIC): Use U+202F as thousands_sep
24078 and improve readability by using more ASCII.
24079
24080 2017-10-18 Wilco Dijkstra <wdijkstr@arm.com>
24081
24082 * malloc/malloc.c (malloc_state): Use int for have_fastchunks since
24083 not all targets support atomics on bool.
24084
24085 2017-10-17 Joseph Myers <joseph@codesourcery.com>
24086
24087 * include/float.h [!__GNUC_PREREQ (7, 0) && __HAVE_FLOAT128 &&
24088 __GLIBC_USE (IEC_60559_TYPES_EXT)] (FLT128_MAX): Define using
24089 __f128.
24090 [!__GNUC_PREREQ (7, 0) && __HAVE_FLOAT128 && __GLIBC_USE
24091 (IEC_60559_TYPES_EXT)] (FLT128_EPSILON): Likewise.
24092 [!__GNUC_PREREQ (7, 0) && __HAVE_FLOAT128 && __GLIBC_USE
24093 (IEC_60559_TYPES_EXT)] (FLT128_MIN): Likewise.
24094 [!__GNUC_PREREQ (7, 0) && __HAVE_FLOAT128 && __GLIBC_USE
24095 (IEC_60559_TYPES_EXT)] (FLT128_TRUE_MIN): Likewise.
24096
24097 2017-10-17 Adhemerval Zanella <adhemerval.zanella@linaro.org>
24098
24099 * bits/uio-ext.h (RWF_HIPRI, RWF_DSYNC, RWF_SYNC, RWF_NOWAIT): New
24100 defines.
24101
24102 2017-10-17 Wilco Dijkstra <wdijkstr@arm.com>
24103
24104 [BZ #22159]
24105 * malloc/arena.c (ptmalloc_init): Call malloc_init_state.
24106 * malloc/malloc.c (do_check_free_chunk): Fix build bug.
24107 (do_check_remalloced_chunk): Fix build bug.
24108 (do_check_malloc_state): Add assert that checks arena->top.
24109 (malloc_consolidate): Remove initialization.
24110 (int_mallinfo): Remove call to malloc_consolidate.
24111 (__libc_mallopt): Clarify why malloc_consolidate is needed.
24112
24113 2017-10-17 Wilco Dijkstra <wdijkstr@arm.com>
24114
24115 * malloc/malloc.c (FASTCHUNKS_BIT): Remove.
24116 (have_fastchunks): Remove.
24117 (clear_fastchunks): Remove.
24118 (set_fastchunks): Remove.
24119 (malloc_state): Add have_fastchunks.
24120 (malloc_init_state): Use have_fastchunks.
24121 (do_check_malloc_state): Remove incorrect invariant checks.
24122 (_int_malloc): Use have_fastchunks.
24123 (_int_free): Likewise.
24124 (malloc_consolidate): Likewise.
24125
24126 2017-10-17 Wilco Dijkstra <wdijkstr@arm.com>
24127
24128 * malloc/malloc.c (tcache_put): Inline.
24129 (tcache_get): Inline.
24130
24131 2017-10-17 Jordi Mallach <jordi@gnu.org>
24132
24133 Aurelien Jarno <aurelien@aurel32.net>
24134 [BZ #2522]
24135 * localedata/locales/ca_ES@valencia: New file.
24136 * localedata/SUPPORTED: Add ca_ES@valencia/UTF-8.
24137
24138 2017-10-17 Romain Naour <romain.naour@gmail.com> (tiny change)
24139
24140 [BZ #22296]
24141 * math/math.h: Let signbit use the builtin in C++ mode with gcc
24142 < 6.x
24143
24144 2017-10-17 Adhemerval Zanella <adhemerval.zanella@linaro.org>
24145
24146 * scripts/build-many-glibcs.py (Context.add_all_configs):
24147 Add arm-linux-gnueabihf multiarch extra_glibcs.
24148
24149 * sysdeps/generic/ifunc-init.h: New file.
24150 * sysdeps/x86/init-arch.h: Use generic ifunc-init.h.
24151
24152 2017-10-17 Mike FABIAN <mfabian@redhat.com>
24153
24154 [BZ #22019]
24155 * localedata/locales/el_GR: Set n_cs_precedes to 0.
24156 * localedata/locales/el_CY: copy "el_GR" because it is identical.
24157 * stdlib/tst-strfmon_l.c: adapt test case.
24158
24159 2017-10-16 Joseph Myers <joseph@codesourcery.com>
24160
24161 * sysdeps/generic/float128-abi.h: New file.
24162 * sysdeps/ieee754/float128/Versions (FLOAT128_VERSION): Move
24163 non-__prefixed symbols to ....
24164 * math/Versions: ... here. Include <float128-abi.h>.
24165 * stdlib/Versions ... and here. Include <float128-abi.h>
24166
24167 2017-10-16 Florian Weimer <fweimer@redhat.com>
24168
24169 * version.h (VERSION): Switch to ".9000" as the development
24170 version suffix.
24171
24172 2017-10-16 Florian Weimer <fweimer@redhat.com>
24173
24174 [BZ #22050]
24175 * malloc/mcheck-init.c (__malloc_initialize_hook): Use
24176 compat_symbol_reference to access non-default version.
24177
24178 2017-10-16 Florian Weimer <fweimer@redhat.com>
24179
24180 * malloc/Makefile (others-extras): Set to mcheck-init.o.
24181
24182 2017-10-16 Carlos O'Donell <carlos@redhat.com>
24183
24184 * include/shlib-compat.h (compat_symbol_reference): Update
24185 comment.
24186
24187 2017-10-16 Joseph Myers <joseph@codesourcery.com>
24188
24189 * math/Makefile (test-types): Add
24190 $(type-float128-$(float128-alias-fcts)).
24191 * math/test-float128.h (TYPE_STR): Define conditional on
24192 [FLT128_MANT_DIG == LDBL_MANT_DIG].
24193 (ULP_IDX): Likewise.
24194 (ULP_I_IDX): Likewise.
24195
24196 * stdlib/strtold.c: Include <bits/floatn.h>
24197 [__HAVE_FLOAT128 && !__HAVE_DISTINCT_FLOAT128] (strtof128): Define
24198 and later undefine as macro. Define as weak alias if
24199 [!USE_WIDE_CHAR].
24200 [__HAVE_FLOAT128 && !__HAVE_DISTINCT_FLOAT128] (wcstof128): Define
24201 and later undefine as macro. Define as weak alias if
24202 [USE_WIDE_CHAR].
24203 * sysdeps/ieee754/ldbl-128/strtold_l.c [__HAVE_FLOAT128 &&
24204 !__HAVE_DISTINCT_FLOAT128] (strtof128_l): Define and later
24205 undefine as macro. Define as weak alias if [!USE_WIDE_CHAR].
24206 [__HAVE_FLOAT128 && !__HAVE_DISTINCT_FLOAT128] (wcstof128_l):
24207 Define and later undefine as macro. Define as weak alias if
24208 [USE_WIDE_CHAR].
24209 * sysdeps/ieee754/ldbl-64-128/strtold_l.c: Include
24210 <bits/floatn.h>.
24211 [__HAVE_FLOAT128 && !__HAVE_DISTINCT_FLOAT128] (strtof128_l):
24212 Define and later undefine as macro. Define as weak alias if
24213 [!USE_WIDE_CHAR].
24214 [__HAVE_FLOAT128 && !__HAVE_DISTINCT_FLOAT128] (wcstof128_l):
24215 Define and later undefine as macro. Define as weak alias if
24216 [USE_WIDE_CHAR].
24217
24218 2017-10-15 Carlos O'Donell <carlos@redhat.com>
24219
24220 * localedata/collate-test.c (allocate_arrays): Don't use \n in
24221 record_verbose messages.
24222
24223 2017-10-15 H.J. Lu <hongjiu.lu@intel.com>
24224
24225 [BZ #22052]
24226 * malloc/hooks.c (realloc_check): Use DIAG_IGNORE_NEEDS_COMMENT
24227 to silence -O3 -Wall warning with GCC 7.
24228
24229 2017-10-14 H.J. Lu <hongjiu.lu@intel.com>
24230
24231 * Makeconfig (+link-static-before-libc): Use the first of
24232 $(CRT-$(@F)) and $(csu-objpfx)$(static-start-installed-name).
24233 * gmon/Makefile (tests): Add tst-gmon-static.
24234 (tests-static): Likewise.
24235 (CFLAGS-tst-gmon-static.c): New.
24236 (CRT-tst-gmon-static): Likewise.
24237 (DEFAULT-LDFLAGS-tst-gmon-static): Likewise.
24238 (tst-gmon-static-ENV): Likewise.
24239 (tests-special): Likewise.
24240 ($(objpfx)tst-gmon-static.out): Likewise.
24241 (clean-tst-gmon-static-data): Likewise.
24242 ($(objpfx)tst-gmon-static-gprof.out): Likewise.
24243 * gmon/tst-gmon-static-gprof.sh: New file.
24244 * gmon/tst-gmon-static.c: Likewise.
24245
24246 2017-10-13 Carlos O'Donell <carlos@redhat.com>
24247
24248 [BZ #22295]
24249 * locale/programs/linereader.c (get_string): Don't warn on
24250 non-symbolic character.
24251
24252 [BZ #22294]
24253 * locale/programs/ld-monetary.c (monetary_finish): Allow ""
24254 int_curr_symbol.
24255
24256 [BZ #22292]
24257 * locale/programs/record-status.h: New file
24258 * locale/programs/locale.c: Add comment.
24259 * locale/programs/charmap-dir.c: Don't include error.h.
24260 (charmap_opendir): Use record_error.
24261 * locale/programs/charmap.c: Don't include error.h.
24262 (charmap_read): Use record_error, and record_warning.
24263 (parse_charmap): Likewise.
24264 * locale/programs/ld-address.c: Don't include error.h.
24265 (address_finish): Use record_error, and record_warning.
24266 * locale/programs/ld-collate.c: Don't include error.h.
24267 (collate_finish): Use record_error, and record_error_at_line.
24268 * locale/programs/ld-ctype.c (ctype_finish): Use record_error.
24269 (ctype_class_new): Likewise.
24270 (ctype_map_new): Likewise.
24271 (set_one_default): Likewise.
24272 (set_class_defaults): Likewise.
24273 (translit_flatten): Likewise.
24274 (allocate_arrays): Use record_error, and record_verbose.
24275 * locale/programs/ld-identification.c: Don't include error.h.
24276 (indentation_finish): Use record_error and record_warning.
24277 * locale/programs/ld-measurement.c: Don't include error.h.
24278 (measurement_finish): Use record_error.
24279 * locale/programs/ld-messages.c
24280 (message_finish): Likewise.
24281 * locale/programs/ld-monetary.c
24282 (monetary_finish): Likewise.
24283 * locale/programs/ld-name.c (name_finish): Use record_error
24284 and record_warning.
24285 * locale/programs/ld-numeric.c
24286 (numeric_finish): Use record_error.
24287 * locale/programs/ld-paper.c: Don't include error.h.
24288 (paper_finish): Use record_error.
24289 * locale/programs/ld-telephone.c: Don't include error.h.
24290 (telephone_finish): Use record_error.
24291 * locale/programs/ld-time.c (time_finish): Likewise.
24292 * locale/programs/linereader.h (lr_error): Make inline func.
24293 * locale/programs/localedef.c: Define recorded_warning_count,
24294 and recorded_error_count.
24295 (main): Use record_error. Use recorded_error_count and
24296 recorded_warning_count to issue correct error returns.
24297 (add_to_readlist): Use record_error.
24298 (find_locale): Likewise.
24299 (load_locale): Likewise.
24300 * locale/programs/localedef.h: Remove be_quiet
24301 and WITH_CUR_LOCALE.
24302 * locale/programs/locarchive.c (compare_from_file): Use
24303 record_error.
24304 * locale/programs/locfile.c (write_locale_data): Use
24305 record_error.
24306 * locale/programs/repertoire.c: Dont include error.h.
24307 (repertoire_complain): Use record_error.
24308 * localedata/tst-fmon.sh: Expect failures from localedef.
24309 * localedata/tst-locale.sh: Likewise.
24310 * localedata/gen-locale.sh: Expect failures from SHIFT_JIS.
24311
24312 * localedata/unicode-gen/Makefile (GENERATED): Use i18n_ctype.
24313 (REPORTS): Likewise.
24314 (check): Likewise.
24315 (i18n): Rename to...
24316 (i18n_ctype): ...this.
24317 (i18n-report): Rename to...
24318 (i18n_ctype-report): ...this.
24319 * localedata/locales/i18n_ctype: Regenerate.
24320 * localedata/locales/i18n: copy i18n_ctype.
24321
24322 2017-10-13 Joseph Myers <joseph@codesourcery.com>
24323
24324 * stdlib/strfroml.c: Include <bits/floatn.h>.
24325 [__HAVE_FLOAT128 && !__HAVE_DISTINCT_FLOAT128] (strfromf128):
24326 Define before include of <stdlib.h> and undefine afterwards, then
24327 define as weak alias.
24328
24329 * sysdeps/ieee754/ldbl-64-128/s_nextafterl.c (weak_alias):
24330 Undefine and restore default definition. Use
24331 libm_alias_ldouble_other.
24332
24333 2017-10-13 Peter Zelezny <peter.zelezny@dektech.com.au>
24334
24335 [BZ #22153]
24336 * nptl/allocatestack.c (__nptl_setxid_error): Preserve error code
24337 in coredumps.
24338
24339 2017-10-13 James Clarke <jrtc27@jrtc27.com>
24340
24341 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
24342 Assign sym_map to be map for local symbols, as TLS relocations
24343 use sym_map to determine whether the symbol is defined and to
24344 extract the TLS information.
24345 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
24346 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
24347
24348 2017-10-13 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
24349
24350 [BZ #22189]
24351 * sysdeps/powerpc/fpu/math_private.h (math_opt_barrier):
24352 (math_force_eval): Add powerpc version.
24353
24354 [BZ #22142]
24355 * stdio-common/tst-printf.c (fp_test): Add tests for DBL_MAX and
24356 -DBL_MAX.
24357 (do_test): Likewise.
24358 * stdio-common/tst-printf.sh: Likewise.
24359 * sysdeps/powerpc/powerpc64/power7/add_n.S: Invert the initial
24360 ifdef clause in order to set the carry bit right. Replace r0 by
24361 0 without changing the behavior.
24362
24363 2017-10-13 Joseph Myers <joseph@codesourcery.com>
24364
24365 * sysdeps/sparc/sparc32/fpu/s_fabsl.c: Include
24366 <libm-alias-ldouble.h>.
24367 (fabsl): Define using libm_alias_ldouble.
24368 * sysdeps/sparc/sparc64/fpu/s_fabsl.c: Include
24369 <libm-alias-ldouble.h>.
24370 (fabsl): Define using libm_alias_ldouble.
24371
24372 * sysdeps/ieee754/ldbl-opt/w_lgamma_compatl.c [BUILD_LGAMMA]:
24373 Remove conditional code.
24374
24375 * sysdeps/ieee754/ldbl-opt/s_clog10l.c (__clog10l__internal):
24376 Rename to __clog10_internal_l.
24377 (__clog10_internal_l): Define aliases using
24378 libm_alias_ldouble_other instead of using libm_alias_ldouble_other
24379 with __clog10.
24380
24381 2017-10-13 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
24382
24383 * benchtests/Makefile (bench-math): Add sinf, cosf and sincosf.
24384 * benchtests/sincosf-inputs: New file.
24385 * benchtests/cosf-inputs: New file.
24386 * benchtests/sinf-inputs: New file.
24387
24388 2017-10-12 Szabolcs Nagy <szabolcs.nagy@arm.com>
24389
24390 * posix/tst-spawn.c (do_test): Wait for both children.
24391
24392 2017-10-12 H.J. Lu <hongjiu.lu@intel.com>
24393
24394 [BZ #22284]
24395 * gmon/Makefile [$(have-fpie)$(build-shared) == yesyes] (tests,
24396 tests-pie): Add tst-gmon-pie.
24397 (CFLAGS-tst-gmon-pie.c): New.
24398 (CRT-tst-gmon-pie): Likewise.
24399 (tst-gmon-pie-ENV): Likewise.
24400 [$(have-fpie)$(build-shared) == yesyes] (tests-special): Likewise.
24401 ($(objpfx)tst-gmon-pie.out): Likewise.
24402 (clean-tst-gmon-pie-data): Likewise.
24403 ($(objpfx)tst-gmon-pie-gprof.out): Likewise.
24404 * gmon/gmon.c [PIC]: Include <link.h>.
24405 [PIC] (callback): New function.
24406 (write_hist): Add an argument for load address. Subtract load
24407 address from PCs.
24408 (write_call_graph): Likewise.
24409 (write_gmon): Call __dl_iterate_phdr to get load address, pass
24410 it to write_hist and write_call_graph.
24411 * gmon/tst-gmon-pie.c: New file.
24412
24413 2017-10-11 Joseph Myers <joseph@codesourcery.com>
24414
24415 * math/Makefile (test-types-basic): New variable.
24416 (test-types): Likewise.
24417 (libm-test-support): Use $(test-types) instead of $(types).
24418 (libm-tests-base-normal): Likewise.
24419 (libm-tests-base-finite): Likewise.
24420 (libm-tests-base-inline): Likewise.
24421 (generated): Likewise.
24422 ($(objpfx)libm-test-support-$(t).c): Likewise.
24423 (libm-tests-for-type iterator): Likewise.
24424 (libm-test-support iterator): Likewise.
24425 * math/libm-test-support.c (ulp_i_idx): Use ULP_I_IDX.
24426 (ulp_idx): Use ULP_IDX.
24427 * math/test-ldouble.h: Include <float.h>.
24428 (TYPE_STR): Define conditional on [LDBL_MANT_DIG == DBL_MANT_DIG].
24429 (ULP_IDX): New macro.
24430 (ULP_I_IDX): Likewise.
24431 * math/test-double.h (ULP_IDX): Likewise.
24432 (ULP_I_IDX): Likewise.
24433 * math/test-float.h (ULP_IDX): Likewise.
24434 (ULP_I_IDX): Likewise.
24435 * math/test-float128.h (ULP_IDX): Likewise.
24436 (ULP_I_IDX): Likewise.
24437
24438 2017-10-11 Adhemerval Zanella <adhemerval.zanella@linaro.org>
24439
24440 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Remove file.
24441 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
24442 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
24443 * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: Likewise.
24444 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
24445 * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: Likewise.
24446 * sysdeps/unix/sysv/linux/powerpc/sysdep-cancel.h: Likewise.
24447 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
24448 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
24449 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
24450 * sysdeps/unix/sysv/linux/sparc/sysdep-cancel.h: Likewise.
24451 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
24452 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
24453 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
24454 (SINGLE_THREAD_BY_GLOBAL): Define.
24455 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (SINGLE_THREAD_BY_GLOBAL):
24456 Likewise.
24457 * sysdeps/unix/sysv/linux/alpha/sysdep.h (SINGLE_THREAD_BY_GLOBAL):
24458 Likewise.
24459 * sysdeps/unix/sysv/linux/arm/sysdep.h (SINGLE_THREAD_BY_GLOBAL):
24460 Likewise.
24461 * sysdeps/unix/sysv/linux/hppa/sysdep.h (SINGLE_THREAD_BY_GLOBAL):
24462 Likewise.
24463 * sysdeps/unix/sysv/linux/microblaze/sysdep.h
24464 (SINGLE_THREAD_BY_GLOBAL): Likewise.
24465 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SINGLE_THREAD_BY_GLOBAL):
24466 Likewise.
24467
24468 2017-10-11 Andreas Schwab <schwab@suse.de>
24469
24470 * nis/Makefile (aux): Remove.
24471 * nscd/Makefile (aux): Add nscd_hash.
24472 (nscd-modules): Likewise.
24473 ($(objpfx)nscd): Don't depend on libnsl.
24474 * nscd/nscd_hash.c: New file.
24475 * nscd/nscd_hash.h: Likewise.
24476 * nscd/cache.c: Include "nscd_hash.h" instead of <rpcsvc/nis.h>.
24477 (cache_search, cache_add): Use __nscd_hash instead of __nis_hash.
24478 * nscd/nscd_helper.c: Include <sys/param.h> and "nscd_hash.h"
24479 instead of <nis/rpcsvc/nis.h>.
24480 (__nscd_cache_search): Use __nscd_hash instead of __nis_hash.
24481
24482 2017-10-11 Florian Weimer <fweimer@redhat.com>
24483
24484 [BZ #22078]
24485 Avoid large NSS buffers with many addresses, aliases.
24486 * nss/nss_files/files-hosts.c (gethostbyname3_multi): Rewrite
24487 using dynarrays and struct alloc_buffer.
24488 * nss/Makefile (tests): Add tst-nss-files-hosts-multi.
24489 (tst-nss-files-hosts-multi): Link with -ldl.
24490 * nss/tst-nss-files-hosts-multi.c: New file.
24491
24492 2017-10-11 Florian Weimer <fweimer@redhat.com>
24493
24494 [BZ #18023]
24495 * nss/nss_files/files-hosts.c (gethostbyname3_multi): Use struct
24496 scratch_buffer. Eliminate gotos.
24497
24498 2017-10-11 Joseph Myers <joseph@codesourcery.com>
24499
24500 * sysdeps/ieee754/ldbl-opt/s_clog10l.c: Use
24501 libm_alias_ldouble_other.
24502 * sysdeps/ieee754/ldbl-opt/w_exp10l_compat.c (weak_alias): Do not
24503 undefine and redefine.
24504 [LIBM_SVID_COMPAT && !LONG_DOUBLE_COMPAT (libm, GLIBC_2_1)]
24505 (exp10l): Do not define here.
24506 * sysdeps/ieee754/ldbl-opt/w_lgamma_compatl.c [BUILD_LGAMMA]
24507 (weak_alias): Undefine and redefine.
24508 [BUILD_LGAMMA]: Use libm_alias_ldouble_other.
24509 * sysdeps/ieee754/ldbl-opt/w_remainderl_compat.c
24510 [LIBM_SVID_COMPAT] (weak_alias): Undefine and redefine here.
24511 [LIBM_SVID_COMPAT]: Use libm_alias_ldouble_other.
24512
24513 * soft-fp/fmadf4.c: Include <libm-alias-double.h>.
24514 [!__fma] (fma): Define using libm_alias_double.
24515 * soft-fp/fmasf4.c: Include <libm-alias-float.h>.
24516 [!__fmaf] (fmaf): Define using libm_alias_float.
24517 * soft-fp/fmatf4.c: Include <libm-alias-ldouble.h>.
24518 (fmal): Define using libm_alias_ldouble.
24519
24520 2017-10-10 Joseph Myers <joseph@codesourcery.com>
24521
24522 * sysdeps/generic/libm-alias-double.h (libm_alias_double_other_r):
24523 New macro.
24524 (libm_alias_double_other): Likewise.
24525 (libm_alias_double_r): Use libm_alias_double_other_r.
24526 * sysdeps/generic/libm-alias-float.h (libm_alias_float_other_r):
24527 New macro.
24528 (libm_alias_float_other): Likewise.
24529 (libm_alias_float_r): Use libm_alias_float_other_r.
24530 * sysdeps/generic/libm-alias-float128.h
24531 (libm_alias_float128_other_r): New macro.
24532 (libm_alias_float128_other): Likewise.
24533 (libm_alias_float128_r): Use libm_alias_float128_other_r.
24534 * sysdeps/generic/libm-alias-ldouble.h
24535 (libm_alias_ldouble_other_r): New macro.
24536 (libm_alias_ldouble_other): Likewise.
24537 (libm_alias_ldouble_r): Use libm_alias_ldouble_other_r.
24538 * sysdeps/ieee754/ldbl-opt/libm-alias-double.h
24539 (libm_alias_double_other_r): New macro.
24540 (libm_alias_double_other): Likewise.
24541 (libm_alias_double_r): Use libm_alias_double_other_r.
24542 * sysdeps/ieee754/ldbl-opt/libm-alias-ldouble.h
24543 (libm_alias_ldouble_other_r): New macro.
24544 (libm_alias_ldouble_other): Likewise.
24545 (libm_alias_ldouble_r): Use libm_alias_ldouble_other_r.
24546 * math/w_lgamma_main.c: Include <libm-alias-double.h>.
24547 [!USE_AS_COMPAT]: Use libm_alias_double_other.
24548 * math/w_lgammaf_main.c: Include <libm-alias-float.h>.
24549 [!USE_AS_COMPAT]: Use libm_alias_float_other.
24550 * math/w_lgammal_main.c: Include <libm-alias-ldouble.h>.
24551 [!USE_AS_COMPAT]: Use libm_alias_ldouble_other.
24552 * math/w_exp2f.c: Use libm_alias_float_other.
24553 * math/w_expf.c: Likewise.
24554 * math/w_log2f.c: Likewise.
24555 * math/w_logf.c: Likewise.
24556 * math/w_powf.c: Likewise.
24557 * sysdeps/ieee754/flt-32/e_exp2f.c: Include <libm-alias-float.h>.
24558 [!__exp2f]: Use libm_alias_float_other.
24559 * sysdeps/ieee754/flt-32/e_expf.c: Include <libm-alias-float.h>.
24560 [!__expf]: Use libm_alias_float_other.
24561 * sysdeps/ieee754/flt-32/e_log2f.c: Include <libm-alias-float.h>.
24562 [!__log2f]: Use libm_alias_float_other.
24563 * sysdeps/ieee754/flt-32/e_logf.c: Include <libm-alias-float.h>.
24564 [!__logf]: Use libm_alias_float_other.
24565 * sysdeps/ieee754/flt-32/e_powf.c: Include <libm-alias-float.h>.
24566 [!__powf]: Use libm_alias_float_other.
24567
24568 2017-10-10 Florian Weimer <fweimer@redhat.com>
24569
24570 * nss/nss_files/files-hosts.c (gethostbyname3_multi): New
24571 function.
24572 (_nss_files_gethostbyname3_r): Call it.
24573
24574 2017-10-09 Joseph Myers <joseph@codesourcery.com>
24575
24576 * sysdeps/generic/math-type-macros.h [!declare_mgen_alias]: Give
24577 error. Remove default definition of declare_mgen_alias.
24578 [!declare_mgen_alias_r]: Likewise.
24579 * sysdeps/generic/math-type-macros-double.h
24580 [!declare_mgen_alias_r] (declare_mgen_alias_r): New macro.
24581 * sysdeps/generic/math-type-macros-float.h [!declare_mgen_alias_r]
24582 (declare_mgen_alias_r): Likewise.
24583 * sysdeps/generic/math-type-macros-float128.h
24584 [!declare_mgen_alias_r] (declare_mgen_alias_r): Likewise.
24585 * sysdeps/generic/math-type-macros-ldouble.h
24586 [!declare_mgen_alias_r] (declare_mgen_alias_r): Likewise.
24587 * math/w_lgamma_r_template.c (declare_mgen_alias_r_x): Remove
24588 macro.
24589 (declare_mgen_alias_r_s): Likewise.
24590 (declare_mgen_alias_r): Likewise.
24591 * math/w_lgamma_r_compat.c: Include <libm-alias-double.h>.
24592 (lgamma_r): Define using libm_alias_double_r.
24593 * math/w_lgammaf_r_compat.c: Include <libm-alias-float.h>.
24594 (lgammaf_r): Define using libm_alias_float_r.
24595 * math/w_lgammal_r_compat.c: Include <libm-alias-ldouble.h>.
24596 (lgammal_r): Define using libm_alias_ldouble_r.
24597 * sysdeps/ieee754/ldbl-opt/w_lgamma_r_compat.c: Remove file.
24598 * sysdeps/ieee754/ldbl-opt/w_lgammal_r_compat.c: Likewise.
24599
24600 2017-10-09 Adhemerval Zanella <adhemerval.zanella@linaro.org>
24601
24602 * lib/glob.c (__glob_pattern_type): Remove now-spurious
24603 extern declaration.
24604
24605 2017-10-09 Joseph Myers <joseph@codesourcery.com>
24606
24607 * sysdeps/ieee754/ldbl-opt/w_scalbln.c: Remove file.
24608
24609 2017-10-09 Jonathan Wakely <jwakely@redhat.com>
24610
24611 [BZ #21326]
24612 * include/features.h [__cplusplus >= 201703] (__USE_ISOC11): Define.
24613 [__cplusplus >= 201103] (__USE_ISOC99): Define.
24614 * math/Makefile (test-math-cxx11): New test.
24615 * math/test-math-cxx11.cc: New file.
24616
24617 2017-10-08 Christian Brauner <christian.brauner@ubuntu.com>
24618
24619 * login/openpty.c (openpty): Close slave pty file descriptor on error.
24620
24621 * login/openpty.c (openpty): If defined, use the TIOCGPTPEER ioctl()
24622 call to allocate the slave pty file descriptor.
24623
24624 2017-10-06 Joseph Myers <joseph@codesourcery.com>
24625
24626 * sysdeps/ieee754/ldbl-128/s_fma.c: Include <libm-alias-double.h>.
24627 [!__fma] (fma): Define using libm_alias_double.
24628 * sysdeps/ieee754/ldbl-96/s_fma.c: Include <libm-alias-double.h>.
24629 [!__fma] (fma): Define using libm_alias_double.
24630
24631 * sysdeps/ieee754/float128/float128_private.h: Include
24632 <libm-alias-ldouble.h> and <libm-alias-float128.h>.
24633 (libm_alias_ldouble_r): Undefine and redefine.
24634 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Include
24635 <libm-alias-ldouble.h>.
24636 (asinhl): Define using libm_alias_ldouble.
24637 * sysdeps/ieee754/ldbl-128/s_atanl.c: Include
24638 <libm-alias-ldouble.h>.
24639 (atanl): Define using libm_alias_ldouble.
24640 * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Include
24641 <libm-alias-ldouble.h>.
24642 (cbrtl): Define using libm_alias_ldouble.
24643 * sysdeps/ieee754/ldbl-128/s_ceill.c: Include
24644 <libm-alias-ldouble.h>.
24645 (ceill): Define using libm_alias_ldouble.
24646 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Include
24647 <libm-alias-ldouble.h>.
24648 (copysignl): Define using libm_alias_ldouble.
24649 * sysdeps/ieee754/ldbl-128/s_cosl.c: Include
24650 <libm-alias-ldouble.h>.
24651 (cosl): Define using libm_alias_ldouble.
24652 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include
24653 <libm-alias-ldouble.h>.
24654 (erfl): Define using libm_alias_ldouble.
24655 (erfcl): Likewise.
24656 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include
24657 <libm-alias-ldouble.h>.
24658 (expm1l): Define using libm_alias_ldouble.
24659 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Include
24660 <libm-alias-ldouble.h>.
24661 (fabsl): Define using libm_alias_ldouble.
24662 * sysdeps/ieee754/ldbl-128/s_floorl.c: Include
24663 <libm-alias-ldouble.h>.
24664 (floorl): Define using libm_alias_ldouble.
24665 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include
24666 <libm-alias-ldouble.h>.
24667 (fmal): Define using libm_alias_ldouble.
24668 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Include
24669 <libm-alias-ldouble.h>.
24670 (frexpl): Define using libm_alias_ldouble.
24671 * sysdeps/ieee754/ldbl-128/s_fromfpl.c (fromfpl): Define using
24672 libm_alias_ldouble.
24673 * sysdeps/ieee754/ldbl-128/s_fromfpl_main.c: Include
24674 <libm-alias-ldouble.h>.
24675 * sysdeps/ieee754/ldbl-128/s_fromfpxl.c (fromfpxl): Define using
24676 libm_alias_ldouble.
24677 * sysdeps/ieee754/ldbl-128/s_getpayloadl.c: Include
24678 <libm-alias-ldouble.h>.
24679 (getpayloadl): Define using libm_alias_ldouble.
24680 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Include
24681 <libm-alias-ldouble.h>.
24682 (llrintl): Define using libm_alias_ldouble.
24683 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Include
24684 <libm-alias-ldouble.h>.
24685 (llroundl): Define using libm_alias_ldouble.
24686 * sysdeps/ieee754/ldbl-128/s_logbl.c: Include
24687 <libm-alias-ldouble.h>.
24688 (logbl): Define using libm_alias_ldouble.
24689 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Include
24690 <libm-alias-ldouble.h>.
24691 (lrintl): Define using libm_alias_ldouble.
24692 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Include
24693 <libm-alias-ldouble.h>.
24694 (lroundl): Define using libm_alias_ldouble.
24695 * sysdeps/ieee754/ldbl-128/s_modfl.c: Include
24696 <libm-alias-ldouble.h>.
24697 (modfl): Define using libm_alias_ldouble.
24698 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Include
24699 <libm-alias-ldouble.h>.
24700 (nearbyintl): Define using libm_alias_ldouble.
24701 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Include
24702 <libm-alias-ldouble.h>.
24703 (nextafterl): Define using libm_alias_ldouble.
24704 * sysdeps/ieee754/ldbl-128/s_nextupl.c: Include
24705 <libm-alias-ldouble.h>.
24706 (nextupl): Define using libm_alias_ldouble.
24707 * sysdeps/ieee754/ldbl-128/s_remquol.c: Include
24708 <libm-alias-ldouble.h>.
24709 (remquol): Define using libm_alias_ldouble.
24710 * sysdeps/ieee754/ldbl-128/s_rintl.c: Include
24711 <libm-alias-ldouble.h>.
24712 (rintl): Define using libm_alias_ldouble.
24713 * sysdeps/ieee754/ldbl-128/s_roundevenl.c: Include
24714 <libm-alias-ldouble.h>.
24715 (roundevenl): Define using libm_alias_ldouble.
24716 * sysdeps/ieee754/ldbl-128/s_roundl.c: Include
24717 <libm-alias-ldouble.h>.
24718 (roundl): Define using libm_alias_ldouble.
24719 * sysdeps/ieee754/ldbl-128/s_setpayloadl.c (setpayloadl): Define
24720 using libm_alias_ldouble.
24721 * sysdeps/ieee754/ldbl-128/s_setpayloadl_main.c: Include
24722 <libm-alias-ldouble.h>.
24723 * sysdeps/ieee754/ldbl-128/s_setpayloadsigl.c (setpayloadsigl):
24724 Define using libm_alias_ldouble.
24725 * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include
24726 <libm-alias-ldouble.h>.
24727 (sincosl): Define using libm_alias_ldouble.
24728 * sysdeps/ieee754/ldbl-128/s_sinl.c: Include
24729 <libm-alias-ldouble.h>.
24730 (sinl): Define using libm_alias_ldouble.
24731 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Include
24732 <libm-alias-ldouble.h>.
24733 (tanhl): Define using libm_alias_ldouble.
24734 * sysdeps/ieee754/ldbl-128/s_tanl.c: Include
24735 <libm-alias-ldouble.h>.
24736 (tanl): Define using libm_alias_ldouble.
24737 * sysdeps/ieee754/ldbl-128/s_totalorderl.c: Include
24738 <libm-alias-ldouble.h>.
24739 (totalorderl): Define using libm_alias_ldouble.
24740 * sysdeps/ieee754/ldbl-128/s_totalordermagl.c: Include
24741 <libm-alias-ldouble.h>.
24742 (totalordermagl): Define using libm_alias_ldouble.
24743 * sysdeps/ieee754/ldbl-128/s_truncl.c: Include
24744 <libm-alias-ldouble.h>.
24745 (truncl): Define using libm_alias_ldouble.
24746 * sysdeps/ieee754/ldbl-128/s_ufromfpl.c (ufromfpl): Define using
24747 libm_alias_ldouble.
24748 * sysdeps/ieee754/ldbl-128/s_ufromfpxl.c (ufromfpxl): Define using
24749 libm_alias_ldouble.
24750 * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Include
24751 <libm-alias-ldouble.h>.
24752 (weak_alias): Do not undefine and redefine.
24753 [IS_IN (libc)] (libm_alias_ldouble): Undefine and redefine.
24754 (copysignl): Define with long_double_symbol only if [IS_IN
24755 (libc)].
24756 * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Include
24757 <libm-alias-ldouble.h>.
24758 (weak_alias): Do not undefine and redefine.
24759 [IS_IN (libc)] (libm_alias_ldouble): Undefine and redefine.
24760 (frexpl): Define with long_double_symbol only if [IS_IN (libc)].
24761 * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Include
24762 <libm-alias-ldouble.h>.
24763 (weak_alias): Do not undefine and redefine.
24764 [IS_IN (libc)] (libm_alias_ldouble): Undefine and redefine.
24765 (modfl): Define with long_double_symbol only if [IS_IN (libc)].
24766 * sysdeps/ieee754/ldbl-64-128/s_asinhl.c: Remove file.
24767 * sysdeps/ieee754/ldbl-64-128/s_atanl.c: Likewise.
24768 * sysdeps/ieee754/ldbl-64-128/s_cbrtl.c: Likewise.
24769 * sysdeps/ieee754/ldbl-64-128/s_ceill.c: Likewise.
24770 * sysdeps/ieee754/ldbl-64-128/s_cosl.c: Likewise.
24771 * sysdeps/ieee754/ldbl-64-128/s_erfl.c: Likewise.
24772 * sysdeps/ieee754/ldbl-64-128/s_expm1l.c: Likewise.
24773 * sysdeps/ieee754/ldbl-64-128/s_fabsl.c: Likewise.
24774 * sysdeps/ieee754/ldbl-64-128/s_floorl.c: Likewise.
24775 * sysdeps/ieee754/ldbl-64-128/s_fmal.c: Likewise.
24776 * sysdeps/ieee754/ldbl-64-128/s_llrintl.c: Likewise.
24777 * sysdeps/ieee754/ldbl-64-128/s_llroundl.c: Likewise.
24778 * sysdeps/ieee754/ldbl-64-128/s_logbl.c: Likewise.
24779 * sysdeps/ieee754/ldbl-64-128/s_lrintl.c: Likewise.
24780 * sysdeps/ieee754/ldbl-64-128/s_lroundl.c: Likewise.
24781 * sysdeps/ieee754/ldbl-64-128/s_nearbyintl.c: Likewise.
24782 * sysdeps/ieee754/ldbl-64-128/s_remquol.c: Likewise.
24783 * sysdeps/ieee754/ldbl-64-128/s_rintl.c: Likewise.
24784 * sysdeps/ieee754/ldbl-64-128/s_roundl.c: Likewise.
24785 * sysdeps/ieee754/ldbl-64-128/s_sincosl.c: Likewise.
24786 * sysdeps/ieee754/ldbl-64-128/s_sinl.c: Likewise.
24787 * sysdeps/ieee754/ldbl-64-128/s_tanhl.c: Likewise.
24788 * sysdeps/ieee754/ldbl-64-128/s_tanl.c: Likewise.
24789 * sysdeps/ieee754/ldbl-64-128/s_truncl.c: Likewise.
24790
24791 2017-10-06 Carlos O'Donell <carlos@redhat.com>
24792
24793 [BZ #22111]
24794 * malloc/malloc.c (tcache_shutting_down): Use bool type.
24795 (tcache_thread_freeres): Set tcache_shutting_down before
24796 freeing the tcache.
24797 * malloc/Makefile (tests): Add tst-malloc-tcache-leak.
24798 * malloc/tst-malloc-tcache-leak.c: New file.
24799
24800 2017-10-06 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
24801
24802 * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: Revert
24803 back to powerpc32 file.
24804 * sysdeps/powerpc/powerpc64/multiarch/memrchr.c
24805 (memrchr): Add __memrchr_power8 to ifunc list.
24806 * sysdeps/powerpc/powerpc64/power8/memrchr.S: Mask
24807 extra bytes for unaligned inputs.
24808
24809 2017-10-06 Joseph Myers <joseph@codesourcery.com>
24810
24811 * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: Remove file.
24812 * sysdeps/ieee754/ldbl-64-128/s_log1pl.c: Likewise.
24813 * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c: Likewise.
24814 * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
24815 * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
24816
24817 2017-10-05 Joseph Myers <joseph@codesourcery.com>
24818
24819 * sysdeps/arm/libm-test-ulps: Update.
24820
24821 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Include
24822 <libm-alias-ldouble.h>.
24823 (asinhl): Define using libm_alias_ldouble.
24824 * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Include
24825 <libm-alias-ldouble.h>.
24826 (cbrtl): Define using libm_alias_ldouble.
24827 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Include
24828 <libm-alias-ldouble.h>.
24829 (copysignl): Define using libm_alias_ldouble.
24830 * sysdeps/ieee754/ldbl-96/s_cosl.c: Include
24831 <libm-alias-ldouble.h>.
24832 (cosl): Define using libm_alias_ldouble.
24833 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include
24834 <libm-alias-ldouble.h>.
24835 (erfl): Define using libm_alias_ldouble.
24836 (erfcl): Likewise.
24837 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include
24838 <libm-alias-ldouble.h>.
24839 (fmal): Define using libm_alias_ldouble.
24840 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Include
24841 <libm-alias-ldouble.h>.
24842 (frexpl): Define using libm_alias_ldouble.
24843 * sysdeps/ieee754/ldbl-96/s_fromfpl.c (fromfpl): Define using
24844 libm_alias_ldouble.
24845 * sysdeps/ieee754/ldbl-96/s_fromfpl_main.c: Include
24846 <libm-alias-ldouble.h>.
24847 * sysdeps/ieee754/ldbl-96/s_fromfpxl.c (fromfpxl): Define using
24848 libm_alias_ldouble.
24849 * sysdeps/ieee754/ldbl-96/s_getpayloadl.c: Include
24850 <libm-alias-ldouble.h>.
24851 (getpayloadl): Define using libm_alias_ldouble.
24852 * sysdeps/ieee754/ldbl-96/s_llrintl.c: Include
24853 <libm-alias-ldouble.h>.
24854 (llrintl): Define using libm_alias_ldouble.
24855 * sysdeps/ieee754/ldbl-96/s_llroundl.c: Include
24856 <libm-alias-ldouble.h>.
24857 (llroundl): Define using libm_alias_ldouble.
24858 * sysdeps/ieee754/ldbl-96/s_lrintl.c: Include
24859 <libm-alias-ldouble.h>.
24860 (lrintl): Define using libm_alias_ldouble.
24861 * sysdeps/ieee754/ldbl-96/s_lroundl.c: Include
24862 <libm-alias-ldouble.h>.
24863 (lroundl): Define using libm_alias_ldouble.
24864 * sysdeps/ieee754/ldbl-96/s_modfl.c: Include
24865 <libm-alias-ldouble.h>.
24866 (modfl): Define using libm_alias_ldouble.
24867 * sysdeps/ieee754/ldbl-96/s_nextupl.c: Include
24868 <libm-alias-ldouble.h>.
24869 (nextupl): Define using libm_alias_ldouble.
24870 * sysdeps/ieee754/ldbl-96/s_remquol.c: Include
24871 <libm-alias-ldouble.h>.
24872 (remquol): Define using libm_alias_ldouble.
24873 * sysdeps/ieee754/ldbl-96/s_roundevenl.c: Include
24874 <libm-alias-ldouble.h>.
24875 (roundevenl): Define using libm_alias_ldouble.
24876 * sysdeps/ieee754/ldbl-96/s_roundl.c: Include
24877 <libm-alias-ldouble.h>.
24878 (roundl): Define using libm_alias_ldouble.
24879 * sysdeps/ieee754/ldbl-96/s_setpayloadl.c (setpayloadl): Define
24880 using libm_alias_ldouble.
24881 * sysdeps/ieee754/ldbl-96/s_setpayloadl_main.c: Include
24882 <libm-alias-ldouble.h>.
24883 * sysdeps/ieee754/ldbl-96/s_setpayloadsigl.c: Include
24884 <libm-alias-ldouble.h>.
24885 (setpayloadsigl): Define using libm_alias_ldouble.
24886 * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include
24887 <libm-alias-ldouble.h>.
24888 (sincosl): Define using libm_alias_ldouble.
24889 * sysdeps/ieee754/ldbl-96/s_sinl.c: Include
24890 <libm-alias-ldouble.h>.
24891 (sinl): Define using libm_alias_ldouble.
24892 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Include
24893 <libm-alias-ldouble.h>.
24894 (tanhl): Define using libm_alias_ldouble.
24895 * sysdeps/ieee754/ldbl-96/s_tanl.c: Include
24896 <libm-alias-ldouble.h>.
24897 (tanl): Define using libm_alias_ldouble.
24898 * sysdeps/ieee754/ldbl-96/s_totalorderl.c: Include
24899 <libm-alias-ldouble.h>.
24900 (totalorderl): Define using libm_alias_ldouble.
24901 * sysdeps/ieee754/ldbl-96/s_totalordermagl.c: Include
24902 <libm-alias-ldouble.h>.
24903 (totalordermagl): Define using libm_alias_ldouble.
24904 * sysdeps/ieee754/ldbl-96/s_ufromfpl.c (ufromfpl): Define using
24905 libm_alias_ldouble.
24906 * sysdeps/ieee754/ldbl-96/s_ufromfpxl.c (ufromfpxl): Define using
24907 libm_alias_ldouble.
24908
24909 2017-10-05 Siddhesh Poyarekar <siddhesh@sourceware.org>
24910
24911 * sysdeps/aarch64/multiarch/Makefile (sysdep_routines): Add
24912 memmove_falkor.
24913 * sysdeps/aarch64/multiarch/ifunc-impl-list.c
24914 (__libc_ifunc_impl_list): Likewise.
24915 * sysdeps/aarch64/multiarch/memmove.c: Likewise.
24916 * sysdeps/aarch64/multiarch/memmove_falkor.S: New file.
24917
24918 * benchtests/bench-memmove-walk.c: New file.
24919 * benchtests/Makefile (string-benchset): Add it.
24920
24921 * benchtests/bench-memset-walk.c: New file.
24922 * benchtests/Makefile (string-benchset): Add it.
24923
24924 * benchtests/bench-memcpy-walk.c: New file.
24925 * benchtests/Makefile (string-benchset): Add it.
24926
24927 2017-10-05 Florian Weimer <fweimer@redhat.com>
24928
24929 nscd: Eliminate compilation time dependency in the build output.
24930 * nscd/nscd_stat.c (STATDATA_VERSION)
24931 (STATDATA_VERSION_SELINUX_FLAG, STATDATA_VERSION_FLAGS)
24932 (STATDATA_VERSION_FULL): New macro definitions.
24933 (compilation): Remove.
24934 (struct statdata): Adjust version member.
24935 (send_stats): Set version from STATDATA_VERSION_FULL.
24936 (receive_print_stats): Verify version against STATDATA_VERSION_FULL.
24937
24938 2017-10-05 Joseph Myers <joseph@codesourcery.com>
24939
24940 * configure.ac (--enable-add-ons): Remove option.
24941 (machine): Do not mention add-ons in comment.
24942 (LIBC_PRECONFIGURE): Likewise.
24943 (add_ons): Remove variable and sanity checks and logic to locate
24944 add-ons.
24945 (add_ons_automatic): Remove variable.
24946 (configured_add_ons): Likewise.
24947 (add_ons_sfx): Likewise.
24948 (add_ons_pfx): Likewise.
24949 (add_on_subdirs): Likewise.
24950 (sysnames_add_ons): Likewise. Remove loop over add-ons and
24951 consideration of add-ons in Implies handling.
24952 (sysdeps_add_ons): Likewise.
24953 * configure: Regenerated.
24954 * libidn/configure.ac: Remove.
24955 * libidn/configure: Likewise.
24956 * sysdeps/unix/inet/configure.ac: New file.
24957 * sysdeps/unix/inet/configure: New generated file.
24958 * sysdeps/unix/inet/Subdirs: Add libidn.
24959 * Makeconfig (sysdeps-srcdirs): Remove variable.
24960 (+sysdep_dirs): Do not include $(sysdeps-srcdirs).
24961 ($(common-objpfx)config.status): Do not depend on add-on files.
24962 ($(common-objpfx)shlib-versions.v.i): Do not mention add-ons in
24963 comment.
24964 (all-subdirs): Do not include $(add-on-subdirs).
24965 * Makefile (dist-prepare): Do not use $(sysdeps-add-ons).
24966 * config.make.in (add-ons): Remove variable.
24967 (add-on-subdirs): Likewise.
24968 (sysdeps-add-ons): Likewise.
24969 * manual/Makefile (add-chapters): Remove.
24970 ($(objpfx)texis): Do not depend on $(add-chapters).
24971 (nonexamples): Do not handle $(add-chapters).
24972 (examples): Do not handle $(add-ons).
24973 (chapters.% top-menu.%): Do not pass '$(add-chapters)' to
24974 libc-texinfo.sh.
24975 * manual/install.texi (Installation): Do not mention add-ons.
24976 (--enable-add-ons): Do not document configure option.
24977 * INSTALL: Regenerated.
24978 * manual/libc-texinfo.sh: Do not handle $2 add-ons argument.
24979 * manual/maint.texi (Hierarchy Conventions): Do not mention
24980 add-ons.
24981 * scripts/build-many-glibcs.py (Glibc.build_glibc): Do not use
24982 --enable-add-ons.
24983 * scripts/gen-sorted.awk: Do not handle Subdirs files from
24984 add-ons.
24985 * scripts/test-installation.pl: Do not handle glibc-compat add-on.
24986 * sysdeps/nptl/Makeconfig: Do not mention add-ons in comment.
24987
24988 2017-10-05 Andreas Schwab <schwab@suse.de>
24989
24990 [BZ #15142]
24991 * libio/genops.c (_IO_list_all_stamp): Delete. All uses removed.
24992 (_IO_flush_all_lockp): Always lock list_all_lock.
24993 (_IO_flush_all_linebuffered): Likewise.
24994 (_IO_unbuffer_all): Likewise.
24995
24996 2017-10-05 Florian Weimer <fweimer@redhat.com>
24997
24998 [BZ #15436]
24999 Do not flush stdio streams on abort.
25000 * stdlib/abort.c (fflush): Remove macro definition.
25001 (abort): Remove stages related to stdio flushing.
25002
25003 2017-10-05 Florian Weimer <fweimer@redhat.com>
25004
25005 * gmon/Makefile (CFLAGS-tst-gmon.c): Add -fno-omit-frame-pointer.
25006
25007 2017-10-05 Stefan Liebler <stli@linux.vnet.ibm.com>
25008
25009 * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
25010
25011 2017-10-05 Florian Weimer <fweimer@redhat.com>
25012
25013 * support/support_format_hostent.c (support_format_hostent): Add
25014 more error information for NETDB_INTERNAL.
25015
25016 2017-10-04 H.J. Lu <hongjiu.lu@intel.com>
25017
25018 * config.h.in (NO_HIDDEN_EXTERN_FUNC_IN_PIE): New.
25019 * include/libc-symbols.h (__hidden_proto_hiddenattr): Add check
25020 for PIC and NO_HIDDEN_EXTERN_FUNC_IN_PIE.
25021 * sysdeps/i386/configure.ac (NO_HIDDEN_EXTERN_FUNC_IN_PIE): New
25022 AC_DEFINE if multi-arch is enabled.
25023 * sysdeps/i386/configure: Regenerated.
25024
25025 2017-10-04 H.J. Lu <hongjiu.lu@intel.com>
25026
25027 * Makeconfig (+link-static-before-libc): Use
25028 $(DEFAULT-LDFLAGS-$(@F)).
25029 * elf/Makefile (CRT-tst-tls1-static-non-pie): New.
25030 (LDFLAGS-tst-tls1-static-non-pie): Renamed to ...
25031 (DEFAULT-LDFLAGS-tst-tls1-static-non-pie): This.
25032
25033 2017-10-04 H.J. Lu <hongjiu.lu@intel.com>
25034
25035 * elf/Makefile (tests): Add tst-main1.
25036 (modules-names): Add tst-main1mod.
25037 ($(objpfx)tst-main1): New.
25038 (CRT-tst-main1): Likewise.
25039 (LDFLAGS-tst-main1): Likewise.
25040 (LDLIBS-tst-main1): Likewise.
25041 (tst-main1mod.so-no-z-defs): Likewise.
25042 * elf/tst-main1.c: New file.
25043 * elf/tst-main1mod.c: Likewise.
25044
25045 2017-10-04 H.J. Lu <hongjiu.lu@intel.com>
25046
25047 * math/test-math-iscanonical.cc (do_test): Return errors != 0.
25048
25049 2017-10-04 Joseph Myers <joseph@codesourcery.com>
25050
25051 * sysdeps/ieee754/dbl-64/s_fma.c: Include <libm-alias-double.h>.
25052 (fma): Define using libm_alias_double.
25053 * sysdeps/ieee754/ldbl-opt/s_fma.c: Remove file.
25054 * sysdeps/sparc/sparc32/fpu/s_fma.c: Do not include
25055 <math_ldbl_opt.h>.
25056 (fmal): Do not define as compat symbol here.
25057 * sysdeps/alpha/fpu/s_fma.c: New file.
25058
25059 2017-10-04 Szabolcs Nagy <szabolcs.nagy@arm.com>
25060
25061 * sysdeps/aarch64/dl-machine.h (elf_machine_rela): Expand MIN.
25062
25063 2017-10-04 Joseph Myers <joseph@codesourcery.com>
25064
25065 [BZ #22229]
25066 * sysdeps/sparc/sparc32/fpu/s_copysign.S: Include
25067 <math_ldbl_opt.h>
25068 (copysignl): Define as compat symbol at version GLIBC_2_0 for libm
25069 and libc.
25070 * sysdeps/sparc/sparc32/fpu/s_fabs.S: Include <math_ldbl_opt.h>.
25071 (fabsl): Define as compat symbol at version GLIBC_2_0 for libm.
25072 * sysdeps/sparc/sparc32/fpu/s_fma.c: Include <math_ldbl_opt.h>.
25073 (fmal): Define as compat symbol at version GLIBC_2_1 for libm.
25074 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
25075 Include <math_ldbl_opt.h>
25076 (copysignl): Define as compat symbol at version GLIBC_2_0 for libm
25077 and libc.
25078 (compat_symbol): Undefine and redefine.
25079 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Include
25080 <math_ldbl_opt.h>
25081 (fabsl): Define as compat symbol at version GLIBC_2_0 for libm.
25082 (compat_symbol): Undefine and redefine.
25083 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c
25084 [HAVE_AS_VIS3_SUPPORT]: Include <math_ldbl_opt.h>.
25085 [HAVE_AS_VIS3_SUPPORT] (fmal): Define as compat symbol at version
25086 GLIBC_2_1 for libm.
25087 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Add
25088 GLIBC_2.0 copysignl symbol.
25089 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Add
25090 GLIBC_2.0 copysignl and fabsl and GLIBC_2.1 fmal symbols.
25091
25092 * sysdeps/alpha/fpu/s_nearbyint.c: Remove file.
25093
25094 2017-10-04 Florian Weimer <fweimer@redhat.com>
25095
25096 * scripts/check-local-headers.sh: Ignore nspr4 header file
25097 directory in addition to nspr.
25098
25099 2017-10-04 Guido Trentalancia <guido@trentalancia.net>
25100
25101 [BZ #17956]
25102 * configure.ac (--enable-nss-crypt): Use NSPR include directory.
25103 * configure: Regenerate.
25104 * crypt/Makefile (nss-cpp-flags): New variable.
25105 (CPPFLAGS-sha256-crypt.c, CPPFLAGS-sha512-crypt.c)
25106 (CPPFLAGS-md5-crypt.c): Use it.
25107 * scripts/check-local-headers.sh: Ignore nspr header file
25108 directory.
25109
25110 2017-10-04 Andreas Schwab <schwab@suse.de>
25111
25112 * nis/Makefile (services): Remove compat.
25113 (libnss_compat-routines, libnss_compat-inhibit-o): Don't define.
25114 ($(objpfx)libnss_compat.so): Remove rule.
25115 * nis/Versions (libnss_compat): Remove.
25116 * nss/Makefile (services): Add compat.
25117 (libnss_compat-routines, libnss_compat-inhibit-o): Define.
25118 * nss/Versions (libnss_compat): Define.
25119 * nss/nss_compat/compat-grp.c: Moved here from nis/nss_compat.
25120 Don't include <rpc/types.h>. Replace bool_t by bool.
25121 * nss/nss_compat/compat-initgroups.c: Likewise.
25122 * nss/nss_compat/compat-pwd.c: Likewise. Include "nisdomain.h"
25123 instead of <rpcsrv/ypclnt.h>.
25124 (getpwent_next_nss_netgr): Use __nss_get_default_domain instead of
25125 yp_get_default_domain.
25126 * nss/nss_compat/compat-pwd.c: Likewise.
25127 (getspent_next_nss_netgr): Use __nss_get_default_domain instead of
25128 yp_get_default_domain.
25129 * nss/nss_compat/nisdomain.c: New file.
25130 * nss/nss_compat/nisdomain.h: Likewise.
25131
25132 2017-10-04 Szabolcs Nagy <szabolcs.nagy@arm.com>
25133
25134 [BZ #22244]
25135 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Fix x == 0 case.
25136 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
25137
25138 2017-10-04 Szabolcs Nagy <szabolcs.nagy@arm.com>
25139
25140 [BZ #22243]
25141 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10): Use fabs.
25142 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2): Likewise.
25143
25144 2017-10-03 H.J. Lu <hongjiu.lu@intel.com>
25145
25146 * sysdeps/i386/start.S: Replace "leal main@GOT(%ebx), %eax" with
25147 "movl main@GOTOFF(%ebx), %eax".
25148
25149 2017-10-03 H.J. Lu <hongjiu.lu@intel.com>
25150
25151 * sysdeps/i386/dl-machine.h (elf_machine_load_address): Don't
25152 allow undefined _DYNAMIC in PIE libc.a.
25153 * sysdeps/x86_64/dl-machine.h (elf_machine_load_address):
25154 Likewse.
25155
25156 2017-10-03 H.J. Lu <hongjiu.lu@intel.com>
25157
25158 * sysdeps/mips/dl-machine.h (elf_machine_load_address): Don't
25159 check _DYNAMIC.
25160
25161 2017-10-03 H.J. Lu <hongjiu.lu@intel.com>
25162
25163 * sysdeps/arm/dl-machine.h (elf_machine_load_address): Don't
25164 check _DYNAMIC.
25165
25166 2017-10-03 H.J. Lu <hongjiu.lu@intel.com>
25167
25168 * math/test-math-iscanonical.cc (error): Replace bool with int.
25169
25170 2017-10-03 Joseph Myers <joseph@codesourcery.com>
25171
25172 * sysdeps/ieee754/dbl-64/s_modf.c: Include <libm-alias-double.h>.
25173 (modf): Define using libm_alias_double, only if [!__modf].
25174 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Include
25175 <libm-alias-double.h>.
25176 (modf): Define using libm_alias_double, only if [!__modf].
25177 * sysdeps/ieee754/ldbl-opt/s_modf.c (modfl): Only define libc
25178 compat symbol here.
25179 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c
25180 (weak_alias): Do not undefine and redefine.
25181 (strong_alias): Likewise.
25182 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c
25183 (weak_alias): Likewise.
25184 (strong_alias): Likewise.
25185
25186 * sysdeps/ieee754/dbl-64/s_logb.c: Include <libm-alias-double.h>.
25187 (logb): Define using libm_alias_double, only if [!__logb].
25188 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Include
25189 <libm-alias-double.h>.
25190 (logb): Define using libm_alias_double, only if [!__logb].
25191 * sysdeps/ieee754/ldbl-opt/s_logb.c: Remove file.
25192 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c
25193 (weak_alias): Do not undefine and redefine.
25194 (strong_alias): Likewise.
25195 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c
25196 (weak_alias): Likewise.
25197 (strong_alias): Likewise.
25198
25199 2017-10-03 H.J. Lu <hongjiu.lu@intel.com>
25200
25201 * sysdeps/unix/sysv/linux/tile/sysdep.h (SYSCALL_ERROR_NAME):
25202 Check SHARED instead PIC.
25203
25204 2017-10-03 Joseph Myers <joseph@codesourcery.com>
25205
25206 * sysdeps/ieee754/dbl-64/s_fmaf.c: Include <libm-alias-float.h>.
25207 [!__fmaf] (fmaf): Define using libm_alias_float.
25208
25209 * sysdeps/ieee754/dbl-64/s_frexp.c: Include <libm-alias-double.h>.
25210 (frexp): Define using libm_alias_double.
25211 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Include
25212 <libm-alias-double.h>.
25213 (frexp): Define using libm_alias_double.
25214 * sysdeps/ieee754/ldbl-opt/s_frexp.c (frexpl): Only define libc
25215 compat symbol here.
25216
25217 2017-10-03 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
25218
25219 [BZ #22235]
25220 * math/math.h: Trivial fix for unbalanced parentheses in comment.
25221 * math/Makefile [CXX] (tests): Add test-math-iscanonical.cc.
25222 (CFLAGS-test-math-iscanonical.cc): New variable.
25223 * math/test-math-iscanonical.cc: New file.
25224 * sysdeps/ieee754/ldbl-96/bits/iscanonical.h (iscanonical):
25225 Provide a C++ implementation based on function overloading,
25226 rather than using __MATH_TG, which uses C-only builtins.
25227 * sysdeps/ieee754/ldbl-128ibm/bits/iscanonical.h (iscanonical):
25228 Likewise.
25229 * sysdeps/powerpc/powerpc64le/Makefile
25230 (CFLAGS-test-math-iscanonical.cc): New variable.
25231
25232 2017-10-03 Joseph Myers <joseph@codesourcery.com>
25233
25234 * sysdeps/ieee754/dbl-64/s_ceil.c: Include <libm-alias-double.h>.
25235 (ceil): Define using libm_alias_double.
25236 * sysdeps/ieee754/dbl-64/s_floor.c: Include <libm-alias-double.h>.
25237 (floor): Define using libm_alias_double.
25238 * sysdeps/ieee754/dbl-64/s_llround.c: Include
25239 <libm-alias-double.h>.
25240 (llround): Define using libm_alias_double.
25241 * sysdeps/ieee754/dbl-64/s_lround.c: Include
25242 <libm-alias-double.h>.
25243 (lround): Define using libm_alias_double.
25244 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Include
25245 <libm-alias-double.h>.
25246 (nearbyint): Define using libm_alias_double.
25247 * sysdeps/ieee754/dbl-64/s_remquo.c: Include
25248 <libm-alias-double.h>.
25249 (remquo): Define using libm_alias_double.
25250 * sysdeps/ieee754/dbl-64/s_rint.c: Include <libm-alias-double.h>.
25251 (rint): Define using libm_alias_double.
25252 * sysdeps/ieee754/dbl-64/s_round.c: Include <libm-alias-double.h>.
25253 (round): Define using libm_alias_double.
25254 * sysdeps/ieee754/dbl-64/s_trunc.c: Include <libm-alias-double.h>.
25255 (trunc): Define using libm_alias_double.
25256 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Include
25257 <libm-alias-double.h>.
25258 (ceil): Define using libm_alias_double.
25259 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Include
25260 <libm-alias-double.h>.
25261 (floor): Define using libm_alias_double.
25262 * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: Include
25263 <libm-alias-double.h>.
25264 (llround): Define using libm_alias_double.
25265 [_LP64] (lround): Likewise.
25266 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Include
25267 <libm-alias-double.h>.
25268 [!_LP64] (lround): Define using libm_alias_double.
25269 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Include
25270 <libm-alias-double.h>.
25271 (nearbyint): Define using libm_alias_double.
25272 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Include
25273 <libm-alias-double.h>.
25274 (remquo): Define using libm_alias_double.
25275 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Include
25276 <libm-alias-double.h>.
25277 (rint): Define using libm_alias_double.
25278 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Include
25279 <libm-alias-double.h>.
25280 (round): Define using libm_alias_double.
25281 * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Include
25282 <libm-alias-double.h>.
25283 (trunc): Define using libm_alias_double.
25284 * sysdeps/ieee754/ldbl-opt/s_ceil.c: Remove file.
25285 * sysdeps/ieee754/ldbl-opt/s_floor.c: Likewise.
25286 * sysdeps/ieee754/ldbl-opt/s_llround.c: Likewise.
25287 * sysdeps/ieee754/ldbl-opt/s_lround.c: Likewise.
25288 * sysdeps/ieee754/ldbl-opt/s_nearbyint.c: Likewise.
25289 * sysdeps/ieee754/ldbl-opt/s_remquo.c: Likewise.
25290 * sysdeps/ieee754/ldbl-opt/s_rint.c: Likewise.
25291 * sysdeps/ieee754/ldbl-opt/s_round.c: Likewise.
25292 * sysdeps/ieee754/ldbl-opt/s_trunc.c: Likewise.
25293
25294 2017-10-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
25295
25296 * math/w_remainder.c: New file.
25297 * math/w_remainderf.c: New file.
25298 * math/w_remainderl.c: New file.
25299
25300 2017-10-03 H.J. Lu <hongjiu.lu@intel.com>
25301
25302 * elf/rtld.c (BOOTSTRAP_MAP): New.
25303 (RESOLVE_MAP): Replace (&bootstrap_map) with BOOTSTRAP_MAP.
25304 * sysdeps/hppa/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
25305 Likewise.
25306 * sysdeps/ia64/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
25307 Likewise.
25308 * sysdeps/mips/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
25309 Likewise.
25310
25311 2017-10-03 Samuel Thibault <samuel.thibault@ens-lyon.org>
25312
25313 * include/libc-symbols.h [NO_RTLD_HIDDEN] (rtld_hidden_proto,
25314 rtld_hidden_tls_proto, rtld_hidden_def, rtld_hidden_weak,
25315 rtld_hidden_rtld_hidden_ver, data_def, rtld_hidden_data_weak,
25316 rtld_hidden_data_ver): Define to empty.
25317 * include/assert.h [IS_IN(rtld) && NO_RTLD_HIDDEN] (__assert_fail,
25318 __assert_perror_fail): Likewise.
25319 * include/dirent.h [IS_IN(rtld) && NO_RTLD_HIDDEN]
25320 (__rewinddir): Likewise.
25321 * include/libc-internal.h [IS_IN(rtld) && NO_RTLD_HIDDEN]
25322 (__profile_frequency): Likewise.
25323 * include/setjmp.h (__sigsetjmp): Likewise.
25324 * include/signal.h [IS_IN(rtld) && NO_RTLD_HIDDEN] (__sigaction,
25325 __libc_sigaction): Likewise.
25326 * include/stdlib.h [NO_RTLD_HIDDEN] (unsetenv, __strtoul_internal): Do
25327 not set hidden attribute.
25328 * include/string.h [IS_IN(rtld) && NO_RTLD_HIDDEN] (__stpcpy, __strdup,
25329 __strerror_t, __strsep_g, memchr, memcmp, memcpy, memmove, memset,
25330 rawmemchr, stpcpy, strchr, strcmp, strlen, strnlen, strsep): Likewise.
25331 * include/sys/stat.h [IS_IN(rtld) && NO_RTLD_HIDDEN] (__fxstat,
25332 __fxstat64, __lxstat, __lxstat64, __xstat, __xstat64,
25333 __fxstatat64): Likewise.
25334 * include/sys/utsname.h [IS_IN(rtld) && NO_RTLD_HIDDEN]
25335 (__uname): Likewise.
25336 * include/sysdeps/generic/_itoa.h [IS_IN(rtld) && NO_RTLD_HIDDEN]
25337 (_itoa_upper_digits, _itoa_lower_digits): Likewise.
25338 * sysdeps/mach/hurd/configure.ac (NO_HIDDEN): Do not set.
25339 (NO_RTLD_HIDDEN): Set.
25340 * sysdeps/mach/hurd/configure: Refresh.
25341 * config.h.in: Refresh.
25342
25343 2017-10-02 Joseph Myers <joseph@codesourcery.com>
25344
25345 * sysdeps/ieee754/dbl-64/s_atan.c: Include <libm-alias-double.h>.
25346 (atan): Define using libm_alias_double.
25347 * sysdeps/ieee754/dbl-64/s_tan.c: Include <libm-alias-double.h>.
25348 (tan): Define using libm_alias_double.
25349 * sysdeps/ieee754/ldbl-opt/s_atan.c: Remove file.
25350 * sysdeps/ieee754/ldbl-opt/s_tan.c: Likewise.
25351
25352 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Rename to __atan and
25353 define as weak alias of __atan. Do not define any aliases if
25354 [__atan].
25355 [NO_LONG_DOUBLE] (__atanl): Define as strong alias of __atan.
25356 [NO_LONG_DOUBLE] (atanl): Define as weak alias of __atanl.
25357 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Rename to __tan and define
25358 as weak alias of __tan. Do not define any aliases if [__tan].
25359 [NO_LONG_DOUBLE] (__tanl): Define as strong alias of __tan.
25360 [NO_LONG_DOUBLE] (tanl): Define as weak alias of __tanl.
25361 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c (atan): Rename to
25362 __atan.
25363 * sysdeps/x86_64/fpu/multiarch/s_atan-fma.c (atan): Likewise.
25364 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c (atan): Likewise.
25365 * sysdeps/x86_64/fpu/multiarch/s_atan.c (atan): Rename to __atan
25366 and define as weak alias of __atan.
25367 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c (tan): Rename to
25368 __atan.
25369 * sysdeps/x86_64/fpu/multiarch/s_tan-fma.c (tan): Likewise.
25370 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (tan): Likewise.
25371 * sysdeps/x86_64/fpu/multiarch/s_tan.c (tan): Rename to __tan and
25372 define as weak alias of __tan.
25373
25374 2017-10-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
25375
25376 * math/w_lgamma.c: New file.
25377 * math/w_lgammaf.c: New file.
25378 * math/w_lgammal.c: New file.
25379
25380 2017-10-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
25381
25382 * sysdeps/ieee754/flt-32/e_log2f.c (__log2f): Define without wrapper.
25383 * sysdeps/ieee754/flt-32/e_logf.c (__logf): Likewise
25384 * sysdeps/ieee754/flt-32/e_powf.c (__powf): Likewise
25385 * sysdeps/ieee754/flt-32/w_log2f.c: New file.
25386 * sysdeps/ieee754/flt-32/w_logf.c: New file.
25387 * sysdeps/ieee754/flt-32/w_powf.c: New file.
25388 * sysdeps/i386/fpu/w_log2f.c: New file.
25389 * sysdeps/i386/fpu/w_logf.c: New file.
25390 * sysdeps/i386/fpu/w_powf.c: New file.
25391 * sysdeps/m68k/m680x0/fpu/w_log2f.c: New file.
25392 * sysdeps/m68k/m680x0/fpu/w_logf.c: New file.
25393 * sysdeps/m68k/m680x0/fpu/w_powf.c: New file.
25394
25395 2017-10-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
25396 H.J. Lu <hongjiu.lu@intel.com>
25397
25398 * sysdeps/ieee754/flt-32/e_exp2f.c (__exp2f): Define without wrapper.
25399 * sysdeps/ieee754/flt-32/e_expf.c (__expf): Likewise
25400 * sysdeps/ieee754/flt-32/w_exp2f.c: New file.
25401 * sysdeps/ieee754/flt-32/w_expf.c: New file.
25402 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_expf-ppc64.c: Update for
25403 the new expf code.
25404 * sysdeps/powerpc/powerpc64/fpu/multiarch/w_expf.c: New file.
25405 * sysdeps/powerpc/powerpc64/power8/fpu/w_expf.c: New file.
25406 * sysdeps/m68k/m680x0/fpu/w_exp2f.c: New file.
25407 * sysdeps/m68k/m680x0/fpu/w_expf.c: New file.
25408 * sysdeps/i386/fpu/w_exp2f.c: New file.
25409 * sysdeps/i386/fpu/w_expf.c: New file.
25410 * sysdeps/i386/i686/fpu/multiarch/w_expf.c: New file.
25411 * sysdeps/x86_64/fpu/w_expf.c: New file.
25412
25413 2017-10-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
25414
25415 * math/Versions (logf): New libm symbol at GLIBC_2.27.
25416 (log2f): Likewise.
25417 (powf): Likewise.
25418 * math/w_log2f.c: New file.
25419 * math/w_logf.c: New file.
25420 * math/w_powf.c: New file.
25421 * math/w_log2f_compat.c (__log2f_compat): For compat symbol only.
25422 * math/w_logf_compat.c (__logf_compat): Likewise.
25423 * math/w_powf_compat.c (__powf_compat): Likewise.
25424 * sysdeps/ia64/fpu/e_log2f.S: Add versioned symbols.
25425 * sysdeps/ia64/fpu/e_logf.S: Likewise.
25426 * sysdeps/ia64/fpu/e_powf.S: Likewise.
25427 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Update.
25428 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
25429 * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
25430 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
25431 * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
25432 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
25433 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
25434 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
25435 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
25436 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
25437 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
25438 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
25439 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
25440 Likewise.
25441 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
25442 Likewise.
25443 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
25444 Likewise.
25445 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
25446 Likewise.
25447 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
25448 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
25449 * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
25450 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
25451 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
25452 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
25453 Likewise.
25454 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
25455 Likewise.
25456 * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
25457 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
25458 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
25459
25460 2017-10-02 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
25461
25462 * sysdeps/powerpc/powerpc64/multiarch/Makefile
25463 (sysdep_routines): Add memrchr_power8.
25464 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
25465 (memrchr): Add __memrchr_power8 to list of memrchr functions.
25466 * sysdeps/powerpc/powerpc64/multiarch/memrchr-power8.S:
25467 New file.
25468 * sysdeps/powerpc/powerpc64/multiarch/memrchr.c
25469 (memrchr): Add __memrchr_power8 to ifunc list.
25470 * sysdeps/powerpc/powerpc64/power8/memrchr.S: New file.
25471
25472 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25473
25474 [BZ #18822]
25475 * sysdeps/unix/sysv/linux/posix_fadvise64.c
25476 (__posix_fadvise64_l64): Add Add libc_hidden_proto and
25477 libc_hidden_def.
25478 * sysdeps/unix/sysv/linux/posix_fallocate64.c
25479 (__posix_fallocate64_l64): Likewise.
25480
25481 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25482
25483 [BZ #18822]
25484 * sysdeps/unix/sysv/linux/sched_setaffinity.c
25485 (__sched_setaffinity_new): Add libc_hidden_proto and
25486 libc_hidden_def.
25487
25488 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25489
25490 [BZ #18822]
25491 * include/glob.h (__glob64): Add libc_hidden_proto.
25492 * sysdeps/unix/sysv/linux/glob64.c (__glob64): Add
25493 libc_hidden_def.
25494
25495 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25496
25497 [BZ #18822]
25498 * sysdeps/unix/sysv/linux/getrlimit64.c (__new_getrlimit): Add
25499 attribute_hidden.
25500
25501 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25502
25503 [BZ #18822]
25504 * stdlib/exit.h (__new_exitfn): Add attribute_hidden.
25505
25506 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25507
25508 [BZ #18822]
25509 * mon/gmon.c (__moncontrol): Add libc_hidden_proto and
25510 libc_hidden_def.
25511
25512 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25513
25514 [BZ #18822]
25515 * csu/version.c (__libc_print_version): Add attribute_hidden.
25516
25517 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25518
25519 [BZ #18822]
25520 * include/libc-internal.h (__init_misc): Add attribute_hidden.
25521
25522 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25523
25524 [BZ #18822]
25525 * include/fpu_control.h (__setfpucw): Add attribute_hidden.
25526
25527 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25528
25529 [BZ #18822]
25530 * nscd/nscd_helper.c (__nis_hash): New prototype.
25531
25532 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25533
25534 [BZ #18822]
25535 * include/termios.h (__tcgetattr): Add libc_hidden_proto.
25536 * sysdeps/unix/bsd/tcgetattr.c (__tcgetattr): Add
25537 libc_hidden_def.
25538 * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
25539 * termios/tcgetattr.c (__tcgetattr): Likewise.
25540
25541 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25542
25543 [BZ #18822]
25544 * include/sys/resource.h (__setrlimit): Add libc_hidden_proto.
25545 * resource/setrlimit.c (__setrlimit): Add libc_hidden_def.
25546 * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Likewise.
25547 * sysdeps/unix/sysv/linux/setrlimit.c (__setrlimit): Likewise.
25548 * sysdeps/unix/sysv/linux/setrlimit64.c (__GI___setrlimit): New.
25549
25550 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25551
25552 [BZ #18822]
25553 * include/monetary.h (__vstrfmon_l): Add attribute_hidden.
25554
25555 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25556
25557 [BZ #18822]
25558 * include/sched.h (__sched_setparam): Add libc_hidden_proto.
25559 * posix/sched_setp.c (__sched_setparam): Add libc_hidden_def.
25560
25561 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25562
25563 [BZ #18822]
25564 * intl/hash-string.h (__hash_string): Add attribute_hidden.
25565
25566 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25567
25568 [BZ #18822]
25569 * include/mntent.h (__hasmntopt): Add libc_hidden_proto.
25570 * misc/mntent_r.c (__hasmntopt): Add libc_hidden_def.
25571
25572 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25573
25574 [BZ #18822]
25575 * include/ifreq.h: New file.
25576 * sysdeps/generic/ifreq.h (__if_nextreq): Removed.
25577 (__ifreq): Likewise.
25578 * sysdeps/mach/hurd/ifreq.h (__if_nextreq): Removed.
25579 (__ifreq): Likewise.
25580
25581 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25582
25583 [BZ #18822]
25584 * include/idna.h: New file.
25585 * inet/getnameinfo.c: Include <idna.h> instead of
25586 <libidn/idna.h>.
25587 (__idna_to_unicode_lzlz): Removed.
25588 * sysdeps/posix/getaddrinfo.c: Include <idna.h> instead of
25589 <libidn/idna.h>.
25590 (__idna_to_ascii_lz): Removed.
25591 (__idna_to_unicode_lzlz): Likewise.
25592
25593 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25594
25595 [BZ #18822]
25596 * include/plural-exp.h: New file.
25597 * intl/plural-exp.c: Include <plural-exp.h> instead of
25598 "plural-exp.h".
25599
25600 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25601
25602 [BZ #18822]
25603 * sysdeps/unix/sysv/linux/getsourcefilter.c: Include
25604 "getsourcefilter.h".
25605 * sysdeps/unix/sysv/linux/getsourcefilter.h: New file.
25606 * sysdeps/unix/sysv/linux/setsourcefilter.c: Include
25607 "getsourcefilter.h".
25608 (__get_sol): Removed.
25609
25610 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25611
25612 [BZ #18822]
25613 * elf/dl-iteratephdr.c (hidden_proto (__dl_iterate_phdr)): Moved
25614 to ...
25615 * include/link.h (hidden_proto (__dl_iterate_phdr)): Here.
25616
25617 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25618
25619 [BZ #18822]
25620 * sysdeps/unix/sysv/linux/getpt.c (__bsd_getpt): Add
25621 attribute_hidden.
25622
25623 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25624
25625 [BZ #18822]
25626 * libio/iolibio.h (__fopen_maybe_mmap): Add attribute_hidden.
25627
25628 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25629
25630 [BZ #18822]
25631 * include/search.h (__tdestroy): Add libc_hidden_proto.
25632 * misc/tsearch.c (__tdestroy): Add libc_hidden_def.
25633
25634 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25635
25636 [BZ #18822]
25637 * include/assert.h (__assert_fail_base): Add attribute_hidden.
25638
25639 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25640
25641 [BZ #18822]
25642 * sysdeps/unix/sysv/linux/include/sys/sysinfo.h (__sysinfo): Add
25643 attribute_hidden.
25644
25645 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25646
25647 [BZ #18822]
25648 * include/signal.h (__kill): Add libc_hidden_proto.
25649 (__sigblock): Likewise.
25650 (__sigprocmask): Likewise.
25651 (__sigaltstack): Likewise.
25652 * signal/kill.c (__kill): Add libc_hidden_def.
25653 * signal/sigblock.c (__sigblock): Likewise.
25654 * signal/sigprocmask.c (__sigprocmask): Likewise.
25655 * sysdeps/mach/hurd/kill.c (__kill): Likewise.
25656 * sysdeps/mach/hurd/sigaltstack.c (__sigaltstack): Likewise.
25657 * sysdeps/mach/hurd/sigprocmask.c (__sigprocmask): Likewise.
25658 * sysdeps/posix/sigblock.c (__sigblock): Likewise.
25659 * sysdeps/unix/sysv/linux/alpha/sigprocmask.c (__sigprocmask):
25660 Likewise.
25661 * sysdeps/unix/sysv/linux/ia64/sigprocmask.c (__sigprocmask):
25662 Likewise.
25663 * sysdeps/unix/sysv/linux/s390/s390-64/sigprocmask.c
25664 (__sigprocmask): Likewise.
25665 * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask):
25666 Likewise.
25667 * /sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c
25668 (__sigprocmask): Likewise.
25669 * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c (__sigprocmask):
25670 Likewise.
25671
25672 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25673
25674 [BZ #18822]
25675 * include/string.h (__strsep): Add libc_hidden_proto.
25676 * string/strsep.c (__strsep): Add libc_hidden_def.
25677
25678 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25679
25680 [BZ #18822]
25681 * posix/spawn_int.h (__posix_spawn_file_actions_realloc): Add
25682 attribute_hidden.
25683 (__spawni): Likewise.
25684
25685 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25686
25687 [BZ #18822]
25688 * include/sys/mman.h (__mremap): Add libc_hidden_proto.
25689 * sysdeps/unix/sysv/linux/m68k/mremap.S (__mremap): Add
25690 libc_hidden_def.
25691
25692 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25693
25694 [BZ #18822]
25695 * include/malloc.h (__malloc_check_init): Add attribute_hidden.
25696
25697 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25698
25699 [BZ #18822]
25700 * include/sys/ioctl.h (__ioctl): Add libc_hidden_proto.
25701 * misc/ioctl.c (__ioctl): Add libc_hidden_def.
25702 * sysdeps/mach/hurd/ioctl.c (__ioctl): Likewise.
25703 * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Likewise.
25704 * sysdeps/unix/sysv/linux/mips/mips64/n64/ioctl.S (__ioctl):
25705 Likewise.
25706 * sysdeps/unix/sysv/linux/powerpc/ioctl.c (__ioctl): Likewise.
25707 * sysdeps/unix/sysv/linux/tile/tilegx/ioctl.S (__ioctl): Likewise.
25708
25709 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25710
25711 [BZ #18822]
25712 * intl/gettextP.h (__dcngettext): Add attribute_hidden.
25713 (__dcigettext): Likewise.
25714
25715 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25716
25717 [BZ #18822]
25718 * include/sys/sysinfo.h (__get_nprocs_conf): Add
25719 libc_hidden_proto.
25720 (__get_nprocs): Likewise.
25721 (__get_phys_pages): Likewise.
25722 (__get_avphys_pages): Likewise.
25723 (__get_child_max): Add attribute_hidden.
25724 * misc/getsysstats.c (__get_nprocs_conf): Add libc_hidden_def.
25725 (__get_nprocs): Likewise.
25726 (__get_phys_pages): Likewise.
25727 (__get_avphys_pages): Likewise.
25728 * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Add
25729 libc_hidden_def.
25730 (__get_nprocs): Likewise.
25731 (__get_phys_pages): Likewise.
25732 (__get_avphys_pages): Likewise.
25733 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Add
25734 libc_hidden_def.
25735 (__get_nprocs_conf): Likewise.
25736 (__get_phys_pages): Likewise.
25737 (__get_avphys_pages): Likewise.
25738
25739 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25740
25741 [BZ #18822]
25742 * sysdeps/unix/sysv/linux/netlinkaccess.h (__netlink_open): Add
25743 attribute_hidden.
25744 (__netlink_close): Likewise.
25745 (__netlink_free_handle): Likewise.
25746 (__netlink_request): Likewise.
25747
25748 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25749
25750 [BZ #18822]
25751 * include/rpc/rpc.h (__rpc_thread_variables): Add
25752 attribute_hidden.
25753 (__rpc_thread_svc_cleanup): Likewise.
25754 (__rpc_thread_clnt_cleanup): Likewise.
25755 (__rpc_thread_key_cleanup): Likewise.
25756
25757 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25758
25759 [BZ #18822]
25760 * include/sys/uio.h (__readv): Add libc_hidden_proto.
25761 (__writev): Likewise.
25762 * misc/readv.c (__readv): Add libc_hidden_def.
25763 * misc/writev.c (__writev): Likewise.
25764 * sysdeps/posix/readv.c (__readv): Likewise.
25765 * sysdeps/posix/writev.c (__writev): Likewise.
25766 * sysdeps/unix/sysv/linux/readv.c: Include <sys/uio.h>.
25767 (__readv): Likewise.
25768 * sysdeps/unix/sysv/linux/writev.c: Include <sys/uio.h>.
25769 (__writev): Likewise.
25770
25771 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25772
25773 [BZ #18822]
25774 * include/regex.h (__re_compile_fastmap): Add attribute_hidden.
25775 (__regcomp): Add libc_hidden_proto.
25776 (__regexec): Likewise.
25777 (__regfree): Likewise.
25778 * posix/regcomp.c (__regcomp): Add libc_hidden_def.
25779 (__regfree): Likewise.
25780 * posix/regexec.c (__regexec): Likewise.
25781
25782 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25783
25784 [BZ #18822]
25785 * include/utmp.h (__updwtmp): Add libc_hidden_proto.
25786 (__getutent): Likewise.
25787 (__getutid): Likewise.
25788 (__getutline): Likewise.
25789 (__pututline): Likewise.
25790 (__getutent_r): Likewise.
25791 (__getutid_r): Likewise.
25792 (__getutline_r): Likewise.
25793 (__utmpname): Add attribute_hidden.
25794 (__setutent): Likewise.
25795 (__endutent): Likewise.
25796 * login/getutent.c (__getutent): Add libc_hidden_def.
25797 * login/getutent_r.c (__getutent_r): Likewise.
25798 (__pututline): Likewise.
25799 * login/getutid.c (__getutid): Likewise.
25800 * login/getutid_r.c (__getutid_r): Likewise.
25801 * login/getutline.c (__getutline): Likewise.
25802 * login/getutline_r.c (__getutline_r): Likewise.
25803 * login/updwtmp.c (__updwtmp): Likewise.
25804
25805 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25806
25807 [BZ #18822]
25808 * include/dirent.h (__opendir): Always add attribute_hidden.
25809 (__fdopendir): Likewise.
25810 (__closedir): Likewise.
25811 (__readdir): Likewise.
25812 (__readdir64): Add libc_hidden_proto.
25813 * sysdeps/mach/hurd/readdir64.c (__readdir64): Add libc_hidden_def.
25814 * sysdeps/unix/sysv/linux/i386/readdir64.c (__readdir64): Likewise.
25815 * sysdeps/unix/sysv/linux/readdir64.c (__readdir64): Likewise.
25816 * sysdeps/unix/sysv/linux/wordsize-64/readdir.c (__GI___readdir64):
25817 New alias.
25818
25819 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25820
25821 [BZ #18822]
25822 * include/aliases.h (__getaliasbyname_r): Add attribute_hidden.
25823 * include/netdb.h (__gethostbyaddr_r): Likewise.
25824 (__gethostbyname_r): Likewise.
25825 (__gethostbyname2_r): Likewise.
25826 (__getnetbyaddr_r): Likewise.
25827 (__getnetbyname_r): Likewise.
25828 (__getservbyname_r): Likewise.
25829 (__getservbyport_r): Likewise.
25830 (__getprotobyname_r): Likewise.
25831 (__getprotobynumber_r): Likewise.
25832 (__getnetgrent_r): Likewise.
25833 * include/rpc/netdb.h (__getrpcbyname_r): Likewise.
25834 (__getrpcbynumber_r): Likewise.
25835 * nss/getXXbyYY.c (INTERNAL (REENTRANT_NAME)): Likewise.
25836
25837 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25838
25839 [BZ #18822]
25840 * include/stdio.h (__fcloseall): Add attribute_hidden.
25841 (__getline): Likewise.
25842 (__path_search): Likewise.
25843 (__gen_tempname): Likewise.
25844 (__libc_message): Likewise.
25845 (__flockfile): Likewise.
25846 (__funlockfile): Likewise.
25847 (__fxprintf): Likewise.
25848 (__fxprintf_nocancel): Likewise.
25849
25850 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25851
25852 [BZ #18822]
25853 * include/gshadow.h (__fgetsgent_r): Add attribute_hidden.
25854 (__sgetsgent_r): Likewise.
25855
25856 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25857
25858 [BZ #18822]
25859 * include/sys/statfs.h (__fstatfs): Add attribute_hidden.
25860 (__statfs64): Likewise.
25861 (__fstatfs64): Likewise.
25862 * include/sys/statvfs.h (__statvfs64): Likewise.
25863 (__fstatvfs64): Likewise.
25864 * sysdeps/unix/sysv/linux/pathconf.h (__statfs_link_max): Likewise.
25865 (__statfs_filesize_max): Likewise.
25866 (__statfs_symlinks): Likewise.
25867 (__statfs_chown_restricted): Likewise.
25868
25869 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25870
25871 [BZ #18822]
25872 * include/time.h (__tzstring): Add attribute_hidden.
25873 (__tzfile_read): Likewise.
25874 (__tzfile_compute): Likewise.
25875 (__tzfile_default): Likewise.
25876 (__tzset_parse_tz): Likewise.
25877 (__offtime): Likewise.
25878 (__asctime_r): Likewise.
25879 (__tzset): Likewise.
25880 (__tz_convert): Likewise.
25881 (__getdate_r): Likewise.
25882 (__getclktck): Likewise.
25883
25884 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25885
25886 [BZ #18822]
25887 * nscd/nscd-client.h (__nscd_get_map_ref): Add attribute_hidden.
25888 (__nscd_unmap): Likewise.
25889 (__nscd_cache_search): Likewise.
25890 (__nscd_get_nl_timestamp): Likewise.
25891 (__nscd_getpwnam_r): Likewise.
25892 (__nscd_getpwuid_r): Likewise.
25893 (__nscd_getgrnam_r): Likewise.
25894 (__nscd_getgrgid_r): Likewise.
25895 (__nscd_gethostbyname_r): Likewise.
25896 (__nscd_gethostbyname2_r): Likewise.
25897 (__nscd_gethostbyaddr_r): Likewise.
25898 (__nscd_getai): Likewise.
25899 (__nscd_getgrouplist): Likewise.
25900 (__nscd_getservbyname_r): Likewise.
25901 (__nscd_getservbyport_r): Likewise.
25902 (__nscd_innetgr): Likewise.
25903 (__nscd_setnetgrent): Likewise.
25904
25905 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25906
25907 [BZ #18822]
25908 * include/gmp.h: Declare internal functions only if _ISOMAC is
25909 undefined.
25910 (__mpn_extract_double): Add attribute_hidden.
25911 (__mpn_extract_long_double): Likewise.
25912 (__mpn_extract_float128): Likewise.
25913 (__mpn_construct_float): Likewise.
25914 (__mpn_construct_double): Likewise.
25915 (__mpn_construct_long_double): Likewise.
25916 (__mpn_construct_float128): Likewise.
25917 (mpn_add_1): Likewise.
25918 (mpn_addmul_1): Likewise.
25919 (mpn_add_n): Likewise.
25920 (mpn_cmp): Likewise.
25921 (mpn_divrem): Likewise.
25922 (mpn_lshift): Likewise.
25923 (mpn_mul): Likewise.
25924 (mpn_mul_1): Likewise.
25925 (mpn_rshift): Likewise.
25926 (mpn_sub_1): Likewise.
25927 (mpn_submul_1): Likewise.
25928 (mpn_sub_n): Likewise.
25929
25930 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25931
25932 [BZ #18822]
25933 * include/wchar.h (__wcsnlen): Add attribute_hidden.
25934 (__wcscat): Likewise.
25935 (__btowc): Likewise.
25936 (__wcrtomb): Likewise.
25937 (__mbsrtowcs): Likewise.
25938 (__wcsrtombs): Likewise.
25939 (__mbsnrtowcs): Likewise.
25940 (__wcsnrtombs): Likewise.
25941 (__wcsncpy): Likewise.
25942 (__wcpncpy): Likewise.
25943 (__wmemcpy): Likewise.
25944 (__wmempcpy): Likewise.
25945 (__wmemmove): Likewise.
25946 (__wcschrnul): Likewise.
25947 (__vfwscanf): Likewise.
25948 (__vswprintf): Likewise.
25949 (__fwprintf): Likewise.
25950 (__vfwprintf): Likewise.
25951
25952 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25953
25954 [BZ #18822]
25955 * include/grp.h (__fgetgrent_r): Add attribute_hidden.
25956 (__getgrgid_r): Likewise.
25957 (__getgrnam_r): Likewise.
25958 * include/pwd.h (__getpwuid_r): Likewise.
25959 (__getpwnam_r): Likewise.
25960 (__fgetpwent_r): Likewise.
25961 * include/shadow.h (__getspnam_r): Likewise.
25962 (__sgetspent_r): Likewise.
25963 (__fgetspent_r): Likewise.
25964
25965 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25966
25967 [BZ #18822]
25968 * include/unistd.h (__access): Add attribute_hidden.
25969 (__lseek64): Likewise.
25970 (__libc_pread64): Likewise.
25971 (__pipe2): Likewise.
25972 (__sleep): Likewise.
25973 (__chdir): Likewise.
25974 (__fchdir): Likewise.
25975 (__getcwd): Likewise.
25976 (__rmdir): Likewise.
25977 (__execvpe): Likewise.
25978 (__execve): Likewise.
25979 (__setsid): Likewise.
25980 (__getuid): Likewise.
25981 (__geteuid): Likewise.
25982 (__getgid): Likewise.
25983 (__getegid): Likewise.
25984 (__getgroups): Likewise.
25985 (__group_member): Likewise.
25986 (__ttyname_r): Likewise.
25987 (__isatty): Likewise.
25988 (__readlink): Likewise.
25989 (__unlink): Likewise.
25990 (__gethostname): Likewise.
25991 (__profil): Likewise.
25992 (__getdtablesize): Likewise.
25993 (__brk): Likewise.
25994 (__ftruncate): Likewise.
25995 (__ftruncate64): Likewise.
25996
25997 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
25998
25999 [BZ #18822]
26000 * argp/argp-fmtstream.c: Include <argp-fmtstream.h>.
26001 * argp/argp-fs-xinl.c: Likewise.
26002 * argp/argp-help.c: Include <argp.h> and <argp-fmtstream.h>.
26003 * argp/argp-parse.c: Include <argp.h>.
26004 * argp/argp-xinl.c: Likewise.
26005 * include/argp-fmtstream.h: New file.
26006 * include/argp.h (__argp_error): Add attribute_hidden.
26007 (__argp_failure): Likewise.
26008 (__argp_input): Likewise.
26009 (__argp_state_help): Likewise.
26010
26011 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26012
26013 [BZ #18822]
26014 * include/wchar.h (____wcstof_l_internal): New prototype.
26015 (____wcstod_l_internal): Likewise.
26016 (____wcstold_l_internal): Likewise.
26017 (____wcstol_l_internal): Likewise.
26018 (____wcstoul_l_internal): Likewise.
26019 (____wcstoll_l_internal): Likewise.
26020 (____wcstoull_l_internal): Likewise.
26021 (____wcstof128_l_internal): Likewise.
26022 * sysdeps/ieee754/float128/wcstof128.c
26023 (____wcstof128_l_internal): Removed.
26024 * sysdeps/ieee754/float128/wcstof128_l.c
26025 (____wcstof128_l_internal): Likewise.
26026 * wcsmbs/wcstod.c (____wcstod_l_internal): Likewise.
26027 * wcsmbs/wcstod_l.c (____wcstod_l_internal): Likewise.
26028 * wcsmbs/wcstof.c (____wcstof_l_internal): Likewise.
26029 * wcsmbs/wcstof_l.c (____wcstof_l_internal): Likewise.
26030 * wcsmbs/wcstol_l.c (____wcstol_l_internal): Likewise.
26031 * wcsmbs/wcstold.c (____wcstold_l_internal): Likewise.
26032 * wcsmbs/wcstold_l.c (____wcstold_l_internal): Likewise.
26033 * wcsmbs/wcstoll_l.c (____wcstoll_l_internal): Likewise.
26034 * wcsmbs/wcstoul_l.c (____wcstoul_l_internal): Likewise.
26035 * wcsmbs/wcstoull_l.c (____wcstoull_l_internal): Likewise.
26036
26037 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26038
26039 [BZ #18822]
26040 * sysdeps/unix/sysv/linux/fstatvfs.c: Include "internal_statvfs.h"
26041 instead of <sys/statvfs.h>.
26042 (__internal_statvfs): Removed.
26043 * sysdeps/unix/sysv/linux/fstatvfs64.c Include "internal_statvfs.h"
26044 instead of <sys/statvfs.h>.
26045 (__internal_statvfs64): Removed.
26046 * sysdeps/unix/sysv/linux/internal_statvfs.c: Include
26047 "internal_statvfs.h" instead of <sys/statvfs.h>.
26048 * sysdeps/unix/sysv/linux/internal_statvfs.h: New file.
26049 * sysdeps/unix/sysv/linux/statvfs.c Include "internal_statvfs.h"
26050 instead of <sys/statvfs.h>.
26051 (__internal_statvfs): Removed.
26052 * sysdeps/unix/sysv/linux/statvfs64.c Include "internal_statvfs.h"
26053 instead of <sys/statvfs.h>.
26054 (__internal_statvfs64): Removed.
26055
26056 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26057
26058 [BZ #18822]
26059 * iconv/gconv_int.h (__gconv_open): Add attribute_hidden.
26060 (__gconv_close): Likewise.
26061 (__gconv): Likewise.
26062 (__gconv_find_transform): Likewise.
26063 (__gconv_lookup_cache): Likewise.
26064 (__gconv_compare_alias_cache): Likewise.
26065 (__gconv_load_cache): Likewise.
26066 (__gconv_get_path): Likewise.
26067 (__gconv_close_transform): Likewise.
26068 (__gconv_release_cache): Likewise.
26069 (__gconv_find_shlib): Likewise.
26070 (__gconv_release_shlib): Likewise.
26071 (__gconv_get_builtin_trans): Likewise.
26072 (__gconv_compare_alias): Likewise.
26073 * include/dlfcn.h (_dlerror_run): Likewise.
26074 * include/stdio.h (__fortify_fail_abort): Likewise.
26075 * include/time.h (__tz_compute): Likewise.
26076 (__strptime_internal): Likewise.
26077 * intl/gettextP.h (_nl_find_domain): Likewise.
26078 (_nl_load_domain): Likewise.
26079 (_nl_find_msg): Likewise.
26080 * intl/plural-exp.h (FREE_EXPRESSION): Likewise.
26081 (EXTRACT_PLURAL_EXPRESSION): Likewise.
26082 * locale/coll-lookup.h (__collidx_table_lookup): Likewise.
26083 * resolv/gai_misc.h (__gai_enqueue_request): Likewise.
26084 (__gai_find_request): Likewise.
26085 (__gai_remove_request): Likewise.
26086 (__gai_notify): Likewise.
26087 (__gai_notify_only): Likewise.
26088 * sysdeps/generic/aio_misc.h (__aio_sigqueue): Likewise.
26089 * sysdeps/generic/ldsodefs.h (_dl_fini): Likewise.
26090 (_dl_non_dynamic_init): Likewise.
26091 (_dl_aux_init): Likewise.
26092 * sysdeps/i386/machine-gmon.h (mcount_internal): Likewise.
26093 * sysdeps/unix/sysv/linux/i386/olddirent.h (__old_getdents64):
26094 Likewise.
26095 * wcsmbs/wcsmbsload.h (__wcsmbs_load_conv): Likewise.
26096 (__wcsmbs_clone_conv): Likewise.
26097 (__wcsmbs_named_conv): Likewise.
26098
26099 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26100
26101 [BZ #18822]
26102 * include/stdlib.h (__random): Add attribute_hidden.
26103 (__random_r): Likewise.
26104 (__srandom_r): Likewise.
26105 (__initstate_r): Likewise.
26106 (__setstate_r): Likewise.
26107 (__erand48_r): Likewise.
26108 (__nrand48_r): Likewise.
26109 (__jrand48_r): Likewise.
26110 (__srand48_r): Likewise.
26111 (__seed48_r): Likewise.
26112 (__lcong48_r): Likewise.
26113 (__drand48_iterate): Likewise.
26114 (__setenv): Likewise.
26115 (__unsetenv): Likewise.
26116 (__clearenv): Likewise.
26117 (__ptsname_r): Likewise.
26118 (__posix_openpt): Likewise.
26119 (__add_to_environ): Likewise.
26120 (__realpath): Add libc_hidden_proto.
26121 (__ecvt_r): Likewise.
26122 (__fcvt_r): Likewise.
26123 (__qecvt_r): Likewise.
26124 (__qfcvt_r): Likewise.
26125 * misc/efgcvt_r.c (cvt_symbol_1): Add libc_hidden_def (local).
26126 * stdlib/canonicalize.c (__realpath): Add libc_hidden_def.
26127
26128 2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
26129
26130 [BZ #18822]
26131 * include/stdlib.h (__ptsname_internal): Add attribute_hidden.
26132 * include/time.h (__mktime_internal): Likewise.
26133 * libio/iolibio.h (__fopen_internal): Likewise.
26134
26135 2017-10-01 John David Anglin <danglin@gcc.gnu.org>
26136
26137 * sysdeps/unix/sysv/linux/hppa/getcontext.S (__getcontext): Save return
26138 pointer in frame.
26139 * sysdeps/unix/sysv/linux/hppa/setcontext.S (__setcontext): Likewise.
26140 Correct offset used to restore PIC register.
26141
26142 2017-09-30 John David Anglin <danglin@gcc.gnu.org>
26143
26144 [BZ libc/22165]
26145 * sysdeps/unix/sysv/linux/hppa/getcontext.S (__getcontext): Use PIC
26146 code to load address of __getcontext_ret when generating PIC code.
26147
26148 2017-09-30 H.J. Lu <hongjiu.lu@intel.com>
26149
26150 * elf/Makefile (tests-static-internal): Add
26151 tst-tls1-static-non-pie.
26152 (LDFLAGS-tst-tls1-static-non-pie): New.
26153 * elf/tst-tls1-static-non-pie.c: New file.
26154
26155 2017-09-29 Joseph Myers <joseph@codesourcery.com>
26156
26157 * sysdeps/ieee754/dbl-64/s_asinh.c: Include <libm-alias-double.h>.
26158 (asinh): Define using libm_alias_double.
26159 * sysdeps/ieee754/dbl-64/s_cbrt.c: Include <libm-alias-double.h>.
26160 (cbrt): Define using libm_alias_double.
26161 * sysdeps/ieee754/dbl-64/s_copysign.c: Include
26162 <libm-alias-double.h>.
26163 (copysign): Define using libm_alias_double.
26164 * sysdeps/ieee754/dbl-64/s_erf.c: Include <libm-alias-double.h>.
26165 (erf): Define using libm_alias_double.
26166 (erfc): Likewise.
26167 * sysdeps/ieee754/dbl-64/s_expm1.c: Include <libm-alias-double.h>.
26168 (expm1): Define using libm_alias_double.
26169 * sysdeps/ieee754/dbl-64/s_fabs.c: Include <libm-alias-double.h>.
26170 (fabs): Define using libm_alias_double.
26171 * sysdeps/ieee754/dbl-64/s_fromfp.c (fromfp): Define using
26172 libm_alias_double.
26173 * sysdeps/ieee754/dbl-64/s_fromfp_main.c: Include
26174 <libm-alias-double.h>.
26175 * sysdeps/ieee754/dbl-64/s_fromfpx.c (fromfpx): Define using
26176 libm_alias_double.
26177 * sysdeps/ieee754/dbl-64/s_getpayload.c: Include
26178 <libm-alias-double.h>.
26179 (getpayload): Define using libm_alias_double.
26180 * sysdeps/ieee754/dbl-64/s_llrint.c: Include
26181 <libm-alias-double.h>.
26182 (llrint): Define using libm_alias_double.
26183 * sysdeps/ieee754/dbl-64/s_lrint.c: Include <libm-alias-double.h>.
26184 (lrint): Define using libm_alias_double.
26185 * sysdeps/ieee754/dbl-64/s_nextup.c: Include
26186 <libm-alias-double.h>.
26187 (nextup): Define using libm_alias_double.
26188 * sysdeps/ieee754/dbl-64/s_roundeven.c: Include
26189 <libm-alias-double.h>.
26190 (roundeven): Define using libm_alias_double.
26191 * sysdeps/ieee754/dbl-64/s_setpayload.c (setpayload): Define using
26192 libm_alias_double.
26193 * sysdeps/ieee754/dbl-64/s_setpayload_main.c: Include
26194 <libm-alias-double.h>.
26195 * sysdeps/ieee754/dbl-64/s_setpayloadsig.c (setpayloadsig): Define
26196 using libm_alias_double.
26197 * sysdeps/ieee754/dbl-64/s_sin.c: Include <libm-alias-double.h>.
26198 (cos): Define using libm_alias_double.
26199 (sin): Likewise.
26200 * sysdeps/ieee754/dbl-64/s_sincos.c: Include
26201 <libm-alias-double.h>.
26202 (sincos): Define using libm_alias_double.
26203 * sysdeps/ieee754/dbl-64/s_tanh.c: Include <libm-alias-double.h>.
26204 (tanh): Define using libm_alias_double.
26205 * sysdeps/ieee754/dbl-64/s_totalorder.c: Include
26206 <libm-alias-double.h>.
26207 (totalorder): Define using libm_alias_double.
26208 * sysdeps/ieee754/dbl-64/s_totalordermag.c: Include
26209 <libm-alias-double.h>.
26210 (totalordermag): Define using libm_alias_double.
26211 * sysdeps/ieee754/dbl-64/s_ufromfp.c (ufromfp): Define using
26212 libm_alias_double.
26213 * sysdeps/ieee754/dbl-64/s_ufromfpx.c (ufromfpx): Define using
26214 libm_alias_double.
26215 * sysdeps/ieee754/dbl-64/wordsize-64/s_getpayload.c: Include
26216 <libm-alias-double.h>.
26217 (getpayload): Define using libm_alias_double.
26218 * sysdeps/ieee754/dbl-64/wordsize-64/s_roundeven.c: Include
26219 <libm-alias-double.h>.
26220 (roundeven): Define using libm_alias_double.
26221 * sysdeps/ieee754/dbl-64/wordsize-64/s_setpayload_main.c: Include
26222 <libm-alias-double.h>.
26223 * sysdeps/ieee754/dbl-64/wordsize-64/s_totalorder.c: Include
26224 <libm-alias-double.h>.
26225 (totalorder): Define using libm_alias_double.
26226 * sysdeps/ieee754/dbl-64/wordsize-64/s_totalordermag.c: Include
26227 <libm-alias-double.h>.
26228 (totalordermag): Define using libm_alias_double.
26229 * sysdeps/ieee754/ldbl-opt/s_copysign.c (copysignl): Only define
26230 libc compat symbol here.
26231 * sysdeps/ieee754/ldbl-opt/s_asinh.c: Remove file.
26232 * sysdeps/ieee754/ldbl-opt/s_cbrt.c: Likewise.
26233 * sysdeps/ieee754/ldbl-opt/s_erf.c: Likewise.
26234 * sysdeps/ieee754/ldbl-opt/s_expm1.c: Likewise.
26235 * sysdeps/ieee754/ldbl-opt/s_fabs.c: Likewise.
26236 * sysdeps/ieee754/ldbl-opt/s_llrint.c: Likewise.
26237 * sysdeps/ieee754/ldbl-opt/s_lrint.c: Likewise.
26238 * sysdeps/ieee754/ldbl-opt/s_sin.c: Likewise.
26239 * sysdeps/ieee754/ldbl-opt/s_sincos.c: Likewise.
26240 * sysdeps/ieee754/ldbl-opt/s_tanh.c: Likewise.
26241
26242 2017-09-29 H.J. Lu <hongjiu.lu@intel.com>
26243
26244 * sysdeps/arm/dl-machine.h (elf_machine_load_address): Use
26245 _dl_relocate_static_pie instead of _dl_start to compute load
26246 address in static PIE. Return 0 if _DYNAMIC is undefined for
26247 static executable.
26248
26249 2017-09-29 H.J. Lu <hongjiu.lu@intel.com>
26250
26251 * sysdeps/mips/dl-machine.h (elf_machine_dynamic): Return 0 if
26252 _DYNAMIC is undefined for static executable.
26253
26254 2017-09-29 H.J. Lu <hongjiu.lu@intel.com>
26255
26256 * sysdeps/arm/start.S (_start): Check PIC instead of SHARED.
26257
26258 2017-09-29 Joseph Myers <joseph@codesourcery.com>
26259
26260 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26261
26262 2017-09-29 Wilco Dijkstra <wdijkstr@arm.com>
26263
26264 * sysdeps/ieee754/dbl-64/e_lgamma_r.c
26265 (__ieee754_lgamma_r): Use fabs rather than __fabs.
26266 * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
26267 * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
26268 * sysdeps/ieee754/flt-32/e_lgammaf_r.c
26269 (__ieee754_lgammaf_r): Use fabsf rather than __fabsf.
26270 * sysdeps/ieee754/flt-32/e_log10f.c (__ieee754_log10f): Likewise.
26271 * sysdeps/ieee754/flt-32/e_log2f.c (__ieee754_log2f): Likewise.
26272 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c
26273 (__ieee754_lgammal_r): Use fabsl rather than __fabsl.
26274 * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Likewise.
26275 * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Likewise.
26276 * sysdeps/ieee754/ldbl-128ibm/e_lgammal_r.c
26277 (__ieee754_lgammal_r): Use fabsl rather than __fabsl.
26278 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
26279 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
26280 * sysdeps/powerpc/nofpu/Makefile: Add -fno-builtin-fabsl for BZ #29253.
26281
26282 2017-09-29 Wilco Dijkstra <wdijkstr@arm.com>
26283
26284 * math/bits/cmathcalls.h (cimag): Remove inline.
26285 (creal): Remove inline.
26286 (conj): Remove inline.
26287
26288 2017-09-29 Szabolcs Nagy <szabolcs.nagy@arm.com>
26289
26290 * math/Makefile (type-float-routines): Add e_powf_log2_data.
26291 * sysdeps/ieee754/flt-32/e_powf.c: New implementation.
26292 * sysdeps/ieee754/flt-32/e_powf_log2_data.c: New file.
26293 * sysdeps/ieee754/flt-32/math_config.h (__powf_log2_data): Define.
26294 (issignalingf_inline): Likewise.
26295 (POWF_LOG2_TABLE_BITS): Likewise.
26296 (POWF_LOG2_POLY_ORDER): Likewise.
26297 (POWF_SCALE_BITS): Likewise.
26298 (POWF_SCALE): Likewise.
26299 * sysdeps/i386/fpu/e_powf_log2_data.c: New file.
26300 * sysdeps/ia64/fpu/e_powf_log2_data.c: New file.
26301 * sysdeps/m68k/m680x0/fpu/e_powf_log2_data.c: New file.
26302
26303 2017-09-29 Szabolcs Nagy <szabolcs.nagy@arm.com>
26304
26305 * math/Makefile (type-float-routines): Add e_log2f_data.
26306 * sysdeps/ieee754/flt-32/e_log2f.c: New implementation.
26307 * sysdeps/ieee754/flt-32/e_log2f_data.c: New file.
26308 * sysdeps/ieee754/flt-32/math_config.h (__log2f_data): Define.
26309 (LOG2F_TABLE_BITS, LOG2F_POLY_ORDER): Define.
26310 * sysdeps/i386/fpu/e_log2f_data.c: New file.
26311 * sysdeps/ia64/fpu/e_log2f_data.c: New file.
26312 * sysdeps/m68k/m680x0/fpu/e_log2f_data.c: New file.
26313
26314 2017-09-29 Szabolcs Nagy <szabolcs.nagy@arm.com>
26315
26316 * math/Makefile (type-float-routines): Add e_logf_data.
26317 * sysdeps/ieee754/flt-32/e_logf.c: New implementation.
26318 * sysdeps/ieee754/flt-32/e_logf_data.c: New file.
26319 * sysdeps/ieee754/flt-32/math_config.h (__logf_data): Define.
26320 (LOGF_TABLE_BITS, LOGF_POLY_ORDER): Define.
26321 * sysdeps/i386/fpu/e_logf_data.c: New file.
26322 * sysdeps/ia64/fpu/e_logf_data.c: New file.
26323 * sysdeps/m68k/m680x0/fpu/e_logf_data.c: New file.
26324
26325 2017-09-28 H.J. Lu <hongjiu.lu@intel.com>
26326
26327 * sysdeps/i386/dl-machine.h (elf_machine_load_address): Allow
26328 undefined _DYNAMIC in PIE libc.a.
26329 * sysdeps/x86_64/dl-machine.h (elf_machine_load_address):
26330 Likewse.
26331
26332 2017-09-28 Wilco Dijkstra <wdijkstr@arm.com>
26333
26334 * sysdeps/alpha/fpu/bits/mathinline.h: Delete file.
26335 * sysdeps/ia64/fpu/bits/mathinline.h: Delete file.
26336 * sysdeps/m68k/coldfire/fpu/bits/mathinline.h: Delete file.
26337 * sysdeps/m68k/m680x0/fpu/bits/mathinline.h: (__signbitf): Remove.
26338 (__signbit): Remove.
26339 (__signbitl): Remove.
26340 * sysdeps/powerpc/bits/mathinline.h (__signbitf): Remove.
26341 (__signbit): Remove.
26342 (__signbitl): Remove.
26343 * sysdeps/s390/fpu/bits/mathinline.h: (__signbitf): Remove.
26344 (__signbit): Remove.
26345 (__signbitl): Remove.
26346 * sysdeps/sparc/fpu/bits/mathinline.h (__signbitf): Remove.
26347 (__signbit): Remove.
26348 (__signbitl): Remove.
26349 * sysdeps/tile/bits/mathinline.h: Delete file.
26350 * sysdeps/x86/fpu/bits/mathinline.h (__signbitf): Remove.
26351 (__signbit): Remove.
26352 (__signbitl): Remove.
26353
26354 2017-09-28 Wilco Dijkstra <wdijkstr@arm.com>
26355
26356 * math/math.h: Improve handling of C99 isgreater macros.
26357 * sysdeps/alpha/fpu/bits/mathinline.h: Remove isgreater macros.
26358 * sysdeps/m68k/m680x0/fpu/bits/mathinline.h: Likewise.
26359 * sysdeps/powerpc/bits/mathinline.h: Likewise.
26360 * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
26361 * sysdeps/x86/fpu/bits/mathinline.h: Likewise.
26362
26363 2017-09-28 Szabolcs Nagy <szabolcs.nagy@arm.com>
26364
26365 * sysdeps/aarch64/libm-test-ulps: Update.
26366
26367 2017-09-28 Joseph Myers <joseph@codesourcery.com>
26368
26369 [BZ #22225]
26370 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
26371 math_opt_barrier on argument when doing arithmetic on it.
26372 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
26373 Likewise. Use math_force_eval not math_opt_barrier after
26374 arithmetic.
26375 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Use
26376 math_opt_barrier on argument when doing arithmetic on it.
26377 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
26378 Likewise.
26379
26380 2017-09-27 H.J. Lu <hongjiu.lu@intel.com>
26381
26382 * sysdeps/unix/sysv/linux/ifaddrs.c (__getifaddrs): Add
26383 libc_hidden_def.
26384 (__freeifaddrs): Likewise.
26385
26386 2017-09-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
26387
26388 * include/dirent.h (__dirfd): New declaration.
26389 * dirent/dirfd.c (dirfd): Rename to __dirfd, and redefine as weak
26390 alias.
26391 * sysdeps/posix/dirfd/dirfd.c (dirfd): Likewise.
26392 * sysdeps/mach/hurd/dirfd.c (dirfd): Likewise.
26393 * io/ftw.c (open_dir_stream, ftw_dir): Use __dirfd instead of dirfd.
26394 * include/unistd.h (__revoke): New declaration.
26395 * misc/revoke.c (revoke): Rename to __revoke, and redefine as weak
26396 alias.
26397 * sysdeps/mach/hurd/revoke.c (revoke): Likewise.
26398 * sysdeps/unix/bsd/unlockpt.c (unlockpt): Use __revoke instead of
26399 revoke.
26400 * include/dirent.h (__seekdir): New declaration.
26401 * sysdeps/mach/hurd/seekdir.c (seekdir): Rename to __seekdir and
26402 redefine as weak alias.
26403 * sysdeps/mach/hurd/rewinddir.c (__rewinddir): Use __seekdir instead
26404 of seekdir.
26405 * include/ifaddrs.h (__getifaddrs, __freeifaddrs): New declarations,
26406 and use libc_hidden_def on them.
26407 * inet/ifaddrs.c (__getifaddrs, __freeifaddrs): Use libc_hidden_def on
26408 them.
26409 * sysdeps/gnu/ifaddrs.c (__getifaddrs, __freeifaddrs): Likewise.
26410 * inet/check_pf.c (__check_pf): Use __getifaddrs and __freeifaddrs
26411 instead of getifaddrs and freeifaddrs.
26412
26413 2017-09-26 H.J. Lu <hongjiu.lu@intel.com>
26414
26415 [BZ #18822]
26416 * dlfcn/modatexit.c (foo): Remove __dso_handle check.
26417 * dlfcn/modcxaatexit.c: Include <dso_handle.h>.
26418 (__dso_handle): Remove declaration.
26419 * dlfcn/tstatexit.c (__dso_handle): Removed.
26420 (main): Don't check __dso_handle.
26421 * dlfcn/tstcxaatexit.c (__dso_handle): Removed.
26422 (main): Don't check __dso_handle.
26423 * include/dso_handle.h: New file.
26424 * malloc/mtrace.c: Include <dso_handle.h>.
26425 (mtrace): Pass __dso_handle directly.
26426 * nptl/pthread_atfork.c: Include <dso_handle.h>.
26427 (__dso_handle): Remove declaration.
26428 (__pthread_atfork): Pass __dso_handle directly.
26429 * nptl/tst-atfork2mod.c: Include <dso_handle.h>.
26430 (__dso_handle): Removed.
26431 * posix/wordexp-test.c: Include <dso_handle.h>.
26432 (__dso_handle): Remove declaration.
26433 (__app_register_atfork): Pass __dso_handle directly.
26434 * stdlib/at_quick_exit.c: Include <dso_handle.h>.
26435 (__dso_handle): Remove declaration.
26436 (at_quick_exit): Pass __dso_handle directly.
26437 * stdlib/atexit.c: Include <dso_handle.h>.
26438 (__dso_handle): Remove declaration.
26439 (atexit): Pass __dso_handle directly.
26440 * stdlib/tst-tls-atexit-lib.c: Include <dso_handle.h>.
26441 (__dso_handle): Removed.
26442
26443 2017-09-26 Joseph Myers <joseph@codesourcery.com>
26444
26445 * sysdeps/unix/make-syscalls.sh: Use __ifunc to define symbols
26446 using VDSO.
26447
26448 2017-09-26 Alexey Makhalov <amakhalov@vmware.com>
26449
26450 * elf/dl-tunables.c (do_tunable_update_val): Range checking fix.
26451 * scripts/gen-tunables.awk: Set unspecified minval and/or maxval
26452 values to correct default value for given type.
26453
26454 2017-09-26 H.J. Lu <hongjiu.lu@intel.com>
26455
26456 [BZ #22101]
26457 * elf/Makefile (tests): Add tst-debug1.
26458 ($(objpfx)tst-debug1): New.
26459 ($(objpfx)tst-debug1.out): Likewise.
26460 ($(objpfx)tst-debug1mod1.so): Likewise.
26461 * elf/dl-load.c (_dl_map_object_from_fd): Skip PT_DYNAMIC segment
26462 with p_filesz == 0.
26463 * elf/tst-debug1.c: New file.
26464
26465 2017-09-26 Joseph Myers <joseph@codesourcery.com>
26466
26467 * sysdeps/sparc/sparc-ifunc.h [!__ASSEMBLER__] (sparc_libm_ifunc):
26468 Define using __ifunc.
26469
26470 2017-09-26 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
26471
26472 * sysdeps/powerpc/fpu/libm-test-ulps: Regenerate expf() and
26473 exp2f() values.
26474
26475 2017-09-26 Joseph Myers <joseph@codesourcery.com>
26476
26477 [BZ #22156]
26478 * sysdeps/ia64/stackinfo.h (DEFAULT_STACK_PERMS): Likewise.
26479
26480 2017-09-26 Florian Weimer <fweimer@redhat.com>
26481
26482 * resolv/Makefile (tests-internal): Fix typo in comment.
26483
26484 2017-09-26 Florian Weimer <fweimer@redhat.com>
26485
26486 * resolv/nss_dns/dns-host.c: Fix typo in comment.
26487
26488 2017-09-25 Adhemerval Zanella <adhemerval.zanella@linaro.org>
26489
26490 * lib/malloc/scratch_buffer.h (struct scratch_buffer):
26491 Use an union instead of a max_align_t array for __space,
26492 so that __space is the same size on all platforms.
26493 * malloc/scratch_buffer_grow_preserve.c
26494 (__libc_scratch_buffer_grow_preserve): Likewise.
26495
26496 [BZ #22183]
26497 * include/gnu-versions.h (_GNU_GLOB_INTERFACE_VERSION): Increase
26498 version to 2.
26499 * posix/Makefile (routines): Add glob-lstat-compat and
26500 glob64-lstat-compat.
26501 * posix/Versions (GLIBC_2.27, glob, glob64): Add symbol version.
26502 * posix/glob-lstat-compat.c: New file.
26503 * posix/glob64-lstat-compat.c: Likewise.
26504 * posix/tst-glob_lstat_compat.c: Likewise.
26505 * sysdeps/unix/sysv/linux/glob-lstat-compat.c: Likewise.
26506 * sysdeps/unix/sysv/linux/alpha/glob-lstat-compat.c: Likewise.
26507 * sysdeps/unix/sysv/linux/glob64-lstat-compat.c: Likewise.
26508 * sysdeps/unix/sysv/linux/s390/s390-32/glob64-lstat-compat.c:
26509 Likewise.
26510 * sysdeps/unix/sysv/linux/alpha/glob.c: Remove file.
26511 * sysdeps/unix/sysv/linux/s390/s390-32/glob64.c: Likewise.
26512 * posix/glob.c (glob_lstat): New function.
26513 (glob): Rename to __glob and add versioned symbol to 2.27.
26514 (glob_in_dir): Use glob_lstat.
26515 * posix/glob64.c (glob64): Add GLOB_ATTRIBUTE.
26516 * sysdeps/unix/sysv/linux/arm/libc.abilist: Likewise.
26517 * sysdeps/unix/sysv/linux/glob.c (glob): Add versioned symbol for
26518 2.27.
26519 * sysdeps/unix/sysv/linux/glob64.c (glob64): Likewise.
26520 * sysdeps/unix/sysv/linux/oldglob.c (GLOB_NO_LSTAT): Define.
26521 * sysdeps/unix/sysv/linux/alpha/oldglob.c (__old_glob): Do not use
26522 gl_lstat on glob call.
26523 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: Add GLIBC_2.27 glob
26524 and glob64 symbols.
26525 * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
26526 * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
26527 * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
26528 * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
26529 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
26530 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
26531 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
26532 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
26533 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: Likewise.
26534 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
26535 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
26536 * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise.
26537 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
26538 Likewise.
26539 * sysdeps/unix/linux/powerpc/powerpc32/nofpu/libc.abilist: Likewise.
26540 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: Likewise.
26541 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
26542 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
26543 * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
26544 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
26545 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
26546 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: Likewise.
26547 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: Likewise.
26548 * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
26549 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
26550 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
26551
26552 2017-09-25 H.J. Lu <hongjiu.lu@intel.com>
26553
26554 * configure.ac (AS): Require binutils 2.25 or later.
26555 * configure: Regenerated.
26556
26557 2017-09-25 Paul Pluzhnikov <ppluzhnikov@google.com>
26558
26559 [BZ #22207]
26560 * stdlib/test-atexit-race-common.c (do_test): Minimize required
26561 VM size.
26562
26563 2017-09-25 DJ Delorie <dj@redhat.com>
26564
26565 [BZ #22161]
26566 * nscd/netgroupcache.c (addinnetgrX): Release read lock after
26567 resetting timeout.
26568
26569 2017-09-25 Stefan Liebler <stli@linux.vnet.ibm.com>
26570
26571 * sysdeps/ieee754/dbl-64/sincos32.h
26572 [SINCCOS32_H]: Remove define.
26573 [SINCOS32_H]: Define.
26574
26575 2017-09-25 Szabolcs Nagy <szabolcs.nagy@arm.com>
26576
26577 * math/Versions (expf): New libm symbol at GLIBC_2.27.
26578 (exp2f): Likewise.
26579 * math/w_exp2f.c: New file.
26580 * math/w_expf.c: New file.
26581 * math/w_exp2f_compat.c (__exp2f_compat): For compat symbol only.
26582 * math/w_expf_compat.c (__expf_compat): Likewise.
26583 * sysdeps/ia64/fpu/e_exp2f.S: Add versioned symbols.
26584 * sysdeps/ia64/fpu/e_expf.S: Likewise.
26585 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Update.
26586 * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
26587 * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
26588 * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
26589 * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
26590 * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
26591 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
26592 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
26593 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
26594 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
26595 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
26596 * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
26597 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
26598 Likewise.
26599 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
26600 Likewise.
26601 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
26602 Likewise.
26603 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
26604 Likewise.
26605 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
26606 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
26607 * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
26608 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
26609 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
26610 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
26611 Likewise.
26612 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
26613 Likewise.
26614 * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
26615 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
26616 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
26617
26618 2017-09-25 Szabolcs Nagy <szabolcs.nagy@arm.com>
26619
26620 * math/Makefile (type-float-routines): Add math_errf and e_exp2f_data.
26621 * sysdeps/aarch64/fpu/math_private.h (TOINT_INTRINSICS): Define.
26622 (roundtoint, converttoint): Likewise.
26623 * sysdeps/ieee754/flt-32/e_expf.c: New implementation.
26624 * sysdeps/ieee754/flt-32/e_exp2f.c: New implementation.
26625 * sysdeps/ieee754/flt-32/e_exp2f_data.c: New file.
26626 * sysdeps/ieee754/flt-32/math_config.h: New file.
26627 * sysdeps/ieee754/flt-32/math_errf.c: New file.
26628 * sysdeps/ieee754/flt-32/t_exp2f.h: Remove.
26629 * sysdeps/i386/fpu/e_exp2f_data.c: New file.
26630 * sysdeps/i386/fpu/math_errf.c: New file.
26631 * sysdeps/ia64/fpu/e_exp2f_data.c: New file.
26632 * sysdeps/ia64/fpu/math_errf.c: New file.
26633 * sysdeps/m68k/m680x0/fpu/e_exp2f_data.c: New file.
26634 * sysdeps/m68k/m680x0/fpu/math_errf.c: New file.
26635
26636 2017-09-24 Samuel Thibault <samuel.thibault@ens-lyon.org>
26637
26638 * sysdeps/mach/hurd/dl-sysdep.c (check_no_hidden): New macro.
26639 (__open, __close, __libc_read, __libc_write, __writev, __libc_lseek64,
26640 __mmap, __fxstat64, __xstat64, __access, __access_noerrno, __getpid,
26641 __getcwd, __sbrk, __strtoul_internal, _exit, abort): Use check_no_hidden
26642 to make sure that these symbols are defined.
26643 * sysdeps/mach/hurd/bits/socket.h: Include <bits/wordsize.h> instead
26644 of <limits.h>
26645 (__need_NULL): Do not define.
26646 (__ss_aligntype): Use __WORDSIZE instead of ULONG_MAX to determine
26647 alignment.
26648 [!__USE_MISC] (pseudo_AF_XTP, pseudo_AF_RTIP, pseudo_AF_PIP,
26649 CMGROUP_MAX, cmsgcred): Do not define.
26650 (CMSG_FIRSTHDR, __cmsg_nxthdr): Use (struct cmsghdr *) 0 instead of
26651 NULL.
26652 * bits/socket.h: Likewise.
26653 * sysdeps/unix/clock_gettime.c (realtime_gettime, __clock_gettime): Use
26654 __gettimeofday instead of gettimeofday.
26655 * sysdeps/unix/clock_settime.c (__clock_settime): Use __settimeofday
26656 instead of settimeofday.
26657
26658 2017-09-22 Joseph Myers <joseph@codesourcery.com>
26659
26660 * sysdeps/ieee754/flt-32/s_asinhf.c: Include <libm-alias-float.h>.
26661 (asinhf): Define using libm_alias_float.
26662 * sysdeps/ieee754/flt-32/s_atanf.c: Include <libm-alias-float.h>.
26663 (atanf): Define using libm_alias_float.
26664 * sysdeps/ieee754/flt-32/s_cbrtf.c: Include <libm-alias-float.h>.
26665 (cbrtf): Define using libm_alias_float.
26666 * sysdeps/ieee754/flt-32/s_ceilf.c: Include <libm-alias-float.h>.
26667 (ceilf): Define using libm_alias_float.
26668 * sysdeps/ieee754/flt-32/s_copysignf.c: Include
26669 <libm-alias-float.h>.
26670 (copysignf): Define using libm_alias_float.
26671 * sysdeps/ieee754/flt-32/s_cosf.c: Include <libm-alias-float.h>.
26672 (cosf): Define using libm_alias_float.
26673 * sysdeps/ieee754/flt-32/s_erff.c: Include <libm-alias-float.h>.
26674 (erff): Define using libm_alias_float.
26675 (erfcf): Likewise.
26676 * sysdeps/ieee754/flt-32/s_expm1f.c: Include <libm-alias-float.h>.
26677 (expm1f): Define using libm_alias_float.
26678 * sysdeps/ieee754/flt-32/s_fabsf.c: Include <libm-alias-float.h>.
26679 (fabsf): Define using libm_alias_float.
26680 * sysdeps/ieee754/flt-32/s_floorf.c: Include <libm-alias-float.h>.
26681 (floorf): Define using libm_alias_float.
26682 * sysdeps/ieee754/flt-32/s_frexpf.c: Include <libm-alias-float.h>.
26683 (frexpf): Define using libm_alias_float.
26684 * sysdeps/ieee754/flt-32/s_fromfpf.c (fromfpf): Define using
26685 libm_alias_float.
26686 * sysdeps/ieee754/flt-32/s_fromfpf_main.c: Include
26687 <libm-alias-float.h>.
26688 * sysdeps/ieee754/flt-32/s_fromfpxf.c (fromfpxf): Define using
26689 libm_alias_float.
26690 * sysdeps/ieee754/flt-32/s_getpayloadf.c: Include
26691 <libm-alias-float.h>.
26692 (getpayloadf): Define using libm_alias_float.
26693 * sysdeps/ieee754/flt-32/s_llrintf.c: Include
26694 <libm-alias-float.h>.
26695 (llrintf): Define using libm_alias_float.
26696 * sysdeps/ieee754/flt-32/s_llroundf.c: Include
26697 <libm-alias-float.h>.
26698 (llroundf): Define using libm_alias_float.
26699 * sysdeps/ieee754/flt-32/s_logbf.c: Include <libm-alias-float.h>.
26700 (logbf): Define using libm_alias_float.
26701 * sysdeps/ieee754/flt-32/s_lrintf.c: Include <libm-alias-float.h>.
26702 (lrintf): Define using libm_alias_float.
26703 * sysdeps/ieee754/flt-32/s_lroundf.c: Include <libm-alias-float.h>.
26704 (lroundf): Define using libm_alias_float.
26705 * sysdeps/ieee754/flt-32/s_modff.c: Include <libm-alias-float.h>.
26706 (modff): Define using libm_alias_float.
26707 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Include
26708 <libm-alias-float.h>.
26709 (nearbyintf): Define using libm_alias_float.
26710 * sysdeps/ieee754/flt-32/s_nextafterf.c: Include
26711 <libm-alias-float.h>.
26712 (nextafterf): Define using libm_alias_float.
26713 * sysdeps/ieee754/flt-32/s_nextupf.c: Include
26714 <libm-alias-float.h>.
26715 (nextupf): Define using libm_alias_float.
26716 * sysdeps/ieee754/flt-32/s_remquof.c: Include
26717 <libm-alias-float.h>.
26718 (remquof): Define using libm_alias_float.
26719 * sysdeps/ieee754/flt-32/s_rintf.c: Include <libm-alias-float.h>.
26720 (rintf): Define using libm_alias_float.
26721 * sysdeps/ieee754/flt-32/s_roundevenf.c: Include
26722 <libm-alias-float.h>.
26723 (roundevenf): Define using libm_alias_float.
26724 * sysdeps/ieee754/flt-32/s_roundf.c: Include <libm-alias-float.h>.
26725 (roundf): Define using libm_alias_float.
26726 * sysdeps/ieee754/flt-32/s_setpayloadf.c (setpayloadf): Define
26727 using libm_alias_float.
26728 * sysdeps/ieee754/flt-32/s_setpayloadf_main.c: Include
26729 <libm-alias-float.h>.
26730 * sysdeps/ieee754/flt-32/s_setpayloadsigf.c (setpayloadsigf):
26731 Define using libm_alias_float.
26732 * sysdeps/ieee754/flt-32/s_sincosf.c: Include
26733 <libm-alias-float.h>.
26734 (sincosf): Define using libm_alias_float.
26735 * sysdeps/ieee754/flt-32/s_sinf.c: Include <libm-alias-float.h>.
26736 (sinf): Define using libm_alias_float.
26737 * sysdeps/ieee754/flt-32/s_tanf.c: Include <libm-alias-float.h>.
26738 (tanf): Define using libm_alias_float.
26739 * sysdeps/ieee754/flt-32/s_tanhf.c: Include <libm-alias-float.h>.
26740 (tanhf): Define using libm_alias_float.
26741 * sysdeps/ieee754/flt-32/s_totalorderf.c: Include
26742 <libm-alias-float.h>.
26743 (totalorderf): Define using libm_alias_float.
26744 * sysdeps/ieee754/flt-32/s_totalordermagf.c: Include
26745 <libm-alias-float.h>.
26746 (totalordermagf): Define using libm_alias_float.
26747 * sysdeps/ieee754/flt-32/s_truncf.c: Include <libm-alias-float.h>.
26748 (truncf): Define using libm_alias_float.
26749 * sysdeps/ieee754/flt-32/s_ufromfpf.c (ufromfpf): Define using
26750 libm_alias_float.
26751 * sysdeps/ieee754/flt-32/s_ufromfpxf.c (ufromfpxf): Define using
26752 libm_alias_float.
26753
26754 2017-09-22 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
26755
26756 [BZ #22146]
26757 math/math.h: Let fpclassify use the builtin in C++ mode, even
26758 when optimazing for size.
26759
26760 2017-09-22 Joseph Myers <joseph@codesourcery.com>
26761
26762 * csu/Makefile (generated): Do not add version-info.h.
26763 (before-compile): Likewise.
26764 (all-Banner-files): Remove variable.
26765 ($(objpfx)version-info.h): Remove rule.
26766 * csu/version.c (banner): Do not include "version-info.h".
26767 * libidn/Banner: Remove.
26768 * manual/contrib.texi (Simon Josefsson): New entry.
26769
26770 2017-09-21 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
26771
26772 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
26773 Remove conditionals on LDBL_MANT_DIG.
26774 * sysdeps/ieee754/ldbl-128ibm/e_lgammal_r.c
26775 (__ieee754_lgammal_r): Likewise.
26776
26777 2017-09-21 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
26778
26779 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Remove definitions of
26780 _Float128 and L().
26781 * sysdeps/ieee754/ldbl-128ibm/e_j0l.c: Remove definitions of
26782 _Float128 and L(). Replace _Float128 with long double and L(x)
26783 with xL, throughout the file.
26784 * sysdeps/ieee754/ldbl-128ibm/e_j1l.c: Likewise.
26785 * sysdeps/ieee754/ldbl-128ibm/e_lgammal_r.c: Likewise.
26786 * sysdeps/ieee754/ldbl-128ibm/s_cbrtl.c: Likewise.
26787 * sysdeps/ieee754/ldbl-128ibm/t_expl.h: Likewise.
26788
26789 2017-09-21 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
26790
26791 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Include tables from
26792 sysdeps/ieee754/ldbl-128ibm.
26793 * sysdeps/ieee754/ldbl-128ibm/e_j0l.c: Copy contents from the
26794 equivalent implementation in sysdeps/ieee754/ldbl-128/ instead
26795 of including it. Keep _Float128 and L() intact. These will be
26796 reviewed by a separate patch.
26797 * sysdeps/ieee754/ldbl-128ibm/e_j1l.c: Likewise.
26798 * sysdeps/ieee754/ldbl-128ibm/e_lgammal_r.c: Likewise.
26799 * sysdeps/ieee754/ldbl-128ibm/s_cbrtl.c: Likewise.
26800 * sysdeps/ieee754/ldbl-128ibm/t_expl.h: Likewise.
26801
26802 2017-09-21 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
26803
26804 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c
26805 (__finitef128): Define to __redirect___finitef128.
26806 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c
26807 (__isinff128): Define to __redirect___isinff128.
26808 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c
26809 (__isnanf128): Define to __redirect___isnanf128.
26810
26811 2017-09-21 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
26812
26813 * sysdeps/powerpc/powerpc64le/Makefile
26814 (CFLAGS-tst-strtod-nan-locale.c): New variable.
26815 (CFLAGS-tst-wcstod-nan-locale.c): New variable.
26816
26817 2017-09-21 Paul Pluzhnikov <ppluzhnikov@google.com>
26818 Carlos O'Donell <carlos@redhat.com>
26819
26820 [BZ #22180]
26821 * stdlib/Makefile (tests): Add test-dlclose-exit-race.
26822 * stdlib/test-dlclose-exit-race.c: New file.
26823 * stdlib/test-dlclose-exit-race-helper.c: New file.
26824 * stdlib/exit.c (__run_exit_handlers): Mark slot as free.
26825
26826 2017-09-21 Joseph Myers <joseph@codesourcery.com>
26827
26828 * crypt/Banner: Remove file.
26829 * nptl/Banner: Likewise.
26830 * resolv/Banner: Likewise.
26831 * soft-fp/Banner: Likewise.
26832 * nptl/Makefile ($(objpfx)banner.h): Remove rule.
26833 ($(objpfx)version.d): Remove dependency on banner.h.
26834 ($(objpfx)version.os): Likewise.
26835 * nptl/version.c (banner): Do not include banner.h.
26836 * manual/contrib.texi: Update entries for Richard Henderson, Jakub
26837 Jelinek and BIND code.
26838
26839 2017-09-20 Paul Pluzhnikov <ppluzhnikov@google.com>
26840 Carlos O'Donell <carlos@redhat.com>
26841
26842 * support/xdlfcn.h: New file.
26843 * support/xdlfcn.c: New file.
26844 * support/Makefile (libsupport-routines): Add xdlfcn.
26845 * stdlib/tst-tls-atexit.c: Use xdlopen, xdlsym, xdlclose.
26846
26847 2017-09-20 Joseph Myers <joseph@codesourcery.com>
26848
26849 [BZ #20142]
26850 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
26851 Add s_trunc-c, s_truncf-c, s_trunc-sse4_1 and s_truncf-sse4_1.
26852 * sysdeps/x86_64/fpu/multiarch/s_trunc-c.c: New file.
26853 * sysdeps/x86_64/fpu/multiarch/s_trunc-sse4_1.S: Likewise.
26854 * sysdeps/x86_64/fpu/multiarch/s_trunc.c: Likewise.
26855 * sysdeps/x86_64/fpu/multiarch/s_truncf-c.c: Likewise.
26856 * sysdeps/x86_64/fpu/multiarch/s_truncf-sse4_1.S: Likewise.
26857 * sysdeps/x86_64/fpu/multiarch/s_truncf.c: Likewise.
26858
26859 2017-09-20 Paul Pluzhnikov <ppluzhnikov@google.com>
26860 Ricky Zhou <rickyz@google.com>
26861 Anoop V Chakkalakkal <anoop.vijayan@in.ibm.com>
26862
26863 [BZ #14333]
26864 * stdlib/cxa_atexit.c (__internal_atexit): Use __exit_funcs_lock.
26865 Remove atomics.
26866 (__new_exitfn): Fail registration when we finished at_exit processing.
26867 * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
26868 * stdlib/on_exit.c (__on_exit): Likewise.
26869 * stdlib/exit.c (__exit_funcs_done): New variable.
26870 (__run_exit_handlers): Use __exit_funcs_lock.
26871 * stdlib/exit.h (__exit_funcs_lock, __exit_funcs_done): New
26872 declarations.
26873 * stdlib/Makefile (test-atexit-race, test-quick_at_exit-race)
26874 (test-cxa_atexit-race, test-on_exit-race): New tests.
26875 * stdlib/test-atexit-race-common.c: New file.
26876 * stdlib/test-atexit-race.c: New file.
26877 * stdlib/test-at_quick_exit-race.c: New file.
26878 * stdlib/test-cxa_atexit-race.c: New file.
26879 * stdlib/test-on_exit-race.c: New file.
26880
26881 2017-09-20 Szabolcs Nagy <szabolcs.nagy@arm.com>
26882
26883 * benchtests/Makefile: Add exp2f and log2f benchmarks.
26884 * benchtests/exp2f-inputs: Copy of expf-inputs.
26885 * benchtests/log2f-inputs: Copy of logf-inputs.
26886
26887 2017-09-19 Joseph Myers <joseph@codesourcery.com>
26888
26889 * sysdeps/unix/sysv/linux/fexecve.c (fexecve) [__NR_execveat]:
26890 Explicitly take address of first element of array arguments in
26891 call to INLINE_SYSCALL.
26892
26893 2017-09-19 Andreas Schwab <schwab@suse.de>
26894
26895 [BZ #22134]
26896 * sysdeps/unix/sysv/linux/fexecve.c (fexecve) [__NR_execveat]: Try
26897 execveat first.
26898 [!__ASSUME_EXECVEAT]: Fall back to /proc if execveat is
26899 unimplemented.
26900 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_EXECVEAT)
26901 [__LINUX_KERNEL_VERSION >= 0x031300]: Define.
26902 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
26903 (__ASSUME_EXECVEAT) [__LINUX_KERNEL_VERSION < 0x040200]: Undef.
26904 * sysdeps/unix/sysv/linux/hppa/kernel-features.h
26905 (__ASSUME_EXECVEAT) [__LINUX_KERNEL_VERSION < 0x040000]: Undef.
26906 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
26907 (__ASSUME_EXECVEAT) [__LINUX_KERNEL_VERSION < 0x040000]: Undef.
26908 * posix/Makefile (tests): Add tst-fexecve.
26909 * posix/tst-fexecve.c: New file.
26910
26911 2017-09-19 Wilco Dijkstra <wdijkstr@arm.com>
26912
26913 * benchtests/Makefile: Add logf benchmark.
26914 * benchtests/logf-inputs: Add reduced trace from wrf_r.
26915
26916 2017-09-19 Wilco Dijkstra <wdijkstr@arm.com>
26917
26918 * benchtests/Makefile: Add expf benchmark.
26919 * benchtests/expf-inputs: Add reduced trace from wrf_r.
26920
26921 2017-09-19 Wilco Dijkstra <wdijkstr@arm.com>
26922
26923 * csu/Makefile: Add -funwind-tables to libc-start.c.
26924 * debug/Makefile: Add -funwind-tables to backtrace.c.
26925 * sysdeps/aarch64/Makefile: Remove CFLAGS-backtrace.c.
26926 * sysdeps/arm/Makefile: Likewise.
26927 * sysdeps/i386/Makefile: Likewise.
26928 * sysdeps/m68k/Makefile: Likewise.
26929 * sysdeps/mips/Makefile: Likewise.
26930 * sysdeps/nios2/Makefile: Likewise.
26931 * sysdeps/sh/Makefile: Likewise.
26932 * sysdeps/sparc/Makefile: Likewise.
26933
26934 2017-09-19 Joseph Myers <joseph@codesourcery.com>
26935
26936 * benchtests/Makefile (bench-math): Add trunc and truncf.
26937 (CFLAGS-bench-trunc.c): New variable.
26938 (CFLAGS-bench-truncf.c): Likewise.
26939 * benchtests/trunc-inputs: New file.
26940 * benchtests/truncf-inputs: Likewise.
26941
26942 2017-09-19 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
26943
26944 * sysdeps/powerpc/powerpc64/power8/memset.S: Avoid misaligned stores.
26945
26946 2017-09-18 Joseph Myers <joseph@codesourcery.com>
26947
26948 * sysdeps/ieee754/ldbl-opt/w_exp10l_compat.c [LIBM_SVID_COMPAT &&
26949 !LONG_DOUBLE_COMPAT (libm, GLIBC_2_1)] (weak_alias): Undefine and
26950 redefine.
26951 [LIBM_SVID_COMPAT && !LONG_DOUBLE_COMPAT (libm, GLIBC_2_1)]
26952 (exp10l): Define as weak alias.
26953 * sysdeps/ieee754/ldbl-opt/w_remainderl_compat.c [LIBM_SVID_COMPAT
26954 && !LONG_DOUBLE_COMPAT (libm, GLIBC_2_0)] (weak_alias): Undefine
26955 and redefine.
26956 [LIBM_SVID_COMPAT && !LONG_DOUBLE_COMPAT (libm, GLIBC_2_0)]
26957 (remainderl): Define as weak alias.
26958
26959 * math/s_fmal.c: Include <libm-alias-ldouble.h>.
26960 (fmal): Define using libm_alias_ldouble.
26961 * math/w_acoshl_compat.c: Include <libm-alias-ldouble.h>.
26962 (acoshl): Define using libm_alias_ldouble.
26963 * math/w_acosl_compat.c: Include <libm-alias-ldouble.h>.
26964 (acosl): Define using libm_alias_ldouble.
26965 * math/w_asinl_compat.c: Include <libm-alias-ldouble.h>.
26966 (asinl): Define using libm_alias_ldouble.
26967 * math/w_atan2l_compat.c: Include <libm-alias-ldouble.h>.
26968 (atan2l): Define using libm_alias_ldouble.
26969 * math/w_atanhl_compat.c: Include <libm-alias-ldouble.h>.
26970 (atanhl): Define using libm_alias_ldouble.
26971 * math/w_coshl_compat.c: Include <libm-alias-ldouble.h>.
26972 (coshl): Define using libm_alias_ldouble.
26973 * math/w_exp10l_compat.c: Include <libm-alias-ldouble.h>.
26974 (exp10l): Define using libm_alias_ldouble.
26975 * math/w_exp2l_compat.c: Include <libm-alias-ldouble.h>.
26976 (exp2l): Define using libm_alias_ldouble.
26977 * math/w_expl_compat.c: Include <libm-alias-ldouble.h>.
26978 (expl): Define using libm_alias_ldouble.
26979 * math/w_fmodl_compat.c: Include <libm-alias-ldouble.h>.
26980 (fmodl): Define using libm_alias_ldouble.
26981 * math/w_hypotl_compat.c: Include <libm-alias-ldouble.h>.
26982 (hypotl): Define using libm_alias_ldouble.
26983 * math/w_j0l_compat.c: Include <libm-alias-ldouble.h>.
26984 (j0l): Define using libm_alias_ldouble.
26985 (y0l): Likewise.
26986 * math/w_j1l_compat.c: Include <libm-alias-ldouble.h>.
26987 (j1l): Define using libm_alias_ldouble.
26988 (y1l): Likewise.
26989 * math/w_jnl_compat.c: Include <libm-alias-ldouble.h>.
26990 (jnl): Define using libm_alias_ldouble.
26991 (ynl): Likewise.
26992 * math/w_log10l_compat.c: Include <libm-alias-ldouble.h>.
26993 (log10l): Define using libm_alias_ldouble.
26994 * math/w_log2l_compat.c: Include <libm-alias-ldouble.h>.
26995 (log2l): Define using libm_alias_ldouble.
26996 * math/w_logl_compat.c: Include <libm-alias-ldouble.h>.
26997 (logl): Define using libm_alias_ldouble.
26998 * math/w_powl_compat.c: Include <libm-alias-ldouble.h>.
26999 (powl): Define using libm_alias_ldouble.
27000 * math/w_remainderl_compat.c: Include <libm-alias-ldouble.h>.
27001 (remainderl): Define using libm_alias_ldouble.
27002 * math/w_sinhl_compat.c: Include <libm-alias-ldouble.h>.
27003 (sinhl): Define using libm_alias_ldouble.
27004 * math/w_sqrtl_compat.c: Include <libm-alias-ldouble.h>.
27005 (sqrtl): Define using libm_alias_ldouble.
27006 * math/w_tgammal_compat.c: Include <libm-alias-ldouble.h>.
27007 (tgammal): Define using libm_alias_ldouble.
27008 * sysdeps/ieee754/ldbl-opt/w_exp10l_compat.c [LIBM_SVID_COMPAT]
27009 (exp10l): Do not use long_double_symbol here.
27010 * sysdeps/ieee754/ldbl-opt/w_remainderl_compat.c
27011 [LIBM_SVID_COMPAT] (remainderl): Likewise.
27012 * sysdeps/ieee754/ldbl-opt/s_fmal.c: Remove.
27013 * sysdeps/ieee754/ldbl-opt/w_acoshl_compat.c: Likewise.
27014 * sysdeps/ieee754/ldbl-opt/w_acosl_compat.c: Likewise.
27015 * sysdeps/ieee754/ldbl-opt/w_asinl_compat.c: Likewise.
27016 * sysdeps/ieee754/ldbl-opt/w_atan2l_compat.c: Likewise.
27017 * sysdeps/ieee754/ldbl-opt/w_atanhl_compat.c: Likewise.
27018 * sysdeps/ieee754/ldbl-opt/w_coshl_compat.c: Likewise.
27019 * sysdeps/ieee754/ldbl-opt/w_expl_compat.c: Likewise.
27020 * sysdeps/ieee754/ldbl-opt/w_fmodl_compat.c: Likewise.
27021 * sysdeps/ieee754/ldbl-opt/w_hypotl_compat.c: Likewise.
27022 * sysdeps/ieee754/ldbl-opt/w_j0l_compat.c: Likewise.
27023 * sysdeps/ieee754/ldbl-opt/w_j1l_compat.c: Likewise.
27024 * sysdeps/ieee754/ldbl-opt/w_jnl_compat.c: Likewise.
27025 * sysdeps/ieee754/ldbl-opt/w_log10l_compat.c: Likewise.
27026 * sysdeps/ieee754/ldbl-opt/w_log2l_compat.c: Likewise.
27027 * sysdeps/ieee754/ldbl-opt/w_logl_compat.c: Likewise.
27028 * sysdeps/ieee754/ldbl-opt/w_powl_compat.c: Likewise.
27029 * sysdeps/ieee754/ldbl-opt/w_sinhl_compat.c: Likewise.
27030 * sysdeps/ieee754/ldbl-opt/w_sqrtl_compat.c: Likewise.
27031 * sysdeps/ieee754/ldbl-opt/w_tgammal_compat.c: Likewise.
27032
27033 2017-09-18 Wang Boshi <wangboshi@huawei.com> (tiny change)
27034
27035 * sysdeps/aarch64/start.S: Use MOVL instead of literal pools.
27036 * sysdeps/aarch64/sysdep.h (MOVL): Add MOVL macro.
27037
27038 2017-09-17 Samuel Thibault <samuel.thibault@ens-lyon.org>
27039
27040 * io/read.c (read): Add libc_hidden_weak.
27041 * sysdeps/mach/hurd/read.c (read): Likewise.
27042 * io/write.c (write): Likewise.
27043 * sysdeps/mach/hurd/write.c (write): Likewise.
27044 * io/pread64.c (__pread64): Likewise.
27045 * sysdeps/mach/hurd/pread64.c (__pread64): Likewise.
27046 * posix/pread64.c (__pread64): Add libc_hidden_def.
27047
27048 2017-09-16 Siddhesh Poyarekar <siddhesh@sourceware.org>
27049
27050 * benchtests/scripts/compare_strings.py: New option -g.
27051 (draw_graph): Print a message that a graph is being generated.
27052 (process_results): Generate graph only if -g is passed.
27053 (main): Process option -g.
27054
27055 * benchtests/scripts/compare_strings.py (process_results):
27056 Better spacing for output.
27057
27058 * benchtests/scripts/compare_strings.py: Use argparse.
27059 * benchtests/README: Document existence of compare_strings.py.
27060
27061 2017-09-15 Joseph Myers <joseph@codesourcery.com>
27062
27063 * math/s_fma.c: Include <libm-alias-double.h>.
27064 (fma): Define using libm_alias_double.
27065 * math/s_nextafter.c: Include <libm-alias-double.h>.
27066 (nextafter): Define using libm_alias_double.
27067 * math/w_acos_compat.c: Include <libm-alias-double.h>.
27068 (acos): Define using libm_alias_double.
27069 * math/w_acosh_compat.c: Include <libm-alias-double.h>.
27070 (aocsh): Define using libm_alias_double.
27071 * math/w_asin_compat.c: Include <libm-alias-double.h>.
27072 (asin): Define using libm_alias_double.
27073 * math/w_atan2_compat.c: Include <libm-alias-double.h>.
27074 (atan2): Define using libm_alias_double.
27075 * math/w_atanh_compat.c: Include <libm-alias-double.h>.
27076 (atanh): Define using libm_alias_double.
27077 * math/w_cosh_compat.c: Include <libm-alias-double.h>.
27078 (cosh): Define using libm_alias_double.
27079 * math/w_exp10_compat.c: Include <libm-alias-double.h>.
27080 (exp10): Define using libm_alias_double.
27081 * math/w_exp2_compat.c: Include <libm-alias-double.h>.
27082 (exp2): Define using libm_alias_double.
27083 * math/w_exp_compat.c: Include <libm-alias-double.h>.
27084 (exp): Define using libm_alias_double.
27085 * math/w_fmod_compat.c: Include <libm-alias-double.h>.
27086 (fmod): Define using libm_alias_double.
27087 * math/w_hypot_compat.c: Include <libm-alias-double.h>.
27088 (hypot): Define using libm_alias_double.
27089 * math/w_j0_compat.c: Include <libm-alias-double.h>.
27090 (j0): Define using libm_alias_double.
27091 (y0): Likewise.
27092 * math/w_j1_compat.c: Include <libm-alias-double.h>.
27093 (j1): Define using libm_alias_double.
27094 (y1): Likewise.
27095 * math/w_jn_compat.c: Include <libm-alias-double.h>.
27096 (jn): Define using libm_alias_double.
27097 (yn): Likewise.
27098 * math/w_log10_compat.c: Include <libm-alias-double.h>.
27099 (log10): Define using libm_alias_double.
27100 * math/w_log2_compat.c: Include <libm-alias-double.h>.
27101 (log2): Define using libm_alias_double.
27102 * math/w_log_compat.c: Include <libm-alias-double.h>.
27103 (log): Define using libm_alias_double.
27104 * math/w_pow_compat.c: Include <libm-alias-double.h>.
27105 (pow): Define using libm_alias_double.
27106 * math/w_remainder_compat.c: Include <libm-alias-double.h>.
27107 (remainder): Define using libm_alias_double.
27108 * math/w_sinh_compat.c: Include <libm-alias-double.h>.
27109 (sinh): Define using libm_alias_double.
27110 * math/w_sqrt_compat.c: Include <libm-alias-double.h>.
27111 (sqrt): Define using libm_alias_double.
27112 * math/w_tgamma_compat.c: Include <libm-alias-double.h>.
27113 (tgamma): Define using libm_alias_double.
27114 * sysdeps/ieee754/ldbl-opt/s_nextafter.c [LONG_DOUBLE_COMPAT(libm,
27115 GLIBC_2_0)] (nextafterl): Do not define compat symbol here.
27116 * sysdeps/ieee754/ldbl-opt/w_exp10_compat.c
27117 [LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)] (exp10l): Likewise.
27118 * sysdeps/ieee754/ldbl-opt/w_remainder_compat.c
27119 [LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)] (remainderl): Likewise.
27120 * sysdeps/ieee754/ldbl-opt/w_acos_compat.c: Remove.
27121 * sysdeps/ieee754/ldbl-opt/w_acosh_compat.c: Likewise.
27122 * sysdeps/ieee754/ldbl-opt/w_asin_compat.c: Likewise.
27123 * sysdeps/ieee754/ldbl-opt/w_atan2_compat.c: Likewise.
27124 * sysdeps/ieee754/ldbl-opt/w_atanh_compat.c: Likewise.
27125 * sysdeps/ieee754/ldbl-opt/w_cosh_compat.c: Likewise.
27126 * sysdeps/ieee754/ldbl-opt/w_exp_compat.c: Likewise.
27127 * sysdeps/ieee754/ldbl-opt/w_fmod_compat.c: Likewise.
27128 * sysdeps/ieee754/ldbl-opt/w_hypot_compat.c: Likewise.
27129 * sysdeps/ieee754/ldbl-opt/w_j0_compat.c: Likewise.
27130 * sysdeps/ieee754/ldbl-opt/w_j1_compat.c: Likewise.
27131 * sysdeps/ieee754/ldbl-opt/w_jn_compat.c: Likewise.
27132 * sysdeps/ieee754/ldbl-opt/w_log10_compat.c: Likewise.
27133 * sysdeps/ieee754/ldbl-opt/w_log2_compat.c: Likewise.
27134 * sysdeps/ieee754/ldbl-opt/w_log_compat.c: Likewise.
27135 * sysdeps/ieee754/ldbl-opt/w_pow_compat.c: Likewise.
27136 * sysdeps/ieee754/ldbl-opt/w_sinh_compat.c: Likewise.
27137 * sysdeps/ieee754/ldbl-opt/w_sqrt_compat.c: Likewise.
27138 * sysdeps/ieee754/ldbl-opt/w_tgamma_compat.c: Likewise.
27139
27140 * math/e_acoshl.c: Remove.
27141 * math/e_acosl.c: Likewise.
27142 * math/e_asinl.c: Likewise.
27143 * math/e_atan2l.c: Likewise.
27144 * math/e_atanhl.c: Likewise.
27145 * math/e_coshl.c: Likewise.
27146 * math/e_expl.c: Likewise.
27147 * math/e_fmodl.c: Likewise.
27148 * math/e_gammal_r.c: Likewise.
27149 * math/e_hypotl.c: Likewise.
27150 * math/e_j0l.c: Likewise.
27151 * math/e_j1l.c: Likewise.
27152 * math/e_jnl.c: Likewise.
27153 * math/e_lgammal_r.c: Likewise.
27154 * math/e_log10l.c: Likewise.
27155 * math/e_log2l.c: Likewise.
27156 * math/e_logl.c: Likewise.
27157 * math/e_powl.c: Likewise.
27158 * math/e_rem_pio2l.c: Likewise.
27159 * math/e_sinhl.c: Likewise.
27160 * math/e_sqrtf128.c: Likewise.
27161 * math/e_sqrtl.c: Likewise.
27162 * math/k_cosl.c: Likewise.
27163 * math/k_sinl.c: Likewise.
27164 * math/k_tanl.c: Likewise.
27165 * math/s_asinhl.c: Likewise.
27166 * math/s_atanl.c: Likewise.
27167 * math/s_cbrtl.c: Likewise.
27168 * math/s_erfl.c: Likewise.
27169 * math/s_expm1l.c: Likewise.
27170 * math/s_log1pl.c: Likewise.
27171 * math/s_tanhl.c: Likewise.
27172
27173 2017-09-15 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
27174
27175 [BZ #21745]
27176 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile:
27177 [$(subdir) = math] (sysdep_calls): New variable. Has the
27178 previous contents of sysdep_routines, but re-sorted..
27179 [$(subdir) = math] (sysdep_routines): Re-use the contents from
27180 sysdep_calls.
27181 [$(subdir) = math] (libm-sysdep_routines): Remove the functions
27182 defined in sysdep_calls and replace by the respective m_* names.
27183 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S:
27184 (compat_symbol): Undefine to avoid duplicated compat symbols in
27185 libc.
27186
27187 2017-09-15 Joseph Myers <joseph@codesourcery.com>
27188
27189 * math/s_fmaf.c: Include <libm-alias-float.h>.
27190 (fmaf): Define using libm_alias_float.
27191 * math/w_acosf_compat.c: Include <libm-alias-float.h>.
27192 (acosf): Define using libm_alias_float.
27193 * math/w_acoshf_compat.c: Include <libm-alias-float.h>.
27194 (acoshf): Define using libm_alias_float.
27195 * math/w_asinf_compat.c: Include <libm-alias-float.h>.
27196 (asinf): Define using libm_alias_float.
27197 * math/w_atan2f_compat.c: Include <libm-alias-float.h>.
27198 (atan2f): Define using libm_alias_float.
27199 * math/w_atanhf_compat.c: Include <libm-alias-float.h>.
27200 (atanhf): Define using libm_alias_float.
27201 * math/w_coshf_compat.c: Include <libm-alias-float.h>.
27202 (coshf): Define using libm_alias_float.
27203 * math/w_exp10f_compat.c: Include <libm-alias-float.h>.
27204 (exp10f): Define using libm_alias_float.
27205 * math/w_fmodf_compat.c: Include <libm-alias-float.h>.
27206 (fmodf): Define using libm_alias_float.
27207 * math/w_hypotf_compat.c: Include <libm-alias-float.h>.
27208 (hypotf): Define using libm_alias_float.
27209 * math/w_j0f_compat.c: Include <libm-alias-float.h>.
27210 (j0f): Define using libm_alias_float.
27211 (y0f): Likewise.
27212 * math/w_j1f_compat.c: Include <libm-alias-float.h>.
27213 (j1f): Define using libm_alias_float.
27214 (y1f): Likewise.
27215 * math/w_jnf_compat.c: Include <libm-alias-float.h>.
27216 (jnf): Define using libm_alias_float.
27217 (ynf): Likewise.
27218 * math/w_log10f_compat.c: Include <libm-alias-float.h>.
27219 (log10f): Define using libm_alias_float.
27220 * math/w_log2f_compat.c: Include <libm-alias-float.h>.
27221 (log2f): Define using libm_alias_float.
27222 * math/w_logf_compat.c: Include <libm-alias-float.h>.
27223 (logf): Define using libm_alias_float.
27224 * math/w_powf_compat.c: Include <libm-alias-float.h>.
27225 (powf): Define using libm_alias_float.
27226 * math/w_remainderf_compat.c: Include <libm-alias-float.h>.
27227 (remainderf): Define using libm_alias_float.
27228 * math/w_sinhf_compat.c: Include <libm-alias-float.h>.
27229 (sinhf): Define using libm_alias_float.
27230 * math/w_sqrtf_compat.c: Include <libm-alias-float.h>.
27231 (sqrtf): Define using libm_alias_float.
27232 * math/w_tgammaf_compat.c: Include <libm-alias-float.h>.
27233 (tgammaf): Define using libm_alias_float.
27234
27235 2017-09-14 Joseph Myers <joseph@codesourcery.com>
27236
27237 * include/math.h (roundeven): Change hidden_proto call to
27238 __roundeven.
27239 * math/w_j0_compat.c (j0): Rename to __j0 and define as weak
27240 alias.
27241 [NO_LONG_DOUBLE] (__j0l): New strong alias.
27242 (y0): Rename to __y0 and define as weak alias.
27243 [NO_LONG_DOUBLE] (__y0l): New strong alias.
27244 * math/w_j0f_compat.c (j0f): Rename to __j0f and define as weak
27245 alias.
27246 (y0f): Rename to __y0f and define as weak alias.
27247 * math/w_j1_compat.c (j1): Rename to __j1 and define as weak
27248 alias.
27249 [NO_LONG_DOUBLE] (__j1l): New strong alias.
27250 (y1): Rename to __y1 and define as weak alias.
27251 [NO_LONG_DOUBLE] (__y1l): New strong alias.
27252 * math/w_j1f_compat.c (j1f): Rename to __j1f and define as weak
27253 alias.
27254 (y1f): Rename to __y1f and define as weak alias.
27255 * math/w_jn_compat.c (jn): Rename to __jn and define as weak
27256 alias.
27257 [NO_LONG_DOUBLE] (__jnl): New strong alias.
27258 (yn): Rename to __yn and define as weak alias.
27259 [NO_LONG_DOUBLE] (__ynl): New strong alias.
27260 * math/w_jnf_compat.c (jnf): Rename to __jnf and define as weak
27261 alias.
27262 (ynf): Rename to __ynf and define as weak alias.
27263 * sysdeps/ieee754/dbl-64/s_fromfp.c (FUNC): Define to __fromfp.
27264 (fromfp): Define as weak alias.
27265 [NO_LONG_DOUBLE] (__fromfpl): New strong alias.
27266 * sysdeps/ieee754/dbl-64/s_fromfpx.c (FUNC): Define to __fromfpx.
27267 (fromfpx): Define as weak alias.
27268 [NO_LONG_DOUBLE] (__fromfpxl): New strong alias.
27269 * sysdeps/ieee754/dbl-64/s_getpayload.c (getpayload): Rename to
27270 __getpayload and define as weak alias.
27271 [NO_LONG_DOUBLE] (__getpayloadl): New strong alias.
27272 * sysdeps/ieee754/dbl-64/s_roundeven.c (roundeven): Rename to
27273 __roundeven and define as weak alias.
27274 [NO_LONG_DOUBLE] (__roundevenl): New strong alias.
27275 * sysdeps/ieee754/dbl-64/s_setpayload.c (FUNC): Define to
27276 __setpayload.
27277 (setpayload): Define as weak alias.
27278 [NO_LONG_DOUBLE] (__setpayloadl): New strong alias.
27279 * sysdeps/ieee754/dbl-64/s_setpayloadsig.c (FUNC): Define to
27280 __setpayloadsig.
27281 (setpayloadsig): Define as weak alias.
27282 [NO_LONG_DOUBLE] (__setpayloadsigl): New strong alias.
27283 * sysdeps/ieee754/dbl-64/s_totalorder.c (totalorder): Rename to
27284 __totalorder and define as weak alias.
27285 [NO_LONG_DOUBLE] (__totalorderl): New strong alias.
27286 * sysdeps/ieee754/dbl-64/s_totalordermag.c (totalordermag): Rename
27287 to __totalordermag and define as weak alias.
27288 [NO_LONG_DOUBLE] (__totalordermagl): New strong alias.
27289 * sysdeps/ieee754/dbl-64/s_ufromfp.c (FUNC): Define to __ufromfp.
27290 (ufromfp): Define as weak alias.
27291 [NO_LONG_DOUBLE] (__ufromfpl): New strong alias.
27292 * sysdeps/ieee754/dbl-64/s_ufromfpx.c (FUNC): Define to
27293 __ufromfpx.
27294 (ufromfpx): Define as weak alias.
27295 [NO_LONG_DOUBLE] (__ufromfpxl): New strong alias.
27296 * sysdeps/ieee754/dbl-64/wordsize-64/s_getpayload.c (getpayload):
27297 Rename to __getpayload and define as weak alias.
27298 [NO_LONG_DOUBLE] (__getpayloadl): New strong alias.
27299 * sysdeps/ieee754/dbl-64/wordsize-64/s_roundeven.c (roundeven):
27300 Rename to __roundeven and define as weak alias.
27301 [NO_LONG_DOUBLE] (__roundevenl): New strong alias.
27302 * sysdeps/ieee754/dbl-64/wordsize-64/s_totalorder.c (totalorder):
27303 Rename to __totalorder and define as weak alias.
27304 [NO_LONG_DOUBLE] (__totalorderl): New strong alias.
27305 * sysdeps/ieee754/dbl-64/wordsize-64/s_totalordermag.c
27306 (totalordermag): Rename to __totalordermag and define as weak
27307 alias.
27308 [NO_LONG_DOUBLE] (__totalordermagl): New strong alias.
27309 * sysdeps/ieee754/float128/float128_private.h (__getpayloadl): New
27310 macro.
27311 (__roundevenl): Likewise.
27312 (__totalorderl): Likewise.
27313 (__totalordermagl): Likewise
27314 * sysdeps/ieee754/float128/s_fromfpf128.c (FUNC): Define to
27315 __fromfpf128.
27316 (fromfpf128): Define as weak alias.
27317 * sysdeps/ieee754/float128/s_fromfpxf128.c (FUNC): Define to
27318 __fromfpxf128.
27319 (fromfpxf128): Define as weak alias.
27320 * sysdeps/ieee754/float128/s_setpayloadf128.c (FUNC): Define to
27321 __setpayloadf128.
27322 (setpayloadf128): Define as weak alias.
27323 * sysdeps/ieee754/float128/s_setpayloadsigf128.c (FUNC): Define to
27324 __setpayloadsigf128.
27325 (setpayloadsigf128): Define as weak alias.
27326 * sysdeps/ieee754/float128/s_ufromfpf128.c (FUNC): Define to
27327 __ufromfpf128.
27328 (ufromfpf128): Define as weak alias.
27329 * sysdeps/ieee754/float128/s_ufromfpxf128.c (FUNC): Define to
27330 __ufromfpxf128.
27331 (ufromfpxf128): Define as weak alias.
27332 * sysdeps/ieee754/flt-32/s_fromfpf.c (FUNC): Define to __fromfpf.
27333 (fromfpf): Define as weak alias.
27334 * sysdeps/ieee754/flt-32/s_fromfpxf.c (FUNC): Define to
27335 __fromfpxf.
27336 (fromfpxf): Define as weak alias.
27337 * sysdeps/ieee754/flt-32/s_getpayloadf.c (getpayloadf): Rename to
27338 __getpayloadf and define as weak alias.
27339 * sysdeps/ieee754/flt-32/s_roundevenf.c (roundevenf): Rename to
27340 __roundevenf and define as weak alias.
27341 * sysdeps/ieee754/flt-32/s_setpayloadf.c (FUNC): Define to
27342 __setpayloadf.
27343 (setpayloadf): Define as weak alias.
27344 * sysdeps/ieee754/flt-32/s_setpayloadsigf.c (FUNC): Define to
27345 __setpayloadsigf.
27346 (setpayloadsigf): Define as weak alias.
27347 * sysdeps/ieee754/flt-32/s_totalorderf.c (totalorderf): Rename to
27348 __totalorderf and define as weak alias.
27349 * sysdeps/ieee754/flt-32/s_totalordermagf.c (totalordermagf):
27350 Rename to __totalordermagf and define as weak alias.
27351 * sysdeps/ieee754/flt-32/s_ufromfpf.c (FUNC): Define to
27352 __ufromfpf.
27353 (ufromfpf): Define as weak alias.
27354 * sysdeps/ieee754/flt-32/s_ufromfpxf.c (FUNC): Define to
27355 __ufromfpxf.
27356 (ufromfpxf): Define as weak alias.
27357 * sysdeps/ieee754/ldbl-128/s_fromfpl.c (FUNC): Define to
27358 __fromfpl.
27359 (fromfpl): Define as weak alias.
27360 * sysdeps/ieee754/ldbl-128/s_fromfpxl.c (FUNC): Define to
27361 __fromfpxl.
27362 (fromfpxl): Define as weak alias.
27363 * sysdeps/ieee754/ldbl-128/s_getpayloadl.c (getpayloadl): Rename
27364 to __getpayloadl and define as weak alias.
27365 * sysdeps/ieee754/ldbl-128/s_roundevenl.c (roundevenl): Rename to
27366 __roundevenl and define as weak alias.
27367 * sysdeps/ieee754/ldbl-128/s_setpayloadl.c (FUNC): Define to
27368 __setpayloadl.
27369 (setpayloadl): Define as weak alias.
27370 * sysdeps/ieee754/ldbl-128/s_setpayloadsigl.c (FUNC): Define to
27371 __setpayloadsigl.
27372 (setpayloadsigl): Define as weak alias.
27373 * sysdeps/ieee754/ldbl-128/s_totalorderl.c (totalorderl): Rename
27374 to __totalorderl and define as weak alias.
27375 * sysdeps/ieee754/ldbl-128/s_totalordermagl.c (totalordermagl):
27376 Rename to __totalordermagl and define as weak alias.
27377 * sysdeps/ieee754/ldbl-128/s_ufromfpl.c (FUNC): Define to
27378 __ufromfpl.
27379 (ufromfpl): Define as weak alias.
27380 * sysdeps/ieee754/ldbl-128/s_ufromfpxl.c (FUNC): Define to
27381 __ufromfpxl.
27382 (ufromfpxl): Define as weak alias.
27383 * sysdeps/ieee754/ldbl-128ibm/s_fromfpl.c (FUNC): Define to
27384 __fromfpl.
27385 (fromfpl): Define as weak alias.
27386 * sysdeps/ieee754/ldbl-128ibm/s_fromfpxl.c (FUNC): Define to
27387 __fromfpxl.
27388 (fromfpxl): Define as weak alias.
27389 * sysdeps/ieee754/ldbl-128ibm/s_getpayloadl.c (getpayloadl):
27390 Rename to __getpayloadl and define as weak alias.
27391 * sysdeps/ieee754/ldbl-128ibm/s_roundevenl.c (roundevenl): Rename
27392 to __roundevenl and define as weak alias. Call __roundeven
27393 instead of roundeven.
27394 * sysdeps/ieee754/ldbl-128ibm/s_setpayloadl.c (FUNC): Define to
27395 __setpayloadl.
27396 (setpayloadl): Define as weak alias.
27397 * sysdeps/ieee754/ldbl-128ibm/s_setpayloadsigl.c (FUNC): Define to
27398 __setpayloadsigl.
27399 (setpayloadsigl): Define as weak alias.
27400 * sysdeps/ieee754/ldbl-128ibm/s_totalorderl.c (totalorderl):
27401 Rename to __totalorderl and define as weak alias.
27402 * sysdeps/ieee754/ldbl-128ibm/s_totalordermagl.c (totalordermagl):
27403 Rename to __totalordermagl and define as weak alias.
27404 * sysdeps/ieee754/ldbl-128ibm/s_ufromfpl.c (FUNC): Define to
27405 __ufromfpl.
27406 (ufromfpl): Define as weak alias.
27407 * sysdeps/ieee754/ldbl-128ibm/s_ufromfpxl.c (FUNC): Define to
27408 __ufromfpxl.
27409 (ufromfpxl): Define as weak alias.
27410 * sysdeps/ieee754/ldbl-96/s_fromfpl.c (FUNC): Define to
27411 __fromfpl.
27412 (fromfpl): Define as weak alias.
27413 * sysdeps/ieee754/ldbl-96/s_fromfpxl.c (FUNC): Define to
27414 __fromfpxl.
27415 (fromfpxl): Define as weak alias.
27416 * sysdeps/ieee754/ldbl-96/s_getpayloadl.c (getpayloadl): Rename to
27417 __getpayloadl and define as weak alias.
27418 * sysdeps/ieee754/ldbl-96/s_roundevenl.c (roundevenl): Rename to
27419 __roundevenl and define as weak alias.
27420 * sysdeps/ieee754/ldbl-96/s_setpayloadl.c (FUNC): Define to
27421 __setpayloadl.
27422 (setpayloadl): Define as weak alias.
27423 * sysdeps/ieee754/ldbl-96/s_setpayloadsigl.c (FUNC): Define to
27424 __setpayloadsigl.
27425 (setpayloadsigl): Define as weak alias.
27426 * sysdeps/ieee754/ldbl-96/s_totalorderl.c (totalorderl): Rename to
27427 __totalorderl and define as weak alias.
27428 * sysdeps/ieee754/ldbl-96/s_totalordermagl.c (totalordermagl):
27429 Rename to __totalordermagl and define as weak alias.
27430 * sysdeps/ieee754/ldbl-96/s_ufromfpl.c (FUNC): Define to
27431 __ufromfpl.
27432 (ufromfpl): Define as weak alias.
27433 * sysdeps/ieee754/ldbl-96/s_ufromfpxl.c (FUNC): Define to
27434 __ufromfpxl.
27435 (ufromfpxl): Define as weak alias.
27436
27437 2017-09-14 Siddhesh Poyarekar <siddhesh@sourceware.org>
27438
27439 * benchtests/bench-string.h (realloc_bufs): New function.
27440 (test_init): Call it.
27441 * benchtests/bench-memset-large.c (do_test): Likewise.
27442 * benchtests/bench-memset.c (do_test): Likewise.
27443
27444 * benchtests/bench-memset-large.c: Print output in JSON
27445 format.
27446 * benchtests/bench-memset.c: Likewise.
27447
27448 2017-09-14 Mike FABIAN <mfabian@redhat.com>
27449
27450 [BZ #21084]
27451 * benchtests/strcoll-inputs/filelist#en_US.UTF-8: Add IBM858 and ibm858.c.
27452 * iconvdata/Makefile: Add IBM858.
27453 * iconvdata/gconv-modules: Likewise.
27454 * iconvdata/tst-tables.sh: Likewise.
27455 * iconvdata/ibm858.c: New file.
27456 * localedata/charmaps/IBM858: Likewise.
27457
27458 2017-09-14 Akhilesh Kumar <akhilesh.k@samsung.com>
27459
27460 [BZ #22023]
27461 * locales/niu_NZ (LC_TIME): copy "niu_NU".
27462 * locales/niu_NZ (LC_MESSAGES): copy "niu_NU".
27463
27464 2017-09-14 Mike FABIAN <mfabian@redhat.com>
27465
27466 [BZ #22112]
27467 * localedata/locales/az_AZ(LC_TELEPHONE): Fix int_select
27468 and add tel_int_fmt.
27469
27470 2017-09-14 Joseph Myers <joseph@codesourcery.com>
27471
27472 * sysdeps/generic/libm-alias-float128.h: New file.
27473 * sysdeps/generic/math-type-macros-float128.h: Include
27474 <libm-alias-float128.h>.
27475 [!declare_mgen_alias] (declare_mgen_alias): Define macro.
27476
27477 2017-09-13 Joseph Myers <joseph@codesourcery.com>
27478
27479 * sysdeps/generic/libm-alias-ldouble.h: New file.
27480 * sysdeps/ieee754/ldbl-opt/libm-alias-ldouble.h: Likewise.
27481 * sysdeps/ieee754/ldbl-opt/math-type-macros-ldouble.h: Remove.
27482 * sysdeps/generic/math-type-macros-ldouble.h: Include
27483 <libm-alias-ldouble.h>.
27484 [!declare_mgen_alias] (declare_mgen_alias): Define to use
27485 libm_alias_ldouble.
27486
27487 2017-09-13 Szabolcs Nagy <szabolcs.nagy@arm.com>
27488
27489 * sysdeps/ieee754/dbl-64/w_exp_compat.c: Move to...
27490 * math/w_exp_compat.c: ... here.
27491 * sysdeps/ieee754/flt-32/w_expf_compat.c: Move to...
27492 * math/w_expf_compat.c: ... here.
27493 * sysdeps/ieee754/ldbl-128/w_expl_compat.c: Move to...
27494 * math/w_expl_compat.c: ... here.
27495 * sysdeps/ieee754/ldbl-128ibm/w_expl_compat.c: Remove.
27496 * sysdeps/ieee754/ldbl-96/w_expl_compat.c: Remove.
27497 * sysdeps/ieee754/ldbl-opt/w_exp_compat.c: Use the new path.
27498 * sysdeps/ieee754/ldbl-opt/w_expl_compat.c: Likewise.
27499
27500 2017-09-13 Joseph Myers <joseph@codesourcery.com>
27501
27502 * math/w_scalbln_template.c (strong_alias): Do not undefine and
27503 redefine.
27504 * sysdeps/ieee754/ldbl-opt/s_ldexp.c (declare_mgen_alias): Remove
27505 macro.
27506 (ldexpl): Only define as compat symbol for libc, not libm.
27507 (scalbnl): Define as compat symbol for libc here.
27508 * sysdeps/ieee754/ldbl-opt/s_ldexpl.c (declare_mgen_alias): Only
27509 define for [IS_IN (libc)].
27510 (__ldexpl_2): Remove alias.
27511 (ldexpl): Only define with long_double_symbol if [IS_IN (libc)].
27512 (scalbnl): Likewise. Use __wrap_scalbnl not __ldexpl_2 as base
27513 name in long_double_symbol call.
27514 * sysdeps/ieee754/ldbl-opt/s_log1p.c: Remove file.
27515 * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
27516 * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
27517 * sysdeps/ieee754/ldbl-opt/w_log1p.c: Likewise.
27518 * sysdeps/ieee754/ldbl-opt/w_scalbln.c (declare_mgen_alias):
27519 Remove macro.
27520 [IS_IN (libc) && LONG_DOUBLE_COMPAT (libc, GLIBC_2_1)] (scalblnl):
27521 Define as compat symbol.
27522
27523 2017-09-13 Adhemerval Zanella <adhemerval.zanella@linaro.org>
27524
27525 * sysdeps/unix/sysv/linux/s390/s390-32/oldglob.c: New file.
27526 * sysdeps/unix/sysv/linux/alpha/Makefile
27527 [$(subdir) = csu] (sysdep_routines): Remove rule.
27528
27529 2017-09-13 Joseph Myers <joseph@codesourcery.com>
27530
27531 * sysdeps/generic/libm-alias-double.h: New file.
27532 * sysdeps/ieee754/ldbl-opt/libm-alias-double.h: Likewise.
27533 * sysdeps/generic/math-type-macros-double.h: Include
27534 <libm-alias-double.h>.
27535 [declare_mgen_alias] (declare_mgen_alias): Define to use
27536 libm_alias_double.
27537 * sysdeps/generic/math-type-macros.h [!M_LIBM_NEED_COMPAT]
27538 (M_LIBM_NEED_COMPAT): Remove macro.
27539 [!M_LIBM_NEED_COMPAT] (declare_mgen_libm_compat): Likewise.
27540 * sysdeps/ieee754/ldbl-opt/math-type-macros-double.h: Remove.
27541 * math/cabs_template.c [M_LIBM_NEED_COMPAT]: Remove conditional
27542 code.
27543 * math/carg_template.c [M_LIBM_NEED_COMPAT]: Likewise.
27544 * math/cimag_template.c [M_LIBM_NEED_COMPAT]: Likewise.
27545 * math/conj_template.c [M_LIBM_NEED_COMPAT]: Likewise.
27546 * math/creal_template.c [M_LIBM_NEED_COMPAT]: Likewise.
27547 * math/s_cacos_template.c [M_LIBM_NEED_COMPAT]: Likewise.
27548 * math/s_cacosh_template.c [M_LIBM_NEED_COMPAT]: Likewise.
27549 * math/s_casin_template.c [M_LIBM_NEED_COMPAT]: Likewise.
27550 * math/s_casinh_template.c [M_LIBM_NEED_COMPAT]: Likewise.
27551 * math/s_catan_template.c [M_LIBM_NEED_COMPAT]: Likewise.
27552 * math/s_catanh_template.c [M_LIBM_NEED_COMPAT]: Likewise.
27553 * math/s_ccos_template.c [M_LIBM_NEED_COMPAT]: Likewise.
27554 * math/s_ccosh_template.c [M_LIBM_NEED_COMPAT]: Likewise.
27555 * math/s_cexp_template.c [M_LIBM_NEED_COMPAT]: Likewise.
27556 * math/s_clog10_template.c [M_LIBM_NEED_COMPAT]: Likewise.
27557 * math/s_clog_template.c [M_LIBM_NEED_COMPAT]: Likewise.
27558 * math/s_cpow_template.c [M_LIBM_NEED_COMPAT]: Likewise.
27559 * math/s_cproj_template.c [M_LIBM_NEED_COMPAT]: Likewise.
27560 * math/s_csin_template.c [M_LIBM_NEED_COMPAT]: Likewise.
27561 * math/s_csinh_template.c [M_LIBM_NEED_COMPAT]: Likewise.
27562 * math/s_csqrt_template.c [M_LIBM_NEED_COMPAT]: Likewise.
27563 * math/s_ctan_template.c [M_LIBM_NEED_COMPAT]: Likewise.
27564 * math/s_ctanh_template.c [M_LIBM_NEED_COMPAT]: Likewise.
27565 * math/s_fdim_template.c [M_LIBM_NEED_COMPAT]: Likewise.
27566 * math/s_fmax_template.c [M_LIBM_NEED_COMPAT]: Likewise.
27567 * math/s_fmin_template.c [M_LIBM_NEED_COMPAT]: Likewise.
27568 * math/s_nan_template.c [M_LIBM_NEED_COMPAT]: Likewise.
27569 * math/w_ilogb_template.c [M_LIBM_NEED_COMPAT]: Likewise.
27570 * sysdeps/ieee754/ldbl-opt/s_clog10.c: New file.
27571 * sysdeps/ieee754/ldbl-opt/s_ldexp.c (M_LIBM_NEED_COMPAT): Remove
27572 macro.
27573 (declare_mgen_alias): New macro.
27574 * sysdeps/ieee754/ldbl-opt/w_log1p.c: New file.
27575 * sysdeps/ieee754/ldbl-opt/w_scalbln.c: Likewise.
27576 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.c
27577 (M_LIBM_NEED_COMPAT): Remove macro.
27578 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.c
27579 [HAVE_AS_VIS3_SUPPORT]: Include <math_ldbl_opt.h> and
27580 <first-versions.h>.
27581 [HAVE_AS_VIS3_SUPPORT && LONG_DOUBLE_COMPAT (libm,
27582 FIRST_VERSION_libm_fdiml)]: Define fdiml as compat symbol.
27583
27584 2017-09-12 Joseph Myers <joseph@codesourcery.com>
27585
27586 * sysdeps/generic/math-type-macros.h [!declare_mgen_alias_2]
27587 (declare_mgen_alias_2): Remove.
27588 * sysdeps/generic/math-type-macros-double.h
27589 [NO_LONG_DOUBLE && !declare_mgen_alias_2] (declare_mgen_alias_2):
27590 Likewise.
27591 * math/s_ldexp_template.c (M_SUF (__wrap_scalbn)): Define strong
27592 alias.
27593 (ldexp): Define with declare_mgen_alias.
27594 (scalbn): Likewise.
27595
27596 2017-09-12 Steve Ellcey <sellcey@cavium.com>
27597
27598 * grp/initgroups.c: Include config.h.
27599 (DEFAULT_CONFIG): New macro.
27600 (internal_getgrouplist): Use DEFAULT_CONFIG.
27601 * nscd/initgrcache.c (addinitgroupsX): Likewise.
27602 * nss/nsswitch.c (__nss_disable_nscd): Likewise.
27603 (DEFAULT_DEFCONFIG): New macro.
27604 (__nss_database_lookup): Use DEFAULT_DEFCONFIG.
27605 * nss/grp-lookup.c: Include config.h
27606 (DEFAULT_CONFIG): Set definition based on LINK_OBSOLETE_NSL.
27607 * nss/pwd-lookup.c (DEFAULT_CONFIG): Likewise.
27608 * nss/spwd-lookup.c (DEFAULT_CONFIG): Likewise.
27609 * manual/nss.texi: Update default values section.
27610
27611 2017-09-12 H.J. Lu <hongjiu.lu@intel.com>
27612
27613 [BZ #21967]
27614 * sysdeps/x86/cpu-features.h (bit_arch_MathVec_Prefer_No_AVX512):
27615 New.
27616 (index_arch_MathVec_Prefer_No_AVX512): Likewise.
27617 * sysdeps/x86/cpu-tunables.c (TUNABLE_CALLBACK (set_hwcaps)):
27618 Handle MathVec_Prefer_No_AVX512.
27619 * sysdeps/x86_64/fpu/multiarch/ifunc-mathvec-avx512.h
27620 (IFUNC_SELECTOR): Return AVX2 version if MathVec_Prefer_No_AVX512
27621 is set.
27622
27623 2017-09-12 Samuel Thibault <samuel.thibault@ens-lyon.org>
27624
27625 * posix/sched_primax.c (__sched_get_priority_max): Add
27626 libc_hidden_def.
27627 * posix/sched_primin.c (__sched_get_priority_min): Likewise.
27628 * sysdeps/mach/hurd/mmap.c (__mmap): Likewise.
27629 * sysdeps/mach/hurd/mmap64.c (__mmap64): Likewise.
27630 * sysdeps/mach/hurd/mprotect.c (__mprotect): Likewise.
27631 * sysdeps/mach/hurd/munmap.c (__munmap): Likewise.
27632 * sysdeps/mach/hurd/dl-sysdep.c (__GI___getpid,
27633 __GI___strtoul_internal, __GI_____strtoul_internal, __GI___chk_fail,
27634 __GI___fortify_fail, __GI___assert_fail, __GI___assert_perror_fail):
27635 Add aliases.
27636
27637 2017-09-11 Joseph Myers <joseph@codesourcery.com>
27638
27639 * sysdeps/generic/libm-alias-float.h: New file.
27640 * sysdeps/generic/math-type-macros-float.h: Include
27641 <libm-alias-float.h>.
27642 [!declare_mgen_alias] (declare_mgen_alias): Define macro.
27643
27644 2017-09-11 H.J. Lu <hongjiu.lu@intel.com>
27645
27646 [BZ #22093]
27647 * sysdeps/x86/cpu-features.c (init_cpu_features): Initialize
27648 GLRO(dl_hwcap) to HWCAP_X86_64 for x86-64.
27649 * sysdeps/x86/dl-hwcap.h (HWCAP_COUNT): Updated.
27650 (HWCAP_IMPORTANT): Likewise.
27651 (HWCAP_X86_64): New enum.
27652 (HWCAP_X86_AVX512_1): Updated.
27653 * sysdeps/x86/dl-procinfo.c (_dl_x86_hwcap_flags): Add "x86_64".
27654 * sysdeps/x86_64/Makefile (tests): Add tst-x86_64-1.
27655 (modules-names): Add x86_64/tst-x86_64mod-1.
27656 (LDFLAGS-tst-x86_64mod-1.so): New.
27657 ($(objpfx)tst-x86_64-1): Likewise.
27658 ($(objpfx)x86_64/tst-x86_64mod-1.os): Likewise.
27659 (tst-x86_64-1-clean): Likewise.
27660 * sysdeps/x86_64/tst-x86_64-1.c: New file.
27661 * sysdeps/x86_64/tst-x86_64mod-1.c: Likewise.
27662
27663 2017-09-11 Siddhesh Poyarekar <siddhesh@sourceware.org>
27664
27665 * po/sv.po: Update translations.
27666 * po/fr.po: Likewise.
27667
27668 2017-09-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
27669
27670 * sunrpc/tst-udp-timeout.c (test_udp_server): Increase timeout to 2.5
27671 seconds.
27672 * sunrpc/tst-udp-nonblocking.c (do_test): Increase timeout to 0.75
27673 seconds.
27674 * elf/rtld-Rules: Fix $(error) use.
27675
27676 2017-09-09 Mike FABIAN <mfabian@redhat.com>
27677
27678 [BZ #14925]
27679 * libio/tst-widetext.input: Change “Bengali” to “Bangla”.
27680 * locale/iso-639.def: Change “Bengali” to “Bangla”.
27681 * localedata/locales/bn_BD: “Bengali” was still used in some
27682 comments. Change it to “Bangla”.
27683
27684 2017-09-08 Markus Trippelsdorf <markus@trippelsdorf.de>
27685
27686 * sysdeps/x86_64/fpu/libm-test-ulps: Update for AMD Ryzen.
27687
27688 2017-09-08 Steve Ellcey <sellcey@cavium.com>
27689
27690 * manual/tunables.texi (glibc.tune.cpu): Add thunderx2t99 and
27691 thunderx2t99p1 to list of cpu names.
27692 * sysdeps/unix/sysv/linux/aarch64/cpu-features.c (cpu_list):
27693 Add thunderx2t99 and thunderx2t99p1 entries to cpu_list.
27694
27695 2017-09-08 Steve Ellcey <sellcey@cavium.com>
27696
27697 * sysdeps/unix/sysv/linux/aarch64/cpu-features.c (get_midr_from_mcpu):
27698 Use strcmp instead of tunable_is_name.
27699
27700 2017-09-08 Joseph Myers <joseph@codesourcery.com>
27701
27702 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
27703 (F_GET_RW_HINT): New macro.
27704 [__USE_GNU] (F_SET_RW_HINT): Likewise.
27705 [__USE_GNU] (F_GET_FILE_RW_HINT): Likewise.
27706 [__USE_GNU] (F_SET_FILE_RW_HINT): Likewise.
27707 [__USE_GNU] (RWF_WRITE_LIFE_NOT_SET): Likewise.
27708 [__USE_GNU] (RWH_WRITE_LIFE_NONE): Likewise.
27709 [__USE_GNU] (RWH_WRITE_LIFE_SHORT): Likewise.
27710 [__USE_GNU] (RWH_WRITE_LIFE_MEDIUM): Likewise.
27711 [__USE_GNU] (RWH_WRITE_LIFE_LONG): Likewise.
27712 [__USE_GNU] (RWH_WRITE_LIFE_EXTREME): Likewise.
27713
27714 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
27715 (F_ADD_SEALS): New macro.
27716 [__USE_GNU] (F_GET_SEALS): Likewise.
27717 [__USE_GNU] (F_SEAL_SEAL): Likewise.
27718 [__USE_GNU] (F_SEAL_SHRINK): Likewise.
27719 [__USE_GNU] (F_SEAL_GROW): Likewise.
27720 [__USE_GNU] (F_SEAL_WRITE): Likewise.
27721
27722 2017-09-08 Adhemerval Zanella <adhemerval.zanella@linaro.org>
27723
27724 * posix/glob_internal.h (GLOBPAT_NONE, GLOBPAT_SPECIAL)
27725 (GLOBPAT_BACKSLASH, GLOBPAT_BRACKET): New constants.
27726 * posix/glob_internal.h (__glob_pattern_type):
27727 * posix/glob.c (glob):
27728 * posix/glob_pattern_p.c (__glob_pattern_p):
27729 Use them.
27730
27731 * sysdeps/unix/sysv/linux/arm/glob64.c: Remove file.
27732 * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
27733 * sysdeps/unix/sysv/linux/m68k/glob64.c: Likewise.
27734 * sysdeps/unix/sysv/linux/mips/mips64/n64/glob64.c: Likewise.
27735 * sysdeps/unix/sysv/linux/mips/mips64/n64/globfree64.c: Likewise.
27736 * sysdeps/unix/sysv/linux/powerpc/powerpc32/glob64.c: Likewise.
27737 * sysdeps/unix/sysv/linux/sparc/sparc32/glob64.c: Likewise.
27738 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Likewise.
27739 * sysdeps/unix/sysv/linux/wordsize-64/globfree64.c: Likewise.
27740 * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
27741 * sysdeps/unix/sysv/linux/x86_64/x32/globfree.c: Likewise.
27742 * sysdeps/wordsize-64/glob.c: Likewise.
27743 * sysdeps/wordsize-64/glob64.c: Likewise.
27744 * sysdeps/wordsize-64/globfree.c: Likewise.
27745 * sysdeps/wordsize-64/globfree64.c: Likewise.
27746 * sysdeps/unix/sysv/linux/glob.c: New file.
27747 * sysdeps/unix/sysv/linux/glob64.c: Likewise.
27748 * sysdeps/unix/sysv/linux/globfree.c: Likewise.
27749 * sysdeps/unix/sysv/linux/globfree64.c: Likewise.
27750 * sysdeps/unix/sysv/linux/s390/s390-32/glob64.c: Likewise.
27751 * sysdeps/unix/sysv/linux/oldglob.c [SHLIB_COMPAT]: Also
27752 adds !GLOB_NO_OLD_VERSION as an extra condition.
27753 * sysdeps/unix/sysv/linux/i386/alphasort64.c: Include olddirent.h
27754 using relative path instead of absolute one.
27755 * sysdeps/unix/sysv/linux/i386/getdents64.c: Likewise.
27756 * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
27757 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
27758 * sysdeps/unix/sysv/linux/i386/versionsort64.c: Likewise.
27759 * sysdeps/unix/sysv/linux/i386/olddirent.h: Move to ...
27760 * sysdeps/unix/sysv/linux//olddirent.h: ... here.
27761
27762 [BZ #1062]
27763 * posix/glob.c (GET_LOGIN_NAME_MAX): Remove.
27764 (glob): Use the same scratch buffer for both getlogin_r and
27765 getpwnam_r. Don’t require preallocation of the login name. This
27766 simplifies storage allocation, and corrects the handling of
27767 long login names.
27768
27769 [BZ #1062]
27770 * posix/glob.c (glob): Port recent patches to platforms
27771 lacking getpwnam_r.
27772 (glob): Fix longstanding misuse of errno after getpwnam_r, which
27773 returns an error number rather than setting errno.
27774
27775 * include/scratch_buffer.h (scratch_buffer): Use a C99 align method
27776 instead of GCC extension.
27777 * malloc/scratch_buffer_grow.c [!_LIBC]: Include libc-config.h.
27778 * malloc/scratch_buffer_grow_preserve.c [!_LIBC]: Likewise.
27779 * malloc/scratch_buffer_set_array_size.c [!_LIBC]: Likewise.
27780
27781 [BZ #866]
27782 [BZ #1062]
27783 * posix/Makefile (tests): Remove bug-glob1 and tst-glob_symlinks.
27784 * posix/bug-glob1.c: Remove file.
27785 * posix/tst-glob_symlinks.c: New file.
27786 * posix/glob.c (__lstat64): New macro.
27787 (is_dir): New function.
27788 (glob, glob_in_dir): Match symlinks even if they are dangling.
27789 (link_stat, link_exists_p): Remove. All uses removed.
27790
27791 [BZ #1062]
27792 [BZ #19971]
27793 * posix/glob.c (struct readdir_result): Remove skip_entry member.
27794 (readdir_result_skip_entry, D_INO_TO_RESULT): Remove.
27795 All uses removed.
27796
27797 [BZ #1062]
27798 CVE-2017-15671
27799 * posix/Makefile (routines): Add globfree, globfree64, and
27800 glob_pattern_p.
27801 * posix/flexmember.h: New file.
27802 * posix/glob_internal.h: Likewise.
27803 * posix/glob_pattern_p.c: Likewise.
27804 * posix/globfree.c: Likewise.
27805 * posix/globfree64.c: Likewise.
27806 * sysdeps/gnu/globfree64.c: Likewise.
27807 * sysdeps/unix/sysv/linux/alpha/globfree.c: Likewise.
27808 * sysdeps/unix/sysv/linux/mips/mips64/n64/globfree64.c: Likewise.
27809 * sysdeps/unix/sysv/linux/oldglob.c: Likewise.
27810 * sysdeps/unix/sysv/linux/wordsize-64/globfree64.c: Likewise.
27811 * sysdeps/unix/sysv/linux/x86_64/x32/globfree.c: Likewise.
27812 * sysdeps/wordsize-64/globfree.c: Likewise.
27813 * sysdeps/wordsize-64/globfree64.c: Likewise.
27814 * posix/glob.c (HAVE_CONFIG_H): Use !_LIBC instead.
27815 [NDEBUG): Remove comments.
27816 (GLOB_ONLY_P, _AMIGA, VMS): Remove define.
27817 (dirent_type): New type. Use uint_fast8_t not
27818 uint8_t, as C99 does not require uint8_t.
27819 (DT_UNKNOWN, DT_DIR, DT_LNK): New macros.
27820 (struct readdir_result): Use dirent_type. Do not define skip_entry
27821 unless it is needed; this saves a byte on platforms lacking d_ino.
27822 (readdir_result_type, readdir_result_skip_entry):
27823 New functions, replacing ...
27824 (readdir_result_might_be_symlink, readdir_result_might_be_dir):
27825 these functions, which were removed. This makes the callers
27826 easier to read. All callers changed.
27827 (D_INO_TO_RESULT): Now empty if there is no d_ino.
27828 (size_add_wrapv, glob_use_alloca): New static functions.
27829 (glob, glob_in_dir): Check for size_t overflow in several places,
27830 and fix some size_t checks that were not quite right.
27831 Remove old code using SHELL since Bash no longer
27832 uses this.
27833 (glob, prefix_array): Separate MS code better.
27834 (glob_in_dir): Remove old Amiga and VMS code.
27835 (globfree, __glob_pattern_type, __glob_pattern_p): Move to
27836 separate files.
27837 (glob_in_dir): Do not rely on undefined behavior in accessing
27838 struct members beyond their bounds. Use a flexible array member
27839 instead
27840 (link_stat): Rename from link_exists2_p and return -1/0 instead of
27841 0/1. Caller changed.
27842 (glob): Fix memory leaks.
27843 * posix/glob64 (globfree64): Move to separate file.
27844 * sysdeps/gnu/glob64.c (NO_GLOB_PATTERN_P): Remove define.
27845 (globfree64): Remove hidden alias.
27846 * sysdeps/unix/sysv/linux/Makefile (sysdeps_routines): Add
27847 oldglob.
27848 * sysdeps/unix/sysv/linux/alpha/glob.c (__new_globfree): Move to
27849 separate file.
27850 * sysdeps/unix/sysv/linux/i386/glob64.c (NO_GLOB_PATTERN_P): Remove
27851 define.
27852 Move compat code to separate file.
27853 * sysdeps/wordsize-64/glob.c (globfree): Move definitions to
27854 separate file.
27855
27856 2017-09-07 H.J. Lu <hongjiu.lu@intel.com>
27857
27858 * resolv/tst-resolv-qtypes.c (domain): Changed to
27859 "const char domain[] =".
27860
27861 2017-09-07 Joseph Myers <joseph@codesourcery.com>
27862
27863 * scripts/build-many-glibcs.py (Context.checkout): Default MPFR
27864 version to 3.1.6.
27865
27866 * sysdeps/gnu/netinet/tcp.h (TCP_ULP): New macro.
27867 (TCP_MD5SIG_EXT): Likewise.
27868 (TCP_MD5SIG_FLAG_PREFIX): Likewise.
27869 (struct tcp_md5sig): Replace __tcpm_pad1 by tcpm_flags and
27870 tcpm_prefixlen. Rename __tcpm_pad2 to __tcpm_pad.
27871
27872 * sysdeps/unix/sysv/linux/bits/socket.h (SOL_TLS): New macro.
27873
27874 2017-09-07 Mike FABIAN <mfabian@redhat.com>
27875
27876 * localedata/locales/om_ET (LC_TIME): use ASCII for better readability.
27877
27878 2017-09-07 Akhilesh Kumar <akhilesh.k@samsung.com>
27879
27880 [BZ #22100]
27881 * localedata/locales/om_KE (LC_TIME): copy "om_ET".
27882
27883 2017-09-07 Samuel Thibault <samuel.thibault@ens-lyon.org>
27884
27885 * hurd/get-host.c (_hurd_get_host_config): Also check that more == 0
27886 before assuming that the file is empty. Avoid testing buffer content
27887 when nread == 0.
27888
27889 2017-09-06 Adhemerval Zanella <adhemerval.zanella@linaro.org>
27890
27891 [BZ #18858]
27892 * sysdeps/i386/i686/multiarch/strncpy.c (_HAVE_STRING_ARCH_strncpy):
27893 Remove define.
27894 * sysdeps/x86_64/multiarch/stpcpy.c (_HAVE_STRING_ARCH_stpcpy):
27895 Likewise.
27896 * sysdeps/x86_64/multiarch/strcspn.c (_HAVE_STRING_ARCH_strcspn):
27897 Likewise.
27898 * sysdeps/x86_64/multiarch/strncat.c (_HAVE_STRING_ARCH_strncat):
27899 Likewise.
27900 * sysdeps/x86_64/multiarch/strncpy.c (_HAVE_STRING_ARCH_strncpy):
27901 Likewise.
27902 * sysdeps/x86_64/multiarch/strpbrk.c (_HAVE_STRING_ARCH_strpbrk):
27903 Likewise.
27904 * sysdeps/x86_64/multiarch/strspn.c (_HAVE_STRING_ARCH_strspn):
27905 Likewise.
27906
27907 2017-09-06 Florian Weimer <fweimer@redhat.com>
27908
27909 * malloc/dynarray_emplace_enlarge.c
27910 (__libc_dynarray_emplace_enlarge): Add missing else.
27911
27912 2017-09-06 Florian Weimer <fweimer@redhat.com>
27913
27914 [BZ #22096]
27915 * resolv/resolv_conf.c (__resolv_conf_attach): Do not free conf in
27916 case of failure to obtain the global conf object.
27917
27918 2017-09-06 Florian Weimer <fweimer@redhat.com>
27919
27920 [BZ #22095]
27921 * resolv/res_init.c (res_vinit_1): Avoid memory leak in case of
27922 dynarray allocation failure.
27923
27924 2017-09-06 Florian Weimer <fweimer@redhat.com>
27925
27926 Remove dead PTR IPv4-to-IPv6 mapping code from nss_dns.
27927 * resolv/nss_dns/dns-host.c (getanswer_r): Remove dead code.
27928 * resolv/tst-res_use_inet6.c (response_ptr_v4, response_ptr_v6):
27929 New functions.
27930 (response): Call them. Add 'p', '6' flag processing.
27931 (test_reverse): New function.
27932 (test_get2_any): Call it.
27933 (test_no_inet6): Add 'p' test.
27934 (test_inet6): Likewise.
27935
27936 2017-09-06 Florian Weimer <fweimer@redhat.com>
27937
27938 Enhance tst-res_use_inet6 to test IPv4-to-IPv6 address mapping.
27939 * resolv/tst-res_use_inet6.c (response): Process flags embedded in
27940 the QNAME.
27941 (test_gai): Adjust query names. Add additional tests.
27942 (test_get2_any, test_get2_no_inet6, test_get2_inet6): Split from
27943 test_get2. Adjust query names. Add additional tests.
27944 (test_no_inet6): New function, extracted from threadfunc.
27945 (threadfunc): Call test_get2_any, test_get2_inet6, test_no_inet6.
27946 Add additional tests.
27947
27948 2017-09-06 Mike FABIAN <mfabian@redhat.com>
27949
27950 [BZ #22070]
27951 * localedata/unicode-gen/utf8_gen.py: Set the width for
27952 characters with Prepended_Concatenation_Mark property to 1
27953 * localedata/charmaps/UTF-8: Updated using the improved script.
27954
27955 2017-09-06 Mike FABIAN <mfabian@redhat.com>
27956
27957 [BZ #21750]
27958 * localedata/unicode-gen/utf8_gen.py: Improve the script to
27959 use the range notation for all ranges of neighbouring characters
27960 with the same width.
27961
27962 2017-09-05 Joseph Myers <joseph@codesourcery.com>
27963
27964 * sysdeps/generic/math-type-macros-double.h: Include
27965 <math-svid-compat.h>.
27966 (__USE_WRAPPER_TEMPLATE): Define to !LIBM_SVID_COMPAT.
27967 * sysdeps/generic/math-type-macros-float.h: Include
27968 <math-svid-compat.h>.
27969 (__USE_WRAPPER_TEMPLATE): Define to !LIBM_SVID_COMPAT.
27970 * sysdeps/generic/math-type-macros-ldouble.h: Include
27971 <math-svid-compat.h>.
27972 (__USE_WRAPPER_TEMPLATE): Define to !LIBM_SVID_COMPAT.
27973 * math/lgamma-compat.h (BUILD_LGAMMA): Include LIBM_SVID_COMPAT
27974 condition.
27975 * math/w_acos_compat.c: Condition contents on [LIBM_SVID_COMPAT].
27976 * math/w_acosf_compat.c: Likewise.
27977 * math/w_acosh_compat.c: Likewise.
27978 * math/w_acoshf_compat.c: Likewise.
27979 * math/w_acoshl_compat.c: Likewise.
27980 * math/w_acosl_compat.c: Likewise.
27981 * math/w_asin_compat.c: Likewise.
27982 * math/w_asinf_compat.c: Likewise.
27983 * math/w_asinl_compat.c: Likewise.
27984 * math/w_atan2_compat.c: Likewise.
27985 * math/w_atan2f_compat.c: Likewise.
27986 * math/w_atan2l_compat.c: Likewise.
27987 * math/w_atanh_compat.c: Likewise.
27988 * math/w_atanhf_compat.c: Likewise.
27989 * math/w_atanhl_compat.c: Likewise.
27990 * math/w_cosh_compat.c: Likewise.
27991 * math/w_coshf_compat.c: Likewise.
27992 * math/w_coshl_compat.c: Likewise.
27993 * math/w_exp10_compat.c: Likewise.
27994 * math/w_exp10f_compat.c: Likewise.
27995 * math/w_exp10l_compat.c: Likewise.
27996 * math/w_exp2_compat.c: Likewise.
27997 * math/w_exp2f_compat.c: Likewise.
27998 * math/w_exp2l_compat.c: Likewise.
27999 * math/w_fmod_compat.c: Likewise.
28000 * math/w_fmodf_compat.c: Likewise.
28001 * math/w_fmodl_compat.c: Likewise.
28002 * math/w_hypot_compat.c: Likewise.
28003 * math/w_hypotf_compat.c: Likewise.
28004 * math/w_hypotl_compat.c: Likewise.
28005 * math/w_j0_compat.c: Likewise.
28006 * math/w_j0f_compat.c: Likewise.
28007 * math/w_j0l_compat.c: Likewise.
28008 * math/w_j1_compat.c: Likewise.
28009 * math/w_j1f_compat.c: Likewise.
28010 * math/w_j1l_compat.c: Likewise.
28011 * math/w_jn_compat.c: Likewise.
28012 * math/w_jnf_compat.c: Likewise.
28013 * math/w_jnl_compat.c: Likewise.
28014 * math/w_lgamma_r_compat.c: Likewise.
28015 * math/w_lgammaf_r_compat.c: Likewise.
28016 * math/w_lgammal_r_compat.c: Likewise.
28017 * math/w_log10_compat.c: Likewise.
28018 * math/w_log10f_compat.c: Likewise.
28019 * math/w_log10l_compat.c: Likewise.
28020 * math/w_log2_compat.c: Likewise.
28021 * math/w_log2f_compat.c: Likewise.
28022 * math/w_log2l_compat.c: Likewise.
28023 * math/w_log_compat.c: Likewise.
28024 * math/w_logf_compat.c: Likewise.
28025 * math/w_logl_compat.c: Likewise.
28026 * math/w_pow_compat.c: Likewise.
28027 * math/w_powf_compat.c: Likewise.
28028 * math/w_powl_compat.c: Likewise.
28029 * math/w_remainder_compat.c: Likewise.
28030 * math/w_remainderf_compat.c: Likewise.
28031 * math/w_remainderl_compat.c: Likewise.
28032 * math/w_sinh_compat.c: Likewise.
28033 * math/w_sinhf_compat.c: Likewise.
28034 * math/w_sinhl_compat.c: Likewise.
28035 * math/w_sqrt_compat.c: Likewise.
28036 * math/w_sqrtf_compat.c: Likewise.
28037 * math/w_sqrtl_compat.c: Likewise.
28038 * math/w_tgamma_compat.c: Likewise.
28039 * math/w_tgammaf_compat.c: Likewise.
28040 * math/w_tgammal_compat.c: Likewise.
28041 * math/w_scalb_compat.c (sysv_scalb): Condition definition on
28042 [LIBM_SVID_COMPAT].
28043 (__scalb): Condition call to sysv_scalb on [LIBM_SVID_COMPAT].
28044 * math/w_scalbf_compat.c (sysv_scalbf): Condition definition on
28045 [LIBM_SVID_COMPAT].
28046 (__scalbf): Condition call to sysv_scalbf on [LIBM_SVID_COMPAT].
28047 * math/w_scalbl_compat.c (sysv_scalbl): Condition definition on
28048 [LIBM_SVID_COMPAT].
28049 (__scalbl): Condition call to sysv_scalbl on [LIBM_SVID_COMPAT].
28050 * sysdeps/i386/fpu/w_sqrt.c: New file.
28051 * sysdeps/ia64/fpu/w_acos.c: Likewise.
28052 * sysdeps/ia64/fpu/w_acosf.c: Likewise.
28053 * sysdeps/ia64/fpu/w_acosh.c: Likewise.
28054 * sysdeps/ia64/fpu/w_acoshf.c: Likewise.
28055 * sysdeps/ia64/fpu/w_acoshl.c: Likewise.
28056 * sysdeps/ia64/fpu/w_acosl.c: Likewise.
28057 * sysdeps/ia64/fpu/w_asin.c: Likewise.
28058 * sysdeps/ia64/fpu/w_asinf.c: Likewise.
28059 * sysdeps/ia64/fpu/w_asinl.c: Likewise.
28060 * sysdeps/ia64/fpu/w_atan2.c: Likewise.
28061 * sysdeps/ia64/fpu/w_atan2f.c: Likewise.
28062 * sysdeps/ia64/fpu/w_atan2l.c: Likewise.
28063 * sysdeps/ia64/fpu/w_atanh.c: Likewise.
28064 * sysdeps/ia64/fpu/w_atanhf.c: Likewise.
28065 * sysdeps/ia64/fpu/w_atanhl.c: Likewise.
28066 * sysdeps/ia64/fpu/w_cosh.c: Likewise.
28067 * sysdeps/ia64/fpu/w_coshf.c: Likewise.
28068 * sysdeps/ia64/fpu/w_coshl.c: Likewise.
28069 * sysdeps/ia64/fpu/w_exp.c: Likewise.
28070 * sysdeps/ia64/fpu/w_exp10.c: Likewise.
28071 * sysdeps/ia64/fpu/w_exp10f.c: Likewise.
28072 * sysdeps/ia64/fpu/w_exp10l.c: Likewise.
28073 * sysdeps/ia64/fpu/w_exp2.c: Likewise.
28074 * sysdeps/ia64/fpu/w_exp2f.c: Likewise.
28075 * sysdeps/ia64/fpu/w_exp2l.c: Likewise.
28076 * sysdeps/ia64/fpu/w_expf.c: Likewise.
28077 * sysdeps/ia64/fpu/w_expl.c: Likewise.
28078 * sysdeps/ia64/fpu/w_fmod.c: Likewise.
28079 * sysdeps/ia64/fpu/w_fmodf.c: Likewise.
28080 * sysdeps/ia64/fpu/w_fmodl.c: Likewise.
28081 * sysdeps/ia64/fpu/w_hypot.c: Likewise.
28082 * sysdeps/ia64/fpu/w_hypotf.c: Likewise.
28083 * sysdeps/ia64/fpu/w_hypotl.c: Likewise.
28084 * sysdeps/ia64/fpu/w_lgamma_r.c: Likewise.
28085 * sysdeps/ia64/fpu/w_lgammaf_r.c: Likewise.
28086 * sysdeps/ia64/fpu/w_lgammal_r.c: Likewise.
28087 * sysdeps/ia64/fpu/w_log.c: Likewise.
28088 * sysdeps/ia64/fpu/w_log10.c: Likewise.
28089 * sysdeps/ia64/fpu/w_log10f.c: Likewise.
28090 * sysdeps/ia64/fpu/w_log10l.c: Likewise.
28091 * sysdeps/ia64/fpu/w_log2.c: Likewise.
28092 * sysdeps/ia64/fpu/w_log2f.c: Likewise.
28093 * sysdeps/ia64/fpu/w_log2l.c: Likewise.
28094 * sysdeps/ia64/fpu/w_logf.c: Likewise.
28095 * sysdeps/ia64/fpu/w_logl.c: Likewise.
28096 * sysdeps/ia64/fpu/w_pow.c: Likewise.
28097 * sysdeps/ia64/fpu/w_powf.c: Likewise.
28098 * sysdeps/ia64/fpu/w_powl.c: Likewise.
28099 * sysdeps/ia64/fpu/w_remainder.c: Likewise.
28100 * sysdeps/ia64/fpu/w_remainderf.c: Likewise.
28101 * sysdeps/ia64/fpu/w_remainderl.c: Likewise.
28102 * sysdeps/ia64/fpu/w_sinh.c: Likewise.
28103 * sysdeps/ia64/fpu/w_sinhf.c: Likewise.
28104 * sysdeps/ia64/fpu/w_sinhl.c: Likewise.
28105 * sysdeps/ia64/fpu/w_sqrt.c: Likewise.
28106 * sysdeps/ia64/fpu/w_sqrtf.c: Likewise.
28107 * sysdeps/ia64/fpu/w_sqrtl.c: Likewise.
28108 * sysdeps/ia64/fpu/w_tgamma.c: Likewise.
28109 * sysdeps/ia64/fpu/w_tgammaf.c: Likewise.
28110 * sysdeps/ia64/fpu/w_tgammal.c: Likewise.
28111 * sysdeps/ieee754/dbl-64/w_exp_compat.c: Condition contents on
28112 [LIBM_SVID_COMPAT].
28113 * sysdeps/ieee754/flt-32/w_expf_compat.c: Likewise.
28114 * sysdeps/ieee754/k_standard.c: Likewise.
28115 * sysdeps/ieee754/k_standardf.c: Likewise.
28116 * sysdeps/ieee754/k_standardl.c: Likewise.
28117 * sysdeps/ieee754/ldbl-128/w_expl_compat.c: Likewise.
28118 * sysdeps/ieee754/ldbl-128ibm/w_expl_compat.c: Likewise.
28119 * sysdeps/ieee754/ldbl-96/w_expl_compat.c: Likewise.
28120 * sysdeps/ieee754/ldbl-64-128/w_expl_compat.c: Condition
28121 long_double_symbol call on [LIBM_SVID_COMPAT].
28122 * sysdeps/ieee754/ldbl-opt/w_acoshl_compat.c: Likewise.
28123 * sysdeps/ieee754/ldbl-opt/w_acosl_compat.c: Likewise.
28124 * sysdeps/ieee754/ldbl-opt/w_asinl_compat.c: Likewise.
28125 * sysdeps/ieee754/ldbl-opt/w_atan2l_compat.c: Likewise.
28126 * sysdeps/ieee754/ldbl-opt/w_atanhl_compat.c: Likewise.
28127 * sysdeps/ieee754/ldbl-opt/w_coshl_compat.c: Likewise.
28128 * sysdeps/ieee754/ldbl-opt/w_fmodl_compat.c: Likewise.
28129 * sysdeps/ieee754/ldbl-opt/w_hypotl_compat.c: Likewise.
28130 * sysdeps/ieee754/ldbl-opt/w_j0l_compat.c: Likewise.
28131 * sysdeps/ieee754/ldbl-opt/w_j1l_compat.c: Likewise.
28132 * sysdeps/ieee754/ldbl-opt/w_jnl_compat.c: Likewise.
28133 * sysdeps/ieee754/ldbl-opt/w_lgammal_r_compat.c: Likewise.
28134 * sysdeps/ieee754/ldbl-opt/w_log10l_compat.c: Likewise.
28135 * sysdeps/ieee754/ldbl-opt/w_log2l_compat.c: Likewise.
28136 * sysdeps/ieee754/ldbl-opt/w_logl_compat.c: Likewise.
28137 * sysdeps/ieee754/ldbl-opt/w_powl_compat.c: Likewise.
28138 * sysdeps/ieee754/ldbl-opt/w_remainderl_compat.c: Likewise.
28139 * sysdeps/ieee754/ldbl-opt/w_sinhl_compat.c: Likewise.
28140 * sysdeps/ieee754/ldbl-opt/w_sqrtl_compat.c: Likewise.
28141 * sysdeps/ieee754/ldbl-opt/w_tgammal_compat.c: Likewise.
28142 * sysdeps/ieee754/ldbl-opt/w_exp10l_compat.c: Condition
28143 long_double_symbol and compat_symbol calls on [LIBM_SVID_COMPAT].
28144
28145 2017-09-05 Steve Ellcey <sellcey@cavium.com>
28146
28147 * include/shlib-compat.h (TEST_COMPAT): New Macro.
28148 * malloc/tst-mallocstate.c: Convert from test-skeleton
28149 to test-driver. Ifdef code using TEST_COMPAT macro.
28150 * math/test-matherr-2.c: Ifdef test using TEST_COMPAT macro.
28151 * math/test-matherr.c: Likewise.
28152
28153 2017-09-05 Joseph Myers <joseph@codesourcery.com>
28154
28155 [BZ #22086]
28156 * debug/pcprofiledump.c (main): Use byte-swapped mask when
28157 comparing word with byte-swapped constant.
28158
28159 2017-09-05 Chris Leonard <cjlhomeaddress@gmail.com>
28160
28161 [BZ #20498]
28162 * locale/iso-639.def: add Miskito.
28163 * localedata/SUPPORTED: Add miq_NI/UTF-8.
28164 * localedata/locales/miq_NI: New file.
28165
28166 2017-09-04 H.J. Lu <hongjiu.lu@intel.com>
28167
28168 [BZ #18822]
28169 * include/sys/stat.h (__chmod): Add libc_hidden_proto.
28170 (__mkdir): Likewise.
28171 * io/chmod.c (__chmod): Add libc_hidden_def.
28172 * io/mkdir.c (__mkdir): Likewise.
28173 * sysdeps/mach/hurd/chmod.c (__chmod): Likewise.
28174 * sysdeps/mach/hurd/mkdir.c (__mkdir): Likewise.
28175 * sysdeps/unix/sysv/linux/generic/chmod.c (__chmod): Likewise.
28176 * sysdeps/unix/sysv/linux/generic/mkdir.c (__mkdir): Likewise.
28177
28178 2017-09-04 Joseph Myers <joseph@codesourcery.com>
28179
28180 * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
28181 version to 4.13.
28182
28183 [BZ #22082]
28184 * math/bits/math-finite.h (exp10): Redirect if [__GLIBC_USE
28185 (IEC_60559_FUNCS_EXT)], not [__USE_GNU].
28186
28187 2017-09-04 Florian Weimer <fweimer@redhat.com>
28188
28189 * math/math.h: Issue warning if log is defined.
28190
28191 2017-09-04 Joseph Myers <joseph@codesourcery.com>
28192
28193 * scripts/build-many-glibcs.py (Context.checkout): Default Linux
28194 kernel version to 4.13.
28195
28196 2017-09-03 Samuel Thibault <samuel.thibault@ens-lyon.org>
28197
28198 * sysdeps/generic/sigsetops.h: Remove spurious #endif.
28199 (__sigismember, __sigaddset, __sigdelset): Fix referencing set
28200 parameter.
28201 * sysdeps/mach/hurd/bits/socket.h: Include <sys/types.h> instead of
28202 just <bits/types.h>.
28203 * sysdeps/posix/preadv2.c: Use off_t instead of OFF_T.
28204 * sysdeps/posix/preadv64v2.c: Use off64_t instead of OFF_T.
28205 * sysdeps/posix/pwritev2.c: Use off_t instead of OFF_T.
28206 * sysdeps/posix/pwritev64v2.c: Use off64_t instead of OFF_T.
28207 * misc/preadv2.c: Include <errno.h>.
28208 * misc/preadv64v2.c: Include <errno.h>.
28209 * misc/pwritev2.c: Include <errno.h>.
28210 * misc/pwritev64v2.c: Include <errno.h>.
28211 * sysdeps/posix/preadv2.c: Include <errno.h>.
28212 * sysdeps/posix/preadv64v2.c: Include <errno.h>.
28213 Fix <unistd.h> inclusion.
28214 * sysdeps/posix/pwritev2.c: Include <errno.h>.
28215 * sysdeps/posix/pwritev64v2.c: Include <errno.h>.
28216 * sysdeps/mach/hurd/dl-sysdep.c (__access_noerrno, __sbrk,
28217 __strtoul_internal): New functions.
28218 * sysdeps/posix/pause.c: Include <sigsetops.h>.
28219 * sysdeps/posix/system.c: Include <sigsetops.h>.
28220 * sysdeps/mach/hurd/i386/Makefile
28221 [$(subdir) = csu] (sysdep_routines): New rule: divdi3 object.
28222 [$(subdir) = csu] (sysdep-only-routines): Likewise.
28223 [$(subdir) = csu] (CFLAGS-divdi3.c): Likewise.
28224 * sysdeps/x86/fpu/include/bits/fenv.h [NO_HIDDEN]: Redirect
28225 __feraiseexcept_renamed to feraiseexcept instead of
28226 __GI_feraiseexcept.
28227 * sysdeps/mach/hurd/i386/Implies: Add mach/hurd/x86.
28228 * sysdeps/mach/hurd/x86/dl-sysdep.c: New file.
28229 * misc/tst-preadvwritev2-common.c (RWF_HIPRI, RWF_DSYNC, RWF_SYNC,
28230 RWF_NOWAIT): Define to 0 if undefined already.
28231 (do_test_with_invalid_flags): Set invalid_flag to 2 if RWF_SUPPORTED
28232 boils down to 0.
28233 * resolv/tst-resolv-res_init-skeleton.c (run_res_init)
28234 [!CLONE_NEWUTS]: Fail as unsupported if hostname is not NULL.
28235
28236 2017-09-01 Joseph Myers <joseph@codesourcery.com>
28237
28238 * manual/math.texi (pow10): Do not document.
28239 (pow10f): Likewise.
28240 (pow10l): Likewise.
28241 * math/bits/mathcalls.h [__USE_GNU] (pow10): Do not declare.
28242 * math/bits/math-finite.h [__USE_GNU] (pow10): Likewise.
28243 * math/libm-test-exp10.inc (pow10_test): Remove.
28244 (do_test): Do not call pow10.
28245 * math/w_exp10_compat.c (pow10): Make into compat symbol.
28246 [NO_LONG_DOUBLE] (pow10l): Likewise.
28247 * math/w_exp10f_compat.c (pow10f): Likewise.
28248 * math/w_exp10l_compat.c (pow10l): Likewise.
28249 * sysdeps/ia64/fpu/e_exp10.S: Include <shlib-compat.h>.
28250 (pow10): Make into compat symbol.
28251 * sysdeps/ia64/fpu/e_exp10f.S: Include <shlib-compat.h>.
28252 (pow10f): Make into compat symbol.
28253 * sysdeps/ia64/fpu/e_exp10l.S: Include <shlib-compat.h>.
28254 (pow10l): Make into compat symbol.
28255 * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Remove
28256 pow10.
28257 (CFLAGS-nldbl-pow10.c): Remove variable..
28258 * sysdeps/ieee754/ldbl-opt/nldbl-pow10.c: Remove file.
28259 * sysdeps/ieee754/ldbl-opt/w_exp10_compat.c (pow10l): Condition on
28260 [SHLIB_COMPAT (libm, GLIBC_2_1, GLIBC_2_27)].
28261 * sysdeps/ieee754/ldbl-opt/w_exp10l_compat.c (compat_symbol):
28262 Undefine and redefine.
28263 (pow10l): Make into compat symbol.
28264 * sysdeps/aarch64/libm-test-ulps: Remove pow10 ulps.
28265 * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
28266 * sysdeps/arm/libm-test-ulps: Likewise.
28267 * sysdeps/hppa/fpu/libm-test-ulps: Likewise.
28268 * sysdeps/i386/fpu/libm-test-ulps: Likewise.
28269 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
28270 * sysdeps/microblaze/libm-test-ulps: Likewise.
28271 * sysdeps/mips/mips32/libm-test-ulps: Likewise.
28272 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
28273 * sysdeps/nios2/libm-test-ulps: Likewise.
28274 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28275 * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
28276 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28277 * sysdeps/sh/libm-test-ulps: Likewise.
28278 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
28279 * sysdeps/tile/libm-test-ulps: Likewise.
28280 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28281
28282 2017-09-01 Paul Pluzhnikov <ppluzhnikov@google.com>
28283
28284 * stdlib/tst-atexit-common.c (crumbs): Ensure correct size.
28285
28286 2017-09-01 H.J. Lu <hongjiu.lu@intel.com>
28287
28288 * posix/tst-regex.c (do_test): Replace "../ChangeLog.8" with
28289 "../ChangeLog.old/ChangeLog.8".
28290 * posix/tst-regex2.c (do_test): Replace "../ChangeLog.14" with
28291 "../ChangeLog.old/ChangeLog.14".
28292
28293 2017-09-01 H.J. Lu <hongjiu.lu@intel.com>
28294
28295 * manual/contrib.texi: Credit Ulrich Drepper for the POSIX
28296 Threads Library.
28297
28298 2017-09-01 Joseph Myers <joseph@codesourcery.com>
28299
28300 * sysdeps/unix/sysv/linux/gentempfd.c: Include <string.h>.
28301
28302 2017-09-01 H.J. Lu <hongjiu.lu@intel.com>
28303
28304 * csu/version.c (banner): Remove "by Roland McGrath et al.".
28305 * nptl/Banner: Remove "by Ulrich Drepper et al.".
28306
28307 2017-09-01 Paul Pluzhnikov <ppluzhnikov@google.com>
28308
28309 * stdlib/tst-atexit-common.c (do_test): Test support for at least
28310 32 atexit handlers.
28311
28312 2017-09-01 Zack Weinberg <zackw@panix.com>
28313
28314 * math/math.h (HUGE_VAL): Improve commentary.
28315
28316 2017-09-01 Adhemerval Zanella <adhemerval.zanella@linaro.org>
28317 Andreas Schwab <schwab@suse.de>
28318
28319 [BZ #21530]
28320 * include/stdio.h (__gen_tempfd): New function.
28321 * stdio-common/Makefile (routines): Add gentempfd.
28322 * stdio-common/gentempfd.c: New file.
28323 * sysdeps/unix/sysv/linux/gentempfd.c: Likewise.
28324 * stdio-common/tmpfile.c (tmpfile): First try to use a system specific
28325 unnamed file first.
28326
28327 2017-09-01 Florian Weimer <fweimer@redhat.com>
28328
28329 [BZ #21915]
28330 [BZ #21922]
28331 * sysdeps/posix/getaddrinfo.c (gethosts): Look at NSS function
28332 result to determine success or failure, not the errno value.
28333 * nss/Makefile (tests): Add tst-nss-files-hosts-erange.
28334 (tst-nss-files-hosts-erange): Link with -ldl.
28335 * nss/tst-nss-files-hosts-erange.c: New file.
28336 * nss/tst-resolv-basic.c (response): Handle nodata.example.
28337 (do_test): Add NO_DATA tests.
28338 * resolv/tst-resolv-basic.c (test_nodata_nxdomain): New function.
28339 (do_test): Call it.
28340
28341 2017-09-01 Florian Weimer <fweimer@redhat.com>
28342
28343 [BZ #21922]
28344 * sysdeps/posix/getaddrinfo.c (gaih_inet): Report EAI_NODATA error
28345 coming from gethostbyname2_r.
28346
28347 2017-09-01 Florian Weimer <fweimer@redhat.com>
28348
28349 * support/namespace.h (struct support_chroot_configuration): Add
28350 hosts, host_conf.
28351 (struct support_chroot): Add path_hosts, path_host_conf.
28352 * support/support_chroot.c (write_file): New function.
28353 (support_chroot_create): Call it to process /etc/resolv.conf,
28354 /etc/hosts, /etc/host.conf.
28355 (support_chroot_free): Update.
28356
28357 2017-09-01 Florian Weimer <fweimer@redhat.com>
28358
28359 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use h_errno if
28360 status indicates it is set.
28361
28362 2017-09-01 Florian Weimer <fweimer@redhat.com>
28363
28364 [BZ #20532]
28365 * sysdeps/posix/getaddrinfo.c (gaih_inet): Make reporting of NSS
28366 function lookup failures more reliable.
28367
28368 2017-09-01 Florian Weimer <fweimer@redhat.com>
28369
28370 * sysdeps/posix/getaddrinfo.c (gethosts): Use h_errno directly.
28371 (getcanonname): Likewise.
28372 (gaih_inet): Likewise.
28373
28374 2017-09-01 Florian Weimer <fweimer@redhat.com>
28375
28376 * sysdeps/posix/getaddrinfo.c (gethosts): Use errno directly.
28377 (getcanonname): Likewise.
28378 (gaih_inet): Likewise.
28379
28380 2017-08-31 Steve Ellcey <sellcey@cavium.com>
28381 Richard Henderson <rth@twiddle.net>
28382
28383 * sysdeps/aarch64/fpu/s_llrint.c (OREG_SIZE): New macro.
28384 * sysdeps/aarch64/fpu/s_llround.c (OREG_SIZE): Likewise.
28385 * sysdeps/aarch64/fpu/s_llrintf.c (OREGS, IREGS): Remove.
28386 (IREG_SIZE, OREG_SIZE): New macros.
28387 * sysdeps/aarch64/fpu/s_llroundf.c: (OREGS, IREGS): Remove.
28388 (IREG_SIZE, OREG_SIZE): New macros.
28389 * sysdeps/aarch64/fpu/s_lrintf.c (IREGS): Remove.
28390 (IREG_SIZE): New macro.
28391 * sysdeps/aarch64/fpu/s_lroundf.c (IREGS): Remove.
28392 (IREG_SIZE): New macro.
28393 * sysdeps/aarch64/fpu/s_lrint.c (get-rounding-mode.h, stdint.h):
28394 New includes.
28395 (IREG_SIZE, OREG_SIZE): Initialize if not already set.
28396 (OREGS, IREGS): Set based on IREG_SIZE and OREG_SIZE.
28397 (__CONCATX): Handle exceptions correctly on large values that may
28398 set FE_INVALID.
28399 * sysdeps/aarch64/fpu/s_lround.c (IREG_SIZE, OREG_SIZE):
28400 Initialize if not already set.
28401 (OREGS, IREGS): Set based on IREG_SIZE and OREG_SIZE.
28402
28403 2017-08-31 Adhemerval Zanella <adhemerval.zanella@linaro.org>
28404
28405 * sysdeps/generic/not-cancel.h (NO_CANCELLATION): Remove macro.
28406 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h (NO_CANCELLATION):
28407 Likewise.
28408 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h (NO_CANCELLATION):
28409 Likewise.
28410 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h (NO_CANCELLATION):
28411 Likewise.
28412 * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h (NO_CANCELLATION):
28413 Likewise.
28414 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h (NO_CANCELLATION):
28415 Likewise.
28416 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (NO_CANCELLATION):
28417 Likewise.
28418 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h (NO_CANCELLATION):
28419 Likewise.
28420 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h
28421 (NO_CANCELLATION): Likewise.
28422 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h (NO_CANCELLATION):
28423 Likewise.
28424 * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h (NO_CANCELLATION):
28425 Likewise.
28426 * sysdeps/unix/sysv/linux/powerpc/sysdep-cancel.h (NO_CANCELLATION):
28427 Likewise.
28428 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h
28429 (NO_CANCELLATION): Likewise.
28430 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h
28431 (NO_CANCELLATION): Likewise.
28432 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h (NO_CANCELLATION):
28433 Likewise
28434 * sysdeps/unix/sysv/linux/sparc/sysdep-cancel.h (NO_CANCELLATION):
28435 Likewise.
28436 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h (NO_CANCELLATION):
28437 Likewise.
28438 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h (NO_CANCELLATION):
28439 Likewise.
28440 * sysdeps/unix/sysv/linux/not-cancel.h (__fcntl_nocancel): Add
28441 hidden prototype.
28442 * sysdeps/unix/sysv/linux/fcntl.c (__fcntl_nocancel): Define only
28443 for !IS_IN (rtld) and remove NO_CANCELLATION usage.
28444
28445 2017-08-31 Steve Ellcey <sellcey@cavium.com>
28446
28447 * sysdeps/aarch64/dl-irel.h: (elf_ifunc_invoke): Change argument type
28448 in resolver call.
28449
28450 2017-08-31 Florian Weimer <fweimer@redhat.com>
28451
28452 * include/libc-symbols.h (internal_function): Remove.
28453
28454 2017-08-31 Florian Weimer <fweimer@redhat.com>
28455
28456 * stdlib/fmtmsg.c (internal_addseverity): Remove
28457 internal_function.
28458
28459 2017-08-31 Florian Weimer <fweimer@redhat.com>
28460
28461 * stdio-common/printf_fp.c (group_number): Remove
28462 internal_function.
28463 * stdio-common/vfprintf.c (buffered_vfprintf): Likewise.
28464
28465 2017-08-31 Florian Weimer <fweimer@redhat.com>
28466
28467 * posix/fnmatch.c (internal_function): Remove definition.
28468 * posix/fnmatch_loop.c (FCT, EXT, END): Remove internal_function.
28469 * posix/regcomp.c (peek_token, init_word_char)
28470 (duplicate_node_closure, fetch_token, peek_token)
28471 (peek_token_bracket, build_range_exp, build_collating_symbol):
28472 Likewise.
28473 * posix/regex_internal.c (re_string_construct_common)
28474 (create_ci_newstate, create_cd_newstate, re_string_allocate)
28475 (re_string_construct, re_string_realloc_buffers, build_wcs_buffer)
28476 (build_wcs_upper_buffer, re_string_skip_chars, build_upper_buffer)
28477 (re_string_translate_buffer, re_string_reconstruct)
28478 (re_string_peek_byte_case, re_string_fetch_byte_case)
28479 (re_string_destruct, re_string_context_at, re_node_set_alloc)
28480 (re_node_set_init_1, re_node_set_init_2, re_node_set_init_copy)
28481 (re_node_set_add_intersect, re_node_set_init_union)
28482 (re_node_set_merge, re_node_set_insert, re_node_set_insert_last)
28483 (re_node_set_compare, re_node_set_contains, re_node_set_remove_at)
28484 (re_dfa_add_node, calc_state_hash, re_acquire_state)
28485 (re_acquire_state_context): Likewise.
28486 * posix/regex_internal.h (internal_function): Remove definition.
28487 (re_string_realloc_buffers, build_wcs_buffer)
28488 (build_wcs_upper_buffer, build_upper_buffer)
28489 (re_string_translate_buffer, re_string_context_at)
28490 (re_string_char_size_at, re_string_wchar_at)
28491 (re_string_elem_size_at): Likewise.
28492 * posix/regexec.c (match_ctx_init, match_ctx_clean)
28493 (match_ctx_free, match_ctx_add_entry, search_cur_bkref_entry)
28494 (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init)
28495 (re_search_internal, re_search_2_stub, re_search_stub)
28496 (re_copy_regs, prune_impossible_nodes, check_matching)
28497 (check_halt_state_context, update_regs, push_fail_stack, set_regs)
28498 (free_fail_stack_return, sift_states_iter_mb)
28499 (sift_states_backward, build_sifted_states)
28500 (update_cur_sifted_state, add_epsilon_src_nodes, check_dst_limits)
28501 (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos)
28502 (check_subexp_limits, sift_states_bkref, merge_state_array)
28503 (find_recover_state, transit_state, merge_state_with_log)
28504 (check_subexp_matching_top, transit_state_sb, transit_state_sb)
28505 (transit_state_mb, transit_state_bkref, get_subexp)
28506 (get_subexp_sub, find_subexp_node, check_arrival)
28507 (check_arrival_add_next_nodes, check_arrival_expand_ecl)
28508 (check_arrival_expand_ecl_sub, expand_bkref_cache, build_trtable)
28509 (check_node_accept_bytes, find_collation_sequence_value)
28510 (group_nodes_into_DFAstates, check_node_accept, extend_buffers)
28511 (acquire_init_state_context, check_halt_node_context)
28512 (proceed_next_node, pop_fail_stack, clean_state_log_if_needed)
28513 (sub_epsilon_src_nodes): Likewise.
28514 * posix/spawn_int.h (__spawn_valid_fd): Likewise.
28515 * posix/spawn_valid_fd (__spawn_valid_fd): Likewise.
28516 * posix/wordexp.c (parse_dollars, parse_backtick, parse_dquote)
28517 (eval_expr, w_addmem, w_addstr, w_addword, parse_backslash)
28518 (parse_qtd_backslash, parse_tilde, do_parse_glob, parse_glob)
28519 (parse_squote, eval_expr_val, eval_expr_multdiv, parse_arith)
28520 (exec_comm_child, exec_comm, parse_comm, parse_param): Likewise.
28521 * sysdeps/posix/ttyname.c (getttyname): Likewise.
28522 * sysdeps/posix/ttyname_r.c (getttyname_r): Likewise.
28523 * sysdeps/unix/sysv/linux/preadv.c (__atomic_preadv_replacement)
28524 (PREADV): Likewise.
28525 * sysdeps/unix/sysv/linux/preadv64.c (__atomic_preadv64_replacement)
28526 (PREADV): Likewise.
28527 * sysdeps/unix/sysv/linux/pwritev.c (__atomic_pwritev_replacement)
28528 (PWRITEV): Likewise.
28529 * sysdeps/unix/sysv/linux/pwritev64.c (__atomic_pwritev64_replacement)
28530 (PWRITEV): Likewise.
28531 * sysdeps/unix/sysv/linux/ttyname.c (getttyname): Likewise.
28532 * sysdeps/unix/sysv/linux/ttyname_r.c (getttyname_r): Likewise.
28533
28534 2017-08-31 Florian Weimer <fweimer@redhat.com>
28535
28536 * nptl/allocatestack.c (change_stack_perm, __deallocate_stack)
28537 (setxid_mark_thread, setxid_unmark_thread, setxid_signal_thread):
28538 Remove internal_function.
28539 * nptl/cancellation.c (__pthread_disable_asynccancel): Likewise.
28540 * nptl/libc_pthread_init.c (__libc_pthread_init): Likewise.
28541 * nptl/pthreadP.h (__find_in_stack_list, __free_tcb)
28542 (__deallocate_stack, __libc_pthread_init)
28543 (__pthread_mutex_cond_lock, __pthread_mutex_cond_lock_adjust)
28544 (__pthread_mutex_unlock_usercnt, __pthread_disable_asynccancel)
28545 (__libc_disable_asynccancel, __librt_disable_asynccancel):
28546 Likewise.
28547 * nptl/pthread_create.c (__find_in_stack_list, __free_tcb): Likewise.
28548 * nptl/pthread_mutex_cond_lock.c (__pthread_mutex_lock): Likewise.
28549 * nptl/pthread_mutex_lock.c (__pthread_mutex_cond_lock_adjust):
28550 Likewise.
28551 * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full)
28552 (__pthread_mutex_unlock_usercnt): Likewise.
28553
28554 2017-08-31 Florian Weimer <fweimer@redhat.com>
28555
28556 * io/fts.c (fts_alloc, fts_build, fts_lfree, fts_load)
28557 (fts_maxarglen, fts_padjust, fts_palloc, fts_sort, fts_stat)
28558 (fts_safe_changedir): Remove internal_function.
28559 * io/ftw.c (internal_function): Remove definition.
28560 (ftw_dir, process_entry, ftw_startup): Remove internal_function.
28561
28562 2017-08-31 Florian Weimer <fweimer@redhat.com>
28563
28564 * inet/deadline.c (__deadline_current_time)
28565 (__deadline_from_timeval, __deadline_to_ms): Remove
28566 internal_function.
28567 * inet/getnameinfo.c (nrl_domainname): Likewise.
28568 * inet/getnetgrent_r.c (__internal_setnetgrent_reuse): Likewise.
28569 * inet/inet6_option.c (add_pad): Likewise.
28570 * inet/net-internal.h (__deadline_current_time)
28571 (__deadline_from_timeval, __deadline_to_ms): Likewise.
28572 * inet/rcmd.c (__checkhost_sa, __icheckuser): Likewise.
28573 * sysdeps/mach/hurd/if_index.c (__protocol_available): Likewise.
28574 * sysdeps/unix/sysv/linux/ifaddrs.c (map_newlink): Likewise.
28575
28576 2017-08-31 Joseph Myers <joseph@codesourcery.com>
28577
28578 * math/math.h [__USE_ISOC99] (NAN): Define directly here. Do not
28579 include <bits/nan.h>.
28580 * math/Makefile (headers): Remove bits/nan.h.
28581 * bits/nan.h: Remove.
28582 * sysdeps/ieee754/bits/nan.h: Likewise.
28583 * sysdeps/mips/bits/nan.h: Likewise.
28584
28585 * math/math.h [__USE_ISOC99] (INFINITY): Define directly here. Do
28586 not include <bits/inf.h>.
28587 * math/Makefile (headers): Remove bits/inf.h.
28588 * bits/inf.h: Remove.
28589 * sysdeps/ieee754/bits/inf.h: Likewise.
28590
28591 * math/math.h: Do not include bits/huge_val.h, bits/huge_valf.h,
28592 bits/huge_vall.h or bits/huge_val_flt128.h.
28593 (HUGE_VAL): Define directly here.
28594 [__USE_ISOC99] (HUGE_VALF): Likewise.
28595 [__USE_ISOC99] (HUGE_VALL): Likewise.
28596 [__HAVE_FLOAT128 && __GLIBC_USE (IEC_60559_TYPES_EXT)]
28597 (HUGE_VAL_F128): Likewise.
28598 * math/Makefile (headers): Remove bits/huge_val.h,
28599 bits/huge_valf.h, bits/huge_vall.h and bits/huge_val_flt128.h.
28600 * bits/huge_val.h: Remove.
28601 * bits/huge_val_flt128.h: Likewise.
28602 * bits/huge_valf.h: Likewise.
28603 * bits/huge_vall.h: Likewise.
28604 * sysdeps/ia64/bits/huge_vall.h: Likewise.
28605 * sysdeps/ieee754/bits/huge_val.h: Likewise.
28606 * sysdeps/ieee754/bits/huge_valf.h: Likewise.
28607 * sysdeps/m68k/m680x0/bits/huge_vall.h: Likewise.
28608 * sysdeps/sh/bits/huge_val.h: Likewise.
28609 * sysdeps/sparc/bits/huge_vall.h: Likewise.
28610 * sysdeps/x86/bits/huge_vall.h: Likewise.
28611
28612 2017-08-31 Florian Weimer <fweimer@redhat.com>
28613
28614 * elf/dl-addr-obj.c (_dl_addr_inside_object): Remove
28615 internal_function.
28616 * elf/dl-cache.c (_dl_cache_libcmp, _dl_load_cache_lookup):
28617 Likewise.
28618 * elf/dl-debug.c (_dl_debug_initialize): Likewise.
28619 * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
28620 * elf/dl-environ.c (_dl_next_ld_env_entry): Likewise.
28621 * elf/dl-execstack.c (_dl_make_stack_executable): Likewise.
28622 * elf/dl-fini.c (_dl_sort_fini): Likewise.
28623 * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
28624 * elf/dl-libc.c (dlerror_run): Likewise.
28625 * elf/dl-load.c (add_name_to_object, decompose_rpath)
28626 (_dl_init_paths, _dl_map_object, _dl_rtld_di_serinfo): Likewise.
28627 * elf/dl-lookup.c (add_dependency, _dl_debug_bindings)
28628 (_dl_lookup_symbol_x, _dl_setup_hash, _dl_debug_bindings):
28629 Likewise.
28630 * elf/dl-misc.c (_dl_sysdep_read_whole_file, _dl_name_match_p)
28631 (_dl_higher_prime_number, _dl_strtoul): Likewise.
28632 * elf/dl-object.c (_dl_add_to_namespace_list, _dl_new_object): Likewise.
28633 * elf/dl-profile.c (_dl_start_profile): Likewise.
28634 * elf/dl-reloc.c (_dl_try_allocate_static_tls)
28635 (_dl_allocate_static_tls, _dl_protect_relro, _dl_reloc_bad_type):
28636 Likewise.
28637 * elf/dl-support.c (_dl_aux_init, _dl_non_dynamic_init): Likewise.
28638 * elf/dl-sym.c (_dl_tls_symaddr, do_sym): Likewise.
28639 * elf/dl-sysdep.c (_dl_sysdep_start_cleanup, _dl_show_auxv): Likewise.
28640 * elf/dl-tls.c (_dl_next_tls_modid, _dl_count_modids)
28641 (_dl_determine_tlsoffset, allocate_dtv, _dl_get_tls_static_info)
28642 (_dl_allocate_tls_storage): Likewise.
28643 * elf/dl-version.c (match_symbol, _dl_check_map_versions)
28644 (_dl_check_all_versions): Likewise.
28645 * elf/dynamic-link.h (_dl_try_allocate_static_tls): Likewise.
28646 * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Likewise.
28647 * elf/tst-_dl_addr_inside_object.c (_dl_addr_inside_object): Likewise.
28648 * sysdeps/aarch64/dl-tlsdesc.h (_dl_make_tlsdesc_dynamic): Likewise.
28649 * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Likewise.
28650 * sysdeps/arm/dl-lookupcfg.h (_dl_unmap): Likewise.
28651 * sysdeps/arm/dl-machine.h (elf_machine_load_address): Remove
28652 internal_function from __dl_start.
28653 * sysdeps/arm/dl-tlsdesc.h (_dl_unmap): Remove internal_function.
28654 * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Likewise.
28655 * sysdeps/generic/ldsodefs.h (_dl_name_match_p)
28656 (_dl_higher_prime_number, _dl_strtoul, _dl_map_object)
28657 (_dl_map_object_deps, _dl_setup_hash, _dl_rtld_di_serinfo)
28658 (_dl_lookup_symbol_x, _dl_add_to_namespace_list, _dl_new_object)
28659 (_dl_protect_relro, _dl_reloc_bad_type, _dl_check_all_versions)
28660 (_dl_check_map_versions, _dl_sort_fini, _dl_debug_initialize)
28661 (_dl_init_paths, _dl_start_profile, _dl_show_auxv)
28662 (_dl_next_ld_env_entry, _dl_important_hwcaps)
28663 (_dl_load_cache_lookup, _dl_sysdep_read_whole_file)
28664 (_dl_sysdep_start_cleanup, _dl_next_tls_modid, _dl_count_modids)
28665 (_dl_determine_tlsoffset, _dl_get_tls_static_info)
28666 (_dl_allocate_static_tls, _dl_allocate_tls_storage)
28667 (_dl_addr_inside_object, _dl_non_dynamic_init, _dl_aux_init):
28668 Likewise.
28669 (struct rtld_global_ro): Remove internal_function from the
28670 _dl_lookup_symbol_x member.
28671 (_dl_symbol_value): Remove. No longer defined anywhere.
28672 * sysdeps/i386/dl-lookupcfg.h (_dl_unmap): Remove
28673 internal_function.
28674 * sysdeps/i386/dl-tlsdesc.h (_dl_make_tlsdesc_dynamic): Likewise.
28675 * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
28676 * sysdeps/mach/hurd/dl-sysdep.c (_dl_show_auxv): Likewise.
28677 * sysdeps/nios2/dl-init.c (_dl_nios2_get_gp_value): Likewise.
28678 * sysdeps/tile/dl-lookupcfg.h (_dl_unmap): Likewise.
28679 * sysdeps/tile/dl-machine.h (_dl_after_load): Likewise.
28680 * sysdeps/tile/dl-runtime.c (_dl_after_load, _dl_unmap): Likewise.
28681 * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Likewise.
28682 * sysdeps/unix/sysv/linux/dl-vdso.h (_dl_vdso_vsym): Likewise.
28683 * sysdeps/x86_64/dl-lookupcfg.h (_dl_unmap): Likewise.
28684 * sysdeps/x86_64/dl-tlsdesc.h (_dl_make_tlsdesc_dynamic): Likewise.
28685 * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
28686
28687 2017-08-31 Florian Weimer <fweimer@redhat.com>
28688
28689 * gmon/gmon.c (write_hist, write_call_graph, write_bb_counts):
28690 Remove internal_function.
28691 * sysdeps/arm/machine-gmon.h (mcount_internal, _MCOUNT_DECL):
28692 Likewise.
28693 * sysdeps/sparc/machine-gmon.h (mcount_internal, _MCOUNT_DECL):
28694 Likewise.
28695
28696 2017-08-31 Florian Weimer <fweimer@redhat.com>
28697
28698 * dlfcn/dlerror.c (_dlerror_run): Remove internal_function.
28699 * elf/dl-sym.c (_dl_vsym, _dl_sym): Likewise.
28700 * include/dlfcn.h (_dl_sym, _dl_vsym, _dlerror_run): Likewise.
28701
28702 2017-08-31 Florian Weimer <fweimer@redhat.com>
28703
28704 * resolv/gai_misc.c (__gai_find_request, __gai_remove_request)
28705 (__gai_enqueue_request): Remove internal_function.
28706 * resolv/gai_misc.h (__gai_enqueue_request, __gai_find_request)
28707 (__gai_remove_request, __gai_notify, __gai_notify_only)
28708 (__gai_sigqueue): Likewise.
28709 * resolv/gai_notify.c (__gai_notify_only, __gai_notify): Likewise.
28710 * resolv/gai_sigqueue.c (__gai_sigqueue): Likewise.
28711 * resolv/inet_ntop.c (inet_ntop4, inet_ntop6): Likewise.
28712 * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
28713 Likewise.
28714
28715 2017-08-31 Florian Weimer <fweimer@redhat.com>
28716
28717 * dirent/scandir-tail.c (SCANDIR_TAIL): Remove internal_function.
28718 * include/dirent.h (__opendirat, __getdents, __getdents64)
28719 (__alloc_dir, __scandir_tail, __scandir64_tail): Likewise.
28720 * sysdeps/posix/opendir.c (__opendirat, __alloc_dir): Likewise.
28721 * sysdeps/mach/hurd/opendir.c (__opendirat): Likewise.
28722 * sysdeps/unix/sysv/linux/i386/olddirent.h (__old_getdents64):
28723 Likewise.
28724 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Likewise.
28725
28726 2017-08-31 Florian Weimer <fweimer@redhat.com>
28727
28728 * sysdeps/unix/sysv/linux/getcwd.c (generic_getcwd): Remove
28729 internal_function.
28730 (GETCWD_RETURN_TYPE): Likewise.
28731
28732 2017-08-31 Florian Weimer <fweimer@redhat.com>
28733
28734 * include/time.h (__tz_compute, __strptime_internal): Remove
28735 internal_function.
28736 * time/strptime_l.c (__strptime_internal): Likewise.
28737 * time/tzset.c (compute_change, update_vars, __tz_compute): Likewise.
28738
28739 2017-08-31 Florian Weimer <fweimer@redhat.com>
28740
28741 * iconv/gconv.c (__gconv): Remove internal_function.
28742 * iconv/gconv_builtin.c (__gconv_get_builtin_trans): Likewise.
28743 * iconv/gconv_cache.c (__gconv_load_cache, find_module_idx)
28744 (find_module, __gconv_compare_alias_cache, __gconv_lookup_cache)
28745 (__gconv_release_cache): Likewise.
28746 * iconv/gconv_close.c (__gconv_close): Likewise.
28747 * iconv/gconv_conf.c (detect_conflict, insert_module, add_module)
28748 (read_conf_file, __gconv_get_path): Likewise.
28749 * iconv/gconv_db.c (derivation_lookup, add_derivation)
28750 (__gconv_release_step, gen_steps, increment_counter)
28751 (find_derivation, __gconv_compare_alias, __gconv_find_transform)
28752 (__gconv_close_transform, free_modules_db): Likewise.
28753 * iconv/gconv_dl.c (__gconv_find_shlib, __gconv_release_shlib):
28754 Likewise.
28755 * iconv/gconv_int.h (__gconv_open, __gconv_close, __gconv)
28756 (__gconv_find_transform, __gconv_lookup_cache)
28757 (__gconv_release_step, __gconv_load_cache, __gconv_get_path)
28758 (__gconv_close_transform, __gconv_release_cache)
28759 (__gconv_loaded_object, __gconv_release_shlib)
28760 (__gconv_compare_alias): Likewise.
28761 * iconv/gconv_open.c (__gconv_open): Likewise.
28762 * iconv/iconv_prog.c (print_known_names, add_known_names): Likewise.
28763 * iconv/iconvconfig.c (add_module): Likewise.
28764 * intl/dcigettext.c (plural_lookup, guess_category_value)
28765 (category_to_name, get_output_charset, _nl_find_msg): Likewise.
28766 * intl/eval-plural.h (plural_eval): Likewise.
28767 * intl/finddomain.c (_nl_find_domain): Likewise.
28768 * intl/gettextP.h (_nl_unload_domain, _nl_find_domain)
28769 (_nl_load_domain, _nl_find_msg): Likewise.
28770 (internal_function): Remove definition.
28771 * intl/loadinfo.h (internal_function): Likewise.
28772 * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Remove
28773 internal_function.
28774 * intl/localealias.c (internal_function): Remove definition.
28775 (read_alias_file): Remove internal_function.
28776 * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Likewise.
28777 * intl/plural-exp.h (internal_function): Remove definition.
28778 (FREE_EXPRESSION, EXTRACT_PLURAL_EXPRESSION): Remove
28779 internal_function.
28780 * intl/plural.c: Regenerate.
28781 * intl/plural.y (FREE_EXPRESSION): Remove internal_function.
28782 * locale/coll-lookup.c (__collidx_table_lookup)
28783 (__collseq_table_lookup): Likewise.
28784 * locale/coll-lookup.h (__collidx_table_lookup)
28785 (__collseq_table_lookup): Likewise.
28786 * locale/findlocale.c (_nl_find_locale, _nl_remove_locale): Likewise.
28787 * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
28788 * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale)
28789 (_nl_unload_locale): Likewise.
28790 * locale/localeinfo.h (struct __locale_data): Remove
28791 internal_function from cleanup member.
28792 (_nl_find_locale, _nl_load_locale, _nl_unload_locale)
28793 (_nl_remove_locale, _nl_load_locale_from_archive)
28794 (_nl_intern_locale_data, _nl_get_era_entry, _nl_select_era_entry)
28795 (_nl_get_alt_digit, _nl_get_walt_digit, _nl_parse_alt_digit)
28796 (_nl_cleanup_time): Remove internal_function.
28797 * time/alt_digit.c (_nl_get_alt_digit, _nl_get_walt_digit)
28798 (_nl_parse_alt_digit): Likewise.
28799 * time/era.c (_nl_init_era_entries, _nl_get_era_entry)
28800 (_nl_select_era_entry): Likewise.
28801 * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
28802 * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv, __wcsmbs_clone_conv)
28803 (__wcsmbs_named_conv, _nl_cleanup_ctype): Likewise.
28804 * wcsmbs/wcsmbsload.h (__wcsmbs_load_conv, __wcsmbs_clone_conv)
28805 (__wcsmbs_named_conv, _nl_cleanup_ctype): Likewise.
28806
28807 2017-08-31 Florian Weimer <fweimer@redhat.com>
28808
28809 * rt/aio_sigqueue.c (__aio_sigqueue): Remove internal_function.
28810 * sysdeps/generic/aio_misc.h (__aio_sigqueue): Likewise.
28811 * sysdeps/pthread/aio_misc.c (__aio_free_request, __aio_find_req)
28812 (__aio_find_req_fd, __aio_remove_request, __aio_enqueue_request):
28813 Likewise.
28814 * sysdeps/pthread/aio_misc.h (__aio_enqueue_request)
28815 (__aio_find_req, __aio_find_req_fd, __aio_free_request)
28816 (__aio_notify, __aio_notify_only, __aio_sigqueue): Likewise.
28817 * sysdeps/pthread/aio_notify.c (__aio_notify_only, __aio_notify):
28818 Likewise.
28819 * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Likewise.
28820
28821 2017-08-31 Florian Weimer <fweimer@redhat.com>
28822
28823 * misc/getttyent.c (skip, value): Remove internal_function.
28824 * misc/syslog.c (openlog_internal): Likewise.
28825 * misc/tsearch.c (trecurse, tdestroy_recurse): Likewise.
28826
28827 2017-08-31 Florian Weimer <fweimer@redhat.com>
28828
28829 * include/nss.h (__nss_valid_field, __nss_valid_list_field)
28830 (__nss_rewrite_field): Remove internal_function.
28831 * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
28832 * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
28833 * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
28834 * nss/nsswitch.c (nss_parse_file, nss_getline)
28835 (nss_parse_service_list, nss_new_service): Likewise.
28836 * nss/rewrite_field.c (__nss_rewrite_field): Likewise.
28837 * nss/valid_field.c (__nss_valid_field): Likewise.
28838 * nss/valid_list_field.c (__nss_valid_list_field): Likewise.
28839
28840 2017-08-31 Florian Weimer <fweimer@redhat.com>
28841
28842 * malloc/arena.c (__malloc_fork_lock_parent)
28843 (__malloc_fork_unlock_parent, __malloc_fork_unlock_child)
28844 (next_env_entry, new_heap, heap_trim, arena_get2): Remove
28845 internal_function from defintions.
28846 * malloc/hooks.c (mem2mem_check, mem2chunk_check): Likewise.
28847 * malloc/malloc-internal.h (__malloc_fork_lock_parent)
28848 (__malloc_fork_unlock_parent, __malloc_fork_unlock_child): Remove
28849 internal_function from declarations.
28850 * malloc/malloc.c (internal_function): Do not define.
28851 (mem2mem_check): Remove internal_function from declaration.
28852 (munmap_chunk, mremap_chunk): Remove internal_function.
28853 * malloc/mtrace.c (tr_where): Likewise.
28854
28855 2017-08-31 Florian Weimer <fweimer@redhat.com>
28856
28857 * include/rpc/pmap_clnt.h (__get_socket): Remove
28858 internal_function.
28859 * sunrpc/auth_des.c (synchronize): Likewise.
28860 * sunrpc/auth_unix.c (marshal_new_auth): Likewise.
28861 * sunrpc/clnt_perr.c (auth_errmsg): Likewise.
28862 * sunrpc/des_impl.c (des_encrypt, des_set_key): Likewise.
28863 * sunrpc/key_call.c (key_call_keyenvoy, key_call_socket)
28864 (key_call): Likewise.
28865 * sunrpc/pm_getport.c (__get_socket): Likewise.
28866 * sunrpc/pmap_rmt.c (getbroadcastnets): Likewise.
28867 * sunrpc/svc_unix.c (makefd_xprt): Likewise.
28868 * sunrpc/svc_tcp.c (makefd_xprt): Likewise.
28869 * sunrpc/svcauth_des.c (cache_init, cache_spot, cache_ref)
28870 (invalidate): Likewise.
28871 * sunrpc/xcrypt.c (hexval, hex2bin, bin2hex): Likewise.
28872 * sunrpc/xdr_rec.c (fix_buf_size, skip_input_bytes, flush_out)
28873 (set_input_fragment, get_input_bytes): Likewise.
28874
28875 2017-08-31 Florian Weimer <fweimer@redhat.com>
28876
28877 * malloc/malloc.c (_int_free): Remove locked variable and related
28878 asserts.
28879
28880 2017-08-31 H.J. Lu <hongjiu.lu@intel.com>
28881
28882 [BZ #22051]
28883 * Makerules (build-module-helper-objlist): Filter out
28884 $(elf-objpfx)sofini.os.
28885 (build-shlib-objlist): Append $(elf-objpfx)sofini.os if it is
28886 needed.
28887
28888 2017-08-31 Florian Weimer <fweimer@redhat.com>
28889
28890 * libio/fcloseall.c: Assume weak_alias is defined.
28891 * libio/feof.c: Likewise.
28892 * libio/fileno.c: Likewise.
28893 * libio/fileops.c: Assume _LIBC, errno, __set_errno are defined.
28894 (_POSIX_SOURCE, open, lseek, read, write): Remove macro
28895 definitions.
28896 (_IO_file_open): Call __open directly.
28897 (_IO_new_file_sync): Assume ESPIPE is defined.
28898 (_IO_file_seekoff_maybe_mmap): Call __read directly.
28899 (_IO_new_file_write): Call __write directly.
28900 * libio/ftello.c (__ftello): Assume EIO, EOVERFLOW are defined.
28901 * libio/ftello64.c (__ftello64): Assume EIO is defined.
28902 * libio/genops.c: Assume _LIBC is defined.
28903 (save_for_backup): Remove internal_function.
28904 * libio/getc.c: Assume weak_alias is defined.
28905 * libio/getwc.c: Likewise.
28906 * libio/iofclose.c: Assume _LIBC is defined.
28907 * libio/iofdopen.c: Likewise.
28908 (_IO_fcntl): Remove macro definition.
28909 (_IO_new_fdopen): Assume F_GETFL, F_SETFL, O_ACCMODE are defined.
28910 Call __fcntl directly.
28911 * libio/iofflush.c: Assume weak_alias is defined.
28912 * libio/iofgetpos.c (_IO_new_fgetpos): Assume EIO, EOVERFLOW are
28913 defined.
28914 * libio/iofgetpos64.c (_IO_new_fgetpos64): Assume EIO is defined.
28915 * libio/iofgets.c: Likewise.
28916 * libio/iofopen.c: Assume _LIBC is defined.
28917 * libio/iofopen64.c: Assume _LIBC, weak_alias are defined.
28918 * libio/iofputs.c: Assume weak_alias is defined.
28919 * libio/iofread.c: Likewise.
28920 * libio/iofsetpos.c (_IO_new_fsetpos): Assume EIO is defined.
28921 * libio/iofsetpos64.c (_IO_new_fsetpos64): Likewise.
28922 * libio/ioftell.c: Assume weak_alias is defined.
28923 (_IO_ftell): Assume EIO, EOVERFLOW are defined.
28924 * libio/iofwide.c: Assume _LIBC is defined.
28925 (_IO_fwide): Drop SHARED conditional because it is implied by
28926 SHLIB_COMPAT.
28927 * libio/iofwrite.c: Assume weak_alias is defined.
28928 * libio/iogetdelim.c: Likewise.
28929 * libio/iogets.c: Assume _LIBC, weak_alias are defined.
28930 * libio/iogetwline.c (wmemcpy): Remove macro definition.
28931 (_IO_getwline): Call __wmemcpy directly.
28932 * libio/iopopen.c: Assume _LIBC is defined.
28933 (_POSIX_SOURCE, _IO_fork, _IO_dup2, _IO_waitpid, _IO_execl)
28934 (_IO_close): Remove macro definitions.
28935 (_IO_new_proc_open): Call __fork, __dup2, __close_nocancel, execl,
28936 _exit directly.
28937 (_IO_new_proc_close): Call __close_nocancel, __waitpid_nocancel
28938 directly.
28939 * libio/ioputs.c: Assume weak_alias is defined.
28940 * libio/ioseekoff.c: Assume errno, __set_errno are defined.
28941 * libio/iosetbuffer.c: Assume weak_alias is defined.
28942 * libio/iosetvbuf.c: Likewise.
28943 * libio/ioungetc.c: Likewise.
28944 * libio/libioP.h: Assume _LIBC, __GLIBC__, libc_hidden_proto,
28945 libc_hidden_def, libc_hidden_weak, NULL are defined.
28946 (mmap, munmap, ftruncate, OS_FSTAT): Remove macro definitions.
28947 * libio/oldfilepos.c: Assume _LIBC, errno, __set_errno are
28948 defined.
28949 (_POSIX_SOURCE, open, lseek, read, write): Remove macro
28950 definitions.
28951 (_IO_old_file_init_internal): Drop SHARED conditional because it
28952 is implied by SHLIB_COMPAT.
28953 (_IO_old_file_fopen): Call __open directly.
28954 (_IO_old_file_sync): Assume ESPIPE is defined.
28955 (_IO_old_file_write): Call __write directly.
28956 * libio/oldfdopen.c (_IO_fcntl): Remove macro definition.
28957 (_IO_old_fdopen): Assume F_GETFL, O_ACCMODE, F_SETFL are defined.
28958 Call __fcntl directly.
28959 * libio/oldiofgetpos.c: Assume weak_alias is defined.
28960 (_IO_old_fgetpos): Assume EIO is defined.
28961 * libio/oldiofgetpos64.c: Assume weak_alias is defined.
28962 (_IO_old_fgetpos64): Assume EIO is defined.
28963 * libio/oldiofsetpos.c: Assume weak_alias is defined.
28964 (_IO_old_fsetpos): Assume EIO is defined.
28965 * libio/oldiofsetpos64.c: Assume weak_alias is defined.
28966 (_IO_old_fsetpos64): Assume EIO is defined.
28967 * libio/oldiopopen.c: Assume _LIBC is defined.
28968 (_POSIX_SOURCE, _IO_fork, _IO_dup2, _IO_waitpid, _IO_execl)
28969 (_IO_close): Remove macro definitions.
28970 (_IO_old_proc_open): Call __pipe, __close, __dup2, execl, _exit
28971 directly.
28972 (_IO_old_proc_close): Call __close, __waitpid directly.
28973 * libio/put.c: Assume weak_alias is defined.
28974 * libio/stdfiles.c: Assume _LIBC is defined.
28975 * libio/stdio.c: Likewise.
28976 * libio/wfileops.c: Likewise.
28977 (_IO_wfile_sync): Assume ESPIPE is defined.
28978 * libio/wgenops.c: Assume _LIBC is defined.
28979 (save_for_wbackup): Remove internal_function.
28980
28981 2017-08-31 Florian Weimer <fweimer@redhat.com>
28982
28983 * malloc/malloc.c (top_check): Change return type to void. Remove
28984 internal_function.
28985 * malloc/hooks.c (top_check): Likewise.
28986 (malloc_check, realloc_check, memalign_check): Adjust.
28987
28988 2017-08-30 Joseph Myers <joseph@codesourcery.com>
28989
28990 [BZ #21457]
28991 * sysdeps/arm/sys/ucontext.h: Do not include <bits/sigcontext.h>.
28992 * sysdeps/generic/sys/ucontext.h: Add comment about use of struct
28993 sigcontext and namespace requirements.
28994 * sysdeps/i386/sys/ucontext.h: Do not include <bits/sigcontext.h>.
28995 * sysdeps/m68k/sys/ucontext.h: Likewise.
28996 * sysdeps/mips/sys/ucontext.h: Likewise. Include <bits/types.h>.
28997 * sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h: Do not include
28998 <bits/sigcontext.h>.
28999 (__ctx): Define earlier.
29000 (mcontext_t): Define structure contents rather than using struct
29001 sigcontext.
29002 * sysdeps/unix/sysv/linux/aarch64/ucontext_i.sym (oEXTENSION): Use
29003 __glibc_reserved1 instead of __reserved.
29004 * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: Do not include
29005 <bits/sigcontext.h>.
29006 (__ctx): Define earlier.
29007 (mcontext_t): Define structure contents rather than using struct
29008 sigcontext.
29009 * sysdeps/unix/sysv/linux/alpha/ucontext-offsets.sym: Use
29010 mcontext_t instead of struct sigcontext.
29011 * sysdeps/unix/sysv/linux/arm/sys/ucontext.h: Do not include
29012 <bits/sigcontext.h>.
29013 (__ctx): Define earlier.
29014 (mcontext_t): Define structure contents rather than using struct
29015 sigcontext.
29016 * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h: Do not include
29017 <bits/sigcontext.h>.
29018 (__ctx): Define earlier.
29019 (mcontext_t): Define structure contents rather than using struct
29020 sigcontext.
29021 * sysdeps/unix/sysv/linux/ia64/makecontext.c (__makecontext): Use
29022 mcontext_t instead of struct sigcontext.
29023 * sysdeps/unix/sysv/linux/ia64/sigcontext-offsets.sym: Use
29024 mcontext_t instead of struct sigcontext.
29025 * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h: Do not include
29026 <bits/sigcontext.h>.
29027 (__ctx): New macro.
29028 (struct __ia64_fpreg_mcontext): New type.
29029 (mcontext_t): Define structure contents rather than using struct
29030 sigcontext.
29031 (_SC_GR0_OFFSET): Use mcontext_t instead of struct sigcontext.
29032 (uc_sigmask): Define using __ctx.
29033 (uc_stack): Likewise.
29034 * sysdeps/unix/sysv/linux/ia64/sys/procfs.h: Include
29035 <bits/sigcontext.h>.
29036 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
29037 * sysdeps/unix/sysv/linux/m68k/sys/ucontext.h: Do not include
29038 <bits/sigcontext.h>.
29039 * sysdeps/unix/sysv/linux/microblaze/sys/ucontext.h: New file.
29040 * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Do not include
29041 <bits/sigcontext.h>.
29042 * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: Do not include
29043 <bits/sigcontext.h>.
29044 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Do not include
29045 <bits/sigcontext.h>.
29046 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Do not include
29047 <bits/sigcontext.h>.
29048 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Do not include
29049 <bits/sigcontext.h>.
29050 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h: Do not include
29051 <bits/sigcontext.h>.
29052 * sysdeps/unix/sysv/linux/tile/sys/ucontext.h: Do not include
29053 <bits/sigcontext.h>.
29054 (__ctx): Define earlier.
29055 (mcontext_t): Define structure contents rather than using struct
29056 sigcontext.
29057 * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: Do not include
29058 <bits/sigcontext.h>. Include <bits/types.h>.
29059 * conform/Makefile (test-xfail-XPG42/signal.h/conform): Remove.
29060 (test-xfail-XPG42/sys/wait.h/conform): Likewise.
29061 (test-xfail-XPG42/ucontext.h/conform): Likewise.
29062 (test-xfail-UNIX98/signal.h/conform): Likewise.
29063 (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
29064 (test-xfail-UNIX98/ucontext.h/conform): Likewise.
29065 (test-xfail-XOPEN2K/signal.h/conform): Likewise.
29066 (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
29067 (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
29068 (test-xfail-POSIX2008/signal.h/conform): Likewise.
29069 (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
29070 (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
29071 (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
29072
29073 2017-08-30 Florian Weimer <fweimer@redhat.com>
29074
29075 * malloc/dynarray_emplace_enlarge.c
29076 (__libc_dynarray_emplace_enlarge): Set errno on overflow.
29077 * malloc/dynarray_resize.c (__libc_dynarray_resize): Likewise.
29078 * malloc/tst-dynarray.c (test_long_overflow): New function.
29079 (do_test): Call it.
29080
29081 2017-08-30 Florian Weimer <fweimer@redhat.com>
29082
29083 * malloc/malloc.c (ARENA_CORRUPTION_BIT, arena_is_corrupt)
29084 (set_arena_corrupt): Remove definitions.
29085 (mtrim): Do not check for corrupt arena.
29086 * malloc/arena.c (arena_lock, reused_arena, arena_get_retry):
29087 Likewise.
29088
29089 2017-08-30 Florian Weimer <fweimer@redhat.com>
29090
29091 [BZ #21754]
29092 * malloc/arena.c (TUNABLE_CALLBACK set_mallopt_check): Do not set
29093 check_action.
29094 (ptmalloc_init): Do not set or use check_action.
29095 * malloc/hooks.c (malloc_check_get_size, realloc_check): Adjust
29096 call to malloc_printerr. Remove return statement.
29097 (free_check): Likewise. Remove arena unlock.
29098 (top_check): Update comment. Adjust call to malloc_printerr.
29099 Remove heap repair code.
29100 * malloc/malloc.c (unlink): Adjust calls to malloc_printerr.
29101 (DEFAULT_CHECK_ACTION, check_action): Remove definitions.
29102 (sysmalloc): Adjust call to malloc_printerr.
29103 (munmap_chunk, __libc_realloc): Likewise. Remove return
29104 statement.
29105 (_int_malloc, int_realloc): Likewise. Remove errstr variable.
29106 Remove errout label and corresponding gotos.
29107 (_int_free): Likewise. Remove arena unlock.
29108 (do_set_mallopt_check): Do not set check_action.
29109 (malloc_printerr): Adjust parameter list. Do not mark arena as
29110 corrupt.
29111 * manual/memory.texi (Malloc Tunable Parameters): Remove TODO
29112 comment.
29113 * manual/probes.texi (Memory Allocation Probes): Remove
29114 memory_mallopt_check_action.
29115
29116 2017-08-30 Steve Ellcey <sellcey@cavium.com>
29117
29118 * sysdeps/unix/sysv/linux/aarch64/makecontext.c (__makecontext):
29119 Use pointer to uint64_t instead of long int for sp.
29120
29121 2017-08-30 Florian Weimer <fweimer@redhat.com>
29122
29123 [BZ #21754]
29124 * malloc/malloc.c (malloc_printerr): Always terminate the process,
29125 without printing a backtrace. Do not leak any information in the
29126 error message.
29127 * manual/memory.texi (Heap Consistency Checking): Update.
29128 * manual/tunables.texi (Memory Allocation Tunables): Likewise.
29129
29130 2017-08-30 Florian Weimer <fweimer@redhat.com>
29131
29132 Do not scale NPTL tests with available number of CPUs.
29133 * nptl/tst-cond16.c (count): Set to constant value of 8.
29134 * nptl/tst-cond18.c (count): Likewise.
29135
29136 2017-08-29 Joseph Myers <joseph@codesourcery.com>
29137
29138 [BZ #22035]
29139 * sysdeps/m68k/m680x0/fpu/bits/mathinline.h (__inline_functions):
29140 Define to take a second argument that is a macro that
29141 concatentates a suffix, not the suffix itself.
29142 (__CONCAT_d): New macro.
29143 (__CONCAT_f): Likewise.
29144 (__CONCAT_l): Likewise.
29145
29146 2017-08-29 Paul Pluzhnikov <ppluzhnikov@google.com>
29147
29148 * stdlib/tst-atexit-common.c (do_test): Test handler inheritance
29149 by child.
29150
29151 2017-08-29 Adhemerval Zanella <adhemerval.zanella@linaro.org>
29152 Aurelien Jarno <aurelien@aurel32.net>
29153 Maciej W. Rozycki <macro@imgtec.com>
29154
29155 [BZ #21956]
29156 * sysdeps/unix/sysv/linux/mips/mips32/mips16/Makefile
29157 [subdir = misc] (sysdep_routines): Remove `mips16-syscall5',
29158 `mips16-syscall6' and `mips16-syscall7'.
29159 (CFLAGS-mips16-syscall5.c, CFLAGS-mips16-syscall6.c)
29160 (CFLAGS-mips16-syscall7.c): Remove.
29161 * sysdeps/unix/sysv/linux/mips/mips32/mips16/Versions (libc):
29162 Remove `__mips16_syscall5', `__mips16_syscall6' and
29163 `__mips16_syscall7'.
29164 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall0.c
29165 (__mips16_syscall0): Rename `__mips16_syscall_return' to
29166 `__mips_syscall_return'.
29167 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall1.c
29168 (__mips16_syscall1): Likewise.
29169 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall2.c
29170 (__mips16_syscall2): Likewise.
29171 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall3.c
29172 (__mips16_syscall3): Likewise.
29173 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall4.c
29174 (__mips16_syscall4): Likewise.
29175 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall5.c:
29176 Remove.
29177 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall6.c:
29178 Remove.
29179 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall7.c:
29180 Remove.
29181 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall.h
29182 (__mips16_syscall5): Expand to `__mips_syscall5' rather than
29183 `__mips16_syscall5'. Remove prototype.
29184 (__mips16_syscall6): Expand to `__mips_syscall6' rather than
29185 `__mips16_syscall6'. Remove prototype.
29186 (__mips16_syscall7): Expand to `__mips_syscall7' rather than
29187 `__mips16_syscall7'. Remove prototype.
29188 (__nomips16, __mips16_syscall_return): Move to...
29189 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
29190 (__nomips16, __mips_syscall_return): ... here.
29191 [__mips16] (INTERNAL_SYSCALL_NCS): Rename
29192 `__mips16_syscall_return' to `__mips_syscall_return'.
29193 [__mips16] (INTERNAL_SYSCALL_MIPS16): Pass `number' to
29194 `internal_syscall##nr'.
29195 [!__mips16] (INTERNAL_SYSCALL): Pass `SYS_ify (name)' to
29196 `internal_syscall##nr'.
29197 (FORCE_FRAME_POINTER): Remove.
29198 (__mips_syscall5): New prototype.
29199 (internal_syscall5): Rewrite to call `__mips_syscall5'.
29200 (__mips_syscall6): New prototype.
29201 (internal_syscall6): Rewrite to call `__mips_syscall6'.
29202 (__mips_syscall7): New prototype.
29203 (internal_syscall7): Rewrite to call `__mips_syscall7'.
29204 * sysdeps/unix/sysv/linux/mips/mips32/mips-syscall5.S: New file.
29205 * sysdeps/unix/sysv/linux/mips/mips32/mips-syscall6.S: New file.
29206 * sysdeps/unix/sysv/linux/mips/mips32/mips-syscall7.S: New file.
29207 * sysdeps/unix/sysv/linux/mips/mips32/Makefile [subdir = misc]
29208 (sysdep_routines): Add libc-do-syscall.
29209 * sysdeps/unix/sysv/linux/mips/mips32/Versions (libc): Add
29210 `__mips_syscall5', `__mips_syscall6' and `__mips_syscall7'.
29211
29212 2017-08-29 Adhemerval Zanella <adhemerval.zanella@linaro.org>
29213
29214 [BZ #21672]
29215 * nptl/allocatestack.c [_STACK_GROWS_DOWN] (setup_stack_prot):
29216 Set to use !NEED_SEPARATE_REGISTER_STACK as well.
29217 (advise_stack_range): New function.
29218 * nptl/pthread_create.c (START_THREAD_DEFN): Move logic to mark
29219 stack non required to advise_stack_range at allocatestack.c
29220
29221 2017-08-29 Szabolcs Nagy <szabolcs.nagy@arm.com>
29222
29223 * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Use __uint64_t.
29224
29225 2017-08-29 Florian Weimer <fweimer@redhat.com>
29226
29227 [BZ #22026]
29228 * iconv/gconv_db.c (gen_steps): Decrement step_cnt after resetting
29229 __end_fct. Mangle __end_fct after setting it to NULL.
29230 * iconv/Makefile (tests): Add tst-gconv-init-failure.
29231 (modules-names, modules-names-tests): Add
29232 tst-gconv-init-failure-mod.
29233 (gconv-modules): New target.
29234 (tst-gconv-init-failure-mod.so): Link against libsupport.
29235 (tst-gconv-init-failure): Depend on gconv-modules,
29236 tst-gconv-init-failure-mod.so.
29237 * iconv/tst-gconv-init-failure-mod.c: New file.
29238 * iconv/tst-gconv-init-failure.c: Likewise.
29239 * iconv/test-gconv-modules: Likewise.
29240
29241 2017-08-29 Florian Weimer <fweimer@redhat.com>
29242
29243 [BZ #22025]
29244 * iconv/gconv_db.c (free_derivation): Remove redundant
29245 parentheses.
29246 (gen_steps): Unconditionally mangle __btowc_fct after
29247 initialization.
29248 (increment_counter): Likewise. Do not call init_fct for internal
29249 modules.
29250
29251 2017-08-29 Joseph Myers <joseph@codesourcery.com>
29252
29253 [BZ #22028]
29254 * math/math.h [__FINITE_MATH_ONLY__ && __FINITE_MATH_ONLY__ > 0]
29255 (_MSUF_): Remove macro.
29256 [__FINITE_MATH_ONLY__ && __FINITE_MATH_ONLY__ > 0] (_MSUFTO_):
29257 Likewise.
29258 [__FINITE_MATH_ONLY__ && __FINITE_MATH_ONLY__ > 0]
29259 (__REDIRFROM_X): New macro.
29260 [__FINITE_MATH_ONLY__ && __FINITE_MATH_ONLY__ > 0] (__REDIRTO_X):
29261 Likewise.
29262 * math/bits/math-finite.h (__REDIRFROM_X): Remove macro.
29263 (__REDIRTO_X): Likewise.
29264 (__MATH_REDIRCALL): Do not pass _MSUF_ or _MSUFTO_ macro
29265 arguments.
29266 (__MATH_REDIRCALL_2): Likewise.
29267 (__MATH_REDIRCALL_INTERNAL): Likewise.
29268 (__REDIRFROM (lgamma, , _MSUF_)): Likewise.
29269 (__REDIRFROM (gamma, , _MSUF_)): Likweise.
29270 (__REDIRFROM (__gamma, _r_finite, _MSUF_)): Likewise.
29271 (__REDIRFROM (tgamma, , _MSUF_)): Likewise.
29272 * math/test-finite-macros.c: New file.
29273 * math/Makefile (tests): Add test-finite-macros.
29274 (CFLAGS-test-finite-macros.c): New variable.
29275
29276 2017-08-29 Patsy Franklin <pfrankli@redhat.com>
29277 Jeff Law <law@redhat.com>
29278
29279 [BZ #22025]
29280 Mangle NULL pointers in iconv/gconv.
29281 * iconv/gconv_cache.c (find_module): Demangle init_fct before
29282 checking for NULL. Mangle __btowc_fct if init_fct is non-NULL.
29283 * iconv/gconv_db.c (free_derivation): Check that __shlib_handle
29284 is non-NULL before demangling the end_fct. Check for NULL
29285 end_fct after demangling.
29286 (__gconv_release_step): Demangle the end_fct before checking
29287 it for NULL. Remove assert on __shlibc_handle != NULL.
29288 (gen_steps): Don't check btowc_fct for NULL before mangling.
29289 Demangle init_fct before checking for NULL.
29290 (increment_counter): Likewise.
29291 * gconv_dl.c (__gconv_find_shlib): Don't check init_fct or
29292 end_fct for NULL before mangling.
29293 * wcsmbs/btowc.c (__btowc): Demangle btowc_fct before checking
29294 for NULL.
29295
29296 2017-08-29 Akhilesh Kumar <akhilesh.k@samsung.com>
29297
29298 [BZ #21971]
29299 * locale/iso-639.def: add Morisyen.
29300
29301 2017-08-28 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
29302
29303 [BZ #21930]
29304 * math/math.h [defined __cplusplus && defined __SUPPORT_SNAN__]
29305 (iszero): New C++ implementation that does not use
29306 fpclassify/__MATH_TG/__builtin_types_compatible_p, when
29307 signaling nans are enabled, since __builtin_types_compatible_p
29308 is a C-only feature.
29309 * math/test-math-iszero.cc: When __HAVE_DISTINCT_FLOAT128 is
29310 defined, include ieee754_float128.h for access to the union and
29311 member ieee854_float128.ieee.
29312 [__HAVE_DISTINCT_FLOAT128] (do_test): Call check_float128.
29313 [__HAVE_DISTINCT_FLOAT128] (check_float128): New function.
29314 * sysdeps/powerpc/powerpc64le/Makefile [subdir == math]
29315 (CXXFLAGS-test-math-iszero.cc): Add -mfloat128 to the build
29316 options of test-math-zero on powerpc64le.
29317
29318 2017-08-28 H.J. Lu <hongjiu.lu@intel.com>
29319
29320 * sysdeps/x86_64/fpu/multiarch/e_expf.c (__redirect_ieee754_expf):
29321 Change double to float.
29322
29323 2017-08-28 Joseph Myers <joseph@codesourcery.com>
29324
29325 * math/math-svid-compat.h [!__ASSEMBLER__]: Make code
29326 unconditional.
29327 * sysdeps/ieee754/s_lib_version.c [!defined SHARED]: Remove
29328 conditional code; define contents only for [LIBM_SVID_COMPAT].
29329
29330 2017-08-28 Florian Weimer <fweimer@redhat.com>
29331
29332 * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-options)
29333 (abi-lp64_be-options): Remove.
29334 * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-options)
29335 (abi-hard-options): Likewise.
29336 * sysdeps/unix/sysv/linux/mips/Makefile(abi-o32_soft-options)
29337 (abi-o32_hard-options, abi-o32_soft_2008-options)
29338 (abi-o32_hard_2008-options, abi-n32_soft-options)
29339 (abi-n32_hard-options, abi-n32_soft_2008-options)
29340 (abi-n32_hard_2008-options, abi-n64_soft-options)
29341 (abi-n64_hard-options, abi-n64_soft_2008-options)
29342 (abi-n64_hard_2008-options): Likewise.
29343 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-32-options)
29344 (abi-64-v1-options, abi-64-v2-options): Likewise.
29345 * sysdeps/unix/sysv/linux/s390/Makefile (abi-32-options)
29346 (abi-64-options): Likewise.
29347 * sysdeps/unix/sysv/linux/sparc/Makefile (abi-32-options)
29348 (abi-64-options): Likewise.
29349 * sysdeps/unix/sysv/linux/tile/tilegx/Makefile (abi-32-options)
29350 (abi-64-options): Likewise.
29351 * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-options)
29352 (abi-64-options, abi-x32-options): Likewise.
29353
29354 2017-08-28 Florian Weimer <fweimer@redhat.com>
29355
29356 Store supported list of SYS_* system calls in the source tree.
29357 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
29358 (bits/syscall.h): Generate from list file.
29359 [$(subdir) = misc] (before-compile): Add bits/syscall.h.
29360 [$(subdir) = misc] (tests): Add tst-syscall-list.
29361 [$(subdir) = misc] (tests-special): Add tst-syscall-list.out
29362 [$(subdir) = misc] (tst-syscall-list-macros.list)
29363 [$(subdir) = misc] (tst-syscall-list-nr.list)
29364 (tst-syscall-list-sys.list): Helper targets for new
29365 tst-syscall-list test.
29366 [$(subdir) = misc] (tst-syscall-list.out): Run test script
29367 tst-syscall-list.sh.
29368 [$(subdir) = misc] (bits/syscall%h, bits/syscall%d): Remove
29369 target. Do not include bits/syscall.d.
29370 [$(subdir) = misc] (generated): Do not update.
29371 * sysdeps/unix/sysv/linux/syscall-names.list: New file.
29372 * sysdeps/unix/sysv/linux/gen-syscall-h.awk: Likewise.
29373 * sysdeps/unix/sysv/linux/filter-nr-syscalls.awk: Likewise.
29374 * sysdeps/unix/sysv/linux/tst-syscall-list.sh: Likewise.
29375
29376 2017-08-27 Paul Pluzhnikov <ppluzhnikov@google.com>
29377
29378 * stdlib/Makefile (tst-atexit, tst-at_quick_exit): New tests.
29379 (tst-cxa_atexit, tst-on_exit): Likewise.
29380 * stdlib/Makefile (tests): Add tst-atexit, tst-at_quick_exit,
29381 tst-cxa_atexit, and tst-on_exit.
29382 * stdlib/tst-atexit-common.c: New file.
29383 * stdlib/tst-atexit.c: New file.
29384 * stdlib/tst-at_quick_exit.c: New file.
29385 * stdlib/tst-cxa_atexit.c: New file.
29386 * stdlib/tst-on_exit.c: New file.
29387
29388 2017-08-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
29389
29390 * sysdeps/mach/hurd/bits/sysmacros.h: New file.
29391 * mach/stack_chk_fail_local.c: New file.
29392 * hurd/stack_chk_fail_local.c: New file.
29393 * mach/Machrules ($(interface-library)-routines): Add
29394 stack_chk_fail_local.
29395 * mach/Makefile (CFLAGS-mach_init.o, CFLAGS-RPC_vm_statistics.o,
29396 CFLAGS-RPC_vm_map.o, CFLAGS-RPC_vm_protect.o,
29397 CFLAGS-RPC_i386_set_gdt.o, CFLAGS-RPC_i386_set_ldt.o,
29398 CFLAGS-RPC_task_get_special_port.o): Add $(no-stack-protector).
29399 * hurd/Makefile (CFLAGS-hurdstartup.o,
29400 CFLAGS-RPC_exec_startup_get_info.o): Add $(no-stack-protector).
29401
29402 2017-08-25 H.J. Lu <hongjiu.lu@intel.com>
29403
29404 * sysdeps/x86/cpu-features.h [__ASSEMBLER__]
29405 (index_cpu_*, index_arch_*): Removed.
29406
29407 2017-08-25 Szabolcs Nagy <szabolcs.nagy@arm.com>
29408
29409 * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h (elf_greg_t):
29410 Use uint64_t instead of unsigned long.
29411
29412 2017-08-25 Joseph Myers <joseph@codesourcery.com>
29413
29414 * math/tgmath.h [__HAVE_FLOAT128]: Change conditional to
29415 [__HAVE_DISTINCT_FLOAT128].
29416
29417 * math/math.h (_MSUFTO_): Define and undefine for each inclusion
29418 of <bits/math-finite.h>.
29419 (__MATH_DECLARING_LDOUBLE): Do not define and undefine for each
29420 inclusion of <bits/math-finite.h>.
29421 * math/bits/math-finite.h (__REDIRTO_X): Do not define
29422 conditionally on [__MATH_DECLARING_LDOUBLE && defined
29423 __NO_LONG_DOUBLE_MATH].
29424 (__MATH_REDIRCALL): Use _MSUFTO_ in __REDIRTO call.
29425 (__MATH_REDIRCALL_2): Likewise.
29426 (__MATH_REDIRCALL_INTERNAL): Likewise.
29427 (__REDIRFROM (lgamma, , _MSUF_)): Likewise.
29428 (__REDIRFROM (gamma, , _MSUF_)): Likewise.
29429 (__REDIRFROM (tgamma, , _MSUF_)): Likewise.
29430
29431 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt_compat-power5.S:
29432 Remove file.
29433 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt_compat-ppc32.S:
29434 Likewise.
29435 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt_compat.c:
29436 Likewise.
29437 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf_compat-power5.S:
29438 Likewise.
29439 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf_compat-ppc32.S:
29440 Likewise.
29441 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf_compat.c:
29442 Likewise.
29443 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt_compat.S: Likewise.
29444 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf_compat.S: Likewise.
29445 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt_compat.S: Likewise.
29446 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf_compat.S: Likewise.
29447 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile
29448 (libm-sysdep-routines): Remove w_sqrt_compat-power5,
29449 w_sqrt_compat-ppc32, w_sqrtf_compat-power5 and
29450 w_sqrtf_compat-ppc32.
29451
29452 2017-08-24 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
29453
29454 * math/math.h [defined __cplusplus] (issignaling): In the long
29455 double case, call __issignalingl only if __NO_LONG_DOUBLE_MATH
29456 is not defined. Call __issignaling, otherwise.
29457
29458 2017-08-24 Adhemerval Zanella <adhemerval.zanella@linaro.org>
29459
29460 * sysdeps/unix/make-syscalls.sh: Remove cancellable tagging for
29461 syscall definitions and replace __builtin_expect with __glibc_likely.
29462 * sysdeps/unix/syscall-template.S: Update comment about cancellable
29463 syscall.
29464 (SYSCALL_CANCELLABLE): Removedefinition
29465 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h (PSEUDO): Remove
29466 definition.
29467 (PSEUDO_END): Likewise.
29468 [IS_IN (libpthread)] (CENABLE): Likewise.
29469 [IS_IN (libpthread)] (CDISABLE): Likewise.
29470 [IS_IN (libc)] (CENABLE): Likewise.
29471 [IS_IN (libc)] (CENABLE): Likewise.
29472 [IS_IN (librt)] (CDISABLE): Likewise.
29473 [IS_IN (librt)] (CDISABLE): Likewise.
29474 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
29475 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h (PSEUDO): Remove
29476 definition.
29477 (PSEUDO_END): Likewise.
29478 [IS_IN (libpthread)] (__local_enable_asynccancel): Likewise.
29479 [IS_IN (libpthread)] (__local_disable_asynccancel): Likewise.
29480 [IS_IN (libc)] (__local_enable_asynccancel): Likewise.
29481 [IS_IN (libc)] (__local_enable_asynccancel): Likewise.
29482 [IS_IN (librt)] (__local_disable_asynccancel): Likewise.
29483 [IS_IN (librt)] (__local_disable_asynccancel): Likewise.
29484 (CENABLE): Likewise.
29485 (CDISABLE): Likewise.
29486 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
29487 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h (PSEUDO): Remove
29488 defintion.
29489 (PSEUDO_END): Likewise.
29490 [IS_IN (libpthread)] (CENABLE): Likewise.
29491 [IS_IN (libpthread)] (CDISABLE): Likewise.
29492 [IS_IN (libc)] (CENABLE): Likewise.
29493 [IS_IN (libc)] (CENABLE): Likewise.
29494 [IS_IN (librt)] (CDISABLE): Likewise.
29495 [IS_IN (librt)] (CDISABLE): Likewise.
29496 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
29497 * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h (PSEUDO): Remove
29498 definition.
29499 (PSEUDO_END): Likewise.
29500 [IS_IN (libpthread)] (CENABLE): Likewise.
29501 [IS_IN (libpthread)] (CDISABLE): Likewise.
29502 [IS_IN (libc)] (CENABLE): Likewise.
29503 [IS_IN (libc)] (CENABLE): Likewise.
29504 [IS_IN (librt)] (CDISABLE): Likewise.
29505 [IS_IN (librt)] (CDISABLE): Likewise.
29506 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
29507 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h (PSEUDO): Remove
29508 definition.
29509 (PSEUDO_END): Likewise.
29510 [IS_IN (libpthread)] (CENABLE): Likewise.
29511 [IS_IN (libpthread)] (CDISABLE): Likewise.
29512 [IS_IN (libc)] (CENABLE): Likewise.
29513 [IS_IN (libc)] (CENABLE): Likewise.
29514 [IS_IN (librt)] (CDISABLE): Likewise.
29515 [IS_IN (librt)] (CDISABLE): Likewise.
29516 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
29517 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Remove
29518 definition.
29519 (PSEUDO_END): Likewise.
29520 [IS_IN (libpthread)] (CENABLE): Likewise.
29521 [IS_IN (libpthread)] (CDISABLE): Likewise.
29522 [IS_IN (libc)] (CENABLE): Likewise.
29523 [IS_IN (libc)] (CENABLE): Likewise.
29524 [IS_IN (librt)] (CDISABLE): Likewise.
29525 [IS_IN (librt)] (CDISABLE): Likewise.
29526 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
29527 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h (PSEUDO): Remove
29528 definition.
29529 (PSEUDO_END): Likewise.
29530 [IS_IN (libpthread)] (CENABLE): Likewise.
29531 [IS_IN (libpthread)] (CDISABLE): Likewise.
29532 [IS_IN (libc)] (CENABLE): Likewise.
29533 [IS_IN (libc)] (CENABLE): Likewise.
29534 [IS_IN (librt)] (CDISABLE): Likewise.
29535 [IS_IN (librt)] (CDISABLE): Likewise.
29536 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
29537 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h (PSEUDO): Remove
29538 definition.
29539 (PSEUDO_END): Likewise.
29540 [IS_IN (libpthread)] (CENABLE): Likewise.
29541 [IS_IN (libpthread)] (CDISABLE): Likewise.
29542 [IS_IN (libc)] (CENABLE): Likewise.
29543 [IS_IN (libc)] (CENABLE): Likewise.
29544 [IS_IN (librt)] (CDISABLE): Likewise.
29545 [IS_IN (librt)] (CDISABLE): Likewise.
29546 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
29547 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h (PSEUDO):
29548 Remove definition.
29549 (PSEUDO_END): Likewise.
29550 [IS_IN (libpthread)] (CENABLE): Likewise.
29551 [IS_IN (libpthread)] (CDISABLE): Likewise.
29552 [IS_IN (libc)] (CENABLE): Likewise.
29553 [IS_IN (libc)] (CENABLE): Likewise.
29554 [IS_IN (librt)] (CDISABLE): Likewise.
29555 [IS_IN (librt)] (CDISABLE): Likewise.
29556 (SINGLE_THREAD_P): Likewise.
29557 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h (PSEUDO): Remove
29558 definition.
29559 (PSEUDO_END): Likewise.
29560 [IS_IN (libpthread)] (CENABLE): Likewise.
29561 [IS_IN (libpthread)] (CDISABLE): Likewise.
29562 [IS_IN (libc)] (CENABLE): Likewise.
29563 [IS_IN (libc)] (CENABLE): Likewise.
29564 [IS_IN (librt)] (CDISABLE): Likewise.
29565 [IS_IN (librt)] (CDISABLE): Likewise.
29566 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
29567 * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h (PSEUDO): Remove
29568 definition.
29569 (PSEUDO_END): Likewise.
29570 [IS_IN (libpthread)] (CENABLE): Likewise.
29571 [IS_IN (libpthread)] (CDISABLE): Likewise.
29572 [IS_IN (libc)] (CENABLE): Likewise.
29573 [IS_IN (libc)] (CENABLE): Likewise.
29574 [IS_IN (librt)] (CDISABLE): Likewise.
29575 [IS_IN (librt)] (CDISABLE): Likewise.
29576 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
29577 * sysdeps/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Remove file.
29578 * sysdeps/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
29579 * sysdeps/unix/sysv/linux/powerpc/sysdep-cancel.h: New file.
29580 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h (PSEUDO): Remove
29581 definition.
29582 (PSEUDO_END): Likewise.
29583 [IS_IN (libpthread)] (CENABLE): Likewise.
29584 [IS_IN (libpthread)] (CDISABLE): Likewise.
29585 [IS_IN (libc)] (CENABLE): Likewise.
29586 [IS_IN (libc)] (CENABLE): Likewise.
29587 [IS_IN (librt)] (CDISABLE): Likewise.
29588 [IS_IN (librt)] (CDISABLE): Likewise.
29589 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
29590 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h (PSEUDO): Remove
29591 definition.
29592 (PSEUDO_END): Likewise.
29593 [IS_IN (libpthread)] (CENABLE): Likewise.
29594 [IS_IN (libpthread)] (CDISABLE): Likewise.
29595 [IS_IN (libc)] (CENABLE): Likewise.
29596 [IS_IN (libc)] (CENABLE): Likewise.
29597 [IS_IN (librt)] (CDISABLE): Likewise.
29598 [IS_IN (librt)] (CDISABLE): Likewise.
29599 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
29600 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h (PSEUDO): Remove
29601 definition.
29602 (PSEUDO_END): Likewise.
29603 [IS_IN (libpthread)] (CENABLE): Likewise.
29604 [IS_IN (libpthread)] (CDISABLE): Likewise.
29605 [IS_IN (libc)] (CENABLE): Likewise.
29606 [IS_IN (libc)] (CENABLE): Likewise.
29607 [IS_IN (librt)] (CDISABLE): Likewise.
29608 [IS_IN (librt)] (CDISABLE): Likewise.
29609 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
29610 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Remove file.
29611 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
29612 * sysdeps/unix/sysv/linux/sparc/sysdep-cancel.h: New file.
29613 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h (PSEUDO): Remove
29614 definition.
29615 (PSEUDO_END): Likewise.
29616 [IS_IN (libpthread)] (CENABLE): Likewise.
29617 [IS_IN (libpthread)] (CDISABLE): Likewise.
29618 [IS_IN (libc)] (CENABLE): Likewise.
29619 [IS_IN (libc)] (CENABLE): Likewise.
29620 [IS_IN (librt)] (CDISABLE): Likewise.
29621 [IS_IN (librt)] (CDISABLE): Likewise.
29622 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
29623 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h (PSEUDO): Remove
29624 definition.
29625 (PSEUDO_END): Likewise.
29626 [IS_IN (libpthread)] (CENABLE): Likewise.
29627 [IS_IN (libpthread)] (CDISABLE): Likewise.
29628 [IS_IN (libc)] (CENABLE): Likewise.
29629 [IS_IN (libc)] (CENABLE): Likewise.
29630 [IS_IN (librt)] (CDISABLE): Likewise.
29631 [IS_IN (librt)] (CDISABLE): Likewise.
29632 [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
29633
29634 2017-08-24 Szabolcs Nagy <szabolcs.nagy@arm.com>
29635
29636 * sysdeps/ieee754/dbl-64/Makefile: Don't override CFLAGS.
29637
29638 2017-08-23 H.J. Lu <hongjiu.lu@intel.com>
29639
29640 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
29641
29642 2017-08-23 H.J. Lu <hongjiu.lu@intel.com>
29643
29644 [BZ #21982]
29645 * string/stratcliff.c (do_test): Declare size, nchars, inner,
29646 middle and outer with size_t instead of int. Repleace %d and
29647 %Zd with %zu in printf. Update "MAX (0, nchars - 128)" and
29648 "MAX (outer, nchars - 64)" to support unsigned outer and
29649 nchars. Also exit loop when outer == 0.
29650
29651 2017-08-23 Adhemerval Zanella <adhemerval.zanella@linaro.org>
29652
29653 * include/fcntl.h (__fcntl_nocancel): Remove definition.
29654 * include/signal.h (__sigsuspend_nocancel): Likewise.
29655 * include/time.h (__nanosleep_nocancel): Likewise.
29656 * sysdeps/generic/not-cancel.h (__fcntl_nocancel): New macro.
29657 * login/utmp_file.c: Include non cancellable syscall header.
29658 * sysdeps/unix/sysv/linux/not-cancel.h (__fcntl_nocancel): New
29659 prototype.
29660
29661 2017-08-23 H.J. Lu <hongjiu.lu@intel.com>
29662
29663 * sysdeps/x86_64/fpu/svml_d_sincos8_core.S: Replace AVX512F
29664 .byte sequences with AVX512F instructions.
29665 * sysdeps/x86_64/fpu/svml_d_wrapper_impl.h: Likewise.
29666 * sysdeps/x86_64/fpu/svml_s_sincosf16_core.S: Likewise.
29667 * sysdeps/x86_64/fpu/svml_s_wrapper_impl.h: Likewise.
29668 * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core_avx512.S:
29669 Likewise.
29670 * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core_avx512.S:
29671 Likewise.
29672
29673 2017-08-22 Szabolcs Nagy <szabolcs.nagy@arm.com>
29674 Steve Ellcey <sellcey@cavium.com>
29675
29676 * sysdeps/aarch64/dl-tlsdesc.S (_dl_tlsdesc_dynamic):
29677 Use PTR_REG macro in cmp instruction.
29678
29679 2017-08-22 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
29680
29681 * include/libc-symbols.h: [!defined HAVE_GCC_IFUNC] (__ifunc):
29682 Change the return type of the ifunc resolver to match the return
29683 type of the target function.
29684
29685 2017-08-22 Adhemerval Zanella <adhemerval.zanella@linaro.org>
29686
29687 * sysdeps/unix/sysv/linux/x86_64/syscalls.list (pread64): Remove.
29688 (preadv64): Likewise.
29689 (pwrite64(: Likewise.
29690 (pwritev64): Likewise.
29691
29692 * sysdeps/unix/sysv/linux/x86_64/sysdep.h
29693 (INTERNAL_SYSCALL_NCS_TYPES): Remove define.
29694 (LOAD_ARGS_0): Likewise.
29695 (LOAD_ARGS_1): Likewise.
29696 (LOAD_ARGS_2): Likewise.
29697 (LOAD_ARGS_3): Likewise.
29698 (LOAD_ARGS_4): Likewise.
29699 (LOAD_ARGS_5): Likewise.
29700 (LOAD_ARGS_6): Likewise.
29701 (LOAD_REGS_0): Likewise.
29702 (LOAD_REGS_1): Likewise.
29703 (LOAD_REGS_2): Likewise.
29704 (LOAD_REGS_3): Likewise.
29705 (LOAD_REGS_4): Likewise.
29706 (LOAD_REGS_5): Likewise.
29707 (LOAD_REGS_6): Likewise.
29708 (ASM_ARGS_0): Likewise.
29709 (ASM_ARGS_1): Likewise.
29710 (ASM_ARGS_2): Likewise.
29711 (ASM_ARGS_3): Likewise.
29712 (ASM_ARGS_4): Likewise.
29713 (ASM_ARGS_5): Likewise.
29714 (ASM_ARGS_6): Likewise.
29715 (LOAD_ARGS_TYPES_1): Likewise.
29716 (LOAD_ARGS_TYPES_2): Likewise.
29717 (LOAD_ARGS_TYPES_3): Likewise.
29718 (LOAD_ARGS_TYPES_4): Likewise.
29719 (LOAD_ARGS_TYPES_5): Likewise.
29720 (LOAD_ARGS_TYPES_6): Likewise.
29721 (LOAD_REGS_TYPES_1): Likewise.
29722 (LOAD_REGS_TYPES_2): Likewise.
29723 (LOAD_REGS_TYPES_3): Likewise.
29724 (LOAD_REGS_TYPES_4): Likewise.
29725 (LOAD_REGS_TYPES_5): Likewise.
29726 (LOAD_REGS_TYPES_6): Likewise.
29727 (TYPEFY): New define.
29728 (ARGIFY): Likewise.
29729 (internal_syscall0): Likewise.
29730 (internal_syscall1): Likewise.
29731 (internal_syscall2): Likewise.
29732 (internal_syscall3): Likewise.
29733 (internal_syscall4): Likewise.
29734 (internal_syscall5): Likewise.
29735 (internal_syscall6): Likewise.
29736 * sysdeps/unix/sysv/linux/x86_64/x32/times.c
29737 (INTERNAL_SYSCALL_NCS): Remove define.
29738 (internal_syscall1): Add define.
29739
29740 2017-08-22 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
29741
29742 * math/w_remainder_compat.c: Remove duplicate inclusion of
29743 math-svid-compat.h.
29744 * math/w_remainderf_compat.c: Likewise.
29745 * math/w_remainderl_compat.c: Likewise.
29746
29747 2017-08-22 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
29748
29749 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29750
29751 2017-08-22 Joseph Myers <joseph@codesourcery.com>
29752
29753 [BZ #21684]
29754 * math/tgmath.h (__floating_type): Simplify definitions.
29755 (__real_integer_type): New macro.
29756 (__complex_integer_type): Likewise.
29757 (__expr_is_real): Likewise.
29758 (__tgmath_real_type_sub): Update comment to describe handling of
29759 complex types.
29760 (__tgmath_complex_type_sub): New macro.
29761 (__tgmath_complex_type): Likewise.
29762 [__HAVE_FLOAT128 && __GLIBC_USE (IEC_60559_TYPES_EXT)]
29763 (__TGMATH_CF128): Use __expr_is_real.
29764 (__TGMATH_UNARY_REAL_IMAG): Use __tgmath_complex_type and
29765 __expr_is_real.
29766 (__TGMATH_BINARY_REAL_IMAG): Likewise.
29767 (__TGMATH_UNARY_REAL_IMAG_RET_REAL): Use __expr_is_real.
29768 * math/gen-tgmath-tests.py (Type.create_type): Create complex
29769 integer types.
29770
29771 2017-08-22 Adhemerval Zanella <adhemerval.zanella@linaro.org>
29772
29773 * sysdeps/generic/not-cancel.h (sigsuspend_not_cancel): Remove
29774 macro.
29775 * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Remove
29776 alias.
29777 * sysdeps/unix/sysv/linux/not-cancel.h (sigsuspend_not_cancel):
29778 Likewise.
29779
29780 * nptl/pthread_mutex_timedlock.c (__pthread_mutex_timedlock): Replace
29781 nanosleep_not_cancel with __nanosleep_nocancel.
29782 * sysdeps/generic/not-cancel.h (nanosleep_not_cancel): Remove macro.
29783 (__nanosleep_nocancel): New macro.
29784 * sysdeps/unix/sysv/linux/nanosleep.c (__nanosleep_nocancel): New
29785 function.
29786 * sysdeps/unix/sysv/linux/not-cancel.h (nanosleep_not_cancel): Remove
29787 macro.
29788 (__nanosleep_nocancel): New prototype.
29789
29790 * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full): Replace
29791 pause_not_cancel with __pause_nocancel.
29792 * sysdeps/generic/not-cancel.h (pause_not_cancel): Remove macro.
29793 (__pause_nocancel): New macro.
29794 * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): Remove
29795 macro.
29796 (__pause_nocancel): New prototype.
29797 * sysdeps/unix/sysv/linux/pause.c (__pause_nocancel): New function.
29798
29799 2017-08-22 Martin Sebor <msebor@redhat.com>
29800
29801 * include/libc-symbols.h (__ifunc_resolver): Declare resolver
29802 to return a pointer to the same type as the target function.
29803
29804 2017-08-22 H.J. Lu <hongjiu.lu@intel.com>
29805
29806 [BZ #18822]
29807 [BZ #21986]
29808 * include/printf.h (__printf_fphex): Add attribute_hidden.
29809 (__guess_grouping): New prototype.
29810 * stdio-common/printf_fp.c (__guess_grouping): Removed.
29811 * stdio-common/reg-printf.c (__register_printf_specifier): Add
29812 libc_hidden_proto and libc_hidden_def.
29813 * stdlib/strfmon_l.c (__guess_grouping): Removed.
29814 (__vstrfmon_l): Remove the third argument passed to
29815 __guess_grouping.
29816
29817 2017-08-22 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
29818
29819 * math/math.h [defined __cplusplus] (issignaling): Provide a C++
29820 definition for issignaling that does not rely on __MATH_TG,
29821 since __MATH_TG uses __builtin_types_compatible_p, which is only
29822 available in C mode.
29823 (CFLAGS-test-math-issignaling.cc): New variable.
29824 * math/Makefile [CXX] (tests): Add test-math-issignaling.
29825 * math/test-math-issignaling.cc: New test for C++ implementation
29826 of type-generic issignaling.
29827 * sysdeps/powerpc/powerpc64le/Makefile [subdir == math]
29828 (CXXFLAGS-test-math-issignaling.cc): Add -mfloat128 to the build
29829 options of test-math-issignaling on powerpc64le.
29830
29831 2017-08-22 H.J. Lu <hongjiu.lu@intel.com>
29832
29833 * include/libc-symbols.h (__hidden_proto_hiddenattr): New for
29834 building libc.a.
29835 (hidden_proto): Likewise.
29836 (hidden_tls_proto): Likewise.
29837 (__hidden_proto): Likewise.
29838
29839 2017-08-22 Florian Weimer <fweimer@redhat.com>
29840
29841 math: Statically link tests of internal functionality.
29842 * math/Makefile (tests): Remove atest-exp, atest-sincos,
29843 atest-exp2.
29844 (tests-static): Add atest-exp, atest-sincos, atest-exp2.
29845 (gmp-objs): Remove assignment.
29846 (atest-exp, atest-sincos, atest-exp2): Remove targets.
29847
29848 2017-08-22 Joseph Myers <joseph@codesourcery.com>
29849
29850 [BZ #21987]
29851 * sysdeps/unix/sysv/linux/sparc/bits/long-double.h: Remove file
29852 and copy to ...
29853 * sysdeps/unix/sysv/linux/sparc/sparc32/bits/long-double.h:
29854 ... here.
29855 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/long-double.h:
29856 ... and here.
29857
29858 * assert/Makefile [$(have-cxx-thread_local)]: Move conditional
29859 variable definitions above inclusion of ../Rules.
29860
29861 2017-08-21 Joseph Myers <joseph@codesourcery.com>
29862
29863 * sysdeps/ieee754/k_standard.c (__kernel_standard): Add default
29864 case calling __builtin_unreachable.
29865
29866 2017-08-21 Adhemerval Zanella <adhemerval.zanella@linaro.org>
29867
29868 * libio/ioopen.c (_IO_waitpid): Replace waitpid_not_cancel with
29869 __waitpid_nocancel.
29870 * sysdeps/generic/not-cancel.h (waitpid_not_cancel): Remove macro.
29871 (__waitpid_nocancel): New macro.
29872 * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel): Remove
29873 macro.
29874 (__waitpid_nocancel): Replace macro with a function.
29875 * sysdeps/unix/sysv/linux/waitpid.c (__waitpid_nocancel): New
29876 function.
29877
29878 * login/utmp_file.c (timeout_handler): Replace fcntl_not_cancel with
29879 __fcntl_nocancel.
29880 * sysdeps/generic/not-cancel.h (fcntl_not_cancel): Remove macro.
29881 * sysdeps/unix/sysv/linux/not-cancel.h (fcntl_not_cancel): Likewise.
29882
29883 * gmon/gmon.c (write_hist): Replace writev_not_cancel_no_status with
29884 __writev_nocancel_nostatus.
29885 (write_call_graph): Likewise.
29886 (write_bb_counts): Likewise.
29887 * resolv/herror.c (herror): Likewise.
29888 * sysdeps/generic/not-cancel.h (writev_not_cancel_no_status): Remove
29889 macro.
29890 (__writev_nocancel_nostatus): New macro.
29891 * sysdeps/unix/sysv/linux/not-cancel.h (writev_not_cancel_no_status):
29892 Remove macro.
29893 (__writev_nocancel_nostatus): New function.
29894
29895 2017-08-21 Joseph Myers <joseph@codesourcery.com>
29896
29897 Revert:
29898 2017-08-21 H.J. Lu <hongjiu.lu@intel.com>
29899
29900 * include/libc-symbols.h (__hidden_proto_hiddenattr): New for
29901 building libc.a.
29902 (hidden_proto): Likewise.
29903 (hidden_tls_proto): Likewise.
29904 (__hidden_proto): Likewise.
29905
29906 [BZ #21973]
29907 * sysdeps/sparc/sparc32/fpu/w_sqrt_compat.S: Remove file.
29908 * sysdeps/sparc/sparc32/fpu/w_sqrtf_compat.S: Likewise.
29909 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt_compat-vis3.S:
29910 Likewise.
29911 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt_compat.S:
29912 Likewise.
29913 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf_compat-vis3.S:
29914 Likewise.
29915 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf_compat.S:
29916 Likewise.
29917 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt_compat.S : Likewise.
29918 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf_compat.S: Likewise.
29919 * sysdeps/sparc/sparc64/fpu/w_sqrt_compat.S: Likewise.
29920 * sysdeps/sparc/sparc64/fpu/w_sqrtf_compat.S: Likewise.
29921 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Add
29922 GLIBC_2.0 sqrtl symbol.
29923
29924 * math/math.h [__USE_MISC] (_LIB_VERSION_TYPE): Remove.
29925 [__USE_MISC] (_LIB_VERSION): Likewise.
29926 [__USE_MISC] (struct exception): Likewise.
29927 [__USE_MISC] (matherr): Likewise.
29928 [__USE_MISC] (DOMAIN): Likewise.
29929 [__USE_MISC] (SING): Likewise.
29930 [__USE_MISC] (OVERFLOW): Likewise.
29931 [__USE_MISC] (UNDERFLOW): Likewise.
29932 [__USE_MISC] (TLOSS): Likewise.
29933 [__USE_MISC] (PLOSS): Likewise.
29934 [__USE_MISC] (HUGE): Likewise.
29935 [__USE_XOPEN] (MAXFLOAT): Define even if [__USE_MISC].
29936 * math/math-svid-compat.h: New file.
29937 * conform/linknamespace.pl (@whitelist): Remove matherr, matherrf
29938 and matherrl.
29939 * include/math.h [!_ISOMAC] (__matherr): Remove.
29940 * manual/arith.texi (FP Exceptions): Do not document matherr.
29941 * math/Makefile (tests): Change test-matherr to test-matherr-3.
29942 (tests-internal): New variable.
29943 (install-lib): Do not add libieee.a.
29944 (non-lib.a): Likewise.
29945 (extra-objs): Do not add libieee.a and ieee-math.o.
29946 (CPPFLAGS-s_lib_version.c): Remove variable.
29947 ($(objpfx)libieee.a): Remove rule.
29948 ($(addprefix $(objpfx), $(tests-internal)): Depend on $(libm).
29949 * math/ieee-math.c: Remove.
29950 * math/libm-test-support.c (matherr): Remove.
29951 * math/test-matherr.c: Use <support/test-driver.c>. Add copyright
29952 and license notices. Include <math-svid-compat.h> and
29953 <shlib-compat.h>.
29954 (matherr): Undefine as macro. Use compat_symbol_reference.
29955 (_LIB_VERSION): Likewise.
29956 * math/test-matherr-2.c: New file.
29957 * math/test-matherr-3.c: Likewise.
29958 * sysdeps/generic/math_private.h (__kernel_standard): Remove
29959 declaration.
29960 (__kernel_standard_f): Likewise.
29961 (__kernel_standard_l): Likewise.
29962 * sysdeps/ieee754/s_lib_version.c: Do not include <math.h> or
29963 <math_private.h>. Include <math-svid-compat.h>.
29964 (_LIB_VERSION): Undefine as macro.
29965 (_LIB_VERSION_INTERNAL): Always initialize to _POSIX_. Define
29966 only if [LIBM_SVID_COMPAT || !defined SHARED]. If
29967 [LIBM_SVID_COMPAT], use compat_symbol.
29968 * sysdeps/ieee754/s_matherr.c: Do not include <math.h> or
29969 <math_private.h>. Include <math-svid-compat.h>.
29970 (matherr): Undefine as macro.
29971 (__matherr): Define only if [LIBM_SVID_COMPAT]. Use
29972 compat_symbol.
29973 * sysdeps/ia64/fpu/libm_error.c: Include <math-svid-compat.h>.
29974 [_LIBC && LIBM_SVID_COMPAT] (matherrf): Use
29975 compat_symbol_reference.
29976 [_LIBC && LIBM_SVID_COMPAT] (matherrl): Likewise.
29977 [_LIBC && !LIBM_SVID_COMPAT] (matherrf): Define as macro.
29978 [_LIBC && !LIBM_SVID_COMPAT] (matherrl): Likewise.
29979 * sysdeps/ia64/fpu/libm_support.h: Include <math-svid-compat.h>.
29980 (MATHERR_D): Remove declaration.
29981 [!_LIBC] (_LIB_VERSION_TYPE): Likewise
29982 [!LIBM_BUILD] (_LIB_VERSIONIMF): Likewise.
29983 [LIBM_BUILD] (pmatherrf): Likewise.
29984 [LIBM_BUILD] (pmatherr): Likewise.
29985 [LIBM_BUILD] (pmatherrl): Likewise.
29986 (DOMAIN): Likewise.
29987 (SING): Likewise.
29988 (OVERFLOW): Likewise.
29989 (UNDERFLOW): Likewise.
29990 (TLOSS): Likewise.
29991 (PLOSS): Likewise.
29992 * sysdeps/ia64/fpu/s_matherrf.c: Include <math-svid-compat.h>.
29993 (__matherrf): Define only if [LIBM_SVID_COMPAT]. Use
29994 compat_symbol.
29995 * sysdeps/ia64/fpu/s_matherrl.c: Include <math-svid-compat.h>.
29996 (__matherrl): Define only if [LIBM_SVID_COMPAT]. Use
29997 compat_symbol.
29998 * math/lgamma-compat.h: Include <math-svid-compat.h>.
29999 * math/w_acos_compat.c: Likewise.
30000 * math/w_acosf_compat.c: Likewise.
30001 * math/w_acosh_compat.c: Likewise.
30002 * math/w_acoshf_compat.c: Likewise.
30003 * math/w_acoshl_compat.c: Likewise.
30004 * math/w_acosl_compat.c: Likewise.
30005 * math/w_asin_compat.c: Likewise.
30006 * math/w_asinf_compat.c: Likewise.
30007 * math/w_asinl_compat.c: Likewise.
30008 * math/w_atan2_compat.c: Likewise.
30009 * math/w_atan2f_compat.c: Likewise.
30010 * math/w_atan2l_compat.c: Likewise.
30011 * math/w_atanh_compat.c: Likewise.
30012 * math/w_atanhf_compat.c: Likewise.
30013 * math/w_atanhl_compat.c: Likewise.
30014 * math/w_cosh_compat.c: Likewise.
30015 * math/w_coshf_compat.c: Likewise.
30016 * math/w_coshl_compat.c: Likewise.
30017 * math/w_exp10_compat.c: Likewise.
30018 * math/w_exp10f_compat.c: Likewise.
30019 * math/w_exp10l_compat.c: Likewise.
30020 * math/w_exp2_compat.c: Likewise.
30021 * math/w_exp2f_compat.c: Likewise.
30022 * math/w_exp2l_compat.c: Likewise.
30023 * math/w_fmod_compat.c: Likewise.
30024 * math/w_fmodf_compat.c: Likewise.
30025 * math/w_fmodl_compat.c: Likewise.
30026 * math/w_hypot_compat.c: Likewise.
30027 * math/w_hypotf_compat.c: Likewise.
30028 * math/w_hypotl_compat.c: Likewise.
30029 * math/w_j0_compat.c: Likewise.
30030 * math/w_j0f_compat.c: Likewise.
30031 * math/w_j0l_compat.c: Likewise.
30032 * math/w_j1_compat.c: Likewise.
30033 * math/w_j1f_compat.c: Likewise.
30034 * math/w_j1l_compat.c: Likewise.
30035 * math/w_jn_compat.c: Likewise.
30036 * math/w_jnf_compat.c: Likewise.
30037 * math/w_jnl_compat.c: Likewise.
30038 * math/w_lgamma_main.c: Likewise.
30039 * math/w_lgamma_r_compat.c: Likewise.
30040 * math/w_lgammaf_main.c: Likewise.
30041 * math/w_lgammaf_r_compat.c: Likewise.
30042 * math/w_lgammal_main.c: Likewise.
30043 * math/w_lgammal_r_compat.c: Likewise.
30044 * math/w_log10_compat.c: Likewise.
30045 * math/w_log10f_compat.c: Likewise.
30046 * math/w_log10l_compat.c: Likewise.
30047 * math/w_log2_compat.c: Likewise.
30048 * math/w_log2f_compat.c: Likewise.
30049 * math/w_log2l_compat.c: Likewise.
30050 * math/w_log_compat.c: Likewise.
30051 * math/w_logf_compat.c: Likewise.
30052 * math/w_logl_compat.c: Likewise.
30053 * math/w_pow_compat.c: Likewise.
30054 * math/w_powf_compat.c: Likewise.
30055 * math/w_powl_compat.c: Likewise.
30056 * math/w_remainder_compat.c: Likewise.
30057 * math/w_remainderf_compat.c: Likewise.
30058 * math/w_remainderl_compat.c: Likewise.
30059 * math/w_scalb_compat.c: Likewise.
30060 * math/w_scalbf_compat.c: Likewise.
30061 * math/w_scalbl_compat.c: Likewise.
30062 * math/w_sinh_compat.c: Likewise.
30063 * math/w_sinhf_compat.c: Likewise.
30064 * math/w_sinhl_compat.c: Likewise.
30065 * math/w_sqrt_compat.c: Likewise.
30066 * math/w_sqrtf_compat.c: Likewise.
30067 * math/w_sqrtl_compat.c: Likewise.
30068 * math/w_tgamma_compat.c: Likewise.
30069 * math/w_tgammaf_compat.c: Likewise.
30070 * math/w_tgammal_compat.c: Likewise.
30071 * sysdeps/ieee754/dbl-64/w_exp_compat.c: Likewise.
30072 * sysdeps/ieee754/flt-32/w_expf_compat.c: Likewise.
30073 * sysdeps/ieee754/k_standard.c: Likewise.
30074 * sysdeps/ieee754/k_standardf.c: Likewise.
30075 * sysdeps/ieee754/k_standardl.c: Likewise.
30076 * sysdeps/ieee754/ldbl-128/w_expl_compat.c: Likewise.
30077 * sysdeps/ieee754/ldbl-128ibm/w_expl_compat.c: Likewise.
30078 * sysdeps/ieee754/ldbl-96/w_expl_compat.c: Likewise.
30079 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt_compat.S: Likewise.
30080 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf_compat.S: Likewise.
30081 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt_compat.S: Likewise.
30082 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf_compat.S: Likewise.
30083 * sysdeps/sparc/sparc32/fpu/w_sqrt_compat.S: Likewise.
30084 * sysdeps/sparc/sparc32/fpu/w_sqrtf_compat.S: Likewise.
30085 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt_compat-vis3.S:
30086 Likewise.
30087 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf_compat-vis3.S:
30088 Likewise.
30089 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt_compat.S: Likewise.
30090 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf_compat.S: Likewise.
30091 * sysdeps/sparc/sparc64/fpu/w_sqrt_compat.S: Likewise.
30092 * sysdeps/sparc/sparc64/fpu/w_sqrtf_compat.S: Likewise.
30093
30094 2017-08-21 Florian Weimer <fweimer@redhat.com>
30095
30096 [BZ #21864]
30097 Do not compile benchmark helper objects with -DMODULE_NAME=libc.
30098 * benchtests/Makefile (others-extras): Set to $(bench-extra-objs).
30099 Move before inclusion of ../Rules.
30100
30101 2017-08-21 Florian Weimer <fweimer@redhat.com>
30102
30103 [BZ #21972]
30104 * assert/assert.h (assert): Use static_cast (bool) for C++.
30105 Use the ternary operator in the warning branch for GNU C.
30106 * assert/Makefile (tests): Add tst-assert-c++, tst-assert-g++.
30107 (CFLAGS-tst-assert-c++.o): Compile in C++11 mode.
30108 (CFLAGS-tst-assert-g++.o): Compile in GnU C++11 mode.
30109 (LDLIBS-tst-assert-c++, LDLIBS-tst-assert-g++): Link with libstdc++.
30110 * assert/tst-assert-c++.cc, assert/tst-assert-g++.cc: New files.
30111
30112 2017-08-21 H.J. Lu <hongjiu.lu@intel.com>
30113
30114 [BZ #18822]
30115 * sysdeps/unix/sysv/linux/x86_64/init-first.c
30116 (__syscall_clock_gettime): Add attribute_hidden.
30117 * sysdeps/unix/sysv/linux/x86_64/makecontext.c
30118 (__start_context): Likewise.
30119
30120 2017-08-21 H.J. Lu <hongjiu.lu@intel.com>
30121
30122 * include/libc-symbols.h (__hidden_proto_hiddenattr): New for
30123 building libc.a.
30124 (hidden_proto): Likewise.
30125 (hidden_tls_proto): Likewise.
30126 (__hidden_proto): Likewise.
30127
30128 2017-08-21 H.J. Lu <hongjiu.lu@intel.com>
30129
30130 * include/libc-symbols.h (attribute_hidden): Enable hidden
30131 visibility in libc.a compiled with PIE.
30132
30133 2017-08-21 H.J. Lu <hongjiu.lu@intel.com>
30134
30135 [BZ #18822]
30136 * sysdeps/unix/sysv/linux/x86/libc-vdso.h (VDSO_SYMBOL(getcpu)):
30137 Add attribute_hidden.
30138
30139 2017-08-21 H.J. Lu <hongjiu.lu@intel.com>
30140
30141 [BZ #21864]
30142 * Makerules (all-nonlib): Add $(others-extras).
30143 * catgets/Makefile (others-extras): New.
30144 * elf/Makefile (others-extras): Likewise.
30145 * nss/Makefile (others-extras): Likewise.
30146
30147 2017-08-21 H.J. Lu <hongjiu.lu@intel.com>
30148
30149 [BZ #18822]
30150 * csu/libc-start.c (__libc_multiple_libcs): Removed.
30151 * elf/dl-open.c: Include <libc-internal.h>.
30152 (__libc_multiple_libcs): Removed.
30153 * elf/dl-sysdep.c: Include <libc-internal.h> instead of
30154 <hp-timing.h>.
30155 * include/libc-internal.h (__libc_multiple_libcs): New.
30156 * misc/sbrk.c: Include <libc-internal.h>.
30157 (__libc_multiple_libcs): Removed.
30158
30159 2017-08-21 H.J. Lu <hongjiu.lu@intel.com>
30160
30161 [BZ #18822]
30162 * grp/initgroups.c (__nss_group_database): Removed.
30163 (__nss_initgroups_database): Likewise.
30164 * nscd/gai.c (__nss_hosts_database): Likewise.
30165 * nss/XXX-lookup.c (DATABASE_NAME_SYMBOL): Likewise.
30166 * posix/tst-rfc3484-2.c (__nss_hosts_database): Likewise.
30167 * posix/tst-rfc3484-3.c (__nss_hosts_database): Likewise.
30168 * posix/tst-rfc3484.c (__nss_hosts_database): Likewise.
30169 * sysdeps/posix/getaddrinfo.c (__nss_hosts_database): Likewise.
30170 * nss/getXXent.c (INTERNAL (REENTRANT_GETNAME)): Add
30171 attribute_hidden.
30172 * nss/nsswitch.c (__nss_database_custom): Define only if
30173 USE_NSCD is defined.
30174 (__nss_configure_lookup): Use __nss_database_custom only if
30175 USE_NSCD is defined.
30176 * nss/nsswitch.h (__nss_database_custom): Declare only if
30177 USE_NSCD is defined. Add attribute_hidden.
30178 (__nss_setent): Add attribute_hidden.
30179 (__nss_endent): Likewise.
30180 (__nss_getent_r): Likewise.
30181 (__nss_getent): Likewise.
30182 (DEFINE_DATABASE): Declare __nss_##arg##_database.
30183
30184 2017-08-20 H.J. Lu <hongjiu.lu@intel.com>
30185
30186 [BZ #18822]
30187 * sysdeps/unix/sysv/linux/i386/glob64.c (__old_glob64): Add
30188 libc_hidden_proto and libc_hidden_def.
30189
30190 2017-08-20 H.J. Lu <hongjiu.lu@intel.com>
30191
30192 [BZ #18822]
30193 * sysdeps/unix/sysv/linux/i386/olddirent.h (__old_readdir64):
30194 Add libc_hidden_proto.
30195 * sysdeps/unix/sysv/linux/i386/readdir64.c (__old_readdir64):
30196 Add libc_hidden_def.
30197
30198 2017-08-20 H.J. Lu <hongjiu.lu@intel.com>
30199
30200 [BZ #21974]
30201 * gmon/Makefile (routines): Remove bb_init_func and
30202 bb_exit_func.
30203 (elide-routines.os): Removed.
30204 * gmon/bb_exit_func.c: Likewise.
30205 * gmon/bb_init_func.c: Likewise.
30206 * include/sys/gmon.h (__bb): Likewise.
30207 (__bb_init_func): Likewise.
30208 (__bb_exit_func): Likewise.
30209 * sysdeps/alpha/bb_init_func.S: Likewise.
30210
30211 2017-08-20 H.J. Lu <hongjiu.lu@intel.com>
30212
30213 * debug/longjmp_chk.c (____longjmp_chk): Moved to ...
30214 * include/setjmp.h (____longjmp_chk): Here. Add
30215 attribute_hidden.
30216
30217 2017-08-19 H.J. Lu <hongjiu.lu@intel.com>
30218
30219 [BZ #18822]
30220 * sysdeps/x86_64/multiarch/strcspn-c.c (STRCSPN_SSE2): Add
30221 attribute_hidden.
30222 (__strspn_sse2): Likewise.
30223
30224 2017-08-18 Adhemerval Zanella <adhemerval.zanella@linaro.org>
30225
30226 * sysdeps/generic/not-cancel.h (close_not_cancel): Remove macro.
30227 (close_not_cancel_no_status): Likewise.
30228 (__close_nocancel): New macro.
30229 (__close_nocancel_nostatus): Likewise.
30230 * sysdeps/unix/sysv/linux/not-cancel.h (__close_nocancel): Remove
30231 macro.
30232 (close_not_cancel): Likewise.
30233 (close_not_cancel_no_status): Likewise.
30234 (__close_nocancel): New prototype.
30235 (__close_nocancel_nostatus): New function.
30236 * sysdeps/unix/sysv/linux/close.c (__close_nocancel): New function.
30237 * catgets/open_catalog.c (__open_catalog): Replace
30238 close_not_cancel{_no_status) with __close_nocancel{_nostatus}.
30239 * gmon/gmon.c (write_gmon): Likewise.
30240 * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
30241 * intl/loadmsgcat.c (close): Likewise.
30242 * io/ftw.c (open_dir_stream): Likewise.
30243 (ftw_startup): Likewise.
30244 * libio/fileops.c (_IO_file_open): Likewise.
30245 (_IO_file_close_mmap): Likewise.
30246 (_IO_file_close): Likewise.
30247 * libio/iopopen.c (_IO_dup2): Likewise.
30248 * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
30249 * locale/loadlocale.c (_nl_load_locale): Likewise.
30250 * login/utmp_file.c (pututline_file): Likewise.
30251 (endutent_file): Likewise.
30252 * misc/daemon.c (daemon): Likewise.
30253 * nscd/nscd_getai.c (__nscd_getai): Likewise.
30254 * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
30255 * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
30256 * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
30257 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
30258 * nscd/nscd_helper.c (open_socket): Likewise.
30259 (__nscd_open_socket): Likewise.
30260 * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
30261 * nscd/nscd_netgroup.c (__nscd_setnetgrent): Likewise.
30262 (__nscd_innetgr): Likewise.
30263 * nss/nss_db/db-open.c (internal_setent): Likewise.
30264 * resolv/res-close.c (__res_iclose): Likewise.
30265 * sunrpc/pm_getmaps.c (pmap_getmaps): Likewise.
30266 * sysdeps/posix/closedir.c (__closedir): Likewise.
30267 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Likewise.
30268 * sysdeps/posix/getcwd.c (__getcwd): Likewise.
30269 * sysdeps/posix/opendir.c (tryopen_o_directory): Likewise.
30270 (opendir_tail): Likewise.
30271 * sysdeps/posix/spawni.c (__spawni_child): Likewise.
30272 * sysdeps/unix/sysv/linux/check_native.c (__check_native): Likewise.
30273 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
30274 * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
30275 * sysdeps/unix/sysv/linux/gethostid.c (sethostid): Likewise.
30276 (gethostid): Likewise.
30277 * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Likewise.
30278 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
30279 Likewise.
30280 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
30281 * sysdeps/unix/sysv/linux/grantpt.c (close_all_fds): Likewise.
30282 * sysdeps/unix/sysv/linux/i386/smp.h (is_smp_system): Likewise.
30283 * sysdeps/unix/sysv/linux/ia64/has_cpuclock.c (has_cpuclock):
30284 Likewise.
30285 * sysdeps/unix/sysv/linux/if_index.c (__if_nametoindex): Likewise.
30286 * sysdeps/unix/sysv/linux/libc_fatal.c (backtrace_and_maps): Likewise.
30287 * sysdeps/unix/sysv/linux/malloc-sysdep.h (check_may_shrink_heap):
30288 Likewise.
30289 * sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink): Likewise.
30290 * sysdeps/unix/sysv/linux/pthread_getname.c (pthread_getname_np):
30291 Likewise.
30292 * sysdeps/unix/sysv/linux/pthread_setname.c (pthread_setname_np):
30293 Likewise.
30294 * sysdeps/unix/sysv/linux/spawni.c (__spawni_child): Likewise.
30295 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Likewise.
30296 * sysdeps/unix/sysv/linux/Versions (libc) [GLIBC_PRIVATE]: Add
30297 __close_nocancel.
30298
30299 * sysdeps/generic/not-cancel.h (openat_not_cancel): Remove macro.
30300 (openat_not_cancel_3): Likewise.
30301 (openat64_not_cancel_3): Likewise).
30302 (openat_not_cancel_3): Likewise).
30303 * sysdeps/unix/sysv/linux/not-cancel.h (openat_not_cancel): Remove
30304 macro.
30305 (openat_not_cancel_3): Likewise.
30306 (openat64_not_cancel): Likewise.
30307 (openat64_not_cancel_3): Likewise.
30308 * sysdeps/unix/sysv/linux/openat.c (__openat_nocancel): New function.
30309 * sysdeps/unix/sysv/linux/openat64.c (__openat64_nocancel): Likewise.
30310 * io/ftw.c (open_dir_stream): Replace openat{64}_not_cancel{_3} with
30311 __open{64}_nocancel.
30312 * sysdeps/mach/hurd/opendir.c (__opendirat): Likewise.
30313 * sysdeps/posix/getcwd.c (__getcwd): Likewise.
30314 * sysdeps/posix/opendir.c (__opendirat): Likewise.
30315
30316 2017-08-18 H.J. Lu <hongjiu.lu@intel.com>
30317
30318 [BZ #18822]
30319 * include/argz.h (__argz_create_sep): New function prototype.
30320 (__argz_append): Likewise.
30321 (__argz_add): Likewise.
30322 (__argz_add_sep): Likewise.
30323 (__argz_delete): Likewise.
30324 (__argz_insert): Likewise.
30325 (__argz_replace): Likewise.
30326 * string/argz.h (__argz_create_sep): Removed.
30327 (__argz_append): Likewise.
30328 (__argz_add): Likewise.
30329 (__argz_add_sep): Likewise.
30330 (__argz_delete): Likewise.
30331 (__argz_insert): Likewise.
30332 (__argz_replace): Likewise.
30333
30334 2017-08-18 H.J. Lu <hongjiu.lu@intel.com>
30335
30336 * elf/elf.h (NT_GNU_PROPERTY_TYPE_0): New.
30337 (NOTE_GNU_PROPERTY_SECTION_NAME): Likewise.
30338 (GNU_PROPERTY_STACK_SIZE): Likewie.
30339 (GNU_PROPERTY_NO_COPY_ON_PROTECTED): Likewie.
30340 (GNU_PROPERTY_LOPROC): Likewise.
30341 (GNU_PROPERTY_HIPROC): Likewise.
30342 (GNU_PROPERTY_LOUSER): Likewise.
30343 (GNU_PROPERTY_HIUSER): Likewise.
30344 (GNU_PROPERTY_X86_ISA_1_USED): Likwise.
30345 (GNU_PROPERTY_X86_ISA_1_NEEDED): Likwise.
30346 (GNU_PROPERTY_X86_FEATURE_1_AND): Likwise.
30347 (GNU_PROPERTY_X86_ISA_1_486): Likwise.
30348 (GNU_PROPERTY_X86_ISA_1_586): Likwise.
30349 (GNU_PROPERTY_X86_ISA_1_686): Likwise.
30350 (GNU_PROPERTY_X86_ISA_1_SSE): Likwise.
30351 (GNU_PROPERTY_X86_ISA_1_SSE2): Likwise.
30352 (GNU_PROPERTY_X86_ISA_1_SSE3): Likwise.
30353 (GNU_PROPERTY_X86_ISA_1_SSSE3): Likwise.
30354 (GNU_PROPERTY_X86_ISA_1_SSE4_1): Likwise.
30355 (GNU_PROPERTY_X86_ISA_1_SSE4_2): Likwise.
30356 (GNU_PROPERTY_X86_ISA_1_AVX): Likwise.
30357 (GNU_PROPERTY_X86_ISA_1_AVX2): Likwise.
30358 (GNU_PROPERTY_X86_ISA_1_AVX512F): Likwise.
30359 (GNU_PROPERTY_X86_ISA_1_AVX512CD): Likwise.
30360 (GNU_PROPERTY_X86_ISA_1_AVX512ER): Likwise.
30361 (GNU_PROPERTY_X86_ISA_1_AVX512PF): Likwise.
30362 (GNU_PROPERTY_X86_ISA_1_AVX512VL): Likwise.
30363 (GNU_PROPERTY_X86_ISA_1_AVX512DQ): Likwise.
30364 (GNU_PROPERTY_X86_ISA_1_AVX512BW): Likwise.
30365 (GNU_PROPERTY_X86_FEATURE_1_IBT): Likwise.
30366 (GNU_PROPERTY_X86_FEATURE_1_SHSTK): Likwise.
30367
30368 2017-08-18 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
30369
30370 * misc/sys/cdefs.h (__HAVE_GENERIC_SELECTION): Define to 0, if
30371 in C++ mode.
30372
30373 2017-08-18 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
30374
30375 [BZ #21930]
30376 * math/math.h (isinf): Check if in C or C++ mode before using
30377 __builtin_types_compatible_p, since this is a C mode feature.
30378
30379 2017-08-18 Adhemerval Zanella <adhemerval.zanella@linaro.org>
30380
30381 * sysdeps/generic/not-cancel.h (write_not_cancel): Remove macro.
30382 (__write_nocancel): New macro.
30383 * sysdeps/unix/sysv/linux/not-cancel.h (__write_nocancel):
30384 Rewrite as a function prototype.
30385 (write_not_cancel): Remove macro.
30386 * sysdeps/unix/sysv/linux/write.c (__write_nocancel): New function.
30387 * gmon/gmon.c (ERR): Replace write_not_cancel with __write_nocancel.
30388 (write_gmon): Likewise.
30389 * libio/fileops.c (_IO_new_file_write): Likewise.
30390 * login/utmp_file.c (pututline_file): Likewise.
30391 (updwtmp_file): Likewise.
30392 * stdio-common/psiginfo.c (psiginfo): Likewise.
30393 * sysdeps/posix/spawni.c (__spawni_child): Likewise.
30394 * sysdeps/unix/sysv/linux/gethostid.c (sethostid): Likewise.
30395 * sysdeps/unix/sysv/linux/libc_fatal.c (backtrace_and_maps):
30396 Likewise.
30397 * sysdeps/unix/sysv/linux/pthread_setname.c (pthread_setname_np):
30398 Likewise.
30399
30400 * sysdeps/generic/not-cancel.h (read_not_cancel): Remove macro.
30401 (__read_nocancel): New macro.
30402 * sysdeps/unix/sysv/linux/Versions (libc) [GLIBC_PRIVATE]: Add
30403 __read_nocancel.
30404 * sysdeps/unix/sysv/linux/not-cancel.h (__read_nocancel): Remove
30405 macro.
30406 (__read_nocancel): New prototype.
30407 * sysdeps/unix/sysv/linux/read.c (__read_nocancel): New function.
30408 * catgets/open_catalog.c (__open_catalog): Replace read_not_cancel
30409 with __read_nocancel.
30410 * intl/loadmsgcat.c (read): Likewise.
30411 * libio/fileops.c (_IO_file_read): Likewise.
30412 * locale/loadlocale.c (_nl_load_locale): Likewise.
30413 * login/utmp_file.c (getutent_r_file): Likewise.
30414 (internal_getut_r): Likewise.
30415 (getutline_r_file): Likewise.
30416 * sysdeps/unix/sysv/linux/fips-private.h (fips_enable_p): Likewise.
30417 * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
30418 * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Likewise.
30419 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
30420 Likewise.
30421 * sysdeps/unix/sysv/linux/getsysstats.c (next_line): Likewise.
30422 * sysdeps/unix/sysv/linux/i386/smp.h (is_smp_system): Likewise.
30423 * sysdeps/unix/sysv/linux/ia64/has_cpuclock.c (has_cpuclock):
30424 Likewise.
30425 * sysdeps/unix/sysv/linux/libc_fatal.c (backtrace_and_maps):
30426 Likewise.
30427 * sysdeps/unix/sysv/linux/malloc-sysdep.h (check_may_shrink_heap):
30428 Likewise.
30429 * sysdeps/unix/sysv/linux/pthread_getname.c (pthread_getname_np):
30430 Likewise.
30431 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Likewise.
30432
30433 2017-08-18 H.J. Lu <hongjiu.lu@intel.com>
30434
30435 [BZ #21966]
30436 * sysdeps/x86_64/fpu/multiarch/ifunc-mathvec-avx2.h
30437 (IFUNC_SELECTOR): Don't use the AVX2 version if FMA isn't
30438 usable.
30439
30440 2017-08-17 DJ Delorie <dj@redhat.com>
30441
30442 * bug17079.c: Update to new test harness.
30443 * test-digits-dots.c: Likewise.
30444 * test-netdb.c: Likewise.
30445 * tst-field.c: Likewise.
30446 * tst-nss-getpwent.c: Likewise.
30447 * tst-nss-static.c: Likewise.
30448 * tst-nss-test1.c: Likewise.
30449 * tst-nss-test2.c: Likewise.
30450 * tst-nss-test3.c: Likewise.
30451 * tst-nss-test4.c: Likewise.
30452 * tst-nss-test5.c: Likewise.
30453
30454 2017-08-17 Adhemerval Zanella <adhemerval.zanella@linaro.org>
30455
30456 * sysdeps/generic/not-cancel.h (open_not_cancel): Remove macro.
30457 (open_not_cancel_2): Likewise.
30458 (open_nocancel): New macro.
30459 (open64_nocancel): Likewise.
30460 * sysdeps/unix/sysv/linux/not-cancel.h (open_not_cancel): Remove macro.
30461 (open_not_cancel_2): Likewise.
30462 (__open_nocancel): New prototype.
30463 (__open64_nocancel): Likewise.
30464 * sysdeps/unix/sysv/linux/Versions (libc) [GLIBC_PRIVATE]: Add
30465 __open_nocancel.
30466 * sysdeps/unix/sysv/linux/open.c (__open_nocancel): New function.
30467 * sysdeps/unix/sysv/linux/open64.c (__open64_nocancel): Likewise.
30468 * catgets/open_catalog.c (__open_catalog): Replace open_not_cancel{_2}
30469 with __open_nocancel.
30470 * csu/check_fds.c (check_one_fd): Likewise.
30471 * gmon/gmon.c (write_gmon): Likewise.
30472 * iconv/gconv_cache.c (__gconv_load_cached): Likewise.
30473 * intl/loadmsgcat.c (open): Likewise.
30474 * libio/fileops.c (_IO_file_open): Likewise.
30475 * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
30476 * locale/loadlocale.c (_nl_load_locale): Likewise.
30477 * login/utmp_file.c (setutent_file): Likewise.
30478 * misc/daemon.c (daemon): Likewise.
30479 * nss/nss_db/db-open.c (internal_setent): Likewise.
30480 * sysdeps/mach/hurd/opendir.c (__opendirat): Likewise.
30481 * sysdeps/posix/libc_fatal.c (__libc_message): Likewise.
30482 * sysdeps/posix/opendir.c (tryopen_o_directory): Likewise.
30483 (__opendir): Likewise.
30484 * sysdeps/posix/spawni.c (__spawni_child): Likewise.
30485 * sysdeps/unix/sysv/linux/fips-private.h (fips_enable_p): Likewise.
30486 * sysdeps/unix/sysv/linux/gethostid.c (sethostid): Likewise.
30487 (gethostid): Likewise.
30488 * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Likewise.
30489 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
30490 Likewise.
30491 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
30492 * sysdeps/unix/sysv/linux/grantpt.c (__close_all_fds): Likewise.
30493 * sysdeps/unix/sysv/linux/i386/smp.h (is_smp_system): Likewise.
30494 * sysdeps/unix/sysv/linux/ia64/has_cpuclock.c (has_cpuclock):
30495 Likewise.
30496 * sysdeps/unix/sysv/linux/libc_fatal.c (backtrace_and_maps):
30497 Likewise.
30498 * sysdeps/unix/sysv/linux/malloc-sysdep.h (check_may_shrink_heap):
30499 Likewise.
30500 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
30501 Likewise.
30502 * sysdeps/unix/sysv/linux/pthread_getname.c (pthread_getname_np):
30503 Likewise.
30504 * sysdeps/unix/sysv/linux/pthread_setname.c (pthread_setname_np):
30505 Likewise.
30506 * sysdeps/unix/sysv/linux/spawni.c (__spawni_child): Likewise.
30507 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Likewise.
30508
30509 2017-08-17 Wilco Dijkstra <wdijkstr@arm.com>
30510
30511 * benchtests/bench-skeleton.c (main): Add support for
30512 latency benchmarking.
30513 * benchtests/scripts/bench.py: Add support for latency benchmarking.
30514
30515 2017-08-17 H.J. Lu <hongjiu.lu@intel.com>
30516
30517 * Makeconfig (+link-pie-before-libc): Add CRT-* hook to override
30518 the startup object.
30519
30520 2017-08-17 Florian Weimer <fweimer@redhat.com>
30521
30522 * include/sys/socket.h (__opensock): Remove internal_function.
30523 * socket/opensock.c (__opensock): Likewise.
30524 * sysdeps/unix/sysv/linux/opensock.c (__opensock): Likewise.
30525
30526 2017-08-16 Joseph Myers <joseph@codesourcery.com>
30527
30528 [BZ #21944]
30529 * signal/bits/types/__sigval_t.h: New file.
30530 * signal/Makefile (headers): Add bits/types/__sigval_t.h.
30531 * signal/bits/types/sigval_t.h: Include <bits/types/__sigval_t.h>
30532 and define sigval_t using __sigval_t.
30533 * include/bits/types/__sigval_t.h: New file.
30534 * bits/types/sigevent_t.h: Include <bits/types/__sigval_t.h>
30535 instead of <bits/types/__sigval_t.h>.
30536 (struct sigevent): Use __sigval_t instead of sigval_t.
30537 * bits/types/siginfo_t.h: Include <bits/types/__sigval_t.h>
30538 instead of <bits/types/__sigval_t.h>.
30539 (siginfo_t): Use __sigval_t instead of sigval_t.
30540 * sysdeps/unix/sysv/linux/bits/types/sigevent_t.h: Include
30541 <bits/types/__sigval_t.h> instead of <bits/types/__sigval_t.h>.
30542 (struct sigevent): Use __sigval_t instead of sigval_t.
30543 * sysdeps/unix/sysv/linux/bits/types/siginfo_t.h: Include
30544 <bits/types/__sigval_t.h> instead of <bits/types/__sigval_t.h>.
30545 (siginfo_t): Use __sigval_t instead of sigval_t.
30546 * signal/signal.h [__USE_MISC]: Include <bits/types/sigval_t.h>.
30547
30548 2017-08-16 H.J. Lu <hongjiu.lu@intel.com>
30549
30550 * NEWS: Remove "[Add new features here]" for 2.27.
30551
30552 2017-08-16 Joseph Myers <joseph@codesourcery.com>
30553
30554 * sysdeps/unix/sysv/linux/sh/localplt.data: Allow abort in
30555 libc.so.
30556
30557 2017-08-16 H.J. Lu <hongjiu.lu@intel.com>
30558
30559 * NEWS: Mention x86-64 FMA optimization.
30560
30561 2017-08-16 H.J. Lu <hongjiu.lu@intel.com>
30562
30563 [BZ #21912]
30564 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
30565 Add e_expf-fma.
30566 * sysdeps/x86_64/fpu/multiarch/e_expf-fma.S: New file.
30567 * sysdeps/x86_64/fpu/multiarch/e_expf.c: Likewise.
30568 * sysdeps/x86_64/fpu/multiarch/ifunc-fma.h: Likewise.
30569
30570 2017-08-16 Andreas Schwab <schwab@suse.de>
30571
30572 [BZ #16750]
30573 CVE-2009-5064
30574 * elf/ldd.bash.in: Never run file directly.
30575
30576 2017-08-15 H.J. Lu <hongjiu.lu@intel.com>
30577
30578 [BZ #21955]
30579 * sysdeps/x86_64/fpu/e_expf.S (L(SP_RANGE)): Aligned to 8 bytes.
30580 (L(SP_INF_0)): Likewise.
30581
30582 2017-08-15 Florian Weimer <fweimer@redhat.com>
30583
30584 * gmon/Makefile (tests-special): Add tst-gmon-prof only if
30585 run-built-tests.
30586
30587 2017-08-15 Florian Weimer <fweimer@redhat.com>
30588
30589 Remove BROKEN_THREAD_SIGNALS support for LinuxThreads.
30590 * sysdeps/pthread/aio_misc.c (__aio_enqueue_request): Remove
30591 BROKEN_THREAD_SIGNALS code.
30592 * sysdeps/ppthread/aio_misc.h (struct waitlist, struct
30593 request_list): Remove caller_pid member used for
30594 BROKEN_THREAD_SIGNALS.
30595 [BROKEN_THREAD_SIGNALS] (__aio_notify_only): Remove declaration.
30596 * sysdeps/pthread/aio_notify.c (__aio_notify_only, __aio_notify):
30597 Remove BROKEN_THREAD_SIGNALS support.
30598 * sysdeps/pthread/aio_suspend.c (aio_suspend): Likewise.
30599 * sysdeps/pthread/lio_listio.c (lio_listio_internal): Likewise.
30600
30601 2017-08-15 Florian Weimer <fweimer@redhat.com>
30602
30603 * gmon/Makefile (tests): Add tst-gmon.
30604 (CFLAGS-tst-gmon.c, LDFLAGS-tst-gmon, CRT-tst-gmon, tst-gmon-ENV):
30605 Set.
30606 (tests-special): Add tst-gmon-prof.out.
30607 (tst-gmon.out): Depend on clean-tst-gmon-data.
30608 (clean-tst-gmon-data, tst-gmon-gprof.out): New targets.
30609 * gmon/tst-gmon.c, gmon/tst-gmon-gprof.sh: New files.
30610 * Makeconfig (+link-before-libc): Add CRT-* hook to override the
30611 startup object.
30612 * aclocal.m4 (GPROF): Set and substitute.
30613 * config.amke.in (GPROF): Set.
30614 * configure: Regenerate.
30615
30616 2017-08-15 Gustavo Romero <gromero@linux.vnet.ibm.com>
30617
30618 * elf/elf.h A (NT_PPC_TAR): New macro.
30619 (NT_PPC_PPR): Likewise.
30620 (NT_PPC_DSCR): Likewise.
30621 (NT_PPC_EBB): Likewise.
30622 (NT_PPC_PMU): Likewise.
30623 (NT_PPC_TM_CGPR): Likewise.
30624 (NT_PPC_TM_CFPR): Likewise.
30625 (NT_PPC_TM_CVMX): Likewise.
30626 (NT_PPC_TM_CVSX): Likewise.
30627 (NT_PPC_TM_SPR): Likewise.
30628 (NT_PPC_TM_CTAR): Likewise.
30629 (NT_PPC_TM_CPPR): Likewise.
30630 (NT_PPC_TM_CDSCR): Likewise.
30631
30632 2017-08-15 Florian Weimer <fweimer@redhat.com>
30633
30634 * sysdeps/i386/machine-gmon.h (mcount_internal): Declare with
30635 regparm (2) instead of internal_function.
30636 (_MCOUNT_DECL): Adjust.
30637
30638 2017-08-15 Stefan Liebler <stli@linux.vnet.ibm.com>
30639
30640 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add z14.
30641 * sysdeps/s390/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increased.
30642
30643 2017-08-14 Joseph Myers <joseph@codesourcery.com>
30644
30645 * conform/data/sys/wait.h-data (si_value): Do not expect for
30646 XPG42.
30647
30648 2017-08-14 Florian Weimer <fweimer@redhat.com>
30649
30650 [BZ #21962]
30651 NSS: Create stubs for accidentally exported lookup functions.
30652 * grp/initgroups.c (__nss_group_lookup, __nss_lookup_function):
30653 Remove declaration.
30654 * inet/ether_hton.c (__nss_ethers_lookup): Likewise.
30655 (ether_hostton): Call __nss_ethers_lookup2 instead.
30656 * inet/ether_ntoh.c (__nss_ethers_lookup): Remove declaration.
30657 (ether_ntohost): Call __nss_ethers_lookup2 instead.
30658 * inet/getnetgrent_r.c (__nss_netgroup_lookup): Remove declaration.
30659 (setup): Call __nss_netgroup_lookup2 instead.
30660 * nss/Makefile (routines): Add compat-lookup.
30661 * nss/Versions (GLIBC_2.27): Add symbol version.
30662 * nss/XXX-lookup (DB_LOOKUP_FCT): Remove declaration. Now provided by <nsswitch.h>.
30663 (DB_COMPAT_FCT): Remove.
30664 * nss/compat-lookup.c: New file.
30665 * nss/nsswitch.h: Generate __nss_*_lookup2 function prototypes
30666 from databases.def.
30667 * nss/service-lookup.c (NO_COMPAT): Remove definition.
30668 * sunrpc/netname.c (__nss_publickey_lookup): Remove declaration.
30669 (netname2user): Call __nss_publickey_lookup2 instead.
30670 * sunrpc/publickey.c (__nss_publickey_lookup): Remove declaration.
30671 (getpublickey, getsecretkey): Call __nss_publickey_lookup2
30672 instead.
30673
30674 2017-08-14 Adhemerval Zanella <adhemerval.zanella@linaro.org>
30675 Sergei Trofimovich <slyfox@inbox.ru>
30676
30677 [BZ #21908]
30678 * sysdeps/unix/sysv/linux/m68k/mmap_internal.h (MMAP2_PAGE_SHIFT):
30679 Rename to MMAP2_PAGE_UNIT.
30680 * sysdeps/unix/sysv/linux/mmap.c: Include mmap_internal iff
30681 __OFF_T_MATCHES_OFF64_T is not defined.
30682 * sysdeps/unix/sysv/linux/mmap_internal.h (page_unit): Declare as
30683 uint64_t.
30684 (MMAP2_PAGE_UNIT) [MMAP2_PAGE_UNIT == -1]: Redefine to page_unit.
30685 (page_unit) [MMAP2_PAGE_UNIT != -1]: Remove definition.
30686
30687 2017-08-14 Florian Weimer <fweimer@redhat.com>
30688
30689 i386: Do not set internal_function.
30690 * config.h.in (USE_REGPARMS, internal_function): Remove.
30691 * sysdeps/i386/configure.ac (USE_REGPARMS): Likewise.
30692 * sysdeps/i386/configure (USE_REGPARMS): Likewise.
30693
30694 2017-08-14 Florian Weimer <fweimer@redhat.com>
30695
30696 * elf/dl-init.c (_dl_init): Remove internal_function.
30697 * sysdeps/generic/ldsodefs.h (_dl_init): Likewise.
30698 * sysdeps/i386/dl-machine.h (RTLD_START): Adjust call to _dl_init.
30699
30700 2017-08-14 Florian Weimer <fweimer@redhat.com>
30701
30702 * elf/rtld.c (_dl_start): Remove internal_function.
30703 * sysdeps/i386/dl-machine.h (RTLD_START): Adjust call to
30704 _dl_start.
30705
30706 2017-08-14 Florian Weimer <fweimer@redhat.com>
30707
30708 * elf/dl-fini.c (_dl_fini): Remove internal_function
30709 * sysdeps/generic/ldsodefs.h (_dl_fini): Likewise.
30710
30711 2017-08-14 H.J. Lu <hongjiu.lu@intel.com>
30712
30713 * sysdeps/x86/cpu-features.h (bit_cpu_IBT): New.
30714 (bit_cpu_SHSTK): Likewise.
30715 (index_cpu_IBT): Likewise.
30716 (index_cpu_SHSTK): Likewise.
30717 (reg_IBT): Likewise.
30718 (reg_SHSTK): Likewise.
30719 * sysdeps/x86/cpu-tunables.c (TUNABLE_CALLBACK (set_hwcaps)):
30720 Handle index_cpu_IBT and index_cpu_SHSTK.
30721
30722 2017-08-14 Mike FABIAN <mfabian@redhat.com>
30723
30724 [BZ #19982]
30725 * po/fr.po: Fix spelling mistake.
30726
30727 2017-08-13 Florian Weimer <fweimer@redhat.com>
30728
30729 * elf/dl-addr.c (_dl_addr): Remove internal_function.
30730 * elf/dl-error-skeleton.c (_dl_signal_error, _dl_signal_cerror)
30731 (_dl_catch_error, _dl_receive_error): Likewise.
30732 * elf/dl-open.c (_dl_find_dso_for_object): Likewise.
30733 * elf/dl-tls.c (_dl_allocate_tls_init, _dl_allocate_tls)
30734 (_dl_deallocate_tls): Likewise.
30735 * include/dlfcn.h (_dl_addr): Likewise.
30736 * sysdeps/generic/ldsodefs.h (_dl_signal_error, _dl_signal_cerror)
30737 (_dl_catch_error, _dl_receive_error, _dl_find_dso_for_object)
30738 (_dl_allocate_tls_init, _dl_allocate_tls, _dl_deallocate_tls):
30739 Likewise.
30740
30741 2017-08-13 Florian Weimer <fweimer@redhat.com>
30742
30743 * include/stdlib.h: (__strtof_nan, __strtod_nan, __strtold_nan)
30744 (__wcstof_nan, __wcstod_nan, __wcstold_nan): Remove
30745 internal_function.
30746 * stdlib/sttod_nan_main.c (STRTOD_NAN): Likewise.
30747
30748 2017-08-13 Florian Weimer <fweimer@redhat.com>
30749
30750 * elf/dl-support.c (_dl_make_stack_executable_hook): Remove
30751 internal_function.
30752 * nptl/allocatestack.c (__make_stacks_executable): Likewise.
30753 * nptl/pthreadP.h (__make_stacks_executable): Likewise.
30754 * sysdeps/generic/ldsodefs.h (_rtld_global): Remove
30755 internal_function from _dl_make_stack_executable_hook member.
30756 (_dl_make_stack_executable): Remove internal_function.
30757 * sysdeps/mach/hurd/dl-execstack.c (_dl_make_stack_executable):
30758 Likewise.
30759 * sysdeps/unix/sysv/linux/dl-execstack.c
30760 (_dl_make_stack_executable): Likewise.
30761
30762 2017-08-13 Florian Weimer <fweimer@redhat.com>
30763
30764 * sysdeps/unix/sysv/linux/netlinkaccess.h
30765 (__netlink_assert_response): Remove internal_function.
30766 * sysdeps/unix/sysv/linux/netlink_assert_response.c
30767 (__netlink_assert_response): Likewise.
30768
30769 2017-08-13 Florian Weimer <fweimer@redhat.com>
30770
30771 * include/rpc/pmap_clnt.h (__libc_rpc_getport): Remove
30772 internal_function.
30773 * sunrpoc/pm_getport.c (__libc_rpc_getport): Likewise.
30774
30775 2017-08-13 Florian Weimer <fweimer@redhat.com>
30776
30777 * grp/grp-merge.h (__copy_grp, __merge_grp): Remove
30778 internal_function.
30779 * grp/grp-merge.c (__copy_grp, __merge_grp): Likewise.
30780 * inet/netgroup.h (__internal_setnetgrent)
30781 (__internal_endnetgrent,__internal_getnetgrent_r): Likewise.
30782 * inet/getnetgrent_r.c (__internal_setnetgrent)
30783 (__internal_endnetgrent,__internal_getnetgrent_r): Likewise.
30784 * nss/XXX-lookup.c (DB_LOOKUP_FCT, DB_COMPAT_FCT): Likewise.
30785 * nss/getXXbyYY_r.c (DB_LOOKUP_FCT): Likewise.
30786 * nss/getXXent_r.c (DB_LOOKUP_FCT): Likewise.
30787 * nss/nsswitch.h (db_lookup_function): Likewise.
30788
30789 2017-08-13 Florian Weimer <fweimer@redhat.com>
30790
30791 * debug/fortify_fail.c (__fortify_fail, __fortify_fail_abort):
30792 Remove internal_function.
30793 * include/stdio.h (__fortify_fail, __fortify_fail_abort): Likewise.
30794 * sysdeps/mach/hurd/i386/____longjmp_chk.S (CALL_FAIL): Pass
30795 message argument on the stack.
30796 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S (CALL_FAIL):
30797 Likeweise.
30798
30799 2017-08-12 Mike FABIAN <mfabian@redhat.com>
30800
30801 Adapt test case data to the changes in the thousands
30802 separators.
30803
30804 [BZ #20756]
30805 * localedata/tst-langinfo.sh: Adapt test case data.
30806 * stdlib/tst-strfmon_l.c: Likewise.
30807 * stdlib/tst-strtod4.c: Likewise.
30808 * stdlib/tst-strtod5i.c: Likewise.
30809
30810 2017-08-11 Florian Weimer <fweimer@redhat.com>
30811
30812 [BZ #21242]
30813 * assert/assert.h [__GNUC__ && !__STRICT_ANSI__] (assert):
30814 Suppress pedantic warning resulting from statement expression.
30815 (__ASSERT_FUNCTION): Add missing __extension__.
30816
30817 2017-08-11 Siddhesh Poyarekar <siddhesh@sourceware.org>
30818
30819 * benchtests/bench-memmove-large.c: Print output in JSON
30820 format.
30821 * benchtests/bench-memmove.c: Likewise.
30822
30823 * benchtests/bench-memccpy.c (do_one_test): Remove checks.
30824 * benchtests/bench-memchr.c (do_one_test): Likewise.
30825 * benchtests/bench-memcpy-large.c (do_one_test): Likewise.
30826 * benchtests/bench-memcpy.c (do_one_test): Likewise.
30827 * benchtests/bench-memmove-large.c (do_one_test): Likewise.
30828 * benchtests/bench-memmove.c (do_one_test): Likewise.
30829 * benchtests/bench-memset-large.c (do_one_test): Likewise.
30830 * benchtests/bench-memset.c (do_one_test): Likewise.
30831 * benchtests/bench-string.h (test_init): Remove memsets.
30832
30833 2017-08-10 Rical Jasan <ricaljasan@pacific.net>
30834
30835 * manual/lang.texi
30836 (Computing the Width of an Integer Data Type): Rename section to
30837 "Width of an Integer Type". Remove inaccurate statement regarding
30838 lack of C language facilities for determining width of integer
30839 types, and reorder content to improve flow and context of
30840 discussion.
30841
30842 2017-08-10 Rical Jasan <ricaljasan@pacific.net>
30843
30844 * lang.texi (va_copy): Change standard from ISO to C99.
30845 (__va_copy): Add standard and header annotation.
30846 Update description for clarity of origins and current use.
30847
30848 2017-08-10 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
30849
30850 [BZ #21941]
30851 * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrtf128): Since
30852 xssqrtqp requires operands to be in Vector Registers
30853 (Altivec/VMX), replace the register constraint 'wq' with 'v'.
30854 * sysdeps/powerpc/powerpc64le/power9/fpu/e_sqrtf128.c
30855 (__ieee754_sqrtf128): Likewise.
30856
30857 2017-08-10 Wilco Dijkstra <wdijkstr@arm.com>
30858
30859 * sysdeps/aarch64/memcmp.S (memcmp):
30860 Rewrite of optimized memcmp.
30861
30862 2017-08-10 Florian Weimer <fweimer@redhat.com>
30863
30864 Introduce ld.so exceptions.
30865 * sysdeps/generic/ldsodefs.h (struct dl_exception): Define.
30866 (_dl_exception_create, _dl_exception_create_format)
30867 (_dl_exception_free, _dl_signal_exception, _dl_signal_cexception)
30868 (_dl_catch_exception): Declare.
30869 (_dl_catch_error): Update comment.
30870 * elf/dl-error-skeleton.c (struct catch): Replace objname,
30871 errstring, malloced members with exception member.
30872 (_dl_out_of_memory): Remove.
30873 (fatal_error): New function, extracted from _dl_signal_error.
30874 (_dl_signal_exception, _dl_signal_cexception): New functions.
30875 (_dl_signal_error): Call _dl_exception_create to allocate an
30876 exception object.
30877 (_dl_catch_exception): New function, based on _dl_catch_error.
30878 (_dl_catch_error): Implement using _dl_catch_exception.
30879 * elf/dl-exception.c: New file.
30880 * elf/Makefile (dl-routines): Add dl-exception.
30881 (elide-routines.os): Likewise.
30882 * elf/Version (ld/GLIBC_PRIVATE): Add _dl_exception_create,
30883 _dl_exception_create_format, _dl_exception_free.
30884 * elf/dl-deps.c (_dl_map_object_deps): Use _dl_catch_exception and
30885 _dl_signal_exception.
30886 * elf/dl-lookup.c (make_string): Remove.
30887 (_dl_lookup_symbol_x): Use _dl_exception_create_format,
30888 _dl_signal_cexception, _dl_exception_free.
30889 * elf/dl-open.c (_dl_open): Use _dl_catch_exception and
30890 _dl_signal_exception.
30891 * elf/dl-sym.c (do_sym): Likewise.
30892 * elf/dl-version.c (make_string): Remove.
30893 (match_symbol): Use _dl_exception_create_format,
30894 _dl_signal_cexception, _dl_exception_free.
30895 (_dl_check_map_versions): Likewise.
30896 * sysdeps/generic/localplt.data (ld.so): Add _dl_signal_exception,
30897 _dl_catch_exception.
30898 * sysdeps/unix/sysv/linux/aarch64/localplt.data (ld.so): Likewise.
30899 * sysdeps/unix/sysv/linux/alpha/localplt.data (ld.so): Likewise.
30900 * sysdeps/unix/sysv/linux/arm/localplt.data (ld.so): Likewise.
30901 * sysdeps/unix/sysv/linux/hppa/localplt.data (ld.so): Likewise.
30902 * sysdeps/unix/sysv/linux/i386/localplt.data (ld.so): Likewise.
30903 * sysdeps/unix/sysv/linux/ia64/localplt.data (ld.so): Likewise.
30904 * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Likewise.
30905 * sysdeps/unix/sysv/linux/microblaze/localplt.data (ld.so):
30906 Likewise.
30907 * sysdeps/unix/sysv/linux/nios2/localplt.data (ld.so): Likewise.
30908 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data
30909 (ld.so): Likewise.
30910 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data
30911 (ld.so): Likewise.
30912 * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data (ld.so):
30913 Likewise.
30914 * sysdeps/unix/sysv/linux/s390/localplt.data (ld.so): Likewise.
30915 * sysdeps/unix/sysv/linux/sh/localplt.data (ld.so): Likewise.
30916 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data (ld.so):
30917 Likewise.
30918 * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data (ld.so):
30919 Likewise.
30920 * sysdeps/x86_64/localplt.data (ld.so): Likewise.
30921
30922 2017-08-10 Florian Weimer <fweimer@redhat.com>
30923
30924 * inet/net-internal.h (__inet6_scopeid_pton): Remove
30925 attribute_hidden, internal_function.
30926 * inet/inet6_scopeid_pton.c (__inet6_scopeid_pton): Remove
30927 internal_function.
30928
30929 2017-08-10 Florian Weimer <fweimer@redhat.com>
30930
30931 * malloc/malloc.c (get_max_fast): Reimplement as an inline
30932 function which calls __builtin_unreachable.
30933
30934 2017-08-10 Mike FABIAN <mfabian@redhat.com>
30935
30936 * stdlib/tst-strfmon_l.c: Fix test cases to agree with the changes in
30937 Indian monetary formatting
30938 * stdlib/Makefile: Adapt list of locales needed for the tst-strfmon_l.c
30939 test cases.
30940
30941 2017-08-09 Dmitry V. Levin <ldv@altlinux.org>
30942
30943 * sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h (enum __ptrace_request):
30944 Fix typo in comment.
30945
30946 [BZ #21928]
30947 * sysdeps/unix/sysv/linux/sys/ptrace.h (enum __ptrace_flags,
30948 PTRACE_SEIZE_DEVEL): Remove.
30949 * sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h: Likewise.
30950 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
30951 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
30952 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
30953 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
30954
30955 2017-08-09 Joseph Myers <joseph@codesourcery.com>
30956
30957 * posix/bits/types.h (__qaddr_t): Remove.
30958
30959 [BZ #21457]
30960 * sysdeps/arm/sys/ucontext.h (__ctx): Move undefine further down.
30961 (ucontext_t): Use __ctx with uc_flags. Rename uc_filler to
30962 __glibc_reserved1.
30963 * sysdeps/generic/sys/ucontext.h (__ctx): New macro.
30964 (ucontext_t): Use __ctx with uc_flags.
30965 * sysdeps/i386/sys/ucontext.h (__ctx): Move undefine further down.
30966 (__ctxt): Likewise.
30967 (ucontext_t): Use __ctx with uc_flags. Rename uc_filler to
30968 __glibc_reserved1.
30969 * sysdeps/m68k/sys/ucontext.h (__ctx): Move undefine further down.
30970 (ucontext_t): Use __ctx with uc_flags. Rename uc_filler to
30971 __glibc_reserved1.
30972 * sysdeps/mips/sys/ucontext.h (__ctx): Move undefine further down.
30973 (ucontext_t): Use __ctx with uc_flags. Rename uc_filler to
30974 __glibc_reserved1.
30975 * sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h (__ctx): New
30976 macro.
30977 (ucontext_t): Use __ctx with uc_flags.
30978 * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h (__ctx): New macro.
30979 (ucontext_t): Use __ctx with uc_flags.
30980 * sysdeps/unix/sysv/linux/arm/sys/ucontext.h (__ctx): New macro.
30981 (ucontext_t): Use __ctx with uc_flags and uc_regspace.
30982 * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h (__ctx): New macro.
30983 (ucontext_t): Use __ctx with uc_flags.
30984 * sysdeps/unix/sysv/linux/m68k/sys/ucontext.h (__ctx): Move
30985 undefine further down.
30986 (ucontext_t): Use __ctx with uc_flags. Rename uc_filler to
30987 __glibc_reserved1.
30988 * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (__ctx): Move
30989 undefine further down.
30990 (ucontext_t): Use __ctx with uc_flags.
30991 * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h (__ctx): Move
30992 undefine further down.
30993 (ucontext_t): Use __ctx with uc_flags.
30994 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h (ucontext_t): Use
30995 __ctx with uc_flags, uc_regs_ptr, uc_regs and uc_reg_space.
30996 Rename uc_pad to __glibc_reserved1.
30997 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__ctx): Move
30998 undefine further down.
30999 (ucontext_t): Use __ctx with uc_flags.
31000 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h (__ctx): Move undefine
31001 further down.
31002 (ucontext_t): Use __ctx with uc_flags.
31003 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (ucontext_t): Use
31004 __ctx with uc_flags.
31005 * sysdeps/unix/sysv/linux/tile/sys/ucontext.h (__ctx): New macro.
31006 (ucontext_t): Use __ctx with uc_flags.
31007 * sysdeps/unix/sysv/linux/x86/sys/ucontext.h (ucontext_t): Use
31008 __ctx with uc_flags.
31009
31010 2017-08-09 Florian Weimer <fweimer@redhat.com>
31011
31012 [BZ #21932]
31013 * nss/getXXbyYY_r.c (REENTRANT_NAME): Call __resolv_context_put
31014 before early return.
31015
31016 2017-08-09 Andreas Schwab <schwab@suse.de>
31017
31018 [BZ #21041]
31019 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Update reference to
31020 renamed alias.
31021
31022 [BZ #21041]
31023 * nptl/Makefile (tests) [$(build-shared) = yes]: Add
31024 tst-compat-forwarder.
31025 (modules-names): Add tst-compat-forwarder-mod.
31026 ($(objpfx)tst-compat-forwarder): Depend on
31027 $(objpfx)tst-compat-forwarder-mod.so.
31028 * nptl/tst-compat-forwarder.c: New file.
31029 * nptl/tst-compat-forwarder-mod.c: New file.
31030
31031 2017-08-09 Siddhesh Poyarekar <siddhesh@sourceware.org>
31032
31033 * sysdeps/aarch64/multiarch/memcpy_falkor.S: Fix code style in
31034 comments.
31035
31036 * manual/tunables.texi (Tunable glibc.tune.cpu): Add falkor.
31037 * sysdeps/aarch64/multiarch/Makefile (sysdep_routines): Add
31038 memcpy_falkor.
31039 * sysdeps/aarch64/multiarch/ifunc-impl-list.c (MAX_IFUNC):
31040 Bump.
31041 (__libc_ifunc_impl_list): Add __memcpy_falkor.
31042 * sysdeps/aarch64/multiarch/memcpy.c: Likewise.
31043 * sysdeps/aarch64/multiarch/memcpy_falkor.S: New file.
31044 * sysdeps/unix/sysv/linux/aarch64/cpu-features.c (cpu_list):
31045 Add falkor.
31046 * sysdeps/unix/sysv/linux/aarch64/cpu-features.h (IS_FALKOR):
31047 New macro.
31048
31049 2017-08-08 Adhemerval Zanella <adhemerval.zanella@linaro.org>
31050
31051 [BZ #759]
31052 * manual/setjmp.texi (getcontex): Document uc_stack value
31053 compatibility differences.
31054
31055 2017-08-08 Joseph Myers <joseph@codesourcery.com>
31056
31057 * malloc/mcheck.c (old_free_hook): Use void * instead of __ptr_t.
31058 (old_malloc_hook): Likewise.
31059 (old_memalign_hook): Likewise.
31060 (old_realloc_hook): Likewise.
31061 (struct hdr): Likewise.
31062 (flood): Likewise.
31063 (freehook): Likewise.
31064 (mallochook): Likewise.
31065 (memalignhook): Likewise.
31066 (reallochook): Likewise.
31067 (mprobe): Likewise.
31068 * malloc/mtrace.c (mallwatch): Likewise.
31069 (tr_old_free_hook): Likewise.
31070 (tr_old_malloc_hook): Likewise.
31071 (tr_old_realloc_hook): Likewise.
31072 (tr_old_memalign_hook): Likewise.
31073 (tr_where): Likewise.
31074 (lock_and_info): Likewise.
31075 (tr_freehook): Likewise.
31076 (tr_mallochook): Likewise.
31077 (tr_reallochook): Likewise.
31078 (tr_memalignhook): Likewise.
31079 * misc/err.h [!__GNUC_VA_LIST] (__gnuc_va_list): Likewise.
31080 * misc/mmap.c (__mmap): Likewise.
31081 * misc/mmap64.c (__mmap64): Likewise.
31082 * misc/mprotect.c (__mprotect): Likewise.
31083 * misc/msync.c (msync): Likewise.
31084 * misc/munmap.c (__munmap): Likewise.
31085 * posix/posix_madvise.c (posix_madvise): Likewise.
31086 * socket/send.c (__send): Likewise.
31087 * socket/sendto.c (__sendto): Likewise.
31088 * socket/setsockopt.c (__setsockopt): Likewise.
31089 * string/memcmp.c (__ptr_t): Remove macro.
31090 (MEMCMP): Use void * instead of ptr_t.
31091 * string/memrchr.c (__ptr_t): Remove macro.
31092 (__memrchr): Use void * instead of ptr_t.
31093 * sysdeps/mach/hurd/dl-sysdep.c (__mmap): Likewise.
31094 * sysdeps/mach/hurd/mmap.c (__mmap): Likewise.
31095 * sysdeps/mach/hurd/mmap64.c (__mmap64): Likewise.
31096 * sysdeps/mach/mprotect.c (__mprotect): Likewise.
31097 * sysdeps/mach/msync.c (msync): Likewise.
31098 * sysdeps/mach/munmap.c (__munmap): Likewise.
31099 * sysdeps/mips/bits/setjmp.h (struct __jmp_buf_internal_tag):
31100 Likewise.
31101 * sysdeps/posix/getcwd.c (__getcwd): Likewise.
31102 * sysdeps/powerpc/powerpc32/memset.S (memset): Likewise.
31103 * sysdeps/powerpc/powerpc32/power4/memcpy.S (memcpy): Likewise.
31104 * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Likewise.
31105 * sysdeps/powerpc/powerpc32/power6/memcpy.S (memcpy): Likewise.
31106 * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
31107 * sysdeps/powerpc/powerpc32/power7/memcpy.S (memcpy): Likewise.
31108 * sysdeps/powerpc/powerpc32/power7/mempcpy.S (__mempcpy):
31109 Likewise.
31110 * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
31111 * sysdeps/powerpc/powerpc64/memcpy.S (memcpy): Likewise.
31112 * sysdeps/powerpc/powerpc64/memset.S (memset): Likewise.
31113 * sysdeps/powerpc/powerpc64/power4/memcpy.S (memcpy): Likewise.
31114 * sysdeps/powerpc/powerpc64/power4/memset.S (memset): Likewise.
31115 * sysdeps/powerpc/powerpc64/power6/memcpy.S (memcpy): Likewise.
31116 * sysdeps/powerpc/powerpc64/power6/memset.S (memset): Likewise.
31117 * sysdeps/powerpc/powerpc64/power7/memcpy.S (memcpy): Likewise.
31118 * sysdeps/powerpc/powerpc64/power7/mempcpy.S (__mempcpy):
31119 Likewise.
31120 * sysdeps/powerpc/powerpc64/power7/memset.S (memset): Likewise.
31121 * sysdeps/powerpc/powerpc64/power8/memset.S (memset): Likewise.
31122 * sysdeps/tile/memcmp.c (__ptr_t): Remove macro.
31123 (MEMCMP): Use void * instead of ptr_t.
31124 * sysdeps/unix/sysv/linux/alpha/oldglob.c (old_glob_t): Likewise.
31125 * sysdeps/unix/sysv/linux/mmap.c (__mmap): Likewise.
31126
31127 2017-08-08 Florian Weimer <fweimer@redhat.com>
31128
31129 * sysdeps/posix/getaddrinfo.c (gaih_inet): Remove unreachable
31130 return statement.
31131
31132 2017-08-08 H.J. Lu <hongjiu.lu@intel.com>
31133
31134 [BZ #21913]
31135 * csu/libc-tls.c: Include <startup.h> first.
31136 (__libc_setup_tls): Call _startup_fatal instead of __libc_fatal.
31137 * elf/dl-tunables.c: Include <startup.h> first.
31138 * include/libc-symbols.h (BUILD_PIE_DEFAULT): New.
31139 * sysdeps/generic/startup.h: New file.
31140 * sysdeps/unix/sysv/linux/i386/startup.h: Likewise.
31141 * sysdeps/unix/sysv/linux/i386/brk.c [BUILD_PIE_DEFAULT != 0]
31142 (I386_USE_SYSENTER): New. Defined to 0.
31143
31144 2017-08-08 Andreas Schwab <schwab@suse.de>
31145
31146 [BZ #21041]
31147 * nptl/pt-longjmp.c (longjmp, siglongjmp): Don't use IFUNC resolver.
31148 * nptl/pt-system.c (system): Likewise.
31149
31150 2017-08-07 Adhemerval Zanella <adhemerval.zanella@linaro.org>
31151
31152 [BZ #21780]
31153 * sysdeps/posix/preadv2.c (preadv2): Use ENOTSUP instead of
31154 EOPNOTSUPP.
31155 * sysdeps/posix/preadv64v2.c (preadv64v2): Likewise.
31156 * sysdeps/posix/pwritev2.c (pwritev2): Likewise.
31157 * sysdeps/posix/pwritev64v2.c (pwritev64v2): Likewise.
31158 * sysdeps/unix/sysv/linux/preadv2.c (preadv2): Likewise.
31159 * sysdeps/unix/sysv/linux/preadv64v2.c (preadv64v2): Likewise.
31160 * sysdeps/unix/sysv/linux/pwritev2.c (pwritev2): Likewise.
31161 * sysdeps/unix/sysv/linux/pwritev64v2.c (pwritev64v2): Likewise.
31162
31163 2017-08-07 Joseph Myers <joseph@codesourcery.com>
31164
31165 [BZ #21899]
31166 * bits/sigaction.h (struct sigaction): Define sa_handler and
31167 sa_sigaction using union also for [__USE_XOPEN_EXTENDED].
31168 (SA_ONSTACK): Change [__USE_UNIX98] condition to
31169 [__USE_XOPEN_EXTENDED].
31170 (SA_RESTART): Likewise.
31171 (SA_NODEFER): Likewise.
31172 (SA_RESETHAND): Likewise.
31173 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h
31174 (struct sigaction): Define sa_handler and sa_sigaction using union
31175 also for [__USE_XOPEN_EXTENDED].
31176 (SA_ONSTACK): Change [__USE_UNIX98] condition to
31177 [__USE_XOPEN_EXTENDED].
31178 (SA_RESTART): Likewise.
31179 (SA_NODEFER): Likewise.
31180 (SA_RESETHAND): Likewise.
31181 * sysdeps/unix/sysv/linux/bits/sigaction.h
31182 (struct sigaction): Define sa_handler and sa_sigaction using union
31183 also for [__USE_XOPEN_EXTENDED].
31184 (SA_ONSTACK): Change [__USE_UNIX98] condition to
31185 [__USE_XOPEN_EXTENDED].
31186 (SA_RESTART): Likewise.
31187 (SA_NODEFER): Likewise.
31188 (SA_RESETHAND): Likewise.
31189 * sysdeps/unix/sysv/linux/hppa/bits/sigaction.h
31190 (struct sigaction): Define sa_handler and sa_sigaction using union
31191 also for [__USE_XOPEN_EXTENDED].
31192 (SA_ONSTACK): Change [__USE_UNIX98] condition to
31193 [__USE_XOPEN_EXTENDED].
31194 (SA_RESTART): Likewise.
31195 (SA_NODEFER): Likewise.
31196 (SA_RESETHAND): Likewise.
31197 * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h
31198 (struct sigaction): Define sa_handler and sa_sigaction using union
31199 also for [__USE_XOPEN_EXTENDED].
31200 (SA_ONSTACK): Change [__USE_UNIX98] condition to
31201 [__USE_XOPEN_EXTENDED].
31202 (SA_RESTART): Likewise.
31203 (SA_NODEFER): Likewise.
31204 (SA_RESETHAND): Likewise.
31205 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
31206 (struct sigaction): Define sa_handler and sa_sigaction using union
31207 also for [__USE_XOPEN_EXTENDED].
31208 (SA_ONSTACK): Change [__USE_UNIX98] condition to
31209 [__USE_XOPEN_EXTENDED].
31210 (SA_RESTART): Likewise.
31211 (SA_NODEFER): Likewise.
31212 (SA_RESETHAND): Likewise.
31213 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
31214 (struct sigaction): Define sa_handler and sa_sigaction using union
31215 also for [__USE_XOPEN_EXTENDED].
31216 (SA_ONSTACK): Change [__USE_UNIX98] condition to
31217 [__USE_XOPEN_EXTENDED].
31218 (SA_RESTART): Likewise.
31219 (SA_NODEFER): Likewise.
31220 (SA_RESETHAND): Likewise.
31221 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
31222 (struct sigaction): Define sa_handler and sa_sigaction using union
31223 also for [__USE_XOPEN_EXTENDED].
31224 (SA_ONSTACK): Change [__USE_UNIX98] condition to
31225 [__USE_XOPEN_EXTENDED].
31226 (SA_RESTART): Likewise.
31227 (SA_NODEFER): Likewise. Define directly rather than as alias.
31228 (SA_RESETHAND): Likewise.
31229 (SA_INTERRUPT): Define only for [__USE_MISC].
31230 (SA_NOMASK): Define as alias of SA_NODEFER, only for [__USE_MISC].
31231 (SA_ONESHOT): Define as alias of SA_RESETHAND, only for
31232 [__USE_MISC].
31233 (SA_STACK): Define only for [__USE_MISC].
31234 * sysdeps/unix/sysv/linux/tile/bits/sigaction.h
31235 (struct sigaction): Define sa_handler and sa_sigaction using union
31236 also for [__USE_XOPEN_EXTENDED].
31237 (SA_ONSTACK): Change [__USE_UNIX98] condition to
31238 [__USE_XOPEN_EXTENDED].
31239 (SA_RESTART): Likewise.
31240 (SA_NODEFER): Likewise.
31241 (SA_RESETHAND): Likewise.
31242 (SA_NOPTRACE): Define only for [__USE_MISC].
31243
31244 * catgets/catgets.c (catgets): Use uintN_t instead of u_intN_t.
31245 * catgets/catgetsinfo.h (struct catalog_obj): Likewise.
31246 (struct catalog_info): Likewise.
31247 * inet/htontest.c (lo): Likewise.
31248 (foo): Likewise.
31249 * inet/inet_lnaof.c (inet_lnaof): Likewise.
31250 * inet/inet_net.c (inet_network): Likewise.
31251 * inet/inet_netof.c (inet_netof): Likewise.
31252 * inet/rcmd.c (__ivaliduser): Likewise.
31253 (iruserok): Likewise.
31254 * locale/loadlocale.c (_nl_intern_locale_data): Likewise.
31255 * locale/programs/locale-spec.c (locale_special): Likewise.
31256 * nis/nis_findserv.c (struct findserv_req): Likewise.
31257 (__nis_findfastest_with_timeout): Likewise.
31258 * nss/test-netdb.c (test_network): Likewise.
31259 * resolv/inet_neta.c (inet_neta): Likewise.
31260 * resolv/ns_date.c (ns_datetosecs): Likewise.
31261 (SECS_PER_DAY): Likewise.
31262 * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r):
31263 Likewise.
31264 * resolv/res_comp.c (__putlong): Likewise.
31265 (__putshort): Likewise.
31266 (_getlong): Likewise.
31267 (_getshort): Likewise.
31268 * resolv/res_debug.c (p_time): Likewise.
31269 (precsize_ntoa): Likewise.
31270 (precsize_aton): Likewise.
31271 (latlon2ul): Likewise.
31272 (loc_aton): Likewise.
31273 (loc_ntoa): Likewise.
31274 * resolv/res_hconf.c (struct netaddr): Likewise.
31275 (_res_hconf_reorder_addrs): Likewise.
31276 * sunrpc/clnt_tcp.c (clnttcp_call): Likewise.
31277 (clnttcp_control): Likewise.
31278 * sunrpc/clnt_udp.c (clntudp_call): Likewise.
31279 (clntudp_control): Likewise.
31280 * sunrpc/clnt_unix.c (clntunix_call): Likewise.
31281 (clntunix_control): Likewise.
31282 * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
31283 * sunrpc/rpc/auth.h (union des_block): Likewise.
31284 * sunrpc/tst-udp-nonblocking.c (do_test): Likewise.
31285 * sunrpc/xdr_rec.c (struct rec_strm): Likewise.
31286 (xdrrec_create): Likewise.
31287 (xdrrec_endofrecord): Likewise.
31288 (flush_out): Likewise.
31289 * sunrpc/xdr_stdio.c (xdrstdio_getlong): Likewise.
31290 (xdrstdio_putlong): Likewise.
31291 * sysdeps/unix/sysv/linux/errqueue.h (struct sock_extended_err):
31292 Likewise.
31293
31294 * misc/sys/cdefs.h (__long_double_t): Remove.
31295 * stdio-common/printf_fp.c (__printf_fp_l): Use long double
31296 instead of __long_double_t,
31297 * stdlib/strfmon_l.c (__vstrfmon_l): Likewise.
31298
31299 2017-08-07 Siddhesh Poyarekar <siddhesh@sourceware.org>
31300
31301 * benchtests/scripts/compare_strings.py: Avoid display error when
31302 running on a text terminal.
31303
31304 * benchtests/scripts/compare_strings.py (main): Add an
31305 optional -base option.
31306 (process_results): New argument base_func.
31307
31308 * benchtests/bench-memcpy.c (test_main): Use TEST_NAME instead of
31309 hardcoding memcpy.
31310 * benchtests/bench-memcpy-large.c (test_name): Likewise.
31311 * benchtests/bench-memcpy-random.c (test_name): Likewise.
31312
31313 2017-08-07 Andreas Schwab <schwab@suse.de>
31314
31315 * elf/Makefile ($(objpfx)tst-pathopt.out): Redirect output to target.
31316 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
31317 * intl/Makefile ($(objpfx)tst-gettext.out)
31318 ($(objpfx)tst-translit.out, $(objpfx)tst-gettext2.out)
31319 ($(objpfx)tst-gettext4.out, $(objpfx)tst-gettext6.out): Likewise.
31320 * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
31321 * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
31322 * nptl/Makefile ($(objpfx)tst-tls6.out): Likewise.
31323 * posix/Makefile ($(objpfx)globtest.out)
31324 ($(objpfx)wordexp-tst.out, $(objpfx)tst-getconf.out): Likewise.
31325 * stdio-common/Makefile ($(objpfx)tst-unbputc.out)
31326 ($(objpfx)tst-printf.out): Likewise.
31327 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out)
31328 ($(objpfx)tst-setcontext3.out): Likewise.
31329
31330 2017-08-07 H.J. Lu <hongjiu.lu@intel.com>
31331
31332 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
31333 Add e_exp-fma, e_log-fma, e_pow-fma, s_atan-fma, e_asin-fma,
31334 e_atan2-fma, s_sin-fma, s_tan-fma, mplog-fma, mpa-fma,
31335 slowexp-fma, slowpow-fma, sincos32-fma, doasin-fma, dosincos-fma,
31336 halfulp-fma, mpexp-fma, mpatan2-fma, mpatan-fma, mpsqrt-fma,
31337 and mptan-fma.
31338 (CFLAGS-doasin-fma.c): New.
31339 (CFLAGS-dosincos-fma.c): Likewise.
31340 (CFLAGS-e_asin-fma.c): Likewise.
31341 (CFLAGS-e_atan2-fma.c): Likewise.
31342 (CFLAGS-e_exp-fma.c): Likewise.
31343 (CFLAGS-e_log-fma.c): Likewise.
31344 (CFLAGS-e_pow-fma.c): Likewise.
31345 (CFLAGS-halfulp-fma.c): Likewise.
31346 (CFLAGS-mpa-fma.c): Likewise.
31347 (CFLAGS-mpatan-fma.c): Likewise.
31348 (CFLAGS-mpatan2-fma.c): Likewise.
31349 (CFLAGS-mpexp-fma.c): Likewise.
31350 (CFLAGS-mplog-fma.c): Likewise.
31351 (CFLAGS-mpsqrt-fma.c): Likewise.
31352 (CFLAGS-mptan-fma.c): Likewise.
31353 (CFLAGS-s_atan-fma.c): Likewise.
31354 (CFLAGS-sincos32-fma.c): Likewise.
31355 (CFLAGS-slowexp-fma.c): Likewise.
31356 (CFLAGS-slowpow-fma.c): Likewise.
31357 (CFLAGS-s_sin-fma.c): Likewise.
31358 (CFLAGS-s_tan-fma.c): Likewise.
31359 * sysdeps/x86_64/fpu/multiarch/doasin-fma.c: New file.
31360 * sysdeps/x86_64/fpu/multiarch/dosincos-fma.c: Likewise.
31361 * sysdeps/x86_64/fpu/multiarch/e_asin-fma.c: Likewise.
31362 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma.c: Likewise.
31363 * sysdeps/x86_64/fpu/multiarch/e_exp-fma.c: Likewise.
31364 * sysdeps/x86_64/fpu/multiarch/e_log-fma.c: Likewise.
31365 * sysdeps/x86_64/fpu/multiarch/e_pow-fma.c: Likewise.
31366 * sysdeps/x86_64/fpu/multiarch/halfulp-fma.c: Likewise.
31367 * sysdeps/x86_64/fpu/multiarch/ifunc-avx-fma4.h: Likewise.
31368 * sysdeps/x86_64/fpu/multiarch/ifunc-fma4.h: Likewise.
31369 * sysdeps/x86_64/fpu/multiarch/mpa-fma.c: Likewise.
31370 * sysdeps/x86_64/fpu/multiarch/mpatan-fma.c: Likewise.
31371 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma.c: Likewise.
31372 * sysdeps/x86_64/fpu/multiarch/mpexp-fma.c: Likewise.
31373 * sysdeps/x86_64/fpu/multiarch/mplog-fma.c: Likewise.
31374 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma.c: Likewise.
31375 * sysdeps/x86_64/fpu/multiarch/mptan-fma.c: Likewise.
31376 * sysdeps/x86_64/fpu/multiarch/s_atan-fma.c: Likewise.
31377 * sysdeps/x86_64/fpu/multiarch/s_sin-fma.c: Likewise.
31378 * sysdeps/x86_64/fpu/multiarch/s_tan-fma.c: Likewise.
31379 * sysdeps/x86_64/fpu/multiarch/sincos32-fma.c: Likewise.
31380 * sysdeps/x86_64/fpu/multiarch/slowexp-fma.c: Likewise.
31381 * sysdeps/x86_64/fpu/multiarch/slowpow-fma.c: Likewise.
31382 * sysdeps/x86_64/fpu/multiarch/e_asin.c: Rewrite.
31383 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
31384 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
31385 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
31386 * sysdeps/x86_64/fpu/multiarch/e_pow.c: Likewise.
31387 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
31388 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
31389 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
31390
31391 2017-08-04 Joseph Myers <joseph@codesourcery.com>
31392
31393 * sysdeps/generic/math_private.h (__EXPR_FLT128): Remove macro.
31394 (min_of_type_f): New macro.
31395 (min_of_type_): Likewise.
31396 (min_of_type_l): Likewise.
31397 (min_of_type_f128): Likewise.
31398 (min_of_type): Define using __MATH_TG and taking an expression
31399 argument.
31400 (math_check_force_underflow): Pass expression instead of type to
31401 min_of_type.
31402 (math_check_force_underflow_nonneg): Likewise.
31403
31404 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
31405
31406 * sysdeps/x86/cpu-features.h [__ASSEMBLER__]
31407 (LOAD_RTLD_GLOBAL_RO_RDX, HAS_FEATURE, LOAD_FUNC_GOT_EAX,
31408 HAS_CPU_FEATURE, HAS_ARCH_FEATURE): Removed.
31409
31410 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
31411
31412 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
31413 bcopy-ia32, bzero-ia32, rawmemchr-ia32 memchr-ia32,
31414 memcmp-ia32, memcpy-ia32, memmove-ia32, mempcpy-ia32,
31415 memset-ia32, strcat-ia32, strchr-ia32, strrchr-ia32,
31416 strcpy-ia32, strcmp-ia32, strcspn-ia32, strpbrk-ia32,
31417 strspn-ia32, strlen-ia32, stpcpy-ia32, stpncpy-ia32,
31418 memcpy_chk-nonshared, mempcpy_chk-nonshared,
31419 memmove_chk-nonshared and memset_chk-nonshared
31420 * sysdeps/i386/i686/multiarch/bcopy-ia32.S: New file.
31421 * sysdeps/i386/i686/multiarch/bcopy.c: Likewise.
31422 * sysdeps/i386/i686/multiarch/bzero-ia32.S: Likewise.
31423 * sysdeps/i386/i686/multiarch/bzero.c: Likewise.
31424 * sysdeps/i386/i686/multiarch/ifunc-memmove.h: Likewise.
31425 * sysdeps/i386/i686/multiarch/ifunc-memset.h: Likewise.
31426 * sysdeps/i386/i686/multiarch/ifunc-sse2-bsf.h: Likewise.
31427 * sysdeps/i386/i686/multiarch/ifunc-sse2-ssse3.h: Likewise.
31428 * sysdeps/i386/i686/multiarch/ifunc-sse2.h: Likewise.
31429 * sysdeps/i386/i686/multiarch/ifunc-sse4_2.h: Likewise.
31430 * sysdeps/i386/i686/multiarch/ifunc-ssse3-sse4_2.h: Likewise.
31431 * sysdeps/i386/i686/multiarch/memchr-ia32.S: Likewise.
31432 * sysdeps/i386/i686/multiarch/memchr.c: Likewise.
31433 * sysdeps/i386/i686/multiarch/memcmp-ia32.S: Likewise.
31434 * sysdeps/i386/i686/multiarch/memcmp.c: Likewise.
31435 * sysdeps/i386/i686/multiarch/memcpy-ia32.S: Likewise.
31436 * sysdeps/i386/i686/multiarch/memcpy.c: Likewise.
31437 * sysdeps/i386/i686/multiarch/memcpy_chk-nonshared.S: Likewise.
31438 * sysdeps/i386/i686/multiarch/memcpy_chk.c: Likewise.
31439 * sysdeps/i386/i686/multiarch/memmove-ia32.S: Likewise.
31440 * sysdeps/i386/i686/multiarch/memmove.c: Likewise.
31441 * sysdeps/i386/i686/multiarch/memmove_chk-nonshared.S: Likewise.
31442 * sysdeps/i386/i686/multiarch/memmove_chk.c: Likewise.
31443 * sysdeps/i386/i686/multiarch/mempcpy-ia32.S: Likewise.
31444 * sysdeps/i386/i686/multiarch/mempcpy.c: Likewise.
31445 * sysdeps/i386/i686/multiarch/mempcpy_chk-nonshared.S: Likewise.
31446 * sysdeps/i386/i686/multiarch/mempcpy_chk.c: Likewise.
31447 * sysdeps/i386/i686/multiarch/memrchr.c: Likewise.
31448 * sysdeps/i386/i686/multiarch/memset-ia32.S: Likewise.
31449 * sysdeps/i386/i686/multiarch/memset.c: Likewise.
31450 * sysdeps/i386/i686/multiarch/memset_chk-nonshared.S: Likewise.
31451 * sysdeps/i386/i686/multiarch/rawmemchr-ia32.S: Likewise.
31452 * sysdeps/i386/i686/multiarch/rawmemchr.c: Likewise.
31453 * sysdeps/i386/i686/multiarch/stpcpy-ia32.S: Likewise.
31454 * sysdeps/i386/i686/multiarch/stpcpy-ia32.S: Likewise.
31455 * sysdeps/i386/i686/multiarch/stpcpy.c: Likewise.
31456 * sysdeps/i386/i686/multiarch/stpncpy-ia32.S: Likewise.
31457 * sysdeps/i386/i686/multiarch/stpncpy.c: Likewise.
31458 * sysdeps/i386/i686/multiarch/strcasecmp.c: Likewise.
31459 * sysdeps/i386/i686/multiarch/strcasecmp_l.c: Likewise.
31460 * sysdeps/i386/i686/multiarch/strcat-ia32.S: Likewise.
31461 * sysdeps/i386/i686/multiarch/strcat.c: Likewise.
31462 * sysdeps/i386/i686/multiarch/strchr-ia32.S: Likewise.
31463 * sysdeps/i386/i686/multiarch/strchr.c: Likewise.
31464 * sysdeps/i386/i686/multiarch/strcmp-ia32.S: Likewise.
31465 * sysdeps/i386/i686/multiarch/strcmp.c: Likewise.
31466 * sysdeps/i386/i686/multiarch/strcpy-ia32.S: Likewise.
31467 * sysdeps/i386/i686/multiarch/strcpy.c: Likewise.
31468 * sysdeps/i386/i686/multiarch/strcspn-ia32.S: Likewise.
31469 * sysdeps/i386/i686/multiarch/strcspn.c: Likewise.
31470 * sysdeps/i386/i686/multiarch/strlen-ia32.S: Likewise.
31471 * sysdeps/i386/i686/multiarch/strlen.c: Likewise.
31472 * sysdeps/i386/i686/multiarch/strncase.c: Likewise.
31473 * sysdeps/i386/i686/multiarch/strncase_l.c: Likewise.
31474 * sysdeps/i386/i686/multiarch/strncat.c: Likewise.
31475 * sysdeps/i386/i686/multiarch/strncmp.c: Likewise.
31476 * sysdeps/i386/i686/multiarch/strncpy.c: Likewise.
31477 * sysdeps/i386/i686/multiarch/strnlen.c: Likewise.
31478 * sysdeps/i386/i686/multiarch/strpbrk-ia32.S: Likewise.
31479 * sysdeps/i386/i686/multiarch/strpbrk.c: Likewise.
31480 * sysdeps/i386/i686/multiarch/strrchr-ia32.S: Likewise.
31481 * sysdeps/i386/i686/multiarch/strrchr.c: Likewise.
31482 * sysdeps/i386/i686/multiarch/strspn-ia32.S: Likewise.
31483 * sysdeps/i386/i686/multiarch/strspn.c: Likewise.
31484 * sysdeps/i386/i686/multiarch/wcschr.c: Likewise.
31485 * sysdeps/i386/i686/multiarch/wcscmp.c: Likewise.
31486 * sysdeps/i386/i686/multiarch/wcscpy.c: Likewise.
31487 * sysdeps/i386/i686/multiarch/wcslen.c: Likewise.
31488 * sysdeps/i386/i686/multiarch/wcsrchr.c: Likewise.
31489 * sysdeps/i386/i686/multiarch/wmemcmp.c: Likewise.
31490 * sysdeps/i386/i686/multiarch/bcopy.S: Removed.
31491 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
31492 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
31493 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
31494 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
31495 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
31496 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
31497 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
31498 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
31499 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
31500 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
31501 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
31502 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
31503 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
31504 * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
31505 * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
31506 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
31507 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
31508 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
31509 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
31510 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
31511 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
31512 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
31513 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
31514 * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
31515 * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
31516 * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
31517 * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
31518 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
31519 * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
31520 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
31521 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
31522 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
31523 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
31524 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
31525 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
31526 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
31527 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
31528
31529 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
31530
31531 * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines)
31532 Add svml_d_cos2_core-sse2, svml_d_cos4_core-sse,
31533 svml_d_cos8_core-avx2, svml_d_exp2_core-sse2,
31534 svml_d_exp4_core-sse, svml_d_exp8_core-avx2,
31535 svml_d_log2_core-sse2, svml_d_log4_core-sse,
31536 svml_d_log8_core-avx2, svml_d_pow2_core-sse2,
31537 svml_d_pow4_core-sse, svml_d_pow8_core-avx2
31538 svml_d_sin2_core-sse2, svml_d_sin4_core-sse,
31539 svml_d_sin8_core-avx2, svml_d_sincos2_core-sse2,
31540 svml_d_sincos4_core-sse, svml_d_sincos8_core-avx2,
31541 svml_s_cosf16_core-avx2, svml_s_cosf4_core-sse2,
31542 svml_s_cosf8_core-sse, svml_s_expf16_core-avx2,
31543 svml_s_expf4_core-sse2, svml_s_expf8_core-sse,
31544 svml_s_logf16_core-avx2, svml_s_logf4_core-sse2,
31545 svml_s_logf8_core-sse, svml_s_powf16_core-avx2,
31546 svml_s_powf4_core-sse2, svml_s_powf8_core-sse,
31547 svml_s_sincosf16_core-avx2, svml_s_sincosf4_core-sse2,
31548 svml_s_sincosf8_core-sse, svml_s_sinf16_core-avx2,
31549 svml_s_sinf4_core-sse2 and svml_s_sinf8_core-sse.
31550 * sysdeps/x86_64/fpu/multiarch/ifunc-mathvec-avx2.h: New file.
31551 * sysdeps/x86_64/fpu/multiarch/ifunc-mathvec-avx512.h: Likewise.
31552 * sysdeps/x86_64/fpu/multiarch/ifunc-mathvec-sse4_1.h: Likewise.
31553 * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core.c: Likewise.
31554 * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core.c: Likewise.
31555 * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core.c: Likewise.
31556 * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core.c: Likewise.
31557 * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core.c: Likewise.
31558 * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core.c: Likewise.
31559 * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core.c: Likewise.
31560 * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core.c: Likewise.
31561 * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core.c: Likewise.
31562 * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core.c: Likewise.
31563 * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core.c: Likewise.
31564 * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core.c: Likewise.
31565 * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core.c: Likewise.
31566 * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core.c: Likewise.
31567 * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core.c: Likewise.
31568 * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core.c: Likewise.
31569 * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core.c: Likewise.
31570 * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core.c: Likewise.
31571 * sysdeps/x86_64/fpu/multiarch/svml_d_cosf16_core.c: Likewise.
31572 * sysdeps/x86_64/fpu/multiarch/svml_d_cosf4_core.c: Likewise.
31573 * sysdeps/x86_64/fpu/multiarch/svml_d_cosf8_core.c: Likewise.
31574 * sysdeps/x86_64/fpu/multiarch/svml_d_expf16_core.c: Likewise.
31575 * sysdeps/x86_64/fpu/multiarch/svml_d_expf4_core.c: Likewise.
31576 * sysdeps/x86_64/fpu/multiarch/svml_d_expf8_core.c: Likewise.
31577 * sysdeps/x86_64/fpu/multiarch/svml_d_logf16_core.c: Likewise.
31578 * sysdeps/x86_64/fpu/multiarch/svml_d_logf4_core.c: Likewise.
31579 * sysdeps/x86_64/fpu/multiarch/svml_d_logf8_core.c: Likewise.
31580 * sysdeps/x86_64/fpu/multiarch/svml_d_powf16_core.c: Likewise.
31581 * sysdeps/x86_64/fpu/multiarch/svml_d_powf4_core.c: Likewise.
31582 * sysdeps/x86_64/fpu/multiarch/svml_d_powf8_core.c: Likewise.
31583 * sysdeps/x86_64/fpu/multiarch/svml_d_sincosf16_core.c: Likewise.
31584 * sysdeps/x86_64/fpu/multiarch/svml_d_sincosf4_core.c: Likewise.
31585 * sysdeps/x86_64/fpu/multiarch/svml_d_sincosf8_core.c: Likewise.
31586 * sysdeps/x86_64/fpu/multiarch/svml_d_sinf16_core.c: Likewise.
31587 * sysdeps/x86_64/fpu/multiarch/svml_d_sinf4_core.c: Likewise.
31588 * sysdeps/x86_64/fpu/multiarch/svml_d_sinf8_core.c: Likewise.
31589 * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core.S: Renamed to
31590 ...
31591 * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core-sse2.S: This.
31592 Don't include <sysdep.h> nor <init-arch.h>.
31593 (_ZGVbN2v_cos): Removed.
31594 * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core.S: Renamed to
31595 ...
31596 * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core-sse.S: This.
31597 Don't include <sysdep.h> nor <init-arch.h>.
31598 (_ZGVdN4v_cos): Removed.
31599 * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core.S: Renamed to
31600 ...
31601 * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core-avx2.S: This.
31602 Don't include <sysdep.h> nor <init-arch.h>.
31603 (_ZGVeN8v_cos): Removed.
31604 * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core.S: Renamed to
31605 ...
31606 * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core-sse2.S: This.
31607 Don't include <sysdep.h> nor <init-arch.h>.
31608 (_ZGVbN2v_exp): Removed.
31609 * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core.S: Renamed to
31610 ...
31611 * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core-sse.S: This.
31612 Don't include <sysdep.h> nor <init-arch.h>.
31613 (_ZGVdN4v_exp): Removed.
31614 * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core.S: Renamed to
31615 ...
31616 * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core-avx2.S: This.
31617 Don't include <sysdep.h> nor <init-arch.h>.
31618 (_ZGVeN8v_exp): Removed.
31619 * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core.S: Renamed to
31620 ...
31621 * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core-sse2.S: This.
31622 Don't include <sysdep.h> nor <init-arch.h>.
31623 (_ZGVbN2v_log): Removed.
31624 * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core.S: Renamed to
31625 ...
31626 * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core-sse.S: This.
31627 Don't include <sysdep.h> nor <init-arch.h>.
31628 (_ZGVdN4v_log): Removed.
31629 * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core.S: Renamed to
31630 ...
31631 * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core-avx2.S: This.
31632 Don't include <sysdep.h> nor <init-arch.h>.
31633 (_ZGVeN8v_log): Removed.
31634 * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core.S: Renamed to
31635 ...
31636 * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core-sse2.S: This.
31637 Don't include <sysdep.h> nor <init-arch.h>.
31638 (_ZGVbN2vv_pow): Removed.
31639 * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core.S: Renamed to
31640 ...
31641 * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core-sse.S: This.
31642 Don't include <sysdep.h> nor <init-arch.h>.
31643 (_ZGVdN4vv_pow): Removed.
31644 * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core.S: Renamed to
31645 ...
31646 * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core-avx2.S: This.
31647 Don't include <sysdep.h> nor <init-arch.h>.
31648 (_ZGVeN8vv_pow): Removed.
31649 * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core.S: Renamed to
31650 ...
31651 * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core-sse2.S: This.
31652 Don't include <sysdep.h> nor <init-arch.h>.
31653 (_ZGVbN2v_sin): Removed.
31654 * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core.S: Renamed to
31655 ...
31656 * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core-sse.S: This.
31657 Don't include <sysdep.h> nor <init-arch.h>.
31658 (_ZGVbN4v_sin): Removed.
31659 * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core.S: Renamed to
31660 ...
31661 * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core-avx2.S: This.
31662 Don't include <sysdep.h> nor <init-arch.h>.
31663 (_ZGVbN8v_sin): Removed.
31664 * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core.S: Renamed to
31665 ...
31666 * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core-sse2.S: This.
31667 Don't include <sysdep.h> nor <init-arch.h>.
31668 (_ZGVbN2vvv_sincos): Removed.
31669 * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core.S: Renamed to
31670 ...
31671 * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core-sse.S: This.
31672 Don't include <sysdep.h> nor <init-arch.h>.
31673 (_ZGVdN4vvv_sincos): Removed.
31674 * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core.S: Renamed to
31675 ...
31676 * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core-avx2.S: This.
31677 Don't include <sysdep.h> nor <init-arch.h>.
31678 (_ZGVeN8vvv_sincos): Removed.
31679 * sysdeps/x86_64/fpu/multiarch/svml_d_cosf16_core.S: Renamed to
31680 ...
31681 * sysdeps/x86_64/fpu/multiarch/svml_d_cosf16_core-avx2.S: This.
31682 Don't include <sysdep.h> nor <init-arch.h>.
31683 (_ZGVeN16v_cosf): Removed.
31684 * sysdeps/x86_64/fpu/multiarch/svml_d_cosf4_core.S: Renamed to
31685 ...
31686 * sysdeps/x86_64/fpu/multiarch/svml_d_cosf4_core-sse2.S: This.
31687 Don't include <sysdep.h> nor <init-arch.h>.
31688 (_ZGVbN4v_cosf): Removed.
31689 * sysdeps/x86_64/fpu/multiarch/svml_d_cosf8_core.S: Renamed to
31690 ...
31691 * sysdeps/x86_64/fpu/multiarch/svml_d_cosf8_core-sse.S: This.
31692 Don't include <sysdep.h> nor <init-arch.h>.
31693 (_ZGVdN8v_cosf): Removed.
31694 * sysdeps/x86_64/fpu/multiarch/svml_d_expf16_core.S: Renamed to
31695 ...
31696 * sysdeps/x86_64/fpu/multiarch/svml_d_expf16_core-avx2.S: This.
31697 Don't include <sysdep.h> nor <init-arch.h>.
31698 (_ZGVeN16v_expf): Removed.
31699 * sysdeps/x86_64/fpu/multiarch/svml_d_expf4_core.S: Renamed to
31700 ...
31701 * sysdeps/x86_64/fpu/multiarch/svml_d_expf4_core-sse2.S: This.
31702 Don't include <sysdep.h> nor <init-arch.h>.
31703 (_ZGVbN4v_expf): Removed.
31704 * sysdeps/x86_64/fpu/multiarch/svml_d_expf8_core.S: Renamed to
31705 ...
31706 * sysdeps/x86_64/fpu/multiarch/svml_d_expf8_core-sse.S: This.
31707 Don't include <sysdep.h> nor <init-arch.h>.
31708 (_ZGVdN8v_expf): Removed.
31709 * sysdeps/x86_64/fpu/multiarch/svml_d_logf16_core.S: Renamed to
31710 ...
31711 * sysdeps/x86_64/fpu/multiarch/svml_d_logf16_core-avx2.S: This.
31712 Don't include <sysdep.h> nor <init-arch.h>.
31713 (_ZGVeN16v_logf): Removed.
31714 * sysdeps/x86_64/fpu/multiarch/svml_d_logf4_core.S: Renamed to
31715 ...
31716 * sysdeps/x86_64/fpu/multiarch/svml_d_logf4_core-sse2.S: This.
31717 Don't include <sysdep.h> nor <init-arch.h>.
31718 (_ZGVbN4v_logf): Removed.
31719 * sysdeps/x86_64/fpu/multiarch/svml_d_logf8_core.S: Renamed to
31720 ...
31721 * sysdeps/x86_64/fpu/multiarch/svml_d_logf8_core-sse.S: This.
31722 Don't include <sysdep.h> nor <init-arch.h>.
31723 (_ZGVdN8v_logf): Removed.
31724 * sysdeps/x86_64/fpu/multiarch/svml_d_powf16_core.S: Renamed to
31725 ...
31726 * sysdeps/x86_64/fpu/multiarch/svml_d_powf16_core-avx2.S: This.
31727 Don't include <sysdep.h> nor <init-arch.h>.
31728 (_ZGVeN16vv_powf): Removed.
31729 * sysdeps/x86_64/fpu/multiarch/svml_d_powf4_core.S: Renamed to
31730 ...
31731 * sysdeps/x86_64/fpu/multiarch/svml_d_powf4_core-sse2.S: This.
31732 Don't include <sysdep.h> nor <init-arch.h>.
31733 (_ZGVbN4vv_powf): Removed.
31734 * sysdeps/x86_64/fpu/multiarch/svml_d_powf8_core.S: Renamed to
31735 ...
31736 * sysdeps/x86_64/fpu/multiarch/svml_d_powf8_core-sse.S: This.
31737 Don't include <sysdep.h> nor <init-arch.h>.
31738 (_ZGVdN8vv_powf): Removed.
31739 * sysdeps/x86_64/fpu/multiarch/svml_d_sincosf16_core.S: Renamed to
31740 ...
31741 * sysdeps/x86_64/fpu/multiarch/svml_d_sincosf16_core-avx2.S: This.
31742 Don't include <sysdep.h> nor <init-arch.h>.
31743 (_ZGVeN16vvv_sincosf): Removed.
31744 * sysdeps/x86_64/fpu/multiarch/svml_d_sincosf4_core.S: Renamed to
31745 ...
31746 * sysdeps/x86_64/fpu/multiarch/svml_d_sincosf4_core-sse2.S: This.
31747 Don't include <sysdep.h> nor <init-arch.h>.
31748 (_ZGVbN4vvv_sincosf): Removed.
31749 * sysdeps/x86_64/fpu/multiarch/svml_d_sincosf8_core.S: Renamed to
31750 ...
31751 * sysdeps/x86_64/fpu/multiarch/svml_d_sincosf8_core-sse.S: This.
31752 Don't include <sysdep.h> nor <init-arch.h>.
31753 (_ZGVdN8vvv_sincosf): Removed.
31754 * sysdeps/x86_64/fpu/multiarch/svml_d_sinf16_core.S: Renamed to
31755 ...
31756 * sysdeps/x86_64/fpu/multiarch/svml_d_sinf16_core-avx2.S: This.
31757 Don't include <sysdep.h> nor <init-arch.h>.
31758 (_ZGVeN16v_sinf): Removed.
31759 * sysdeps/x86_64/fpu/multiarch/svml_d_sinf4_core.S: Renamed to
31760 ...
31761 * sysdeps/x86_64/fpu/multiarch/svml_d_sinf4_core-sse2.S: This.
31762 Don't include <sysdep.h> nor <init-arch.h>.
31763 (_ZGVbN4v_sinf): Removed.
31764 * sysdeps/x86_64/fpu/multiarch/svml_d_sinf8_core.S: Renamed to
31765 ...
31766 * sysdeps/x86_64/fpu/multiarch/svml_d_sinf8_core-sse.S: This.
31767 Don't include <sysdep.h> nor <init-arch.h>.
31768 (_ZGVdN8v_sinf): Removed.
31769
31770 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
31771
31772 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
31773 Add s_ceil-sse4_1, s_ceilf-sse4_1, s_floor-sse4_1,
31774 s_floorf-sse4_1, s_nearbyint-sse4_1, s_nearbyintf-sse4_1,
31775 s_rint-sse4_1 and s_rintf-sse4_1.
31776 * sysdeps/x86_64/fpu/multiarch/ifunc-sse4_1.h: New file.
31777 * sysdeps/x86_64/fpu/multiarch/s_ceil.c: Likewise.
31778 * sysdeps/x86_64/fpu/multiarch/s_ceilf.c: Likewise.
31779 * sysdeps/x86_64/fpu/multiarch/s_floor.c: Likewise.
31780 * sysdeps/x86_64/fpu/multiarch/s_floorf.c: Likewise.
31781 * sysdeps/x86_64/fpu/multiarch/s_nearbyint.c: Likewise.
31782 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.c: Likewise.
31783 * sysdeps/x86_64/fpu/multiarch/s_rint.c: Likewise.
31784 * sysdeps/x86_64/fpu/multiarch/s_rintf.c: Likewise.
31785 * sysdeps/x86_64/fpu/multiarch/s_ceil.S: Renamed to ...
31786 * sysdeps/x86_64/fpu/multiarch/s_ceil-sse4_1.S: This. Don't
31787 include <machine/asm.h> nor <init-arch.h>. Include <sysdep.h>.
31788 (__ceil): Removed.
31789 * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: Renamed to ...
31790 * sysdeps/x86_64/fpu/multiarch/s_ceilf-sse4_1.S: This. Don't
31791 include <machine/asm.h> nor <init-arch.h>. Include <sysdep.h>.
31792 (__ceilf): Removed.
31793 * sysdeps/x86_64/fpu/multiarch/s_floor.S: Renamed to ...
31794 * sysdeps/x86_64/fpu/multiarch/s_floor-sse4_1.S: This. Don't
31795 include <machine/asm.h> nor <init-arch.h>. Include <sysdep.h>.
31796 (__floor): Removed.
31797 * sysdeps/x86_64/fpu/multiarch/s_floorf.S: Renamed to ...
31798 * sysdeps/x86_64/fpu/multiarch/s_floorf-sse4_1.S: This. Don't
31799 include <machine/asm.h> nor <init-arch.h>. Include <sysdep.h>.
31800 (__floorf): Removed.
31801 * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: Renamed to ...
31802 * sysdeps/x86_64/fpu/multiarch/s_nearbyint-sse4_1.S: This. Don't
31803 include <machine/asm.h> nor <init-arch.h>. Include <sysdep.h>.
31804 (__nearbyint): Removed.
31805 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: Renamed to ...
31806 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-sse4_1.S: This. Don't
31807 include <machine/asm.h> nor <init-arch.h>. Include <sysdep.h>.
31808 (__nearbyintf): Removed.
31809 * sysdeps/x86_64/fpu/multiarch/s_rint.S: Renamed to ...
31810 * sysdeps/x86_64/fpu/multiarch/s_rint-sse4_1.S: This. Don't
31811 include <machine/asm.h> nor <init-arch.h>. Include <sysdep.h>.
31812 (__rint): Removed.
31813 * sysdeps/x86_64/fpu/multiarch/s_rintf.S: Renamed to ...
31814 * sysdeps/x86_64/fpu/multiarch/s_rintf-sse4_1.S: This. Don't
31815 include <machine/asm.h> nor <init-arch.h>. Include <sysdep.h>.
31816 (__rintf): Removed.
31817
31818 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
31819
31820 * sysdeps/i386/start.S (_start): Check Check PIC instead of
31821 SHARED. Avoid dynamic relocation against main in static PIE.
31822
31823 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
31824
31825 [BZ #21815]
31826 * elf/Makefile (CFLAGS-tst-prelink.c): New.
31827 (LDFLAGS-tst-prelink): Likewise.
31828
31829 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
31830
31831 * sysdeps/unix/sysv/linux/i386/sysdep.h (I386_USE_SYSENTER):
31832 Define to I386_USE_SYSENTER to 0 or 1 if not defined.
31833 (ENTER_KERNEL): Check if I386_USE_SYSENTER is 1 and check PIC.
31834 (INTERNAL_SYSCALL_MAIN_INLINE): Likewise.
31835 (INTERNAL_SYSCALL_NCS): Likewise.
31836 (LOADARGS_1): Likewise.
31837 (LOADARGS_5): Likewise.
31838 (RESTOREARGS_1): Likewise.
31839 (RESTOREARGS_5): Likewise.
31840
31841 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
31842
31843 * sysdeps/x86_64/memmove.S (MEMCPY_SYMBOL): Don't check SHARED.
31844 (MEMPCPY_SYMBOL): Likewise.
31845 * sysdeps/x86_64/multiarch/ifunc-impl-list.c
31846 (__libc_ifunc_impl_list): Test memcpy and mempcpy in libc.a.
31847 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Also include
31848 in libc.a.
31849 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
31850 * sysdeps/x86_64/multiarch/memmove-avx512-no-vzeroupper.S:
31851 Likewise.
31852 * sysdeps/x86_64/multiarch/memcpy.c: Also include in libc.a.
31853 (__hidden_ver1): Don't use in libc.a.
31854 * sysdeps/x86_64/multiarch/memmove-sse2-unaligned-erms.S
31855 (__mempcpy): Don't create a weak alias in libc.a.
31856 * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S: Support
31857 libc.a.
31858 * sysdeps/x86_64/multiarch/mempcpy.c: Also include in libc.a.
31859 (__hidden_ver1): Don't use in libc.a.
31860
31861 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
31862
31863 * config.make.in (have-insert): New.
31864 * configure.ac (libc_cv_insert): New. Set to yes if linker
31865 supports INSERT in linker script.
31866 (AC_SUBST(libc_cv_insert): New.
31867 * configure: Regenerated.
31868 * sysdeps/x86_64/Makefile (tests): Add tst-split-dynreloc only
31869 if $(have-insert) == yes.
31870
31871 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
31872
31873 * elf/Makefile (tests): Add vismain only if
31874 $(have-protected-data) == yes.
31875 (tests-pie): Likewise.
31876
31877 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
31878
31879 [BZ #21871]
31880 * sysdeps/x86/cpu-features.c (init_cpu_features): Set
31881 bit_arch_Use_dl_runtime_resolve_opt only with AVX512F.
31882
31883 2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
31884
31885 [BZ #21790]
31886 * sysdeps/i386/i586/memset.S
31887 (__memset_zero_constant_len_parameter): Removed.
31888 * sysdeps/i386/i686/memset.S
31889 (__memset_zero_constant_len_parameter): Likewise.
31890 * sysdeps/i386/i686/multiarch/memset_chk.S
31891 (__memset_zero_constant_len_parameter): Likewise.
31892 * sysdeps/x86_64/memset.S (__memset_zero_constant_len_parameter):
31893 Likewise.
31894
31895 2017-08-03 Aurelien Jarno <aurelien@aurel32.net>
31896
31897 * stdlib/getentropy.c (getentropy): Change return type to int.
31898
31899 2017-08-03 Aurelien Jarno <aurelien@aurel32.net>
31900
31901 * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Regenerated.
31902
31903 2017-08-03 Joseph Myers <joseph@codesourcery.com>
31904
31905 * math/s_nextafter.c (__nextafter): Use uintN_t instead of
31906 u_intN_t.
31907 * math/s_nexttowardf.c (__nexttowardf): Likewise.
31908 * sysdeps/generic/math_private.h (ieee_double_shape_type):
31909 Likewise.
31910 (ieee_float_shape_type): Likewise.
31911 * sysdeps/i386/fpu/s_fpclassifyl.c (__fpclassifyl): Likewise.
31912 * sysdeps/i386/fpu/s_isnanl.c (__isnanl): Likewise.
31913 * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
31914 * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
31915 * sysdeps/i386/fpu/s_nexttowardf.c (__nexttowardf): Likewise.
31916 * sysdeps/ieee754/dbl-64/e_acosh.c (__ieee754_acosh): Likewise.
31917 * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Likewise.
31918 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
31919 * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r):
31920 Likewise.
31921 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
31922 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Likewise.
31923 (__ieee754_yn): Likewise.
31924 * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
31925 * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
31926 * sysdeps/ieee754/dbl-64/e_rem_pio2.c (__ieee754_rem_pio2):
31927 Likewise.
31928 * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
31929 * sysdeps/ieee754/dbl-64/s_ceil.c (__ceil): Likewise.
31930 * sysdeps/ieee754/dbl-64/s_copysign.c (__copysign): Likewise.
31931 * sysdeps/ieee754/dbl-64/s_erf.c (__erf): Likewise.
31932 (__erfc): Likewise.
31933 * sysdeps/ieee754/dbl-64/s_expm1.c (__expm1): Likewise.
31934 * sysdeps/ieee754/dbl-64/s_finite.c (FINITE): Likewise.
31935 * sysdeps/ieee754/dbl-64/s_floor.c (__floor): Likewise.
31936 * sysdeps/ieee754/dbl-64/s_fpclassify.c (__fpclassify): Likewise.
31937 * sysdeps/ieee754/dbl-64/s_isnan.c (__isnan): Likewise.
31938 * sysdeps/ieee754/dbl-64/s_issignaling.c (__issignaling):
31939 Likewise.
31940 * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Likewise.
31941 * sysdeps/ieee754/dbl-64/s_llround.c (__llround): Likewise.
31942 * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
31943 * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Likewise.
31944 * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
31945 * sysdeps/ieee754/dbl-64/s_nextup.c (__nextup): Likewise.
31946 * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Likewise.
31947 * sysdeps/ieee754/dbl-64/s_round.c (__round): Likewise.
31948 * sysdeps/ieee754/dbl-64/s_trunc.c (__trunc): Likewise.
31949 * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c
31950 (__issignaling): Likewise.
31951 * sysdeps/ieee754/flt-32/e_atan2f.c (__ieee754_atan2f): Likewise.
31952 * sysdeps/ieee754/flt-32/e_fmodf.c (__ieee754_fmodf): Likewise.
31953 * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r):
31954 Likewise.
31955 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
31956 * sysdeps/ieee754/flt-32/e_log10f.c (__ieee754_log10f): Likewise.
31957 * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Likewise.
31958 * sysdeps/ieee754/flt-32/e_rem_pio2f.c (__ieee754_rem_pio2f):
31959 Likewise.
31960 * sysdeps/ieee754/flt-32/e_remainderf.c (__ieee754_remainderf):
31961 Likewise.
31962 * sysdeps/ieee754/flt-32/e_sqrtf.c (__ieee754_sqrtf): Likewise.
31963 * sysdeps/ieee754/flt-32/s_ceilf.c (__ceilf): Likewise.
31964 * sysdeps/ieee754/flt-32/s_copysignf.c (__copysignf): Likewise.
31965 * sysdeps/ieee754/flt-32/s_erff.c (__erff): Likewise.
31966 (__erfcf): Likewise.
31967 * sysdeps/ieee754/flt-32/s_expm1f.c (__expm1f): Likewise.
31968 * sysdeps/ieee754/flt-32/s_finitef.c (FINITEF): Likewise.
31969 * sysdeps/ieee754/flt-32/s_floorf.c (__floorf): Likewise.
31970 * sysdeps/ieee754/flt-32/s_fpclassifyf.c (__fpclassifyf):
31971 Likewise.
31972 * sysdeps/ieee754/flt-32/s_isnanf.c (__isnanf): Likewise.
31973 * sysdeps/ieee754/flt-32/s_issignalingf.c (__issignalingf):
31974 Likewise.
31975 * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
31976 * sysdeps/ieee754/flt-32/s_llroundf.c (__llroundf): Likewise.
31977 * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
31978 * sysdeps/ieee754/flt-32/s_lroundf.c (__lroundf): Likewise.
31979 * sysdeps/ieee754/flt-32/s_modff.c (__modff): Likewise.
31980 * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
31981 * sysdeps/ieee754/flt-32/s_roundf.c (__roundf): Likewise.
31982 * sysdeps/ieee754/ldbl-128/e_acoshl.c (__ieee754_acoshl):
31983 Likewise.
31984 * sysdeps/ieee754/ldbl-128/e_atan2l.c (__ieee754_atan2l):
31985 Likewise.
31986 * sysdeps/ieee754/ldbl-128/e_atanhl.c (__ieee754_atanhl):
31987 Likewise.
31988 * sysdeps/ieee754/ldbl-128/e_fmodl.c (__ieee754_fmodl): Likewise.
31989 * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gammal_r):
31990 Likewise.
31991 * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
31992 Likewise.
31993 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
31994 (__ieee754_ynl): Likewise.
31995 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Likewise.
31996 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (__ieee754_rem_pio2l):
31997 Likewise.
31998 * sysdeps/ieee754/ldbl-128/e_remainderl.c (__ieee754_remainderl):
31999 Likewise.
32000 * sysdeps/ieee754/ldbl-128/e_sinhl.c (__ieee754_sinhl): Likewise.
32001 * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Likewise.
32002 * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
32003 Likewise.
32004 * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Likewise.
32005 * sysdeps/ieee754/ldbl-128/s_ceill.c (__ceill): Likewise.
32006 * sysdeps/ieee754/ldbl-128/s_copysignl.c (__copysignl): Likewise.
32007 * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Likewise.
32008 * sysdeps/ieee754/ldbl-128/s_fabsl.c (__fabsl): Likewise.
32009 * sysdeps/ieee754/ldbl-128/s_finitel.c (__finitel): Likewise.
32010 * sysdeps/ieee754/ldbl-128/s_floorl.c (__floorl): Likewise.
32011 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c (__fpclassifyl):
32012 Likewise.
32013 * sysdeps/ieee754/ldbl-128/s_frexpl.c (__frexpl): Likewise.
32014 * sysdeps/ieee754/ldbl-128/s_isnanl.c (__isnanl): Likewise.
32015 * sysdeps/ieee754/ldbl-128/s_issignalingl.c (__issignalingl):
32016 Likewise.
32017 * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
32018 * sysdeps/ieee754/ldbl-128/s_llroundl.c (__llroundl): Likewise.
32019 * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
32020 * sysdeps/ieee754/ldbl-128/s_lroundl.c (__lroundl): Likewise.
32021 * sysdeps/ieee754/ldbl-128/s_modfl.c (__modfl): Likewise.
32022 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
32023 Likewise.
32024 * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
32025 Likewise.
32026 * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
32027 Likewise.
32028 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
32029 Likewise.
32030 * sysdeps/ieee754/ldbl-128/s_nextupl.c (__nextupl): Likewise.
32031 * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
32032 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
32033 * sysdeps/ieee754/ldbl-128/s_roundl.c (__roundl): Likewise.
32034 * sysdeps/ieee754/ldbl-128/s_tanhl.c (__tanhl): Likewise.
32035 * sysdeps/ieee754/ldbl-128/s_truncl.c (__truncl): Likewise.
32036 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl):
32037 Likewise.
32038 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
32039 Likewise.
32040 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
32041 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
32042 Likewise.
32043 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c
32044 (__ieee754_remainderl): Likewise.
32045 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
32046 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
32047 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
32048 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
32049 Likewise.
32050 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
32051 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
32052 Likewise.
32053 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
32054 * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Likewise.
32055 * sysdeps/ieee754/ldbl-96/e_asinl.c (__ieee754_asinl): Likewise.
32056 * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Likewise.
32057 * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
32058 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
32059 Likewise.
32060 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Likewise.
32061 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Likewise.
32062 (__ieee754_y0l): Likewise.
32063 (pzero): Likewise.
32064 (qzero): Likewise.
32065 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
32066 (__ieee754_y1l): Likewise.
32067 (pone): Likewise.
32068 (qone): Likewise.
32069 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise.
32070 (__ieee754_ynl): Likewise.
32071 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (sin_pi): Likewise.
32072 (__ieee754_lgammal_r): Likewise.
32073 * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c (__ieee754_rem_pio2l):
32074 Likewise.
32075 * sysdeps/ieee754/ldbl-96/e_sinhl.c (__ieee754_sinhl): Likewise.
32076 * sysdeps/ieee754/ldbl-96/s_copysignl.c (__copysignl): Likewise.
32077 * sysdeps/ieee754/ldbl-96/s_erfl.c (__erfl): Likewise.
32078 (__erfcl): Likewise.
32079 * sysdeps/ieee754/ldbl-96/s_frexpl.c (__frexpl): Likewise.
32080 * sysdeps/ieee754/ldbl-96/s_issignalingl.c (__issignalingl):
32081 Likewise.
32082 * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
32083 * sysdeps/ieee754/ldbl-96/s_llroundl.c (__llroundl): Likewise.
32084 * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
32085 * sysdeps/ieee754/ldbl-96/s_lroundl.c (__lroundl): Likewise.
32086 * sysdeps/ieee754/ldbl-96/s_modfl.c (__modfl): Likewise.
32087 * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
32088 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
32089 Likewise.
32090 * sysdeps/ieee754/ldbl-96/s_nextupl.c (__nextupl): Likewise.
32091 * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
32092 * sysdeps/ieee754/ldbl-96/s_roundl.c (__roundl): Likewise.
32093 * sysdeps/ieee754/ldbl-96/s_tanhl.c (__tanhl): Likewise.
32094 * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
32095 Likewise.
32096 * sysdeps/m68k/m680x0/fpu/e_pow.c (s(__ieee754_pow)): Likewise.
32097 * sysdeps/m68k/m680x0/fpu/s_fpclassifyl.c (__fpclassifyl):
32098 Likewise.
32099 * sysdeps/m68k/m680x0/fpu/s_llrint.c (__llrint): Likewise.
32100 * sysdeps/m68k/m680x0/fpu/s_llrintf.c (__llrintf): Likewise.
32101 * sysdeps/m68k/m680x0/fpu/s_llrintl.c (__llrintl): Likewise.
32102 * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
32103 * sysdeps/x86/fpu/powl_helper.c (__powl_helper): Likewise.
32104
32105 2017-08-03 Florian Weimer <fweimer@redhat.com>
32106
32107 [BZ #21885]
32108 * sysdeps/posix/getaddrinfo.c (gethosts): Release resolver context
32109 on memory allocation failure.
32110
32111 2017-08-03 Alan Modra <amodra@gmail.com>
32112
32113 * sysdeps/powerpc/mod-tlsopt-powerpc.c: Extract from
32114 tst-tlsopt-powerpc.c with function name change and no test harness.
32115 * sysdeps/powerpc/tst-tlsopt-powerpc.c: Remove body of test.
32116 Call tls_get_addr_opt_test.
32117 * sysdeps/powerpc/Makefile (LDFLAGS-tst-tlsopt-powerpc): Don't define.
32118 (modules-names): Add mod-tlsopt-powerpc.
32119 (mod-tlsopt-powerpc.so-no-z-defs): Define.
32120 (tst-tlsopt-powerpc): Depend on .so.
32121 * sysdeps/powerpc/powerpc64/tls-macros.h (__TLS_GET_ADDR): Don't
32122 define. Expand use in TLS_GD and TLS_LD.
32123
32124 2017-08-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
32125
32126 * sysdeps/mach/hurd/enbl-secure.c (__libc_init_secure): Define
32127 function.
32128 * sysdeps/posix/shm_open.c: Include <pthread.h>.
32129
32130 2017-08-02 Joseph Myers <joseph@codesourcery.com>
32131
32132 [BZ #21686]
32133 * math/tgmath.h (__TGMATH_BINARY_REAL_ONLY): Add arguments before
32134 comparing size with that of double.
32135 (__TGMATH_BINARY_REAL_STD_ONLY): Likewise.
32136 (__TGMATH_BINARY_REAL_RET_ONLY): Likewise.
32137 (__TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY): Likewise.
32138 (__TGMATH_TERNARY_REAL_ONLY): Likewise.
32139 (__TGMATH_BINARY_REAL_IMAG): Likewise.
32140 * math/gen-tgmath-tests.py (Type.init_types): Create __int128 and
32141 unsigned __int128 types.
32142
32143 2017-08-02 Steve Ellcey <sellcey@cavium.com>
32144
32145 * localedata/Makefile (CFLAGS-tst_iswalnum.c, CFLAGS-tst_iswalpha.c
32146 CFLAGS-tst_iswcntrl.c, CFLAGS-tst_iswdigit.c, CFLAGS-tst_iswgraph.c,
32147 CFLAGS-tst_iswlower.c, CFLAGS-tst_iswprint.c, CFLAGS-tst_iswpunct.c,
32148 CFLAGS-tst_iswspace.c, CFLAGS-tst_iswupper.c, CFLAGS-tst_iswxdigit.c,
32149 CFLAGS-tst_towlower.c, CFLAGS-tst_towupper.c): Remove.
32150
32151 2017-08-02 H.J. Lu <hongjiu.lu@intel.com>
32152
32153 * sysdeps/x86_64/start.S (_start): Check PIC instead of SHARED.
32154
32155 2017-08-02 H.J. Lu <hongjiu.lu@intel.com>
32156
32157 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Check PIC instead
32158 of SHARED.
32159 * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
32160 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
32161 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
32162 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
32163 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
32164 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
32165 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
32166
32167 2017-08-02 Joseph Myers <joseph@codesourcery.com>
32168
32169 [BZ #21685]
32170 * math/tgmath.h (__tgmath_real_type): Use unary + on potentially
32171 bit-field expressions passed to sizeof or typeof.
32172 [__HAVE_FLOAT128 && __GLIBC_USE (IEC_60559_TYPES_EXT)]
32173 (__TGMATH_F128): Likewise.
32174 [__HAVE_FLOAT128 && __GLIBC_USE (IEC_60559_TYPES_EXT)]
32175 (__TGMATH_CF128): Likewise.
32176 (__TGMATH_UNARY_REAL_ONLY): Likewise.
32177 (__TGMATH_UNARY_REAL_RET_ONLY): Likewise.
32178 (__TGMATH_BINARY_FIRST_REAL_ONLY): Likewise.
32179 (__TGMATH_BINARY_FIRST_REAL_STD_ONLY): Likewise.
32180 (__TGMATH_BINARY_REAL_ONLY): Likewise.
32181 (__TGMATH_BINARY_REAL_STD_ONLY): Likewise.
32182 (__TGMATH_BINARY_REAL_RET_ONLY): Likewise.
32183 (__TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY): Likewise.
32184 (__TGMATH_TERNARY_REAL_ONLY): Likewise.
32185 (__TGMATH_TERNARY_FIRST_REAL_RET_ONLY): Likewise.
32186 (__TGMATH_UNARY_REAL_IMAG): Likewise.
32187 (__TGMATH_UNARY_IMAG): Likewise.
32188 (__TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
32189 (__TGMATH_BINARY_REAL_IMAG): Likewise.
32190 * math/gen-tgmath-tests.py (Type.init_types): Create bit_field
32191 type.
32192 (define_vars_for_type): Handle bit_field type specially.
32193 (Tests.__init__): Declare structure with bit-field element.
32194
32195 2017-08-02 H.J. Lu <hongjiu.lu@intel.com>
32196
32197 [BZ #21791]
32198 * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S
32199 (MEMCPY_CHK): Define only if SHARED is defined.
32200 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S (MEMCPY_CHK):
32201 Likewise.
32202 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S (MEMCPY_CHK):
32203 Likewise.
32204
32205 See ChangeLog.18 for earlier changes.