locale: No warning for non-symbolic character (bug 22295)
[glibc.git] / ChangeLog
blob3c8c45e794ec36819b2c939d3af56570fa9878c9
1 2017-10-13  Carlos O'Donell  <carlos@redhat.com>
3         [BZ #22295]
4         * locale/programs/linereader.c (get_string): Don't warn on
5         non-symbolic character.
7 2017-10-13  Carlos O'Donell  <carlos@redhat.com>
9         [BZ #22294]
10         * locale/programs/ld-monetary.c (monetary_finish): Allow ""
11         int_curr_symbol.
13 2017-10-13  Carlos O'Donell  <carlos@redhat.com>
15         [BZ #22292]
16         * locale/programs/record-status.h: New file
17         * locale/programs/locale.c: Add comment.
18         * locale/programs/charmap-dir.c: Don't include error.h.
19         (charmap_opendir): Use record_error.
20         * locale/programs/charmap.c: Don't include error.h.
21         (charmap_read): Use record_error, and record_warning.
22         (parse_charmap): Likewise.
23         * locale/programs/ld-address.c: Don't include error.h.
24         (address_finish): Use record_error, and record_warning.
25         * locale/programs/ld-collate.c: Don't include error.h.
26         (collate_finish): Use record_error, and record_error_at_line.
27         * locale/programs/ld-ctype.c (ctype_finish): Use record_error.
28         (ctype_class_new): Likewise.
29         (ctype_map_new): Likewise.
30         (set_one_default): Likewise.
31         (set_class_defaults): Likewise.
32         (translit_flatten): Likewise.
33         (allocate_arrays): Use record_error, and record_verbose.
34         * locale/programs/ld-identification.c: Don't include error.h.
35         (indentation_finish): Use record_error and record_warning.
36         * locale/programs/ld-measurement.c: Don't include error.h.
37         (measurement_finish): Use record_error.
38         * locale/programs/ld-messages.c
39         (message_finish): Likewise.
40         * locale/programs/ld-monetary.c
41         (monetary_finish): Likewise.
42         * locale/programs/ld-name.c (name_finish): Use record_error
43         and record_warning.
44         * locale/programs/ld-numeric.c
45         (numeric_finish): Use record_error.
46         * locale/programs/ld-paper.c: Don't include error.h.
47         (paper_finish): Use record_error.
48         * locale/programs/ld-telephone.c: Don't include error.h.
49         (telephone_finish): Use record_error.
50         * locale/programs/ld-time.c (time_finish): Likewise.
51         * locale/programs/linereader.h (lr_error): Make inline func.
52         * locale/programs/localedef.c: Define recorded_warning_count,
53         and recorded_error_count.
54         (main): Use record_error. Use recorded_error_count and
55         recorded_warning_count to issue correct error returns.
56         (add_to_readlist): Use record_error.
57         (find_locale): Likewise.
58         (load_locale): Likewise.
59         * locale/programs/localedef.h: Remove be_quiet
60         and WITH_CUR_LOCALE.
61         * locale/programs/locarchive.c (compare_from_file): Use
62         record_error.
63         * locale/programs/locfile.c (write_locale_data): Use
64         record_error.
65         * locale/programs/repertoire.c: Dont include error.h.
66         (repertoire_complain): Use record_error.
67         * localedata/tst-fmon.sh: Expect failures from localedef.
68         * localedata/tst-locale.sh: Likewise.
69         * localedata/gen-locale.sh: Expect failures from SHIFT_JIS.
71 2017-10-12  Carlos O'Donell  <carlos@redhat.com>
73         * localedata/unicode-gen/Makefile (GENERATED): Use i18n_ctype.
74         (REPORTS): Likewise.
75         (check): Likewise.
76         (i18n): Rename to...
77         (i18n_ctype): ...this.
78         (i18n-report): Rename to...
79         (i18n_ctype-report): ...this.
80         * localedata/locales/i18n_ctype: Regenerate.
81         * localedata/locales/i18n: copy i18n_ctype.
83 2017-10-13  Joseph Myers  <joseph@codesourcery.com>
85         * stdlib/strfroml.c: Include <bits/floatn.h>.
86         [__HAVE_FLOAT128 && !__HAVE_DISTINCT_FLOAT128] (strfromf128):
87         Define before include of <stdlib.h> and undefine afterwards, then
88         define as weak alias.
90         * sysdeps/ieee754/ldbl-64-128/s_nextafterl.c (weak_alias):
91         Undefine and restore default definition.  Use
92         libm_alias_ldouble_other.
94 2017-10-13  Peter Zelezny  <peter.zelezny@dektech.com.au>
96         [BZ #22153]
97         * nptl/allocatestack.c (__nptl_setxid_error): Preserve error code
98         in coredumps.
100 2017-10-13  James Clarke  <jrtc27@jrtc27.com>
102         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
103         Assign sym_map to be map for local symbols, as TLS relocations
104         use sym_map to determine whether the symbol is defined and to
105         extract the TLS information.
106         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
107         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
109 2017-10-13  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
111         [BZ #22189]
112         * sysdeps/powerpc/fpu/math_private.h (math_opt_barrier):
113         (math_force_eval): Add powerpc version.
115         [BZ #22142]
116         * stdio-common/tst-printf.c (fp_test): Add tests for DBL_MAX and
117         -DBL_MAX.
118         (do_test): Likewise.
119         * stdio-common/tst-printf.sh: Likewise.
120         * sysdeps/powerpc/powerpc64/power7/add_n.S: Invert the initial
121         ifdef clause in order to set the carry bit right.  Replace r0 by
122         0 without changing the behavior.
124 2017-10-13  Joseph Myers  <joseph@codesourcery.com>
126         * sysdeps/sparc/sparc32/fpu/s_fabsl.c: Include
127         <libm-alias-ldouble.h>.
128         (fabsl): Define using libm_alias_ldouble.
129         * sysdeps/sparc/sparc64/fpu/s_fabsl.c: Include
130         <libm-alias-ldouble.h>.
131         (fabsl): Define using libm_alias_ldouble.
133         * sysdeps/ieee754/ldbl-opt/w_lgamma_compatl.c [BUILD_LGAMMA]:
134         Remove conditional code.
136         * sysdeps/ieee754/ldbl-opt/s_clog10l.c (__clog10l__internal):
137         Rename to __clog10_internal_l.
138         (__clog10_internal_l): Define aliases using
139         libm_alias_ldouble_other instead of using libm_alias_ldouble_other
140         with __clog10.
142 2017-10-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
144         * benchtests/Makefile (bench-math):  Add sinf, cosf and sincosf.
145         * benchtests/sincosf-inputs: New file.
146         * benchtests/cosf-inputs: New file.
147         * benchtests/sinf-inputs: New file.
149 2017-10-12  Szabolcs Nagy  <szabolcs.nagy@arm.com>
151         * posix/tst-spawn.c (do_test): Wait for both children.
153 2017-10-12  H.J. Lu  <hongjiu.lu@intel.com>
155         [BZ #22284]
156         * gmon/Makefile [$(have-fpie)$(build-shared) == yesyes] (tests,
157         tests-pie): Add tst-gmon-pie.
158         (CFLAGS-tst-gmon-pie.c): New.
159         (CRT-tst-gmon-pie): Likewise.
160         (tst-gmon-pie-ENV): Likewise.
161         [$(have-fpie)$(build-shared) == yesyes] (tests-special): Likewise.
162         ($(objpfx)tst-gmon-pie.out): Likewise.
163         (clean-tst-gmon-pie-data): Likewise.
164         ($(objpfx)tst-gmon-pie-gprof.out): Likewise.
165         * gmon/gmon.c [PIC]: Include <link.h>.
166         [PIC] (callback): New function.
167         (write_hist): Add an argument for load address.  Subtract load
168         address from PCs.
169         (write_call_graph): Likewise.
170         (write_gmon): Call __dl_iterate_phdr to get load address, pass
171         it to write_hist and write_call_graph.
172         * gmon/tst-gmon-pie.c: New file.
174 2017-10-11  Joseph Myers  <joseph@codesourcery.com>
176         * math/Makefile (test-types-basic): New variable.
177         (test-types): Likewise.
178         (libm-test-support): Use $(test-types) instead of $(types).
179         (libm-tests-base-normal): Likewise.
180         (libm-tests-base-finite): Likewise.
181         (libm-tests-base-inline): Likewise.
182         (generated): Likewise.
183         ($(objpfx)libm-test-support-$(t).c): Likewise.
184         (libm-tests-for-type iterator): Likewise.
185         (libm-test-support iterator): Likewise.
186         * math/libm-test-support.c (ulp_i_idx): Use ULP_I_IDX.
187         (ulp_idx): Use ULP_IDX.
188         * math/test-ldouble.h: Include <float.h>.
189         (TYPE_STR): Define conditional on [LDBL_MANT_DIG == DBL_MANT_DIG].
190         (ULP_IDX): New macro.
191         (ULP_I_IDX): Likewise.
192         * math/test-double.h (ULP_IDX): Likewise.
193         (ULP_I_IDX): Likewise.
194         * math/test-float.h (ULP_IDX): Likewise.
195         (ULP_I_IDX): Likewise.
196         * math/test-float128.h (ULP_IDX): Likewise.
197         (ULP_I_IDX): Likewise.
199 2017-10-11  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
201         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Remove file.
202         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
203         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
204         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: Likewise.
205         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
206         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: Likewise.
207         * sysdeps/unix/sysv/linux/powerpc/sysdep-cancel.h: Likewise.
208         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
209         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
210         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
211         * sysdeps/unix/sysv/linux/sparc/sysdep-cancel.h: Likewise.
212         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
213         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
214         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
215         (SINGLE_THREAD_BY_GLOBAL): Define.
216         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (SINGLE_THREAD_BY_GLOBAL):
217         Likewise.
218         * sysdeps/unix/sysv/linux/alpha/sysdep.h (SINGLE_THREAD_BY_GLOBAL):
219         Likewise.
220         * sysdeps/unix/sysv/linux/arm/sysdep.h (SINGLE_THREAD_BY_GLOBAL):
221         Likewise.
222         * sysdeps/unix/sysv/linux/hppa/sysdep.h (SINGLE_THREAD_BY_GLOBAL):
223         Likewise.
224         * sysdeps/unix/sysv/linux/microblaze/sysdep.h
225         (SINGLE_THREAD_BY_GLOBAL): Likewise.
226         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SINGLE_THREAD_BY_GLOBAL):
227         Likewise.
229 2017-10-11  Andreas Schwab  <schwab@suse.de>
231         * nis/Makefile (aux): Remove.
232         * nscd/Makefile (aux): Add nscd_hash.
233         (nscd-modules): Likewise.
234         ($(objpfx)nscd): Don't depend on libnsl.
235         * nscd/nscd_hash.c: New file.
236         * nscd/nscd_hash.h: Likewise.
237         * nscd/cache.c: Include "nscd_hash.h" instead of <rpcsvc/nis.h>.
238         (cache_search, cache_add): Use __nscd_hash instead of __nis_hash.
239         * nscd/nscd_helper.c: Include <sys/param.h> and "nscd_hash.h"
240         instead of <nis/rpcsvc/nis.h>.
241         (__nscd_cache_search): Use __nscd_hash instead of __nis_hash.
243 2017-10-11  Florian Weimer  <fweimer@redhat.com>
245         [BZ #22078]
246         Avoid large NSS buffers with many addresses, aliases.
247         * nss/nss_files/files-hosts.c (gethostbyname3_multi): Rewrite
248         using dynarrays and struct alloc_buffer.
249         * nss/Makefile (tests): Add tst-nss-files-hosts-multi.
250         (tst-nss-files-hosts-multi): Link with -ldl.
251         * nss/tst-nss-files-hosts-multi.c: New file.
253 2017-10-11  Florian Weimer  <fweimer@redhat.com>
255         [BZ #18023]
256         * nss/nss_files/files-hosts.c (gethostbyname3_multi): Use struct
257         scratch_buffer.  Eliminate gotos.
259 2017-10-11  Joseph Myers  <joseph@codesourcery.com>
261         * sysdeps/ieee754/ldbl-opt/s_clog10l.c: Use
262         libm_alias_ldouble_other.
263         * sysdeps/ieee754/ldbl-opt/w_exp10l_compat.c (weak_alias): Do not
264         undefine and redefine.
265         [LIBM_SVID_COMPAT && !LONG_DOUBLE_COMPAT (libm, GLIBC_2_1)]
266         (exp10l): Do not define here.
267         * sysdeps/ieee754/ldbl-opt/w_lgamma_compatl.c [BUILD_LGAMMA]
268         (weak_alias): Undefine and redefine.
269         [BUILD_LGAMMA]: Use libm_alias_ldouble_other.
270         * sysdeps/ieee754/ldbl-opt/w_remainderl_compat.c
271         [LIBM_SVID_COMPAT] (weak_alias): Undefine and redefine here.
272         [LIBM_SVID_COMPAT]: Use libm_alias_ldouble_other.
274         * soft-fp/fmadf4.c: Include <libm-alias-double.h>.
275         [!__fma] (fma): Define using libm_alias_double.
276         * soft-fp/fmasf4.c: Include <libm-alias-float.h>.
277         [!__fmaf] (fmaf): Define using libm_alias_float.
278         * soft-fp/fmatf4.c: Include <libm-alias-ldouble.h>.
279         (fmal): Define using libm_alias_ldouble.
281 2017-10-10  Joseph Myers  <joseph@codesourcery.com>
283         * sysdeps/generic/libm-alias-double.h (libm_alias_double_other_r):
284         New macro.
285         (libm_alias_double_other): Likewise.
286         (libm_alias_double_r): Use libm_alias_double_other_r.
287         * sysdeps/generic/libm-alias-float.h (libm_alias_float_other_r):
288         New macro.
289         (libm_alias_float_other): Likewise.
290         (libm_alias_float_r): Use libm_alias_float_other_r.
291         * sysdeps/generic/libm-alias-float128.h
292         (libm_alias_float128_other_r): New macro.
293         (libm_alias_float128_other): Likewise.
294         (libm_alias_float128_r): Use libm_alias_float128_other_r.
295         * sysdeps/generic/libm-alias-ldouble.h
296         (libm_alias_ldouble_other_r): New macro.
297         (libm_alias_ldouble_other): Likewise.
298         (libm_alias_ldouble_r): Use libm_alias_ldouble_other_r.
299         * sysdeps/ieee754/ldbl-opt/libm-alias-double.h
300         (libm_alias_double_other_r): New macro.
301         (libm_alias_double_other): Likewise.
302         (libm_alias_double_r): Use libm_alias_double_other_r.
303         * sysdeps/ieee754/ldbl-opt/libm-alias-ldouble.h
304         (libm_alias_ldouble_other_r): New macro.
305         (libm_alias_ldouble_other): Likewise.
306         (libm_alias_ldouble_r): Use libm_alias_ldouble_other_r.
307         * math/w_lgamma_main.c: Include <libm-alias-double.h>.
308         [!USE_AS_COMPAT]: Use libm_alias_double_other.
309         * math/w_lgammaf_main.c: Include <libm-alias-float.h>.
310         [!USE_AS_COMPAT]: Use libm_alias_float_other.
311         * math/w_lgammal_main.c: Include <libm-alias-ldouble.h>.
312         [!USE_AS_COMPAT]: Use libm_alias_ldouble_other.
313         * math/w_exp2f.c: Use libm_alias_float_other.
314         * math/w_expf.c: Likewise.
315         * math/w_log2f.c: Likewise.
316         * math/w_logf.c: Likewise.
317         * math/w_powf.c: Likewise.
318         * sysdeps/ieee754/flt-32/e_exp2f.c: Include <libm-alias-float.h>.
319         [!__exp2f]: Use libm_alias_float_other.
320         * sysdeps/ieee754/flt-32/e_expf.c: Include <libm-alias-float.h>.
321         [!__expf]: Use libm_alias_float_other.
322         * sysdeps/ieee754/flt-32/e_log2f.c: Include <libm-alias-float.h>.
323         [!__log2f]: Use libm_alias_float_other.
324         * sysdeps/ieee754/flt-32/e_logf.c: Include <libm-alias-float.h>.
325         [!__logf]: Use libm_alias_float_other.
326         * sysdeps/ieee754/flt-32/e_powf.c: Include <libm-alias-float.h>.
327         [!__powf]: Use libm_alias_float_other.
329 2017-10-10  Florian Weimer  <fweimer@redhat.com>
331         * nss/nss_files/files-hosts.c (gethostbyname3_multi): New
332         function.
333         (_nss_files_gethostbyname3_r): Call it.
335 2017-10-09  Joseph Myers  <joseph@codesourcery.com>
337         * sysdeps/generic/math-type-macros.h [!declare_mgen_alias]: Give
338         error.  Remove default definition of declare_mgen_alias.
339         [!declare_mgen_alias_r]: Likewise.
340         * sysdeps/generic/math-type-macros-double.h
341         [!declare_mgen_alias_r] (declare_mgen_alias_r): New macro.
342         * sysdeps/generic/math-type-macros-float.h [!declare_mgen_alias_r]
343         (declare_mgen_alias_r): Likewise.
344         * sysdeps/generic/math-type-macros-float128.h
345         [!declare_mgen_alias_r] (declare_mgen_alias_r): Likewise.
346         * sysdeps/generic/math-type-macros-ldouble.h
347         [!declare_mgen_alias_r] (declare_mgen_alias_r): Likewise.
348         * math/w_lgamma_r_template.c (declare_mgen_alias_r_x): Remove
349         macro.
350         (declare_mgen_alias_r_s): Likewise.
351         (declare_mgen_alias_r): Likewise.
352         * math/w_lgamma_r_compat.c: Include <libm-alias-double.h>.
353         (lgamma_r): Define using libm_alias_double_r.
354         * math/w_lgammaf_r_compat.c: Include <libm-alias-float.h>.
355         (lgammaf_r): Define using libm_alias_float_r.
356         * math/w_lgammal_r_compat.c: Include <libm-alias-ldouble.h>.
357         (lgammal_r): Define using libm_alias_ldouble_r.
358         * sysdeps/ieee754/ldbl-opt/w_lgamma_r_compat.c: Remove file.
359         * sysdeps/ieee754/ldbl-opt/w_lgammal_r_compat.c: Likewise.
361 2017-10-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
363         * lib/glob.c (__glob_pattern_type): Remove now-spurious
364         extern declaration.
366 2017-10-09  Joseph Myers  <joseph@codesourcery.com>
368         * sysdeps/ieee754/ldbl-opt/w_scalbln.c: Remove file.
370 2017-10-09  Jonathan Wakely  <jwakely@redhat.com>
372         [BZ #21326]
373         * include/features.h [__cplusplus >= 201703] (__USE_ISOC11): Define.
374         [__cplusplus >= 201103] (__USE_ISOC99): Define.
375         * math/Makefile (test-math-cxx11): New test.
376         * math/test-math-cxx11.cc: New file.
378 2017-10-08  Christian Brauner  <christian.brauner@ubuntu.com>
380         * login/openpty.c (openpty): Close slave pty file descriptor on error.
382         * login/openpty.c (openpty): If defined, use the TIOCGPTPEER ioctl()
383         call to allocate the slave pty file descriptor.
385 2017-10-06  Joseph Myers  <joseph@codesourcery.com>
387         * sysdeps/ieee754/ldbl-128/s_fma.c: Include <libm-alias-double.h>.
388         [!__fma] (fma): Define using libm_alias_double.
389         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <libm-alias-double.h>.
390         [!__fma] (fma): Define using libm_alias_double.
392         * sysdeps/ieee754/float128/float128_private.h: Include
393         <libm-alias-ldouble.h> and <libm-alias-float128.h>.
394         (libm_alias_ldouble_r): Undefine and redefine.
395         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Include
396         <libm-alias-ldouble.h>.
397         (asinhl): Define using libm_alias_ldouble.
398         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include
399         <libm-alias-ldouble.h>.
400         (atanl): Define using libm_alias_ldouble.
401         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Include
402         <libm-alias-ldouble.h>.
403         (cbrtl): Define using libm_alias_ldouble.
404         * sysdeps/ieee754/ldbl-128/s_ceill.c: Include
405         <libm-alias-ldouble.h>.
406         (ceill): Define using libm_alias_ldouble.
407         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Include
408         <libm-alias-ldouble.h>.
409         (copysignl): Define using libm_alias_ldouble.
410         * sysdeps/ieee754/ldbl-128/s_cosl.c: Include
411         <libm-alias-ldouble.h>.
412         (cosl): Define using libm_alias_ldouble.
413         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include
414         <libm-alias-ldouble.h>.
415         (erfl): Define using libm_alias_ldouble.
416         (erfcl): Likewise.
417         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include
418         <libm-alias-ldouble.h>.
419         (expm1l): Define using libm_alias_ldouble.
420         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Include
421         <libm-alias-ldouble.h>.
422         (fabsl): Define using libm_alias_ldouble.
423         * sysdeps/ieee754/ldbl-128/s_floorl.c: Include
424         <libm-alias-ldouble.h>.
425         (floorl): Define using libm_alias_ldouble.
426         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include
427         <libm-alias-ldouble.h>.
428         (fmal): Define using libm_alias_ldouble.
429         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Include
430         <libm-alias-ldouble.h>.
431         (frexpl): Define using libm_alias_ldouble.
432         * sysdeps/ieee754/ldbl-128/s_fromfpl.c (fromfpl): Define using
433         libm_alias_ldouble.
434         * sysdeps/ieee754/ldbl-128/s_fromfpl_main.c: Include
435         <libm-alias-ldouble.h>.
436         * sysdeps/ieee754/ldbl-128/s_fromfpxl.c (fromfpxl): Define using
437         libm_alias_ldouble.
438         * sysdeps/ieee754/ldbl-128/s_getpayloadl.c: Include
439         <libm-alias-ldouble.h>.
440         (getpayloadl): Define using libm_alias_ldouble.
441         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Include
442         <libm-alias-ldouble.h>.
443         (llrintl): Define using libm_alias_ldouble.
444         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Include
445         <libm-alias-ldouble.h>.
446         (llroundl): Define using libm_alias_ldouble.
447         * sysdeps/ieee754/ldbl-128/s_logbl.c: Include
448         <libm-alias-ldouble.h>.
449         (logbl): Define using libm_alias_ldouble.
450         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Include
451         <libm-alias-ldouble.h>.
452         (lrintl): Define using libm_alias_ldouble.
453         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Include
454         <libm-alias-ldouble.h>.
455         (lroundl): Define using libm_alias_ldouble.
456         * sysdeps/ieee754/ldbl-128/s_modfl.c: Include
457         <libm-alias-ldouble.h>.
458         (modfl): Define using libm_alias_ldouble.
459         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Include
460         <libm-alias-ldouble.h>.
461         (nearbyintl): Define using libm_alias_ldouble.
462         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Include
463         <libm-alias-ldouble.h>.
464         (nextafterl): Define using libm_alias_ldouble.
465         * sysdeps/ieee754/ldbl-128/s_nextupl.c: Include
466         <libm-alias-ldouble.h>.
467         (nextupl): Define using libm_alias_ldouble.
468         * sysdeps/ieee754/ldbl-128/s_remquol.c: Include
469         <libm-alias-ldouble.h>.
470         (remquol): Define using libm_alias_ldouble.
471         * sysdeps/ieee754/ldbl-128/s_rintl.c: Include
472         <libm-alias-ldouble.h>.
473         (rintl): Define using libm_alias_ldouble.
474         * sysdeps/ieee754/ldbl-128/s_roundevenl.c: Include
475         <libm-alias-ldouble.h>.
476         (roundevenl): Define using libm_alias_ldouble.
477         * sysdeps/ieee754/ldbl-128/s_roundl.c: Include
478         <libm-alias-ldouble.h>.
479         (roundl): Define using libm_alias_ldouble.
480         * sysdeps/ieee754/ldbl-128/s_setpayloadl.c (setpayloadl): Define
481         using libm_alias_ldouble.
482         * sysdeps/ieee754/ldbl-128/s_setpayloadl_main.c: Include
483         <libm-alias-ldouble.h>.
484         * sysdeps/ieee754/ldbl-128/s_setpayloadsigl.c (setpayloadsigl):
485         Define using libm_alias_ldouble.
486         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include
487         <libm-alias-ldouble.h>.
488         (sincosl): Define using libm_alias_ldouble.
489         * sysdeps/ieee754/ldbl-128/s_sinl.c: Include
490         <libm-alias-ldouble.h>.
491         (sinl): Define using libm_alias_ldouble.
492         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Include
493         <libm-alias-ldouble.h>.
494         (tanhl): Define using libm_alias_ldouble.
495         * sysdeps/ieee754/ldbl-128/s_tanl.c: Include
496         <libm-alias-ldouble.h>.
497         (tanl): Define using libm_alias_ldouble.
498         * sysdeps/ieee754/ldbl-128/s_totalorderl.c: Include
499         <libm-alias-ldouble.h>.
500         (totalorderl): Define using libm_alias_ldouble.
501         * sysdeps/ieee754/ldbl-128/s_totalordermagl.c: Include
502         <libm-alias-ldouble.h>.
503         (totalordermagl): Define using libm_alias_ldouble.
504         * sysdeps/ieee754/ldbl-128/s_truncl.c: Include
505         <libm-alias-ldouble.h>.
506         (truncl): Define using libm_alias_ldouble.
507         * sysdeps/ieee754/ldbl-128/s_ufromfpl.c (ufromfpl): Define using
508         libm_alias_ldouble.
509         * sysdeps/ieee754/ldbl-128/s_ufromfpxl.c (ufromfpxl): Define using
510         libm_alias_ldouble.
511         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Include
512         <libm-alias-ldouble.h>.
513         (weak_alias): Do not undefine and redefine.
514         [IS_IN (libc)] (libm_alias_ldouble): Undefine and redefine.
515         (copysignl): Define with long_double_symbol only if [IS_IN
516         (libc)].
517         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Include
518         <libm-alias-ldouble.h>.
519         (weak_alias): Do not undefine and redefine.
520         [IS_IN (libc)] (libm_alias_ldouble): Undefine and redefine.
521         (frexpl): Define with long_double_symbol only if [IS_IN (libc)].
522         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Include
523         <libm-alias-ldouble.h>.
524         (weak_alias): Do not undefine and redefine.
525         [IS_IN (libc)] (libm_alias_ldouble): Undefine and redefine.
526         (modfl): Define with long_double_symbol only if [IS_IN (libc)].
527         * sysdeps/ieee754/ldbl-64-128/s_asinhl.c: Remove file.
528         * sysdeps/ieee754/ldbl-64-128/s_atanl.c: Likewise.
529         * sysdeps/ieee754/ldbl-64-128/s_cbrtl.c: Likewise.
530         * sysdeps/ieee754/ldbl-64-128/s_ceill.c: Likewise.
531         * sysdeps/ieee754/ldbl-64-128/s_cosl.c: Likewise.
532         * sysdeps/ieee754/ldbl-64-128/s_erfl.c: Likewise.
533         * sysdeps/ieee754/ldbl-64-128/s_expm1l.c: Likewise.
534         * sysdeps/ieee754/ldbl-64-128/s_fabsl.c: Likewise.
535         * sysdeps/ieee754/ldbl-64-128/s_floorl.c: Likewise.
536         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: Likewise.
537         * sysdeps/ieee754/ldbl-64-128/s_llrintl.c: Likewise.
538         * sysdeps/ieee754/ldbl-64-128/s_llroundl.c: Likewise.
539         * sysdeps/ieee754/ldbl-64-128/s_logbl.c: Likewise.
540         * sysdeps/ieee754/ldbl-64-128/s_lrintl.c: Likewise.
541         * sysdeps/ieee754/ldbl-64-128/s_lroundl.c: Likewise.
542         * sysdeps/ieee754/ldbl-64-128/s_nearbyintl.c: Likewise.
543         * sysdeps/ieee754/ldbl-64-128/s_remquol.c: Likewise.
544         * sysdeps/ieee754/ldbl-64-128/s_rintl.c: Likewise.
545         * sysdeps/ieee754/ldbl-64-128/s_roundl.c: Likewise.
546         * sysdeps/ieee754/ldbl-64-128/s_sincosl.c: Likewise.
547         * sysdeps/ieee754/ldbl-64-128/s_sinl.c: Likewise.
548         * sysdeps/ieee754/ldbl-64-128/s_tanhl.c: Likewise.
549         * sysdeps/ieee754/ldbl-64-128/s_tanl.c: Likewise.
550         * sysdeps/ieee754/ldbl-64-128/s_truncl.c: Likewise.
552 2017-10-06  Carlos O'Donell  <carlos@redhat.com>
554         [BZ #22111]
555         * malloc/malloc.c (tcache_shutting_down): Use bool type.
556         (tcache_thread_freeres): Set tcache_shutting_down before
557         freeing the tcache.
558         * malloc/Makefile (tests): Add tst-malloc-tcache-leak.
559         * malloc/tst-malloc-tcache-leak.c: New file.
561 2017-10-06  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
563         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: Revert
564         back to powerpc32 file.
565         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c
566         (memrchr): Add __memrchr_power8 to ifunc list.
567         * sysdeps/powerpc/powerpc64/power8/memrchr.S: Mask
568         extra bytes for unaligned inputs.
570 2017-10-06  Joseph Myers  <joseph@codesourcery.com>
572         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: Remove file.
573         * sysdeps/ieee754/ldbl-64-128/s_log1pl.c: Likewise.
574         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c: Likewise.
575         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
576         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
578 2017-10-05  Joseph Myers  <joseph@codesourcery.com>
580         * sysdeps/arm/libm-test-ulps: Update.
582         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Include
583         <libm-alias-ldouble.h>.
584         (asinhl): Define using libm_alias_ldouble.
585         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Include
586         <libm-alias-ldouble.h>.
587         (cbrtl): Define using libm_alias_ldouble.
588         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Include
589         <libm-alias-ldouble.h>.
590         (copysignl): Define using libm_alias_ldouble.
591         * sysdeps/ieee754/ldbl-96/s_cosl.c: Include
592         <libm-alias-ldouble.h>.
593         (cosl): Define using libm_alias_ldouble.
594         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include
595         <libm-alias-ldouble.h>.
596         (erfl): Define using libm_alias_ldouble.
597         (erfcl): Likewise.
598         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include
599         <libm-alias-ldouble.h>.
600         (fmal): Define using libm_alias_ldouble.
601         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Include
602         <libm-alias-ldouble.h>.
603         (frexpl): Define using libm_alias_ldouble.
604         * sysdeps/ieee754/ldbl-96/s_fromfpl.c (fromfpl): Define using
605         libm_alias_ldouble.
606         * sysdeps/ieee754/ldbl-96/s_fromfpl_main.c: Include
607         <libm-alias-ldouble.h>.
608         * sysdeps/ieee754/ldbl-96/s_fromfpxl.c (fromfpxl): Define using
609         libm_alias_ldouble.
610         * sysdeps/ieee754/ldbl-96/s_getpayloadl.c: Include
611         <libm-alias-ldouble.h>.
612         (getpayloadl): Define using libm_alias_ldouble.
613         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Include
614         <libm-alias-ldouble.h>.
615         (llrintl): Define using libm_alias_ldouble.
616         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Include
617         <libm-alias-ldouble.h>.
618         (llroundl): Define using libm_alias_ldouble.
619         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Include
620         <libm-alias-ldouble.h>.
621         (lrintl): Define using libm_alias_ldouble.
622         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Include
623         <libm-alias-ldouble.h>.
624         (lroundl): Define using libm_alias_ldouble.
625         * sysdeps/ieee754/ldbl-96/s_modfl.c: Include
626         <libm-alias-ldouble.h>.
627         (modfl): Define using libm_alias_ldouble.
628         * sysdeps/ieee754/ldbl-96/s_nextupl.c: Include
629         <libm-alias-ldouble.h>.
630         (nextupl): Define using libm_alias_ldouble.
631         * sysdeps/ieee754/ldbl-96/s_remquol.c: Include
632         <libm-alias-ldouble.h>.
633         (remquol): Define using libm_alias_ldouble.
634         * sysdeps/ieee754/ldbl-96/s_roundevenl.c: Include
635         <libm-alias-ldouble.h>.
636         (roundevenl): Define using libm_alias_ldouble.
637         * sysdeps/ieee754/ldbl-96/s_roundl.c: Include
638         <libm-alias-ldouble.h>.
639         (roundl): Define using libm_alias_ldouble.
640         * sysdeps/ieee754/ldbl-96/s_setpayloadl.c (setpayloadl): Define
641         using libm_alias_ldouble.
642         * sysdeps/ieee754/ldbl-96/s_setpayloadl_main.c: Include
643         <libm-alias-ldouble.h>.
644         * sysdeps/ieee754/ldbl-96/s_setpayloadsigl.c: Include
645         <libm-alias-ldouble.h>.
646         (setpayloadsigl): Define using libm_alias_ldouble.
647         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include
648         <libm-alias-ldouble.h>.
649         (sincosl): Define using libm_alias_ldouble.
650         * sysdeps/ieee754/ldbl-96/s_sinl.c: Include
651         <libm-alias-ldouble.h>.
652         (sinl): Define using libm_alias_ldouble.
653         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Include
654         <libm-alias-ldouble.h>.
655         (tanhl): Define using libm_alias_ldouble.
656         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include
657         <libm-alias-ldouble.h>.
658         (tanl): Define using libm_alias_ldouble.
659         * sysdeps/ieee754/ldbl-96/s_totalorderl.c: Include
660         <libm-alias-ldouble.h>.
661         (totalorderl): Define using libm_alias_ldouble.
662         * sysdeps/ieee754/ldbl-96/s_totalordermagl.c: Include
663         <libm-alias-ldouble.h>.
664         (totalordermagl): Define using libm_alias_ldouble.
665         * sysdeps/ieee754/ldbl-96/s_ufromfpl.c (ufromfpl): Define using
666         libm_alias_ldouble.
667         * sysdeps/ieee754/ldbl-96/s_ufromfpxl.c (ufromfpxl): Define using
668         libm_alias_ldouble.
670 2017-10-05  Siddhesh Poyarekar  <siddhesh@sourceware.org>
672         * sysdeps/aarch64/multiarch/Makefile (sysdep_routines): Add
673         memmove_falkor.
674         * sysdeps/aarch64/multiarch/ifunc-impl-list.c
675         (__libc_ifunc_impl_list): Likewise.
676         * sysdeps/aarch64/multiarch/memmove.c: Likewise.
677         * sysdeps/aarch64/multiarch/memmove_falkor.S: New file.
679         * benchtests/bench-memmove-walk.c: New file.
680         * benchtests/Makefile (string-benchset): Add it.
682         * benchtests/bench-memset-walk.c: New file.
683         * benchtests/Makefile (string-benchset): Add it.
685         * benchtests/bench-memcpy-walk.c: New file.
686         * benchtests/Makefile (string-benchset): Add it.
688 2017-10-05  Florian Weimer  <fweimer@redhat.com>
690         nscd: Eliminate compilation time dependency in the build output.
691         * nscd/nscd_stat.c (STATDATA_VERSION)
692         (STATDATA_VERSION_SELINUX_FLAG, STATDATA_VERSION_FLAGS)
693         (STATDATA_VERSION_FULL): New macro definitions.
694         (compilation): Remove.
695         (struct statdata): Adjust version member.
696         (send_stats): Set version from STATDATA_VERSION_FULL.
697         (receive_print_stats): Verify version against STATDATA_VERSION_FULL.
699 2017-10-05  Joseph Myers  <joseph@codesourcery.com>
701         * configure.ac (--enable-add-ons): Remove option.
702         (machine): Do not mention add-ons in comment.
703         (LIBC_PRECONFIGURE): Likewise.
704         (add_ons): Remove variable and sanity checks and logic to locate
705         add-ons.
706         (add_ons_automatic): Remove variable.
707         (configured_add_ons): Likewise.
708         (add_ons_sfx): Likewise.
709         (add_ons_pfx): Likewise.
710         (add_on_subdirs): Likewise.
711         (sysnames_add_ons): Likewise.  Remove loop over add-ons and
712         consideration of add-ons in Implies handling.
713         (sysdeps_add_ons): Likewise.
714         * configure: Regenerated.
715         * libidn/configure.ac: Remove.
716         * libidn/configure: Likewise.
717         * sysdeps/unix/inet/configure.ac: New file.
718         * sysdeps/unix/inet/configure: New generated file.
719         * sysdeps/unix/inet/Subdirs: Add libidn.
720         * Makeconfig (sysdeps-srcdirs): Remove variable.
721         (+sysdep_dirs): Do not include $(sysdeps-srcdirs).
722         ($(common-objpfx)config.status): Do not depend on add-on files.
723         ($(common-objpfx)shlib-versions.v.i): Do not mention add-ons in
724         comment.
725         (all-subdirs): Do not include $(add-on-subdirs).
726         * Makefile (dist-prepare): Do not use $(sysdeps-add-ons).
727         * config.make.in (add-ons): Remove variable.
728         (add-on-subdirs): Likewise.
729         (sysdeps-add-ons): Likewise.
730         * manual/Makefile (add-chapters): Remove.
731         ($(objpfx)texis): Do not depend on $(add-chapters).
732         (nonexamples): Do not handle $(add-chapters).
733         (examples): Do not handle $(add-ons).
734         (chapters.% top-menu.%): Do not pass '$(add-chapters)' to
735         libc-texinfo.sh.
736         * manual/install.texi (Installation): Do not mention add-ons.
737         (--enable-add-ons): Do not document configure option.
738         * INSTALL: Regenerated.
739         * manual/libc-texinfo.sh: Do not handle $2 add-ons argument.
740         * manual/maint.texi (Hierarchy Conventions): Do not mention
741         add-ons.
742         * scripts/build-many-glibcs.py (Glibc.build_glibc): Do not use
743         --enable-add-ons.
744         * scripts/gen-sorted.awk: Do not handle Subdirs files from
745         add-ons.
746         * scripts/test-installation.pl: Do not handle glibc-compat add-on.
747         * sysdeps/nptl/Makeconfig: Do not mention add-ons in comment.
749 2017-10-05  Andreas Schwab  <schwab@suse.de>
751         [BZ #15142]
752         * libio/genops.c (_IO_list_all_stamp): Delete.  All uses removed.
753         (_IO_flush_all_lockp): Always lock list_all_lock.
754         (_IO_flush_all_linebuffered): Likewise.
755         (_IO_unbuffer_all): Likewise.
757 2017-10-05  Florian Weimer  <fweimer@redhat.com>
759         [BZ #15436]
760         Do not flush stdio streams on abort.
761         * stdlib/abort.c (fflush): Remove macro definition.
762         (abort): Remove stages related to stdio flushing.
764 2017-10-05  Florian Weimer  <fweimer@redhat.com>
766         * gmon/Makefile (CFLAGS-tst-gmon.c): Add -fno-omit-frame-pointer.
768 2017-10-05  Stefan Liebler  <stli@linux.vnet.ibm.com>
770         * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
772 2017-10-05  Florian Weimer  <fweimer@redhat.com>
774         * support/support_format_hostent.c (support_format_hostent): Add
775         more error information for NETDB_INTERNAL.
777 2017-10-04  H.J. Lu  <hongjiu.lu@intel.com>
779         * config.h.in (NO_HIDDEN_EXTERN_FUNC_IN_PIE): New.
780         * include/libc-symbols.h (__hidden_proto_hiddenattr): Add check
781         for PIC and NO_HIDDEN_EXTERN_FUNC_IN_PIE.
782         * sysdeps/i386/configure.ac (NO_HIDDEN_EXTERN_FUNC_IN_PIE): New
783         AC_DEFINE if multi-arch is enabled.
784         * sysdeps/i386/configure: Regenerated.
786 2017-10-04  H.J. Lu  <hongjiu.lu@intel.com>
788         * Makeconfig (+link-static-before-libc): Use
789         $(DEFAULT-LDFLAGS-$(@F)).
790         * elf/Makefile (CRT-tst-tls1-static-non-pie): New.
791         (LDFLAGS-tst-tls1-static-non-pie): Renamed to ...
792         (DEFAULT-LDFLAGS-tst-tls1-static-non-pie): This.
794 2017-10-04  H.J. Lu  <hongjiu.lu@intel.com>
796         * elf/Makefile (tests): Add tst-main1.
797         (modules-names): Add tst-main1mod.
798         ($(objpfx)tst-main1): New.
799         (CRT-tst-main1): Likewise.
800         (LDFLAGS-tst-main1): Likewise.
801         (LDLIBS-tst-main1): Likewise.
802         (tst-main1mod.so-no-z-defs): Likewise.
803         * elf/tst-main1.c: New file.
804         * elf/tst-main1mod.c: Likewise.
806 2017-10-04  H.J. Lu  <hongjiu.lu@intel.com>
808         * math/test-math-iscanonical.cc (do_test): Return errors != 0.
810 2017-10-04  Joseph Myers  <joseph@codesourcery.com>
812         * sysdeps/ieee754/dbl-64/s_fma.c: Include <libm-alias-double.h>.
813         (fma): Define using libm_alias_double.
814         * sysdeps/ieee754/ldbl-opt/s_fma.c: Remove file.
815         * sysdeps/sparc/sparc32/fpu/s_fma.c: Do not include
816         <math_ldbl_opt.h>.
817         (fmal): Do not define as compat symbol here.
818         * sysdeps/alpha/fpu/s_fma.c: New file.
820 2017-10-04  Szabolcs Nagy  <szabolcs.nagy@arm.com>
822         * sysdeps/aarch64/dl-machine.h (elf_machine_rela): Expand MIN.
824 2017-10-04  Joseph Myers  <joseph@codesourcery.com>
826         [BZ #22229]
827         * sysdeps/sparc/sparc32/fpu/s_copysign.S: Include
828         <math_ldbl_opt.h>
829         (copysignl): Define as compat symbol at version GLIBC_2_0 for libm
830         and libc.
831         * sysdeps/sparc/sparc32/fpu/s_fabs.S: Include <math_ldbl_opt.h>.
832         (fabsl): Define as compat symbol at version GLIBC_2_0 for libm.
833         * sysdeps/sparc/sparc32/fpu/s_fma.c: Include <math_ldbl_opt.h>.
834         (fmal): Define as compat symbol at version GLIBC_2_1 for libm.
835         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
836         Include <math_ldbl_opt.h>
837         (copysignl): Define as compat symbol at version GLIBC_2_0 for libm
838         and libc.
839         (compat_symbol): Undefine and redefine.
840         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Include
841         <math_ldbl_opt.h>
842         (fabsl): Define as compat symbol at version GLIBC_2_0 for libm.
843         (compat_symbol): Undefine and redefine.
844         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c
845         [HAVE_AS_VIS3_SUPPORT]: Include <math_ldbl_opt.h>.
846         [HAVE_AS_VIS3_SUPPORT] (fmal): Define as compat symbol at version
847         GLIBC_2_1 for libm.
848         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Add
849         GLIBC_2.0 copysignl symbol.
850         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Add
851         GLIBC_2.0 copysignl and fabsl and GLIBC_2.1 fmal symbols.
853         * sysdeps/alpha/fpu/s_nearbyint.c: Remove file.
855 2017-10-04  Florian Weimer  <fweimer@redhat.com>
857         * scripts/check-local-headers.sh: Ignore nspr4 header file
858         directory in addition to nspr.
860 2017-10-04  Guido Trentalancia  <guido@trentalancia.net>
862         [BZ #17956]
863         * configure.ac (--enable-nss-crypt): Use NSPR include directory.
864         * configure: Regenerate.
865         * crypt/Makefile (nss-cpp-flags): New variable.
866         (CPPFLAGS-sha256-crypt.c, CPPFLAGS-sha512-crypt.c)
867         (CPPFLAGS-md5-crypt.c): Use it.
868         * scripts/check-local-headers.sh: Ignore nspr header file
869         directory.
871 2017-10-04  Andreas Schwab  <schwab@suse.de>
873         * nis/Makefile (services): Remove compat.
874         (libnss_compat-routines, libnss_compat-inhibit-o): Don't define.
875         ($(objpfx)libnss_compat.so): Remove rule.
876         * nis/Versions (libnss_compat): Remove.
877         * nss/Makefile (services): Add compat.
878         (libnss_compat-routines, libnss_compat-inhibit-o): Define.
879         * nss/Versions (libnss_compat): Define.
880         * nss/nss_compat/compat-grp.c: Moved here from nis/nss_compat.
881         Don't include <rpc/types.h>.  Replace bool_t by bool.
882         * nss/nss_compat/compat-initgroups.c: Likewise.
883         * nss/nss_compat/compat-pwd.c: Likewise.  Include "nisdomain.h"
884         instead of <rpcsrv/ypclnt.h>.
885         (getpwent_next_nss_netgr): Use __nss_get_default_domain instead of
886         yp_get_default_domain.
887         * nss/nss_compat/compat-pwd.c: Likewise.
888         (getspent_next_nss_netgr): Use __nss_get_default_domain instead of
889         yp_get_default_domain.
890         * nss/nss_compat/nisdomain.c: New file.
891         * nss/nss_compat/nisdomain.h: Likewise.
893 2017-10-04  Szabolcs Nagy  <szabolcs.nagy@arm.com>
895         [BZ #22244]
896         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Fix x == 0 case.
897         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
899 2017-10-04  Szabolcs Nagy  <szabolcs.nagy@arm.com>
901         [BZ #22243]
902         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10): Use fabs.
903         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2): Likewise.
905 2017-10-03  H.J. Lu  <hongjiu.lu@intel.com>
907         * sysdeps/i386/start.S: Replace "leal main@GOT(%ebx), %eax" with
908         "movl main@GOTOFF(%ebx), %eax".
910 2017-10-03  H.J. Lu  <hongjiu.lu@intel.com>
912         * sysdeps/i386/dl-machine.h (elf_machine_load_address): Don't
913         allow undefined _DYNAMIC in PIE libc.a.
914         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address):
915         Likewse.
917 2017-10-03  H.J. Lu  <hongjiu.lu@intel.com>
919         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Don't
920         check _DYNAMIC.
922 2017-10-03  H.J. Lu  <hongjiu.lu@intel.com>
924         * sysdeps/arm/dl-machine.h (elf_machine_load_address): Don't
925         check _DYNAMIC.
927 2017-10-03  H.J. Lu  <hongjiu.lu@intel.com>
929         * math/test-math-iscanonical.cc (error): Replace bool with int.
931 2017-10-03  Joseph Myers  <joseph@codesourcery.com>
933         * sysdeps/ieee754/dbl-64/s_modf.c: Include <libm-alias-double.h>.
934         (modf): Define using libm_alias_double, only if [!__modf].
935         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Include
936         <libm-alias-double.h>.
937         (modf): Define using libm_alias_double, only if [!__modf].
938         * sysdeps/ieee754/ldbl-opt/s_modf.c (modfl): Only define libc
939         compat symbol here.
940         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c
941         (weak_alias): Do not undefine and redefine.
942         (strong_alias): Likewise.
943         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c
944         (weak_alias): Likewise.
945         (strong_alias): Likewise.
947         * sysdeps/ieee754/dbl-64/s_logb.c: Include <libm-alias-double.h>.
948         (logb): Define using libm_alias_double, only if [!__logb].
949         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Include
950         <libm-alias-double.h>.
951         (logb): Define using libm_alias_double, only if [!__logb].
952         * sysdeps/ieee754/ldbl-opt/s_logb.c: Remove file.
953         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c
954         (weak_alias): Do not undefine and redefine.
955         (strong_alias): Likewise.
956         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c
957         (weak_alias): Likewise.
958         (strong_alias): Likewise.
960 2017-10-03  H.J. Lu  <hongjiu.lu@intel.com>
962         * sysdeps/unix/sysv/linux/tile/sysdep.h (SYSCALL_ERROR_NAME):
963         Check SHARED instead PIC.
965 2017-10-03  Joseph Myers  <joseph@codesourcery.com>
967         * sysdeps/ieee754/dbl-64/s_fmaf.c: Include <libm-alias-float.h>.
968         [!__fmaf] (fmaf): Define using libm_alias_float.
970         * sysdeps/ieee754/dbl-64/s_frexp.c: Include <libm-alias-double.h>.
971         (frexp): Define using libm_alias_double.
972         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Include
973         <libm-alias-double.h>.
974         (frexp): Define using libm_alias_double.
975         * sysdeps/ieee754/ldbl-opt/s_frexp.c (frexpl): Only define libc
976         compat symbol here.
978 2017-10-03  Gabriel F. T. Gomes  <gabriel@inconstante.eti.br>
980         [BZ #22235]
981         * math/math.h: Trivial fix for unbalanced parentheses in comment.
982         * math/Makefile [CXX] (tests): Add test-math-iscanonical.cc.
983         (CFLAGS-test-math-iscanonical.cc): New variable.
984         * math/test-math-iscanonical.cc: New file.
985         * sysdeps/ieee754/ldbl-96/bits/iscanonical.h (iscanonical):
986         Provide a C++ implementation based on function overloading,
987         rather than using __MATH_TG, which uses C-only builtins.
988         * sysdeps/ieee754/ldbl-128ibm/bits/iscanonical.h (iscanonical):
989         Likewise.
990         * sysdeps/powerpc/powerpc64le/Makefile
991         (CFLAGS-test-math-iscanonical.cc): New variable.
993 2017-10-03  Joseph Myers  <joseph@codesourcery.com>
995         * sysdeps/ieee754/dbl-64/s_ceil.c: Include <libm-alias-double.h>.
996         (ceil): Define using libm_alias_double.
997         * sysdeps/ieee754/dbl-64/s_floor.c: Include <libm-alias-double.h>.
998         (floor): Define using libm_alias_double.
999         * sysdeps/ieee754/dbl-64/s_llround.c: Include
1000         <libm-alias-double.h>.
1001         (llround): Define using libm_alias_double.
1002         * sysdeps/ieee754/dbl-64/s_lround.c: Include
1003         <libm-alias-double.h>.
1004         (lround): Define using libm_alias_double.
1005         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Include
1006         <libm-alias-double.h>.
1007         (nearbyint): Define using libm_alias_double.
1008         * sysdeps/ieee754/dbl-64/s_remquo.c: Include
1009         <libm-alias-double.h>.
1010         (remquo): Define using libm_alias_double.
1011         * sysdeps/ieee754/dbl-64/s_rint.c: Include <libm-alias-double.h>.
1012         (rint): Define using libm_alias_double.
1013         * sysdeps/ieee754/dbl-64/s_round.c: Include <libm-alias-double.h>.
1014         (round): Define using libm_alias_double.
1015         * sysdeps/ieee754/dbl-64/s_trunc.c: Include <libm-alias-double.h>.
1016         (trunc): Define using libm_alias_double.
1017         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Include
1018         <libm-alias-double.h>.
1019         (ceil): Define using libm_alias_double.
1020         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Include
1021         <libm-alias-double.h>.
1022         (floor): Define using libm_alias_double.
1023         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: Include
1024         <libm-alias-double.h>.
1025         (llround): Define using libm_alias_double.
1026         [_LP64] (lround): Likewise.
1027         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Include
1028         <libm-alias-double.h>.
1029         [!_LP64] (lround): Define using libm_alias_double.
1030         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Include
1031         <libm-alias-double.h>.
1032         (nearbyint): Define using libm_alias_double.
1033         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Include
1034         <libm-alias-double.h>.
1035         (remquo): Define using libm_alias_double.
1036         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Include
1037         <libm-alias-double.h>.
1038         (rint): Define using libm_alias_double.
1039         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Include
1040         <libm-alias-double.h>.
1041         (round): Define using libm_alias_double.
1042         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Include
1043         <libm-alias-double.h>.
1044         (trunc): Define using libm_alias_double.
1045         * sysdeps/ieee754/ldbl-opt/s_ceil.c: Remove file.
1046         * sysdeps/ieee754/ldbl-opt/s_floor.c: Likewise.
1047         * sysdeps/ieee754/ldbl-opt/s_llround.c: Likewise.
1048         * sysdeps/ieee754/ldbl-opt/s_lround.c: Likewise.
1049         * sysdeps/ieee754/ldbl-opt/s_nearbyint.c: Likewise.
1050         * sysdeps/ieee754/ldbl-opt/s_remquo.c: Likewise.
1051         * sysdeps/ieee754/ldbl-opt/s_rint.c: Likewise.
1052         * sysdeps/ieee754/ldbl-opt/s_round.c: Likewise.
1053         * sysdeps/ieee754/ldbl-opt/s_trunc.c: Likewise.
1055 2017-10-03  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1057         * math/w_remainder.c: New file.
1058         * math/w_remainderf.c: New file.
1059         * math/w_remainderl.c: New file.
1061 2017-10-03  H.J. Lu  <hongjiu.lu@intel.com>
1063         * elf/rtld.c (BOOTSTRAP_MAP): New.
1064         (RESOLVE_MAP): Replace (&bootstrap_map) with BOOTSTRAP_MAP.
1065         * sysdeps/hppa/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
1066         Likewise.
1067         * sysdeps/ia64/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
1068         Likewise.
1069         * sysdeps/mips/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
1070         Likewise.
1072 2017-10-03  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1074         * include/libc-symbols.h [NO_RTLD_HIDDEN] (rtld_hidden_proto,
1075         rtld_hidden_tls_proto, rtld_hidden_def, rtld_hidden_weak,
1076         rtld_hidden_rtld_hidden_ver, data_def, rtld_hidden_data_weak,
1077         rtld_hidden_data_ver): Define to empty.
1078         * include/assert.h [IS_IN(rtld) && NO_RTLD_HIDDEN] (__assert_fail,
1079         __assert_perror_fail): Likewise.
1080         * include/dirent.h [IS_IN(rtld) && NO_RTLD_HIDDEN]
1081         (__rewinddir): Likewise.
1082         * include/libc-internal.h [IS_IN(rtld) && NO_RTLD_HIDDEN]
1083         (__profile_frequency): Likewise.
1084         * include/setjmp.h (__sigsetjmp): Likewise.
1085         * include/signal.h [IS_IN(rtld) && NO_RTLD_HIDDEN] (__sigaction,
1086         __libc_sigaction): Likewise.
1087         * include/stdlib.h [NO_RTLD_HIDDEN] (unsetenv, __strtoul_internal): Do
1088         not set hidden attribute.
1089         * include/string.h [IS_IN(rtld) && NO_RTLD_HIDDEN] (__stpcpy, __strdup,
1090         __strerror_t, __strsep_g, memchr, memcmp, memcpy, memmove, memset,
1091         rawmemchr, stpcpy, strchr, strcmp, strlen, strnlen, strsep): Likewise.
1092         * include/sys/stat.h [IS_IN(rtld) && NO_RTLD_HIDDEN] (__fxstat,
1093         __fxstat64, __lxstat, __lxstat64, __xstat, __xstat64,
1094         __fxstatat64): Likewise.
1095         * include/sys/utsname.h [IS_IN(rtld) && NO_RTLD_HIDDEN]
1096         (__uname): Likewise.
1097         * include/sysdeps/generic/_itoa.h [IS_IN(rtld) && NO_RTLD_HIDDEN]
1098         (_itoa_upper_digits, _itoa_lower_digits): Likewise.
1099         * sysdeps/mach/hurd/configure.ac (NO_HIDDEN): Do not set.
1100         (NO_RTLD_HIDDEN): Set.
1101         * sysdeps/mach/hurd/configure: Refresh.
1102         * config.h.in: Refresh.
1104 2017-10-02  Joseph Myers  <joseph@codesourcery.com>
1106         * sysdeps/ieee754/dbl-64/s_atan.c: Include <libm-alias-double.h>.
1107         (atan): Define using libm_alias_double.
1108         * sysdeps/ieee754/dbl-64/s_tan.c: Include <libm-alias-double.h>.
1109         (tan): Define using libm_alias_double.
1110         * sysdeps/ieee754/ldbl-opt/s_atan.c: Remove file.
1111         * sysdeps/ieee754/ldbl-opt/s_tan.c: Likewise.
1113         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Rename to __atan and
1114         define as weak alias of __atan.  Do not define any aliases if
1115         [__atan].
1116         [NO_LONG_DOUBLE] (__atanl): Define as strong alias of __atan.
1117         [NO_LONG_DOUBLE] (atanl): Define as weak alias of __atanl.
1118         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Rename to __tan and define
1119         as weak alias of __tan.  Do not define any aliases if [__tan].
1120         [NO_LONG_DOUBLE] (__tanl): Define as strong alias of __tan.
1121         [NO_LONG_DOUBLE] (tanl): Define as weak alias of __tanl.
1122         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c (atan): Rename to
1123         __atan.
1124         * sysdeps/x86_64/fpu/multiarch/s_atan-fma.c (atan): Likewise.
1125         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c (atan): Likewise.
1126         * sysdeps/x86_64/fpu/multiarch/s_atan.c (atan): Rename to __atan
1127         and define as weak alias of __atan.
1128         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c (tan): Rename to
1129         __atan.
1130         * sysdeps/x86_64/fpu/multiarch/s_tan-fma.c (tan): Likewise.
1131         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (tan): Likewise.
1132         * sysdeps/x86_64/fpu/multiarch/s_tan.c (tan): Rename to __tan and
1133         define as weak alias of __tan.
1135 2017-10-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1137         * math/w_lgamma.c: New file.
1138         * math/w_lgammaf.c: New file.
1139         * math/w_lgammal.c: New file.
1141 2017-10-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1143         * sysdeps/ieee754/flt-32/e_log2f.c (__log2f): Define without wrapper.
1144         * sysdeps/ieee754/flt-32/e_logf.c (__logf): Likewise
1145         * sysdeps/ieee754/flt-32/e_powf.c (__powf): Likewise
1146         * sysdeps/ieee754/flt-32/w_log2f.c: New file.
1147         * sysdeps/ieee754/flt-32/w_logf.c: New file.
1148         * sysdeps/ieee754/flt-32/w_powf.c: New file.
1149         * sysdeps/i386/fpu/w_log2f.c: New file.
1150         * sysdeps/i386/fpu/w_logf.c: New file.
1151         * sysdeps/i386/fpu/w_powf.c: New file.
1152         * sysdeps/m68k/m680x0/fpu/w_log2f.c: New file.
1153         * sysdeps/m68k/m680x0/fpu/w_logf.c: New file.
1154         * sysdeps/m68k/m680x0/fpu/w_powf.c: New file.
1156 2017-10-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1157             H.J. Lu  <hongjiu.lu@intel.com>
1159         * sysdeps/ieee754/flt-32/e_exp2f.c (__exp2f): Define without wrapper.
1160         * sysdeps/ieee754/flt-32/e_expf.c (__expf): Likewise
1161         * sysdeps/ieee754/flt-32/w_exp2f.c: New file.
1162         * sysdeps/ieee754/flt-32/w_expf.c: New file.
1163         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_expf-ppc64.c: Update for
1164         the new expf code.
1165         * sysdeps/powerpc/powerpc64/fpu/multiarch/w_expf.c: New file.
1166         * sysdeps/powerpc/powerpc64/power8/fpu/w_expf.c: New file.
1167         * sysdeps/m68k/m680x0/fpu/w_exp2f.c: New file.
1168         * sysdeps/m68k/m680x0/fpu/w_expf.c: New file.
1169         * sysdeps/i386/fpu/w_exp2f.c: New file.
1170         * sysdeps/i386/fpu/w_expf.c: New file.
1171         * sysdeps/i386/i686/fpu/multiarch/w_expf.c: New file.
1172         * sysdeps/x86_64/fpu/w_expf.c: New file.
1174 2017-10-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1176         * math/Versions (logf): New libm symbol at GLIBC_2.27.
1177         (log2f): Likewise.
1178         (powf): Likewise.
1179         * math/w_log2f.c: New file.
1180         * math/w_logf.c: New file.
1181         * math/w_powf.c: New file.
1182         * math/w_log2f_compat.c (__log2f_compat): For compat symbol only.
1183         * math/w_logf_compat.c (__logf_compat): Likewise.
1184         * math/w_powf_compat.c (__powf_compat): Likewise.
1185         * sysdeps/ia64/fpu/e_log2f.S: Add versioned symbols.
1186         * sysdeps/ia64/fpu/e_logf.S: Likewise.
1187         * sysdeps/ia64/fpu/e_powf.S: Likewise.
1188         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Update.
1189         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
1190         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
1191         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
1192         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
1193         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
1194         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
1195         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
1196         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
1197         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
1198         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
1199         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
1200         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
1201         Likewise.
1202         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
1203         Likewise.
1204         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
1205         Likewise.
1206         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
1207         Likewise.
1208         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
1209         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
1210         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
1211         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
1212         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
1213         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
1214         Likewise.
1215         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
1216         Likewise.
1217         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
1218         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
1219         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
1221 2017-10-02  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1223         * sysdeps/powerpc/powerpc64/multiarch/Makefile
1224         (sysdep_routines): Add memrchr_power8.
1225         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1226         (memrchr): Add __memrchr_power8 to list of memrchr functions.
1227         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power8.S:
1228         New file.
1229         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c
1230         (memrchr): Add __memrchr_power8 to ifunc list.
1231         * sysdeps/powerpc/powerpc64/power8/memrchr.S: New file.
1233 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1235         [BZ #18822]
1236         * sysdeps/unix/sysv/linux/posix_fadvise64.c
1237         (__posix_fadvise64_l64): Add Add libc_hidden_proto and
1238         libc_hidden_def.
1239         * sysdeps/unix/sysv/linux/posix_fallocate64.c
1240         (__posix_fallocate64_l64): Likewise.
1242 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1244         [BZ #18822]
1245         * sysdeps/unix/sysv/linux/sched_setaffinity.c
1246         (__sched_setaffinity_new): Add libc_hidden_proto and
1247         libc_hidden_def.
1249 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1251         [BZ #18822]
1252         * include/glob.h (__glob64): Add libc_hidden_proto.
1253         * sysdeps/unix/sysv/linux/glob64.c (__glob64): Add
1254         libc_hidden_def.
1256 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1258         [BZ #18822]
1259         * sysdeps/unix/sysv/linux/getrlimit64.c (__new_getrlimit): Add
1260         attribute_hidden.
1262 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1264         [BZ #18822]
1265         * stdlib/exit.h (__new_exitfn): Add attribute_hidden.
1267 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1269         [BZ #18822]
1270         * mon/gmon.c (__moncontrol): Add libc_hidden_proto and
1271         libc_hidden_def.
1273 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1275         [BZ #18822]
1276         * csu/version.c (__libc_print_version): Add attribute_hidden.
1278 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1280         [BZ #18822]
1281         * include/libc-internal.h (__init_misc): Add attribute_hidden.
1283 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1285         [BZ #18822]
1286         * include/fpu_control.h (__setfpucw): Add attribute_hidden.
1288 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1290         [BZ #18822]
1291         * nscd/nscd_helper.c (__nis_hash): New prototype.
1293 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1295         [BZ #18822]
1296         * include/termios.h (__tcgetattr): Add libc_hidden_proto.
1297         * sysdeps/unix/bsd/tcgetattr.c (__tcgetattr): Add
1298         libc_hidden_def.
1299         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
1300         * termios/tcgetattr.c (__tcgetattr): Likewise.
1302 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1304         [BZ #18822]
1305         * include/sys/resource.h (__setrlimit): Add libc_hidden_proto.
1306         * resource/setrlimit.c (__setrlimit): Add libc_hidden_def.
1307         * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Likewise.
1308         * sysdeps/unix/sysv/linux/setrlimit.c (__setrlimit): Likewise.
1309         * sysdeps/unix/sysv/linux/setrlimit64.c (__GI___setrlimit): New.
1311 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1313         [BZ #18822]
1314         * include/monetary.h (__vstrfmon_l): Add attribute_hidden.
1316 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1318         [BZ #18822]
1319         * include/sched.h (__sched_setparam): Add libc_hidden_proto.
1320         * posix/sched_setp.c (__sched_setparam): Add libc_hidden_def.
1322 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1324         [BZ #18822]
1325         * intl/hash-string.h (__hash_string): Add attribute_hidden.
1327 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1329         [BZ #18822]
1330         * include/mntent.h (__hasmntopt): Add libc_hidden_proto.
1331         * misc/mntent_r.c (__hasmntopt): Add libc_hidden_def.
1333 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1335         [BZ #18822]
1336         * include/ifreq.h: New file.
1337         * sysdeps/generic/ifreq.h (__if_nextreq): Removed.
1338         (__ifreq): Likewise.
1339         * sysdeps/mach/hurd/ifreq.h (__if_nextreq): Removed.
1340         (__ifreq): Likewise.
1342 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1344         [BZ #18822]
1345         * include/idna.h: New file.
1346         * inet/getnameinfo.c: Include <idna.h> instead of
1347         <libidn/idna.h>.
1348         (__idna_to_unicode_lzlz): Removed.
1349         * sysdeps/posix/getaddrinfo.c: Include <idna.h> instead of
1350         <libidn/idna.h>.
1351         (__idna_to_ascii_lz): Removed.
1352         (__idna_to_unicode_lzlz): Likewise.
1354 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1356         [BZ #18822]
1357         * include/plural-exp.h: New file.
1358         * intl/plural-exp.c: Include <plural-exp.h> instead of
1359         "plural-exp.h".
1361 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1363         [BZ #18822]
1364         * sysdeps/unix/sysv/linux/getsourcefilter.c: Include
1365         "getsourcefilter.h".
1366         * sysdeps/unix/sysv/linux/getsourcefilter.h: New file.
1367         * sysdeps/unix/sysv/linux/setsourcefilter.c: Include
1368         "getsourcefilter.h".
1369         (__get_sol): Removed.
1371 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1373         [BZ #18822]
1374         * elf/dl-iteratephdr.c (hidden_proto (__dl_iterate_phdr)): Moved
1375         to ...
1376         * include/link.h (hidden_proto (__dl_iterate_phdr)): Here.
1378 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1380         [BZ #18822]
1381         * sysdeps/unix/sysv/linux/getpt.c (__bsd_getpt): Add
1382         attribute_hidden.
1384 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1386         [BZ #18822]
1387         * libio/iolibio.h (__fopen_maybe_mmap): Add attribute_hidden.
1389 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1391         [BZ #18822]
1392         * include/search.h (__tdestroy): Add libc_hidden_proto.
1393         * misc/tsearch.c (__tdestroy): Add libc_hidden_def.
1395 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1397         [BZ #18822]
1398         * include/assert.h (__assert_fail_base): Add attribute_hidden.
1400 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1402         [BZ #18822]
1403         * sysdeps/unix/sysv/linux/include/sys/sysinfo.h (__sysinfo): Add
1404         attribute_hidden.
1406 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1408         [BZ #18822]
1409         * include/signal.h (__kill): Add libc_hidden_proto.
1410         (__sigblock): Likewise.
1411         (__sigprocmask): Likewise.
1412         (__sigaltstack): Likewise.
1413         * signal/kill.c (__kill): Add libc_hidden_def.
1414         * signal/sigblock.c (__sigblock): Likewise.
1415         * signal/sigprocmask.c (__sigprocmask): Likewise.
1416         * sysdeps/mach/hurd/kill.c (__kill): Likewise.
1417         * sysdeps/mach/hurd/sigaltstack.c (__sigaltstack): Likewise.
1418         * sysdeps/mach/hurd/sigprocmask.c (__sigprocmask): Likewise.
1419         * sysdeps/posix/sigblock.c (__sigblock): Likewise.
1420         * sysdeps/unix/sysv/linux/alpha/sigprocmask.c (__sigprocmask):
1421         Likewise.
1422         * sysdeps/unix/sysv/linux/ia64/sigprocmask.c (__sigprocmask):
1423         Likewise.
1424         * sysdeps/unix/sysv/linux/s390/s390-64/sigprocmask.c
1425         (__sigprocmask): Likewise.
1426         * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask):
1427         Likewise.
1428         * /sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c
1429         (__sigprocmask): Likewise.
1430         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c (__sigprocmask):
1431         Likewise.
1433 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1435         [BZ #18822]
1436         * include/string.h (__strsep): Add libc_hidden_proto.
1437         * string/strsep.c (__strsep): Add libc_hidden_def.
1439 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1441         [BZ #18822]
1442         * posix/spawn_int.h (__posix_spawn_file_actions_realloc): Add
1443         attribute_hidden.
1444         (__spawni): Likewise.
1446 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1448         [BZ #18822]
1449         * include/sys/mman.h (__mremap): Add libc_hidden_proto.
1450         * sysdeps/unix/sysv/linux/m68k/mremap.S (__mremap): Add
1451         libc_hidden_def.
1453 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1455         [BZ #18822]
1456         * include/malloc.h (__malloc_check_init): Add attribute_hidden.
1458 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1460         [BZ #18822]
1461         * include/sys/ioctl.h (__ioctl): Add libc_hidden_proto.
1462         * misc/ioctl.c (__ioctl): Add libc_hidden_def.
1463         * sysdeps/mach/hurd/ioctl.c (__ioctl): Likewise.
1464         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Likewise.
1465         * sysdeps/unix/sysv/linux/mips/mips64/n64/ioctl.S (__ioctl):
1466         Likewise.
1467         * sysdeps/unix/sysv/linux/powerpc/ioctl.c (__ioctl): Likewise.
1468         * sysdeps/unix/sysv/linux/tile/tilegx/ioctl.S (__ioctl): Likewise.
1470 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1472         [BZ #18822]
1473         * intl/gettextP.h (__dcngettext): Add attribute_hidden.
1474         (__dcigettext): Likewise.
1476 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1478         [BZ #18822]
1479         * include/sys/sysinfo.h (__get_nprocs_conf): Add
1480         libc_hidden_proto.
1481         (__get_nprocs): Likewise.
1482         (__get_phys_pages): Likewise.
1483         (__get_avphys_pages): Likewise.
1484         (__get_child_max): Add attribute_hidden.
1485         * misc/getsysstats.c (__get_nprocs_conf): Add libc_hidden_def.
1486         (__get_nprocs): Likewise.
1487         (__get_phys_pages): Likewise.
1488         (__get_avphys_pages): Likewise.
1489         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Add
1490         libc_hidden_def.
1491         (__get_nprocs): Likewise.
1492         (__get_phys_pages): Likewise.
1493         (__get_avphys_pages): Likewise.
1494         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Add
1495         libc_hidden_def.
1496         (__get_nprocs_conf): Likewise.
1497         (__get_phys_pages): Likewise.
1498         (__get_avphys_pages): Likewise.
1500 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1502         [BZ #18822]
1503         * sysdeps/unix/sysv/linux/netlinkaccess.h (__netlink_open): Add
1504         attribute_hidden.
1505         (__netlink_close): Likewise.
1506         (__netlink_free_handle): Likewise.
1507         (__netlink_request): Likewise.
1509 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1511         [BZ #18822]
1512         * include/rpc/rpc.h (__rpc_thread_variables): Add
1513         attribute_hidden.
1514         (__rpc_thread_svc_cleanup): Likewise.
1515         (__rpc_thread_clnt_cleanup): Likewise.
1516         (__rpc_thread_key_cleanup): Likewise.
1518 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1520         [BZ #18822]
1521         * include/sys/uio.h (__readv): Add libc_hidden_proto.
1522         (__writev): Likewise.
1523         * misc/readv.c (__readv): Add libc_hidden_def.
1524         * misc/writev.c (__writev): Likewise.
1525         * sysdeps/posix/readv.c (__readv): Likewise.
1526         * sysdeps/posix/writev.c (__writev): Likewise.
1527         * sysdeps/unix/sysv/linux/readv.c: Include <sys/uio.h>.
1528         (__readv): Likewise.
1529         * sysdeps/unix/sysv/linux/writev.c: Include <sys/uio.h>.
1530         (__writev): Likewise.
1532 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1534         [BZ #18822]
1535         * include/regex.h (__re_compile_fastmap): Add attribute_hidden.
1536         (__regcomp): Add libc_hidden_proto.
1537         (__regexec): Likewise.
1538         (__regfree): Likewise.
1539         * posix/regcomp.c (__regcomp): Add libc_hidden_def.
1540         (__regfree): Likewise.
1541         * posix/regexec.c (__regexec): Likewise.
1543 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1545         [BZ #18822]
1546         * include/utmp.h (__updwtmp): Add libc_hidden_proto.
1547         (__getutent): Likewise.
1548         (__getutid): Likewise.
1549         (__getutline): Likewise.
1550         (__pututline): Likewise.
1551         (__getutent_r): Likewise.
1552         (__getutid_r): Likewise.
1553         (__getutline_r): Likewise.
1554         (__utmpname): Add attribute_hidden.
1555         (__setutent): Likewise.
1556         (__endutent): Likewise.
1557         * login/getutent.c (__getutent): Add libc_hidden_def.
1558         * login/getutent_r.c (__getutent_r): Likewise.
1559         (__pututline): Likewise.
1560         * login/getutid.c (__getutid): Likewise.
1561         * login/getutid_r.c (__getutid_r): Likewise.
1562         * login/getutline.c (__getutline): Likewise.
1563         * login/getutline_r.c (__getutline_r): Likewise.
1564         * login/updwtmp.c (__updwtmp): Likewise.
1566 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1568         [BZ #18822]
1569         * include/dirent.h (__opendir): Always add attribute_hidden.
1570         (__fdopendir): Likewise.
1571         (__closedir): Likewise.
1572         (__readdir): Likewise.
1573         (__readdir64): Add libc_hidden_proto.
1574         * sysdeps/mach/hurd/readdir64.c (__readdir64): Add libc_hidden_def.
1575         * sysdeps/unix/sysv/linux/i386/readdir64.c (__readdir64): Likewise.
1576         * sysdeps/unix/sysv/linux/readdir64.c (__readdir64): Likewise.
1577         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c (__GI___readdir64):
1578         New alias.
1580 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1582         [BZ #18822]
1583         * include/aliases.h (__getaliasbyname_r): Add attribute_hidden.
1584         * include/netdb.h (__gethostbyaddr_r): Likewise.
1585         (__gethostbyname_r): Likewise.
1586         (__gethostbyname2_r): Likewise.
1587         (__getnetbyaddr_r): Likewise.
1588         (__getnetbyname_r): Likewise.
1589         (__getservbyname_r): Likewise.
1590         (__getservbyport_r): Likewise.
1591         (__getprotobyname_r): Likewise.
1592         (__getprotobynumber_r): Likewise.
1593         (__getnetgrent_r): Likewise.
1594         * include/rpc/netdb.h (__getrpcbyname_r): Likewise.
1595         (__getrpcbynumber_r): Likewise.
1596         * nss/getXXbyYY.c (INTERNAL (REENTRANT_NAME)): Likewise.
1598 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1600         [BZ #18822]
1601         * include/stdio.h (__fcloseall): Add attribute_hidden.
1602         (__getline): Likewise.
1603         (__path_search): Likewise.
1604         (__gen_tempname): Likewise.
1605         (__libc_message): Likewise.
1606         (__flockfile): Likewise.
1607         (__funlockfile): Likewise.
1608         (__fxprintf): Likewise.
1609         (__fxprintf_nocancel): Likewise.
1611 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1613         [BZ #18822]
1614         * include/gshadow.h (__fgetsgent_r): Add attribute_hidden.
1615         (__sgetsgent_r): Likewise.
1617 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1619         [BZ #18822]
1620         * include/sys/statfs.h (__fstatfs): Add attribute_hidden.
1621         (__statfs64): Likewise.
1622         (__fstatfs64): Likewise.
1623         * include/sys/statvfs.h (__statvfs64): Likewise.
1624         (__fstatvfs64): Likewise.
1625         * sysdeps/unix/sysv/linux/pathconf.h (__statfs_link_max): Likewise.
1626         (__statfs_filesize_max): Likewise.
1627         (__statfs_symlinks): Likewise.
1628         (__statfs_chown_restricted): Likewise.
1630 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1632         [BZ #18822]
1633         * include/time.h (__tzstring): Add attribute_hidden.
1634         (__tzfile_read): Likewise.
1635         (__tzfile_compute): Likewise.
1636         (__tzfile_default): Likewise.
1637         (__tzset_parse_tz): Likewise.
1638         (__offtime): Likewise.
1639         (__asctime_r): Likewise.
1640         (__tzset): Likewise.
1641         (__tz_convert): Likewise.
1642         (__getdate_r): Likewise.
1643         (__getclktck): Likewise.
1645 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1647         [BZ #18822]
1648         * nscd/nscd-client.h (__nscd_get_map_ref): Add attribute_hidden.
1649         (__nscd_unmap): Likewise.
1650         (__nscd_cache_search): Likewise.
1651         (__nscd_get_nl_timestamp): Likewise.
1652         (__nscd_getpwnam_r): Likewise.
1653         (__nscd_getpwuid_r): Likewise.
1654         (__nscd_getgrnam_r): Likewise.
1655         (__nscd_getgrgid_r): Likewise.
1656         (__nscd_gethostbyname_r): Likewise.
1657         (__nscd_gethostbyname2_r): Likewise.
1658         (__nscd_gethostbyaddr_r): Likewise.
1659         (__nscd_getai): Likewise.
1660         (__nscd_getgrouplist): Likewise.
1661         (__nscd_getservbyname_r): Likewise.
1662         (__nscd_getservbyport_r): Likewise.
1663         (__nscd_innetgr): Likewise.
1664         (__nscd_setnetgrent): Likewise.
1666 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1668         [BZ #18822]
1669         * include/gmp.h: Declare internal functions only if _ISOMAC is
1670         undefined.
1671         (__mpn_extract_double): Add attribute_hidden.
1672         (__mpn_extract_long_double): Likewise.
1673         (__mpn_extract_float128): Likewise.
1674         (__mpn_construct_float): Likewise.
1675         (__mpn_construct_double): Likewise.
1676         (__mpn_construct_long_double): Likewise.
1677         (__mpn_construct_float128): Likewise.
1678         (mpn_add_1): Likewise.
1679         (mpn_addmul_1): Likewise.
1680         (mpn_add_n): Likewise.
1681         (mpn_cmp): Likewise.
1682         (mpn_divrem): Likewise.
1683         (mpn_lshift): Likewise.
1684         (mpn_mul): Likewise.
1685         (mpn_mul_1): Likewise.
1686         (mpn_rshift): Likewise.
1687         (mpn_sub_1): Likewise.
1688         (mpn_submul_1): Likewise.
1689         (mpn_sub_n): Likewise.
1691 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1693         [BZ #18822]
1694         * include/wchar.h (__wcsnlen): Add attribute_hidden.
1695         (__wcscat): Likewise.
1696         (__btowc): Likewise.
1697         (__wcrtomb): Likewise.
1698         (__mbsrtowcs): Likewise.
1699         (__wcsrtombs): Likewise.
1700         (__mbsnrtowcs): Likewise.
1701         (__wcsnrtombs): Likewise.
1702         (__wcsncpy): Likewise.
1703         (__wcpncpy): Likewise.
1704         (__wmemcpy): Likewise.
1705         (__wmempcpy): Likewise.
1706         (__wmemmove): Likewise.
1707         (__wcschrnul): Likewise.
1708         (__vfwscanf): Likewise.
1709         (__vswprintf): Likewise.
1710         (__fwprintf): Likewise.
1711         (__vfwprintf): Likewise.
1713 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1715         [BZ #18822]
1716         * include/grp.h (__fgetgrent_r): Add attribute_hidden.
1717         (__getgrgid_r): Likewise.
1718         (__getgrnam_r): Likewise.
1719         * include/pwd.h (__getpwuid_r): Likewise.
1720         (__getpwnam_r): Likewise.
1721         (__fgetpwent_r): Likewise.
1722         * include/shadow.h (__getspnam_r): Likewise.
1723         (__sgetspent_r): Likewise.
1724         (__fgetspent_r): Likewise.
1726 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1728         [BZ #18822]
1729         * include/unistd.h (__access): Add attribute_hidden.
1730         (__lseek64): Likewise.
1731         (__libc_pread64): Likewise.
1732         (__pipe2): Likewise.
1733         (__sleep): Likewise.
1734         (__chdir): Likewise.
1735         (__fchdir): Likewise.
1736         (__getcwd): Likewise.
1737         (__rmdir): Likewise.
1738         (__execvpe): Likewise.
1739         (__execve): Likewise.
1740         (__setsid): Likewise.
1741         (__getuid): Likewise.
1742         (__geteuid): Likewise.
1743         (__getgid): Likewise.
1744         (__getegid): Likewise.
1745         (__getgroups): Likewise.
1746         (__group_member): Likewise.
1747         (__ttyname_r): Likewise.
1748         (__isatty): Likewise.
1749         (__readlink): Likewise.
1750         (__unlink): Likewise.
1751         (__gethostname): Likewise.
1752         (__profil): Likewise.
1753         (__getdtablesize): Likewise.
1754         (__brk): Likewise.
1755         (__ftruncate): Likewise.
1756         (__ftruncate64): Likewise.
1758 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1760         [BZ #18822]
1761         * argp/argp-fmtstream.c: Include <argp-fmtstream.h>.
1762         * argp/argp-fs-xinl.c: Likewise.
1763         * argp/argp-help.c: Include <argp.h> and <argp-fmtstream.h>.
1764         * argp/argp-parse.c: Include <argp.h>.
1765         * argp/argp-xinl.c: Likewise.
1766         * include/argp-fmtstream.h: New file.
1767         * include/argp.h (__argp_error): Add attribute_hidden.
1768         (__argp_failure): Likewise.
1769         (__argp_input): Likewise.
1770         (__argp_state_help): Likewise.
1772 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1774         [BZ #18822]
1775         * include/wchar.h (____wcstof_l_internal): New prototype.
1776         (____wcstod_l_internal): Likewise.
1777         (____wcstold_l_internal): Likewise.
1778         (____wcstol_l_internal): Likewise.
1779         (____wcstoul_l_internal): Likewise.
1780         (____wcstoll_l_internal): Likewise.
1781         (____wcstoull_l_internal): Likewise.
1782         (____wcstof128_l_internal): Likewise.
1783         * sysdeps/ieee754/float128/wcstof128.c
1784         (____wcstof128_l_internal): Removed.
1785         * sysdeps/ieee754/float128/wcstof128_l.c
1786         (____wcstof128_l_internal): Likewise.
1787         * wcsmbs/wcstod.c (____wcstod_l_internal): Likewise.
1788         * wcsmbs/wcstod_l.c (____wcstod_l_internal): Likewise.
1789         * wcsmbs/wcstof.c (____wcstof_l_internal): Likewise.
1790         * wcsmbs/wcstof_l.c (____wcstof_l_internal): Likewise.
1791         * wcsmbs/wcstol_l.c (____wcstol_l_internal): Likewise.
1792         * wcsmbs/wcstold.c (____wcstold_l_internal): Likewise.
1793         * wcsmbs/wcstold_l.c (____wcstold_l_internal): Likewise.
1794         * wcsmbs/wcstoll_l.c (____wcstoll_l_internal): Likewise.
1795         * wcsmbs/wcstoul_l.c (____wcstoul_l_internal): Likewise.
1796         * wcsmbs/wcstoull_l.c (____wcstoull_l_internal): Likewise.
1798 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1800         [BZ #18822]
1801         * sysdeps/unix/sysv/linux/fstatvfs.c: Include "internal_statvfs.h"
1802         instead of <sys/statvfs.h>.
1803         (__internal_statvfs): Removed.
1804         * sysdeps/unix/sysv/linux/fstatvfs64.c Include "internal_statvfs.h"
1805         instead of <sys/statvfs.h>.
1806         (__internal_statvfs64): Removed.
1807         * sysdeps/unix/sysv/linux/internal_statvfs.c: Include
1808         "internal_statvfs.h" instead of <sys/statvfs.h>.
1809         * sysdeps/unix/sysv/linux/internal_statvfs.h: New file.
1810         * sysdeps/unix/sysv/linux/statvfs.c Include "internal_statvfs.h"
1811         instead of <sys/statvfs.h>.
1812         (__internal_statvfs): Removed.
1813         * sysdeps/unix/sysv/linux/statvfs64.c Include "internal_statvfs.h"
1814         instead of <sys/statvfs.h>.
1815         (__internal_statvfs64): Removed.
1817 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1819         [BZ #18822]
1820         * iconv/gconv_int.h (__gconv_open): Add attribute_hidden.
1821         (__gconv_close): Likewise.
1822         (__gconv): Likewise.
1823         (__gconv_find_transform): Likewise.
1824         (__gconv_lookup_cache): Likewise.
1825         (__gconv_compare_alias_cache): Likewise.
1826         (__gconv_load_cache): Likewise.
1827         (__gconv_get_path): Likewise.
1828         (__gconv_close_transform): Likewise.
1829         (__gconv_release_cache): Likewise.
1830         (__gconv_find_shlib): Likewise.
1831         (__gconv_release_shlib): Likewise.
1832         (__gconv_get_builtin_trans): Likewise.
1833         (__gconv_compare_alias): Likewise.
1834         * include/dlfcn.h (_dlerror_run): Likewise.
1835         * include/stdio.h (__fortify_fail_abort): Likewise.
1836         * include/time.h (__tz_compute): Likewise.
1837         (__strptime_internal): Likewise.
1838         * intl/gettextP.h (_nl_find_domain): Likewise.
1839         (_nl_load_domain): Likewise.
1840         (_nl_find_msg): Likewise.
1841         * intl/plural-exp.h (FREE_EXPRESSION): Likewise.
1842         (EXTRACT_PLURAL_EXPRESSION): Likewise.
1843         * locale/coll-lookup.h (__collidx_table_lookup): Likewise.
1844         * resolv/gai_misc.h (__gai_enqueue_request): Likewise.
1845         (__gai_find_request): Likewise.
1846         (__gai_remove_request): Likewise.
1847         (__gai_notify): Likewise.
1848         (__gai_notify_only): Likewise.
1849         * sysdeps/generic/aio_misc.h (__aio_sigqueue): Likewise.
1850         * sysdeps/generic/ldsodefs.h (_dl_fini): Likewise.
1851         (_dl_non_dynamic_init): Likewise.
1852         (_dl_aux_init): Likewise.
1853         * sysdeps/i386/machine-gmon.h (mcount_internal): Likewise.
1854         * sysdeps/unix/sysv/linux/i386/olddirent.h (__old_getdents64):
1855         Likewise.
1856         * wcsmbs/wcsmbsload.h (__wcsmbs_load_conv): Likewise.
1857         (__wcsmbs_clone_conv): Likewise.
1858         (__wcsmbs_named_conv): Likewise.
1860 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1862         [BZ #18822]
1863         * include/stdlib.h (__random): Add attribute_hidden.
1864         (__random_r): Likewise.
1865         (__srandom_r): Likewise.
1866         (__initstate_r): Likewise.
1867         (__setstate_r): Likewise.
1868         (__erand48_r): Likewise.
1869         (__nrand48_r): Likewise.
1870         (__jrand48_r): Likewise.
1871         (__srand48_r): Likewise.
1872         (__seed48_r): Likewise.
1873         (__lcong48_r): Likewise.
1874         (__drand48_iterate): Likewise.
1875         (__setenv): Likewise.
1876         (__unsetenv): Likewise.
1877         (__clearenv): Likewise.
1878         (__ptsname_r): Likewise.
1879         (__posix_openpt): Likewise.
1880         (__add_to_environ): Likewise.
1881         (__realpath): Add libc_hidden_proto.
1882         (__ecvt_r): Likewise.
1883         (__fcvt_r): Likewise.
1884         (__qecvt_r): Likewise.
1885         (__qfcvt_r): Likewise.
1886         * misc/efgcvt_r.c (cvt_symbol_1): Add libc_hidden_def (local).
1887         * stdlib/canonicalize.c (__realpath): Add libc_hidden_def.
1889 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
1891         [BZ #18822]
1892         * include/stdlib.h (__ptsname_internal): Add attribute_hidden.
1893         * include/time.h (__mktime_internal): Likewise.
1894         * libio/iolibio.h (__fopen_internal): Likewise.
1896 2017-10-01  John David Anglin  <danglin@gcc.gnu.org>
1898         * sysdeps/unix/sysv/linux/hppa/getcontext.S (__getcontext): Save return
1899         pointer in frame.
1900         * sysdeps/unix/sysv/linux/hppa/setcontext.S (__setcontext): Likewise.
1901         Correct offset used to restore PIC register.
1903 2017-09-30  John David Anglin  <danglin@gcc.gnu.org>
1905         [BZ libc/22165]
1906         * sysdeps/unix/sysv/linux/hppa/getcontext.S (__getcontext): Use PIC
1907         code to load address of __getcontext_ret when generating PIC code.
1909 2017-09-30  H.J. Lu  <hongjiu.lu@intel.com>
1911         * elf/Makefile (tests-static-internal): Add
1912         tst-tls1-static-non-pie.
1913         (LDFLAGS-tst-tls1-static-non-pie): New.
1914         * elf/tst-tls1-static-non-pie.c: New file.
1916 2017-09-29  Joseph Myers  <joseph@codesourcery.com>
1918         * sysdeps/ieee754/dbl-64/s_asinh.c: Include <libm-alias-double.h>.
1919         (asinh): Define using libm_alias_double.
1920         * sysdeps/ieee754/dbl-64/s_cbrt.c: Include <libm-alias-double.h>.
1921         (cbrt): Define using libm_alias_double.
1922         * sysdeps/ieee754/dbl-64/s_copysign.c: Include
1923         <libm-alias-double.h>.
1924         (copysign): Define using libm_alias_double.
1925         * sysdeps/ieee754/dbl-64/s_erf.c: Include <libm-alias-double.h>.
1926         (erf): Define using libm_alias_double.
1927         (erfc): Likewise.
1928         * sysdeps/ieee754/dbl-64/s_expm1.c: Include <libm-alias-double.h>.
1929         (expm1): Define using libm_alias_double.
1930         * sysdeps/ieee754/dbl-64/s_fabs.c: Include <libm-alias-double.h>.
1931         (fabs): Define using libm_alias_double.
1932         * sysdeps/ieee754/dbl-64/s_fromfp.c (fromfp): Define using
1933         libm_alias_double.
1934         * sysdeps/ieee754/dbl-64/s_fromfp_main.c: Include
1935         <libm-alias-double.h>.
1936         * sysdeps/ieee754/dbl-64/s_fromfpx.c (fromfpx): Define using
1937         libm_alias_double.
1938         * sysdeps/ieee754/dbl-64/s_getpayload.c: Include
1939         <libm-alias-double.h>.
1940         (getpayload): Define using libm_alias_double.
1941         * sysdeps/ieee754/dbl-64/s_llrint.c: Include
1942         <libm-alias-double.h>.
1943         (llrint): Define using libm_alias_double.
1944         * sysdeps/ieee754/dbl-64/s_lrint.c: Include <libm-alias-double.h>.
1945         (lrint): Define using libm_alias_double.
1946         * sysdeps/ieee754/dbl-64/s_nextup.c: Include
1947         <libm-alias-double.h>.
1948         (nextup): Define using libm_alias_double.
1949         * sysdeps/ieee754/dbl-64/s_roundeven.c: Include
1950         <libm-alias-double.h>.
1951         (roundeven): Define using libm_alias_double.
1952         * sysdeps/ieee754/dbl-64/s_setpayload.c (setpayload): Define using
1953         libm_alias_double.
1954         * sysdeps/ieee754/dbl-64/s_setpayload_main.c: Include
1955         <libm-alias-double.h>.
1956         * sysdeps/ieee754/dbl-64/s_setpayloadsig.c (setpayloadsig): Define
1957         using libm_alias_double.
1958         * sysdeps/ieee754/dbl-64/s_sin.c: Include <libm-alias-double.h>.
1959         (cos): Define using libm_alias_double.
1960         (sin): Likewise.
1961         * sysdeps/ieee754/dbl-64/s_sincos.c: Include
1962         <libm-alias-double.h>.
1963         (sincos): Define using libm_alias_double.
1964         * sysdeps/ieee754/dbl-64/s_tanh.c: Include <libm-alias-double.h>.
1965         (tanh): Define using libm_alias_double.
1966         * sysdeps/ieee754/dbl-64/s_totalorder.c: Include
1967         <libm-alias-double.h>.
1968         (totalorder): Define using libm_alias_double.
1969         * sysdeps/ieee754/dbl-64/s_totalordermag.c: Include
1970         <libm-alias-double.h>.
1971         (totalordermag): Define using libm_alias_double.
1972         * sysdeps/ieee754/dbl-64/s_ufromfp.c (ufromfp): Define using
1973         libm_alias_double.
1974         * sysdeps/ieee754/dbl-64/s_ufromfpx.c (ufromfpx): Define using
1975         libm_alias_double.
1976         * sysdeps/ieee754/dbl-64/wordsize-64/s_getpayload.c: Include
1977         <libm-alias-double.h>.
1978         (getpayload): Define using libm_alias_double.
1979         * sysdeps/ieee754/dbl-64/wordsize-64/s_roundeven.c: Include
1980         <libm-alias-double.h>.
1981         (roundeven): Define using libm_alias_double.
1982         * sysdeps/ieee754/dbl-64/wordsize-64/s_setpayload_main.c: Include
1983         <libm-alias-double.h>.
1984         * sysdeps/ieee754/dbl-64/wordsize-64/s_totalorder.c: Include
1985         <libm-alias-double.h>.
1986         (totalorder): Define using libm_alias_double.
1987         * sysdeps/ieee754/dbl-64/wordsize-64/s_totalordermag.c: Include
1988         <libm-alias-double.h>.
1989         (totalordermag): Define using libm_alias_double.
1990         * sysdeps/ieee754/ldbl-opt/s_copysign.c (copysignl): Only define
1991         libc compat symbol here.
1992         * sysdeps/ieee754/ldbl-opt/s_asinh.c: Remove file.
1993         * sysdeps/ieee754/ldbl-opt/s_cbrt.c: Likewise.
1994         * sysdeps/ieee754/ldbl-opt/s_erf.c: Likewise.
1995         * sysdeps/ieee754/ldbl-opt/s_expm1.c: Likewise.
1996         * sysdeps/ieee754/ldbl-opt/s_fabs.c: Likewise.
1997         * sysdeps/ieee754/ldbl-opt/s_llrint.c: Likewise.
1998         * sysdeps/ieee754/ldbl-opt/s_lrint.c: Likewise.
1999         * sysdeps/ieee754/ldbl-opt/s_sin.c: Likewise.
2000         * sysdeps/ieee754/ldbl-opt/s_sincos.c: Likewise.
2001         * sysdeps/ieee754/ldbl-opt/s_tanh.c: Likewise.
2003 2017-09-29  H.J. Lu  <hongjiu.lu@intel.com>
2005         * sysdeps/arm/dl-machine.h (elf_machine_load_address): Use
2006         _dl_relocate_static_pie instead of _dl_start to compute load
2007         address in static PIE.  Return 0 if _DYNAMIC is undefined for
2008         static executable.
2010 2017-09-29  H.J. Lu  <hongjiu.lu@intel.com>
2012         * sysdeps/mips/dl-machine.h (elf_machine_dynamic): Return 0 if
2013         _DYNAMIC is undefined for static executable.
2015 2017-09-29  H.J. Lu  <hongjiu.lu@intel.com>
2017         * sysdeps/arm/start.S (_start): Check PIC instead of SHARED.
2019 2017-09-29  Joseph Myers  <joseph@codesourcery.com>
2021         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
2023 2017-09-29  Wilco Dijkstra  <wdijkstr@arm.com>
2025         * sysdeps/ieee754/dbl-64/e_lgamma_r.c
2026         (__ieee754_lgamma_r): Use fabs rather than __fabs.
2027         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
2028         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
2029         * sysdeps/ieee754/flt-32/e_lgammaf_r.c
2030         (__ieee754_lgammaf_r): Use fabsf rather than __fabsf.
2031         * sysdeps/ieee754/flt-32/e_log10f.c (__ieee754_log10f): Likewise.
2032         * sysdeps/ieee754/flt-32/e_log2f.c (__ieee754_log2f): Likewise.
2033         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c
2034         (__ieee754_lgammal_r): Use fabsl rather than __fabsl.
2035         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Likewise.
2036         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Likewise.
2037         * sysdeps/ieee754/ldbl-128ibm/e_lgammal_r.c
2038         (__ieee754_lgammal_r): Use fabsl rather than __fabsl.
2039         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
2040         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
2041         * sysdeps/powerpc/nofpu/Makefile: Add -fno-builtin-fabsl for BZ #29253.
2043 2017-09-29  Wilco Dijkstra  <wdijkstr@arm.com>
2045         * math/bits/cmathcalls.h (cimag): Remove inline.
2046         (creal): Remove inline.
2047         (conj): Remove inline.
2049 2017-09-29  Szabolcs Nagy  <szabolcs.nagy@arm.com>
2051         * math/Makefile (type-float-routines): Add e_powf_log2_data.
2052         * sysdeps/ieee754/flt-32/e_powf.c: New implementation.
2053         * sysdeps/ieee754/flt-32/e_powf_log2_data.c: New file.
2054         * sysdeps/ieee754/flt-32/math_config.h (__powf_log2_data): Define.
2055         (issignalingf_inline): Likewise.
2056         (POWF_LOG2_TABLE_BITS): Likewise.
2057         (POWF_LOG2_POLY_ORDER): Likewise.
2058         (POWF_SCALE_BITS): Likewise.
2059         (POWF_SCALE): Likewise.
2060         * sysdeps/i386/fpu/e_powf_log2_data.c: New file.
2061         * sysdeps/ia64/fpu/e_powf_log2_data.c: New file.
2062         * sysdeps/m68k/m680x0/fpu/e_powf_log2_data.c: New file.
2064 2017-09-29  Szabolcs Nagy  <szabolcs.nagy@arm.com>
2066         * math/Makefile (type-float-routines): Add e_log2f_data.
2067         * sysdeps/ieee754/flt-32/e_log2f.c: New implementation.
2068         * sysdeps/ieee754/flt-32/e_log2f_data.c: New file.
2069         * sysdeps/ieee754/flt-32/math_config.h (__log2f_data): Define.
2070         (LOG2F_TABLE_BITS, LOG2F_POLY_ORDER): Define.
2071         * sysdeps/i386/fpu/e_log2f_data.c: New file.
2072         * sysdeps/ia64/fpu/e_log2f_data.c: New file.
2073         * sysdeps/m68k/m680x0/fpu/e_log2f_data.c: New file.
2075 2017-09-29  Szabolcs Nagy  <szabolcs.nagy@arm.com>
2077         * math/Makefile (type-float-routines): Add e_logf_data.
2078         * sysdeps/ieee754/flt-32/e_logf.c: New implementation.
2079         * sysdeps/ieee754/flt-32/e_logf_data.c: New file.
2080         * sysdeps/ieee754/flt-32/math_config.h (__logf_data): Define.
2081         (LOGF_TABLE_BITS, LOGF_POLY_ORDER): Define.
2082         * sysdeps/i386/fpu/e_logf_data.c: New file.
2083         * sysdeps/ia64/fpu/e_logf_data.c: New file.
2084         * sysdeps/m68k/m680x0/fpu/e_logf_data.c: New file.
2086 2017-09-28  H.J. Lu  <hongjiu.lu@intel.com>
2088         * sysdeps/i386/dl-machine.h (elf_machine_load_address): Allow
2089         undefined _DYNAMIC in PIE libc.a.
2090         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address):
2091         Likewse.
2093 2017-09-28  Wilco Dijkstra  <wdijkstr@arm.com>
2095         * sysdeps/alpha/fpu/bits/mathinline.h: Delete file.
2096         * sysdeps/ia64/fpu/bits/mathinline.h: Delete file.
2097         * sysdeps/m68k/coldfire/fpu/bits/mathinline.h: Delete file.
2098         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h: (__signbitf): Remove.
2099         (__signbit): Remove.
2100         (__signbitl): Remove.
2101         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Remove.
2102         (__signbit): Remove.
2103         (__signbitl): Remove.
2104         * sysdeps/s390/fpu/bits/mathinline.h: (__signbitf): Remove.
2105         (__signbit): Remove.
2106         (__signbitl): Remove.
2107         * sysdeps/sparc/fpu/bits/mathinline.h (__signbitf): Remove.
2108         (__signbit): Remove.
2109         (__signbitl): Remove.
2110         * sysdeps/tile/bits/mathinline.h: Delete file.
2111         * sysdeps/x86/fpu/bits/mathinline.h (__signbitf): Remove.
2112         (__signbit): Remove.
2113         (__signbitl): Remove.
2115 2017-09-28  Wilco Dijkstra  <wdijkstr@arm.com>
2117         * math/math.h: Improve handling of C99 isgreater macros.
2118         * sysdeps/alpha/fpu/bits/mathinline.h: Remove isgreater macros.
2119         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h: Likewise.
2120         * sysdeps/powerpc/bits/mathinline.h: Likewise.
2121         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
2122         * sysdeps/x86/fpu/bits/mathinline.h: Likewise.
2124 2017-09-28  Szabolcs Nagy  <szabolcs.nagy@arm.com>
2126         * sysdeps/aarch64/libm-test-ulps: Update.
2128 2017-09-28  Joseph Myers  <joseph@codesourcery.com>
2130         [BZ #22225]
2131         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
2132         math_opt_barrier on argument when doing arithmetic on it.
2133         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
2134         Likewise.  Use math_force_eval not math_opt_barrier after
2135         arithmetic.
2136         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Use
2137         math_opt_barrier on argument when doing arithmetic on it.
2138         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
2139         Likewise.
2141 2017-09-27  H.J. Lu  <hongjiu.lu@intel.com>
2143         * sysdeps/unix/sysv/linux/ifaddrs.c (__getifaddrs): Add
2144         libc_hidden_def.
2145         (__freeifaddrs): Likewise.
2147 2017-09-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2149         * include/dirent.h (__dirfd): New declaration.
2150         * dirent/dirfd.c (dirfd): Rename to __dirfd, and redefine as weak
2151         alias.
2152         * sysdeps/posix/dirfd/dirfd.c (dirfd): Likewise.
2153         * sysdeps/mach/hurd/dirfd.c (dirfd): Likewise.
2154         * io/ftw.c (open_dir_stream, ftw_dir): Use __dirfd instead of dirfd.
2155         * include/unistd.h (__revoke): New declaration.
2156         * misc/revoke.c (revoke): Rename to __revoke, and redefine as weak
2157         alias.
2158         * sysdeps/mach/hurd/revoke.c (revoke): Likewise.
2159         * sysdeps/unix/bsd/unlockpt.c (unlockpt): Use __revoke instead of
2160         revoke.
2161         * include/dirent.h (__seekdir): New declaration.
2162         * sysdeps/mach/hurd/seekdir.c (seekdir): Rename to __seekdir and
2163         redefine as weak alias.
2164         * sysdeps/mach/hurd/rewinddir.c (__rewinddir): Use __seekdir instead
2165         of seekdir.
2166         * include/ifaddrs.h (__getifaddrs, __freeifaddrs): New declarations,
2167         and use libc_hidden_def on them.
2168         * inet/ifaddrs.c (__getifaddrs, __freeifaddrs): Use libc_hidden_def on
2169         them.
2170         * sysdeps/gnu/ifaddrs.c (__getifaddrs, __freeifaddrs): Likewise.
2171         * inet/check_pf.c (__check_pf): Use __getifaddrs and __freeifaddrs
2172         instead of getifaddrs and freeifaddrs.
2174 2017-09-26  H.J. Lu  <hongjiu.lu@intel.com>
2176         [BZ #18822]
2177         * dlfcn/modatexit.c (foo): Remove __dso_handle check.
2178         * dlfcn/modcxaatexit.c: Include <dso_handle.h>.
2179         (__dso_handle): Remove declaration.
2180         * dlfcn/tstatexit.c (__dso_handle): Removed.
2181         (main): Don't check __dso_handle.
2182         * dlfcn/tstcxaatexit.c (__dso_handle): Removed.
2183         (main): Don't check __dso_handle.
2184         * include/dso_handle.h: New file.
2185         * malloc/mtrace.c: Include <dso_handle.h>.
2186         (mtrace): Pass __dso_handle directly.
2187         * nptl/pthread_atfork.c: Include <dso_handle.h>.
2188         (__dso_handle): Remove declaration.
2189         (__pthread_atfork): Pass __dso_handle directly.
2190         * nptl/tst-atfork2mod.c: Include <dso_handle.h>.
2191         (__dso_handle): Removed.
2192         * posix/wordexp-test.c: Include <dso_handle.h>.
2193         (__dso_handle): Remove declaration.
2194         (__app_register_atfork): Pass __dso_handle directly.
2195         * stdlib/at_quick_exit.c: Include <dso_handle.h>.
2196         (__dso_handle): Remove declaration.
2197         (at_quick_exit): Pass __dso_handle directly.
2198         * stdlib/atexit.c: Include <dso_handle.h>.
2199         (__dso_handle): Remove declaration.
2200         (atexit): Pass __dso_handle directly.
2201         * stdlib/tst-tls-atexit-lib.c: Include <dso_handle.h>.
2202         (__dso_handle): Removed.
2204 2017-09-26  Joseph Myers  <joseph@codesourcery.com>
2206         * sysdeps/unix/make-syscalls.sh: Use __ifunc to define symbols
2207         using VDSO.
2209 2017-09-26  Alexey Makhalov  <amakhalov@vmware.com>
2211         * elf/dl-tunables.c (do_tunable_update_val): Range checking fix.
2212         * scripts/gen-tunables.awk: Set unspecified minval and/or maxval
2213         values to correct default value for given type.
2215 2017-09-26  H.J. Lu  <hongjiu.lu@intel.com>
2217         [BZ #22101]
2218         * elf/Makefile (tests): Add tst-debug1.
2219         ($(objpfx)tst-debug1): New.
2220         ($(objpfx)tst-debug1.out): Likewise.
2221         ($(objpfx)tst-debug1mod1.so): Likewise.
2222         * elf/dl-load.c (_dl_map_object_from_fd): Skip PT_DYNAMIC segment
2223         with p_filesz == 0.
2224         * elf/tst-debug1.c: New file.
2226 2017-09-26  Joseph Myers  <joseph@codesourcery.com>
2228         * sysdeps/sparc/sparc-ifunc.h [!__ASSEMBLER__] (sparc_libm_ifunc):
2229         Define using __ifunc.
2231 2017-09-26  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
2233         * sysdeps/powerpc/fpu/libm-test-ulps: Regenerate expf() and
2234         exp2f() values.
2236 2017-09-26  Joseph Myers  <joseph@codesourcery.com>
2238         [BZ #22156]
2239         * sysdeps/ia64/stackinfo.h (DEFAULT_STACK_PERMS): Likewise.
2241 2017-09-26  Florian Weimer  <fweimer@redhat.com>
2243         * resolv/Makefile (tests-internal): Fix typo in comment.
2245 2017-09-26  Florian Weimer  <fweimer@redhat.com>
2247         * resolv/nss_dns/dns-host.c: Fix typo in comment.
2249 2017-09-25  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2251         * lib/malloc/scratch_buffer.h (struct scratch_buffer):
2252         Use an union instead of a max_align_t array for __space,
2253         so that __space is the same size on all platforms.
2254         * malloc/scratch_buffer_grow_preserve.c
2255         (__libc_scratch_buffer_grow_preserve): Likewise.
2257         [BZ #22183]
2258         * include/gnu-versions.h (_GNU_GLOB_INTERFACE_VERSION): Increase
2259         version to 2.
2260         * posix/Makefile (routines): Add glob-lstat-compat and
2261         glob64-lstat-compat.
2262         * posix/Versions (GLIBC_2.27, glob, glob64): Add symbol version.
2263         * posix/glob-lstat-compat.c: New file.
2264         * posix/glob64-lstat-compat.c: Likewise.
2265         * posix/tst-glob_lstat_compat.c: Likewise.
2266         * sysdeps/unix/sysv/linux/glob-lstat-compat.c: Likewise.
2267         * sysdeps/unix/sysv/linux/alpha/glob-lstat-compat.c: Likewise.
2268         * sysdeps/unix/sysv/linux/glob64-lstat-compat.c: Likewise.
2269         * sysdeps/unix/sysv/linux/s390/s390-32/glob64-lstat-compat.c:
2270         Likewise.
2271         * sysdeps/unix/sysv/linux/alpha/glob.c: Remove file.
2272         * sysdeps/unix/sysv/linux/s390/s390-32/glob64.c: Likewise.
2273         * posix/glob.c (glob_lstat): New function.
2274         (glob): Rename to __glob and add versioned symbol to 2.27.
2275         (glob_in_dir): Use glob_lstat.
2276         * posix/glob64.c (glob64): Add GLOB_ATTRIBUTE.
2277         * sysdeps/unix/sysv/linux/arm/libc.abilist: Likewise.
2278         * sysdeps/unix/sysv/linux/glob.c (glob): Add versioned symbol for
2279         2.27.
2280         * sysdeps/unix/sysv/linux/glob64.c (glob64): Likewise.
2281         * sysdeps/unix/sysv/linux/oldglob.c (GLOB_NO_LSTAT): Define.
2282         * sysdeps/unix/sysv/linux/alpha/oldglob.c (__old_glob): Do not use
2283         gl_lstat on glob call.
2284         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: Add GLIBC_2.27 glob
2285         and glob64 symbols.
2286         * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
2287         * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
2288         * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
2289         * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
2290         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
2291         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
2292         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
2293         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
2294         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: Likewise.
2295         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
2296         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
2297         * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise.
2298         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
2299         Likewise.
2300         * sysdeps/unix/linux/powerpc/powerpc32/nofpu/libc.abilist: Likewise.
2301         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: Likewise.
2302         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
2303         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
2304         * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
2305         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
2306         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
2307         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: Likewise.
2308         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: Likewise.
2309         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
2310         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
2311         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
2313 2017-09-25  H.J. Lu  <hongjiu.lu@intel.com>
2315         * configure.ac (AS): Require binutils 2.25 or later.
2316         * configure: Regenerated.
2318 2017-09-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
2320         [BZ #22207]
2321         * stdlib/test-atexit-race-common.c (do_test): Minimize required
2322         VM size.
2324 2017-09-25  DJ Delorie  <dj@redhat.com>
2326         [BZ #22161]
2327         * nscd/netgroupcache.c (addinnetgrX): Release read lock after
2328         resetting timeout.
2330 2017-09-25  Stefan Liebler  <stli@linux.vnet.ibm.com>
2332         * sysdeps/ieee754/dbl-64/sincos32.h
2333         [SINCCOS32_H]: Remove define.
2334         [SINCOS32_H]: Define.
2336 2017-09-25  Szabolcs Nagy  <szabolcs.nagy@arm.com>
2338         * math/Versions (expf): New libm symbol at GLIBC_2.27.
2339         (exp2f): Likewise.
2340         * math/w_exp2f.c: New file.
2341         * math/w_expf.c: New file.
2342         * math/w_exp2f_compat.c (__exp2f_compat): For compat symbol only.
2343         * math/w_expf_compat.c (__expf_compat): Likewise.
2344         * sysdeps/ia64/fpu/e_exp2f.S: Add versioned symbols.
2345         * sysdeps/ia64/fpu/e_expf.S: Likewise.
2346         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Update.
2347         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
2348         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
2349         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
2350         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
2351         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
2352         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
2353         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
2354         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
2355         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
2356         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
2357         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
2358         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
2359         Likewise.
2360         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
2361         Likewise.
2362         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
2363         Likewise.
2364         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
2365         Likewise.
2366         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
2367         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
2368         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
2369         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
2370         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
2371         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
2372         Likewise.
2373         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
2374         Likewise.
2375         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
2376         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
2377         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
2379 2017-09-25  Szabolcs Nagy  <szabolcs.nagy@arm.com>
2381         * math/Makefile (type-float-routines): Add math_errf and e_exp2f_data.
2382         * sysdeps/aarch64/fpu/math_private.h (TOINT_INTRINSICS): Define.
2383         (roundtoint, converttoint): Likewise.
2384         * sysdeps/ieee754/flt-32/e_expf.c: New implementation.
2385         * sysdeps/ieee754/flt-32/e_exp2f.c: New implementation.
2386         * sysdeps/ieee754/flt-32/e_exp2f_data.c: New file.
2387         * sysdeps/ieee754/flt-32/math_config.h: New file.
2388         * sysdeps/ieee754/flt-32/math_errf.c: New file.
2389         * sysdeps/ieee754/flt-32/t_exp2f.h: Remove.
2390         * sysdeps/i386/fpu/e_exp2f_data.c: New file.
2391         * sysdeps/i386/fpu/math_errf.c: New file.
2392         * sysdeps/ia64/fpu/e_exp2f_data.c: New file.
2393         * sysdeps/ia64/fpu/math_errf.c: New file.
2394         * sysdeps/m68k/m680x0/fpu/e_exp2f_data.c: New file.
2395         * sysdeps/m68k/m680x0/fpu/math_errf.c: New file.
2397 2017-09-24  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2399         * sysdeps/mach/hurd/dl-sysdep.c (check_no_hidden): New macro.
2400         (__open, __close, __libc_read, __libc_write, __writev, __libc_lseek64,
2401         __mmap, __fxstat64, __xstat64, __access, __access_noerrno, __getpid,
2402         __getcwd, __sbrk, __strtoul_internal, _exit, abort): Use check_no_hidden
2403         to make sure that these symbols are defined.
2404         * sysdeps/mach/hurd/bits/socket.h: Include <bits/wordsize.h> instead
2405         of <limits.h>
2406         (__need_NULL): Do not define.
2407         (__ss_aligntype): Use __WORDSIZE instead of ULONG_MAX to determine
2408         alignment.
2409         [!__USE_MISC] (pseudo_AF_XTP, pseudo_AF_RTIP, pseudo_AF_PIP,
2410         CMGROUP_MAX, cmsgcred): Do not define.
2411         (CMSG_FIRSTHDR, __cmsg_nxthdr): Use (struct cmsghdr *) 0 instead of
2412         NULL.
2413         * bits/socket.h: Likewise.
2414         * sysdeps/unix/clock_gettime.c (realtime_gettime, __clock_gettime): Use
2415         __gettimeofday instead of gettimeofday.
2416         * sysdeps/unix/clock_settime.c (__clock_settime): Use __settimeofday
2417         instead of settimeofday.
2419 2017-09-22  Joseph Myers  <joseph@codesourcery.com>
2421         * sysdeps/ieee754/flt-32/s_asinhf.c: Include <libm-alias-float.h>.
2422         (asinhf): Define using libm_alias_float.
2423         * sysdeps/ieee754/flt-32/s_atanf.c: Include <libm-alias-float.h>.
2424         (atanf): Define using libm_alias_float.
2425         * sysdeps/ieee754/flt-32/s_cbrtf.c: Include <libm-alias-float.h>.
2426         (cbrtf): Define using libm_alias_float.
2427         * sysdeps/ieee754/flt-32/s_ceilf.c: Include <libm-alias-float.h>.
2428         (ceilf): Define using libm_alias_float.
2429         * sysdeps/ieee754/flt-32/s_copysignf.c: Include
2430         <libm-alias-float.h>.
2431         (copysignf): Define using libm_alias_float.
2432         * sysdeps/ieee754/flt-32/s_cosf.c: Include <libm-alias-float.h>.
2433         (cosf): Define using libm_alias_float.
2434         * sysdeps/ieee754/flt-32/s_erff.c: Include <libm-alias-float.h>.
2435         (erff): Define using libm_alias_float.
2436         (erfcf): Likewise.
2437         * sysdeps/ieee754/flt-32/s_expm1f.c: Include <libm-alias-float.h>.
2438         (expm1f): Define using libm_alias_float.
2439         * sysdeps/ieee754/flt-32/s_fabsf.c: Include <libm-alias-float.h>.
2440         (fabsf): Define using libm_alias_float.
2441         * sysdeps/ieee754/flt-32/s_floorf.c: Include <libm-alias-float.h>.
2442         (floorf): Define using libm_alias_float.
2443         * sysdeps/ieee754/flt-32/s_frexpf.c: Include <libm-alias-float.h>.
2444         (frexpf): Define using libm_alias_float.
2445         * sysdeps/ieee754/flt-32/s_fromfpf.c (fromfpf): Define using
2446         libm_alias_float.
2447         * sysdeps/ieee754/flt-32/s_fromfpf_main.c: Include
2448         <libm-alias-float.h>.
2449         * sysdeps/ieee754/flt-32/s_fromfpxf.c (fromfpxf): Define using
2450         libm_alias_float.
2451         * sysdeps/ieee754/flt-32/s_getpayloadf.c: Include
2452         <libm-alias-float.h>.
2453         (getpayloadf): Define using libm_alias_float.
2454         * sysdeps/ieee754/flt-32/s_llrintf.c: Include
2455         <libm-alias-float.h>.
2456         (llrintf): Define using libm_alias_float.
2457         * sysdeps/ieee754/flt-32/s_llroundf.c: Include
2458         <libm-alias-float.h>.
2459         (llroundf): Define using libm_alias_float.
2460         * sysdeps/ieee754/flt-32/s_logbf.c: Include <libm-alias-float.h>.
2461         (logbf): Define using libm_alias_float.
2462         * sysdeps/ieee754/flt-32/s_lrintf.c: Include <libm-alias-float.h>.
2463         (lrintf): Define using libm_alias_float.
2464         * sysdeps/ieee754/flt-32/s_lroundf.c: Include <libm-alias-float.h>.
2465         (lroundf): Define using libm_alias_float.
2466         * sysdeps/ieee754/flt-32/s_modff.c: Include <libm-alias-float.h>.
2467         (modff): Define using libm_alias_float.
2468         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Include
2469         <libm-alias-float.h>.
2470         (nearbyintf): Define using libm_alias_float.
2471         * sysdeps/ieee754/flt-32/s_nextafterf.c: Include
2472         <libm-alias-float.h>.
2473         (nextafterf): Define using libm_alias_float.
2474         * sysdeps/ieee754/flt-32/s_nextupf.c: Include
2475         <libm-alias-float.h>.
2476         (nextupf): Define using libm_alias_float.
2477         * sysdeps/ieee754/flt-32/s_remquof.c: Include
2478         <libm-alias-float.h>.
2479         (remquof): Define using libm_alias_float.
2480         * sysdeps/ieee754/flt-32/s_rintf.c: Include <libm-alias-float.h>.
2481         (rintf): Define using libm_alias_float.
2482         * sysdeps/ieee754/flt-32/s_roundevenf.c: Include
2483         <libm-alias-float.h>.
2484         (roundevenf): Define using libm_alias_float.
2485         * sysdeps/ieee754/flt-32/s_roundf.c: Include <libm-alias-float.h>.
2486         (roundf): Define using libm_alias_float.
2487         * sysdeps/ieee754/flt-32/s_setpayloadf.c (setpayloadf): Define
2488         using libm_alias_float.
2489         * sysdeps/ieee754/flt-32/s_setpayloadf_main.c: Include
2490         <libm-alias-float.h>.
2491         * sysdeps/ieee754/flt-32/s_setpayloadsigf.c (setpayloadsigf):
2492         Define using libm_alias_float.
2493         * sysdeps/ieee754/flt-32/s_sincosf.c: Include
2494         <libm-alias-float.h>.
2495         (sincosf): Define using libm_alias_float.
2496         * sysdeps/ieee754/flt-32/s_sinf.c: Include <libm-alias-float.h>.
2497         (sinf): Define using libm_alias_float.
2498         * sysdeps/ieee754/flt-32/s_tanf.c: Include <libm-alias-float.h>.
2499         (tanf): Define using libm_alias_float.
2500         * sysdeps/ieee754/flt-32/s_tanhf.c: Include <libm-alias-float.h>.
2501         (tanhf): Define using libm_alias_float.
2502         * sysdeps/ieee754/flt-32/s_totalorderf.c: Include
2503         <libm-alias-float.h>.
2504         (totalorderf): Define using libm_alias_float.
2505         * sysdeps/ieee754/flt-32/s_totalordermagf.c: Include
2506         <libm-alias-float.h>.
2507         (totalordermagf): Define using libm_alias_float.
2508         * sysdeps/ieee754/flt-32/s_truncf.c: Include <libm-alias-float.h>.
2509         (truncf): Define using libm_alias_float.
2510         * sysdeps/ieee754/flt-32/s_ufromfpf.c (ufromfpf): Define using
2511         libm_alias_float.
2512         * sysdeps/ieee754/flt-32/s_ufromfpxf.c (ufromfpxf): Define using
2513         libm_alias_float.
2515 2017-09-22  Gabriel F. T. Gomes  <gabriel@inconstante.eti.br>
2517         [BZ #22146]
2518         math/math.h: Let fpclassify use the builtin in C++ mode, even
2519         when optimazing for size.
2521 2017-09-22  Joseph Myers  <joseph@codesourcery.com>
2523         * csu/Makefile (generated): Do not add version-info.h.
2524         (before-compile): Likewise.
2525         (all-Banner-files): Remove variable.
2526         ($(objpfx)version-info.h): Remove rule.
2527         * csu/version.c (banner): Do not include "version-info.h".
2528         * libidn/Banner: Remove.
2529         * manual/contrib.texi (Simon Josefsson): New entry.
2531 2017-09-21  Gabriel F. T. Gomes  <gabriel@inconstante.eti.br>
2533         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
2534         Remove conditionals on LDBL_MANT_DIG.
2535         * sysdeps/ieee754/ldbl-128ibm/e_lgammal_r.c
2536         (__ieee754_lgammal_r): Likewise.
2538 2017-09-21  Gabriel F. T. Gomes  <gabriel@inconstante.eti.br>
2540         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Remove definitions of
2541         _Float128 and L().
2542         * sysdeps/ieee754/ldbl-128ibm/e_j0l.c: Remove definitions of
2543         _Float128 and L(). Replace _Float128 with long double and L(x)
2544         with xL, throughout the file.
2545         * sysdeps/ieee754/ldbl-128ibm/e_j1l.c: Likewise.
2546         * sysdeps/ieee754/ldbl-128ibm/e_lgammal_r.c: Likewise.
2547         * sysdeps/ieee754/ldbl-128ibm/s_cbrtl.c: Likewise.
2548         * sysdeps/ieee754/ldbl-128ibm/t_expl.h: Likewise.
2550 2017-09-21  Gabriel F. T. Gomes  <gabriel@inconstante.eti.br>
2552         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Include tables from
2553         sysdeps/ieee754/ldbl-128ibm.
2554         * sysdeps/ieee754/ldbl-128ibm/e_j0l.c: Copy contents from the
2555         equivalent implementation in sysdeps/ieee754/ldbl-128/ instead
2556         of including it.  Keep _Float128 and L() intact.  These will be
2557         reviewed by a separate patch.
2558         * sysdeps/ieee754/ldbl-128ibm/e_j1l.c: Likewise.
2559         * sysdeps/ieee754/ldbl-128ibm/e_lgammal_r.c: Likewise.
2560         * sysdeps/ieee754/ldbl-128ibm/s_cbrtl.c: Likewise.
2561         * sysdeps/ieee754/ldbl-128ibm/t_expl.h: Likewise.
2563 2017-09-21  Gabriel F. T. Gomes  <gabriel@inconstante.eti.br>
2565         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c
2566         (__finitef128): Define to __redirect___finitef128.
2567         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c
2568         (__isinff128): Define to __redirect___isinff128.
2569         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c
2570         (__isnanf128): Define to __redirect___isnanf128.
2572 2017-09-21  Gabriel F. T. Gomes  <gabriel@inconstante.eti.br>
2574         * sysdeps/powerpc/powerpc64le/Makefile
2575         (CFLAGS-tst-strtod-nan-locale.c): New variable.
2576         (CFLAGS-tst-wcstod-nan-locale.c): New variable.
2578 2017-09-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
2579             Carlos O'Donell  <carlos@redhat.com>
2581         [BZ #22180]
2582         * stdlib/Makefile (tests): Add test-dlclose-exit-race.
2583         * stdlib/test-dlclose-exit-race.c: New file.
2584         * stdlib/test-dlclose-exit-race-helper.c: New file.
2585         * stdlib/exit.c (__run_exit_handlers): Mark slot as free.
2587 2017-09-21  Joseph Myers  <joseph@codesourcery.com>
2589         * crypt/Banner: Remove file.
2590         * nptl/Banner: Likewise.
2591         * resolv/Banner: Likewise.
2592         * soft-fp/Banner: Likewise.
2593         * nptl/Makefile ($(objpfx)banner.h): Remove rule.
2594         ($(objpfx)version.d): Remove dependency on banner.h.
2595         ($(objpfx)version.os): Likewise.
2596         * nptl/version.c (banner): Do not include banner.h.
2597         * manual/contrib.texi: Update entries for Richard Henderson, Jakub
2598         Jelinek and BIND code.
2600 2017-09-20  Paul Pluzhnikov  <ppluzhnikov@google.com>
2601             Carlos O'Donell  <carlos@redhat.com>
2603         * support/xdlfcn.h: New file.
2604         * support/xdlfcn.c: New file.
2605         * support/Makefile (libsupport-routines): Add xdlfcn.
2606         * stdlib/tst-tls-atexit.c: Use xdlopen, xdlsym, xdlclose.
2608 2017-09-20  Joseph Myers  <joseph@codesourcery.com>
2610         [BZ #20142]
2611         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
2612         Add s_trunc-c, s_truncf-c, s_trunc-sse4_1 and s_truncf-sse4_1.
2613         * sysdeps/x86_64/fpu/multiarch/s_trunc-c.c: New file.
2614         * sysdeps/x86_64/fpu/multiarch/s_trunc-sse4_1.S: Likewise.
2615         * sysdeps/x86_64/fpu/multiarch/s_trunc.c: Likewise.
2616         * sysdeps/x86_64/fpu/multiarch/s_truncf-c.c: Likewise.
2617         * sysdeps/x86_64/fpu/multiarch/s_truncf-sse4_1.S: Likewise.
2618         * sysdeps/x86_64/fpu/multiarch/s_truncf.c: Likewise.
2620 2017-09-20  Paul Pluzhnikov  <ppluzhnikov@google.com>
2621             Ricky Zhou  <rickyz@google.com>
2622             Anoop V Chakkalakkal  <anoop.vijayan@in.ibm.com>
2624         [BZ #14333]
2625         * stdlib/cxa_atexit.c (__internal_atexit): Use __exit_funcs_lock.
2626         Remove atomics.
2627         (__new_exitfn): Fail registration when we finished at_exit processing.
2628         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
2629         * stdlib/on_exit.c (__on_exit): Likewise.
2630         * stdlib/exit.c (__exit_funcs_done): New variable.
2631         (__run_exit_handlers): Use __exit_funcs_lock.
2632         * stdlib/exit.h (__exit_funcs_lock, __exit_funcs_done): New
2633         declarations.
2634         * stdlib/Makefile (test-atexit-race, test-quick_at_exit-race)
2635         (test-cxa_atexit-race, test-on_exit-race): New tests.
2636         * stdlib/test-atexit-race-common.c: New file.
2637         * stdlib/test-atexit-race.c: New file.
2638         * stdlib/test-at_quick_exit-race.c: New file.
2639         * stdlib/test-cxa_atexit-race.c: New file.
2640         * stdlib/test-on_exit-race.c: New file.
2642 2017-09-20  Szabolcs Nagy  <szabolcs.nagy@arm.com>
2644         * benchtests/Makefile: Add exp2f and log2f benchmarks.
2645         * benchtests/exp2f-inputs: Copy of expf-inputs.
2646         * benchtests/log2f-inputs: Copy of logf-inputs.
2648 2017-09-19  Joseph Myers  <joseph@codesourcery.com>
2650         * sysdeps/unix/sysv/linux/fexecve.c (fexecve) [__NR_execveat]:
2651         Explicitly take address of first element of array arguments in
2652         call to INLINE_SYSCALL.
2654 2017-09-19  Andreas Schwab  <schwab@suse.de>
2656         [BZ #22134]
2657         * sysdeps/unix/sysv/linux/fexecve.c (fexecve) [__NR_execveat]: Try
2658         execveat first.
2659         [!__ASSUME_EXECVEAT]: Fall back to /proc if execveat is
2660         unimplemented.
2661         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_EXECVEAT)
2662         [__LINUX_KERNEL_VERSION >= 0x031300]: Define.
2663         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
2664         (__ASSUME_EXECVEAT) [__LINUX_KERNEL_VERSION < 0x040200]: Undef.
2665         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
2666         (__ASSUME_EXECVEAT) [__LINUX_KERNEL_VERSION < 0x040000]: Undef.
2667         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
2668         (__ASSUME_EXECVEAT) [__LINUX_KERNEL_VERSION < 0x040000]: Undef.
2669         * posix/Makefile (tests): Add tst-fexecve.
2670         * posix/tst-fexecve.c: New file.
2672 2017-09-19  Wilco Dijkstra  <wdijkstr@arm.com>
2674         * benchtests/Makefile: Add logf benchmark.
2675         * benchtests/logf-inputs: Add reduced trace from wrf_r.
2677 2017-09-19  Wilco Dijkstra  <wdijkstr@arm.com>
2679         * benchtests/Makefile: Add expf benchmark.
2680         * benchtests/expf-inputs: Add reduced trace from wrf_r.
2682 2017-09-19  Wilco Dijkstra  <wdijkstr@arm.com>
2684         * csu/Makefile: Add -funwind-tables to libc-start.c.
2685         * debug/Makefile: Add -funwind-tables to backtrace.c.
2686         * sysdeps/aarch64/Makefile: Remove CFLAGS-backtrace.c.
2687         * sysdeps/arm/Makefile: Likewise.
2688         * sysdeps/i386/Makefile: Likewise.
2689         * sysdeps/m68k/Makefile: Likewise.
2690         * sysdeps/mips/Makefile: Likewise.
2691         * sysdeps/nios2/Makefile: Likewise.
2692         * sysdeps/sh/Makefile: Likewise.
2693         * sysdeps/sparc/Makefile: Likewise.
2695 2017-09-19  Joseph Myers  <joseph@codesourcery.com>
2697         * benchtests/Makefile (bench-math): Add trunc and truncf.
2698         (CFLAGS-bench-trunc.c): New variable.
2699         (CFLAGS-bench-truncf.c): Likewise.
2700         * benchtests/trunc-inputs: New file.
2701         * benchtests/truncf-inputs: Likewise.
2703 2017-09-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
2705         * sysdeps/powerpc/powerpc64/power8/memset.S: Avoid misaligned stores.
2707 2017-09-18  Joseph Myers  <joseph@codesourcery.com>
2709         * sysdeps/ieee754/ldbl-opt/w_exp10l_compat.c [LIBM_SVID_COMPAT &&
2710         !LONG_DOUBLE_COMPAT (libm, GLIBC_2_1)] (weak_alias): Undefine and
2711         redefine.
2712         [LIBM_SVID_COMPAT && !LONG_DOUBLE_COMPAT (libm, GLIBC_2_1)]
2713         (exp10l): Define as weak alias.
2714         * sysdeps/ieee754/ldbl-opt/w_remainderl_compat.c [LIBM_SVID_COMPAT
2715         && !LONG_DOUBLE_COMPAT (libm, GLIBC_2_0)] (weak_alias): Undefine
2716         and redefine.
2717         [LIBM_SVID_COMPAT && !LONG_DOUBLE_COMPAT (libm, GLIBC_2_0)]
2718         (remainderl): Define as weak alias.
2720         * math/s_fmal.c: Include <libm-alias-ldouble.h>.
2721         (fmal): Define using libm_alias_ldouble.
2722         * math/w_acoshl_compat.c: Include <libm-alias-ldouble.h>.
2723         (acoshl): Define using libm_alias_ldouble.
2724         * math/w_acosl_compat.c: Include <libm-alias-ldouble.h>.
2725         (acosl): Define using libm_alias_ldouble.
2726         * math/w_asinl_compat.c: Include <libm-alias-ldouble.h>.
2727         (asinl): Define using libm_alias_ldouble.
2728         * math/w_atan2l_compat.c: Include <libm-alias-ldouble.h>.
2729         (atan2l): Define using libm_alias_ldouble.
2730         * math/w_atanhl_compat.c: Include <libm-alias-ldouble.h>.
2731         (atanhl): Define using libm_alias_ldouble.
2732         * math/w_coshl_compat.c: Include <libm-alias-ldouble.h>.
2733         (coshl): Define using libm_alias_ldouble.
2734         * math/w_exp10l_compat.c: Include <libm-alias-ldouble.h>.
2735         (exp10l): Define using libm_alias_ldouble.
2736         * math/w_exp2l_compat.c: Include <libm-alias-ldouble.h>.
2737         (exp2l): Define using libm_alias_ldouble.
2738         * math/w_expl_compat.c: Include <libm-alias-ldouble.h>.
2739         (expl): Define using libm_alias_ldouble.
2740         * math/w_fmodl_compat.c: Include <libm-alias-ldouble.h>.
2741         (fmodl): Define using libm_alias_ldouble.
2742         * math/w_hypotl_compat.c: Include <libm-alias-ldouble.h>.
2743         (hypotl): Define using libm_alias_ldouble.
2744         * math/w_j0l_compat.c: Include <libm-alias-ldouble.h>.
2745         (j0l): Define using libm_alias_ldouble.
2746         (y0l): Likewise.
2747         * math/w_j1l_compat.c: Include <libm-alias-ldouble.h>.
2748         (j1l): Define using libm_alias_ldouble.
2749         (y1l): Likewise.
2750         * math/w_jnl_compat.c: Include <libm-alias-ldouble.h>.
2751         (jnl): Define using libm_alias_ldouble.
2752         (ynl): Likewise.
2753         * math/w_log10l_compat.c: Include <libm-alias-ldouble.h>.
2754         (log10l): Define using libm_alias_ldouble.
2755         * math/w_log2l_compat.c: Include <libm-alias-ldouble.h>.
2756         (log2l): Define using libm_alias_ldouble.
2757         * math/w_logl_compat.c: Include <libm-alias-ldouble.h>.
2758         (logl): Define using libm_alias_ldouble.
2759         * math/w_powl_compat.c: Include <libm-alias-ldouble.h>.
2760         (powl): Define using libm_alias_ldouble.
2761         * math/w_remainderl_compat.c: Include <libm-alias-ldouble.h>.
2762         (remainderl): Define using libm_alias_ldouble.
2763         * math/w_sinhl_compat.c: Include <libm-alias-ldouble.h>.
2764         (sinhl): Define using libm_alias_ldouble.
2765         * math/w_sqrtl_compat.c: Include <libm-alias-ldouble.h>.
2766         (sqrtl): Define using libm_alias_ldouble.
2767         * math/w_tgammal_compat.c: Include <libm-alias-ldouble.h>.
2768         (tgammal): Define using libm_alias_ldouble.
2769         * sysdeps/ieee754/ldbl-opt/w_exp10l_compat.c [LIBM_SVID_COMPAT]
2770         (exp10l): Do not use long_double_symbol here.
2771         * sysdeps/ieee754/ldbl-opt/w_remainderl_compat.c
2772         [LIBM_SVID_COMPAT] (remainderl): Likewise.
2773         * sysdeps/ieee754/ldbl-opt/s_fmal.c: Remove.
2774         * sysdeps/ieee754/ldbl-opt/w_acoshl_compat.c: Likewise.
2775         * sysdeps/ieee754/ldbl-opt/w_acosl_compat.c: Likewise.
2776         * sysdeps/ieee754/ldbl-opt/w_asinl_compat.c: Likewise.
2777         * sysdeps/ieee754/ldbl-opt/w_atan2l_compat.c: Likewise.
2778         * sysdeps/ieee754/ldbl-opt/w_atanhl_compat.c: Likewise.
2779         * sysdeps/ieee754/ldbl-opt/w_coshl_compat.c: Likewise.
2780         * sysdeps/ieee754/ldbl-opt/w_expl_compat.c: Likewise.
2781         * sysdeps/ieee754/ldbl-opt/w_fmodl_compat.c: Likewise.
2782         * sysdeps/ieee754/ldbl-opt/w_hypotl_compat.c: Likewise.
2783         * sysdeps/ieee754/ldbl-opt/w_j0l_compat.c: Likewise.
2784         * sysdeps/ieee754/ldbl-opt/w_j1l_compat.c: Likewise.
2785         * sysdeps/ieee754/ldbl-opt/w_jnl_compat.c: Likewise.
2786         * sysdeps/ieee754/ldbl-opt/w_log10l_compat.c: Likewise.
2787         * sysdeps/ieee754/ldbl-opt/w_log2l_compat.c: Likewise.
2788         * sysdeps/ieee754/ldbl-opt/w_logl_compat.c: Likewise.
2789         * sysdeps/ieee754/ldbl-opt/w_powl_compat.c: Likewise.
2790         * sysdeps/ieee754/ldbl-opt/w_sinhl_compat.c: Likewise.
2791         * sysdeps/ieee754/ldbl-opt/w_sqrtl_compat.c: Likewise.
2792         * sysdeps/ieee754/ldbl-opt/w_tgammal_compat.c: Likewise.
2794 2017-09-18  Wang Boshi  <wangboshi@huawei.com>  (tiny change)
2796         * sysdeps/aarch64/start.S: Use MOVL instead of literal pools.
2797         * sysdeps/aarch64/sysdep.h (MOVL): Add MOVL macro.
2799 2017-09-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2801         * io/read.c (read): Add libc_hidden_weak.
2802         * sysdeps/mach/hurd/read.c (read): Likewise.
2803         * io/write.c (write): Likewise.
2804         * sysdeps/mach/hurd/write.c (write): Likewise.
2805         * io/pread64.c (__pread64): Likewise.
2806         * sysdeps/mach/hurd/pread64.c (__pread64): Likewise.
2807         * posix/pread64.c (__pread64): Add libc_hidden_def.
2809 2017-09-16  Siddhesh Poyarekar  <siddhesh@sourceware.org>
2811         * benchtests/scripts/compare_strings.py: New option -g.
2812         (draw_graph): Print a message that a graph is being generated.
2813         (process_results): Generate graph only if -g is passed.
2814         (main): Process option -g.
2816         * benchtests/scripts/compare_strings.py (process_results):
2817         Better spacing for output.
2819         * benchtests/scripts/compare_strings.py: Use argparse.
2820         * benchtests/README: Document existence of compare_strings.py.
2822 2017-09-15  Joseph Myers  <joseph@codesourcery.com>
2824         * math/s_fma.c: Include <libm-alias-double.h>.
2825         (fma): Define using libm_alias_double.
2826         * math/s_nextafter.c: Include <libm-alias-double.h>.
2827         (nextafter): Define using libm_alias_double.
2828         * math/w_acos_compat.c: Include <libm-alias-double.h>.
2829         (acos): Define using libm_alias_double.
2830         * math/w_acosh_compat.c: Include <libm-alias-double.h>.
2831         (aocsh): Define using libm_alias_double.
2832         * math/w_asin_compat.c: Include <libm-alias-double.h>.
2833         (asin): Define using libm_alias_double.
2834         * math/w_atan2_compat.c: Include <libm-alias-double.h>.
2835         (atan2): Define using libm_alias_double.
2836         * math/w_atanh_compat.c: Include <libm-alias-double.h>.
2837         (atanh): Define using libm_alias_double.
2838         * math/w_cosh_compat.c: Include <libm-alias-double.h>.
2839         (cosh): Define using libm_alias_double.
2840         * math/w_exp10_compat.c: Include <libm-alias-double.h>.
2841         (exp10): Define using libm_alias_double.
2842         * math/w_exp2_compat.c: Include <libm-alias-double.h>.
2843         (exp2): Define using libm_alias_double.
2844         * math/w_exp_compat.c: Include <libm-alias-double.h>.
2845         (exp): Define using libm_alias_double.
2846         * math/w_fmod_compat.c: Include <libm-alias-double.h>.
2847         (fmod): Define using libm_alias_double.
2848         * math/w_hypot_compat.c: Include <libm-alias-double.h>.
2849         (hypot): Define using libm_alias_double.
2850         * math/w_j0_compat.c: Include <libm-alias-double.h>.
2851         (j0): Define using libm_alias_double.
2852         (y0): Likewise.
2853         * math/w_j1_compat.c: Include <libm-alias-double.h>.
2854         (j1): Define using libm_alias_double.
2855         (y1): Likewise.
2856         * math/w_jn_compat.c: Include <libm-alias-double.h>.
2857         (jn): Define using libm_alias_double.
2858         (yn): Likewise.
2859         * math/w_log10_compat.c: Include <libm-alias-double.h>.
2860         (log10): Define using libm_alias_double.
2861         * math/w_log2_compat.c: Include <libm-alias-double.h>.
2862         (log2): Define using libm_alias_double.
2863         * math/w_log_compat.c: Include <libm-alias-double.h>.
2864         (log): Define using libm_alias_double.
2865         * math/w_pow_compat.c: Include <libm-alias-double.h>.
2866         (pow): Define using libm_alias_double.
2867         * math/w_remainder_compat.c: Include <libm-alias-double.h>.
2868         (remainder): Define using libm_alias_double.
2869         * math/w_sinh_compat.c: Include <libm-alias-double.h>.
2870         (sinh): Define using libm_alias_double.
2871         * math/w_sqrt_compat.c: Include <libm-alias-double.h>.
2872         (sqrt): Define using libm_alias_double.
2873         * math/w_tgamma_compat.c: Include <libm-alias-double.h>.
2874         (tgamma): Define using libm_alias_double.
2875         * sysdeps/ieee754/ldbl-opt/s_nextafter.c [LONG_DOUBLE_COMPAT(libm,
2876         GLIBC_2_0)] (nextafterl): Do not define compat symbol here.
2877         * sysdeps/ieee754/ldbl-opt/w_exp10_compat.c
2878         [LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)] (exp10l): Likewise.
2879         * sysdeps/ieee754/ldbl-opt/w_remainder_compat.c
2880         [LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)] (remainderl): Likewise.
2881         * sysdeps/ieee754/ldbl-opt/w_acos_compat.c: Remove.
2882         * sysdeps/ieee754/ldbl-opt/w_acosh_compat.c: Likewise.
2883         * sysdeps/ieee754/ldbl-opt/w_asin_compat.c: Likewise.
2884         * sysdeps/ieee754/ldbl-opt/w_atan2_compat.c: Likewise.
2885         * sysdeps/ieee754/ldbl-opt/w_atanh_compat.c: Likewise.
2886         * sysdeps/ieee754/ldbl-opt/w_cosh_compat.c: Likewise.
2887         * sysdeps/ieee754/ldbl-opt/w_exp_compat.c: Likewise.
2888         * sysdeps/ieee754/ldbl-opt/w_fmod_compat.c: Likewise.
2889         * sysdeps/ieee754/ldbl-opt/w_hypot_compat.c: Likewise.
2890         * sysdeps/ieee754/ldbl-opt/w_j0_compat.c: Likewise.
2891         * sysdeps/ieee754/ldbl-opt/w_j1_compat.c: Likewise.
2892         * sysdeps/ieee754/ldbl-opt/w_jn_compat.c: Likewise.
2893         * sysdeps/ieee754/ldbl-opt/w_log10_compat.c: Likewise.
2894         * sysdeps/ieee754/ldbl-opt/w_log2_compat.c: Likewise.
2895         * sysdeps/ieee754/ldbl-opt/w_log_compat.c: Likewise.
2896         * sysdeps/ieee754/ldbl-opt/w_pow_compat.c: Likewise.
2897         * sysdeps/ieee754/ldbl-opt/w_sinh_compat.c: Likewise.
2898         * sysdeps/ieee754/ldbl-opt/w_sqrt_compat.c: Likewise.
2899         * sysdeps/ieee754/ldbl-opt/w_tgamma_compat.c: Likewise.
2901         * math/e_acoshl.c: Remove.
2902         * math/e_acosl.c: Likewise.
2903         * math/e_asinl.c: Likewise.
2904         * math/e_atan2l.c: Likewise.
2905         * math/e_atanhl.c: Likewise.
2906         * math/e_coshl.c: Likewise.
2907         * math/e_expl.c: Likewise.
2908         * math/e_fmodl.c: Likewise.
2909         * math/e_gammal_r.c: Likewise.
2910         * math/e_hypotl.c: Likewise.
2911         * math/e_j0l.c: Likewise.
2912         * math/e_j1l.c: Likewise.
2913         * math/e_jnl.c: Likewise.
2914         * math/e_lgammal_r.c: Likewise.
2915         * math/e_log10l.c: Likewise.
2916         * math/e_log2l.c: Likewise.
2917         * math/e_logl.c: Likewise.
2918         * math/e_powl.c: Likewise.
2919         * math/e_rem_pio2l.c: Likewise.
2920         * math/e_sinhl.c: Likewise.
2921         * math/e_sqrtf128.c: Likewise.
2922         * math/e_sqrtl.c: Likewise.
2923         * math/k_cosl.c: Likewise.
2924         * math/k_sinl.c: Likewise.
2925         * math/k_tanl.c: Likewise.
2926         * math/s_asinhl.c: Likewise.
2927         * math/s_atanl.c: Likewise.
2928         * math/s_cbrtl.c: Likewise.
2929         * math/s_erfl.c: Likewise.
2930         * math/s_expm1l.c: Likewise.
2931         * math/s_log1pl.c: Likewise.
2932         * math/s_tanhl.c: Likewise.
2934 2017-09-15  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
2936         [BZ #21745]
2937         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile:
2938         [$(subdir) = math] (sysdep_calls): New variable.  Has the
2939         previous contents of sysdep_routines, but re-sorted..
2940         [$(subdir) = math] (sysdep_routines): Re-use the contents from
2941         sysdep_calls.
2942         [$(subdir) = math] (libm-sysdep_routines): Remove the functions
2943         defined in sysdep_calls and replace by the respective m_* names.
2944         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S:
2945         (compat_symbol): Undefine to avoid duplicated compat symbols in
2946         libc.
2948 2017-09-15  Joseph Myers  <joseph@codesourcery.com>
2950         * math/s_fmaf.c: Include <libm-alias-float.h>.
2951         (fmaf): Define using libm_alias_float.
2952         * math/w_acosf_compat.c: Include <libm-alias-float.h>.
2953         (acosf): Define using libm_alias_float.
2954         * math/w_acoshf_compat.c: Include <libm-alias-float.h>.
2955         (acoshf): Define using libm_alias_float.
2956         * math/w_asinf_compat.c: Include <libm-alias-float.h>.
2957         (asinf): Define using libm_alias_float.
2958         * math/w_atan2f_compat.c: Include <libm-alias-float.h>.
2959         (atan2f): Define using libm_alias_float.
2960         * math/w_atanhf_compat.c: Include <libm-alias-float.h>.
2961         (atanhf): Define using libm_alias_float.
2962         * math/w_coshf_compat.c: Include <libm-alias-float.h>.
2963         (coshf): Define using libm_alias_float.
2964         * math/w_exp10f_compat.c: Include <libm-alias-float.h>.
2965         (exp10f): Define using libm_alias_float.
2966         * math/w_fmodf_compat.c: Include <libm-alias-float.h>.
2967         (fmodf): Define using libm_alias_float.
2968         * math/w_hypotf_compat.c: Include <libm-alias-float.h>.
2969         (hypotf): Define using libm_alias_float.
2970         * math/w_j0f_compat.c: Include <libm-alias-float.h>.
2971         (j0f): Define using libm_alias_float.
2972         (y0f): Likewise.
2973         * math/w_j1f_compat.c: Include <libm-alias-float.h>.
2974         (j1f): Define using libm_alias_float.
2975         (y1f): Likewise.
2976         * math/w_jnf_compat.c: Include <libm-alias-float.h>.
2977         (jnf): Define using libm_alias_float.
2978         (ynf): Likewise.
2979         * math/w_log10f_compat.c: Include <libm-alias-float.h>.
2980         (log10f): Define using libm_alias_float.
2981         * math/w_log2f_compat.c: Include <libm-alias-float.h>.
2982         (log2f): Define using libm_alias_float.
2983         * math/w_logf_compat.c: Include <libm-alias-float.h>.
2984         (logf): Define using libm_alias_float.
2985         * math/w_powf_compat.c: Include <libm-alias-float.h>.
2986         (powf): Define using libm_alias_float.
2987         * math/w_remainderf_compat.c: Include <libm-alias-float.h>.
2988         (remainderf): Define using libm_alias_float.
2989         * math/w_sinhf_compat.c: Include <libm-alias-float.h>.
2990         (sinhf): Define using libm_alias_float.
2991         * math/w_sqrtf_compat.c: Include <libm-alias-float.h>.
2992         (sqrtf): Define using libm_alias_float.
2993         * math/w_tgammaf_compat.c: Include <libm-alias-float.h>.
2994         (tgammaf): Define using libm_alias_float.
2996 2017-09-14  Joseph Myers  <joseph@codesourcery.com>
2998         * include/math.h (roundeven): Change hidden_proto call to
2999         __roundeven.
3000         * math/w_j0_compat.c (j0): Rename to __j0 and define as weak
3001         alias.
3002         [NO_LONG_DOUBLE] (__j0l): New strong alias.
3003         (y0): Rename to __y0 and define as weak alias.
3004         [NO_LONG_DOUBLE] (__y0l): New strong alias.
3005         * math/w_j0f_compat.c (j0f): Rename to __j0f and define as weak
3006         alias.
3007         (y0f): Rename to __y0f and define as weak alias.
3008         * math/w_j1_compat.c (j1): Rename to __j1 and define as weak
3009         alias.
3010         [NO_LONG_DOUBLE] (__j1l): New strong alias.
3011         (y1): Rename to __y1 and define as weak alias.
3012         [NO_LONG_DOUBLE] (__y1l): New strong alias.
3013         * math/w_j1f_compat.c (j1f): Rename to __j1f and define as weak
3014         alias.
3015         (y1f): Rename to __y1f and define as weak alias.
3016         * math/w_jn_compat.c (jn): Rename to __jn and define as weak
3017         alias.
3018         [NO_LONG_DOUBLE] (__jnl): New strong alias.
3019         (yn): Rename to __yn and define as weak alias.
3020         [NO_LONG_DOUBLE] (__ynl): New strong alias.
3021         * math/w_jnf_compat.c (jnf): Rename to __jnf and define as weak
3022         alias.
3023         (ynf): Rename to __ynf and define as weak alias.
3024         * sysdeps/ieee754/dbl-64/s_fromfp.c (FUNC): Define to __fromfp.
3025         (fromfp): Define as weak alias.
3026         [NO_LONG_DOUBLE] (__fromfpl): New strong alias.
3027         * sysdeps/ieee754/dbl-64/s_fromfpx.c (FUNC): Define to __fromfpx.
3028         (fromfpx): Define as weak alias.
3029         [NO_LONG_DOUBLE] (__fromfpxl): New strong alias.
3030         * sysdeps/ieee754/dbl-64/s_getpayload.c (getpayload): Rename to
3031         __getpayload and define as weak alias.
3032         [NO_LONG_DOUBLE] (__getpayloadl): New strong alias.
3033         * sysdeps/ieee754/dbl-64/s_roundeven.c (roundeven): Rename to
3034         __roundeven and define as weak alias.
3035         [NO_LONG_DOUBLE] (__roundevenl): New strong alias.
3036         * sysdeps/ieee754/dbl-64/s_setpayload.c (FUNC): Define to
3037         __setpayload.
3038         (setpayload): Define as weak alias.
3039         [NO_LONG_DOUBLE] (__setpayloadl): New strong alias.
3040         * sysdeps/ieee754/dbl-64/s_setpayloadsig.c (FUNC): Define to
3041         __setpayloadsig.
3042         (setpayloadsig): Define as weak alias.
3043         [NO_LONG_DOUBLE] (__setpayloadsigl): New strong alias.
3044         * sysdeps/ieee754/dbl-64/s_totalorder.c (totalorder): Rename to
3045         __totalorder and define as weak alias.
3046         [NO_LONG_DOUBLE] (__totalorderl): New strong alias.
3047         * sysdeps/ieee754/dbl-64/s_totalordermag.c (totalordermag): Rename
3048         to __totalordermag and define as weak alias.
3049         [NO_LONG_DOUBLE] (__totalordermagl): New strong alias.
3050         * sysdeps/ieee754/dbl-64/s_ufromfp.c (FUNC): Define to __ufromfp.
3051         (ufromfp): Define as weak alias.
3052         [NO_LONG_DOUBLE] (__ufromfpl): New strong alias.
3053         * sysdeps/ieee754/dbl-64/s_ufromfpx.c (FUNC): Define to
3054         __ufromfpx.
3055         (ufromfpx): Define as weak alias.
3056         [NO_LONG_DOUBLE] (__ufromfpxl): New strong alias.
3057         * sysdeps/ieee754/dbl-64/wordsize-64/s_getpayload.c (getpayload):
3058         Rename to __getpayload and define as weak alias.
3059         [NO_LONG_DOUBLE] (__getpayloadl): New strong alias.
3060         * sysdeps/ieee754/dbl-64/wordsize-64/s_roundeven.c (roundeven):
3061         Rename to __roundeven and define as weak alias.
3062         [NO_LONG_DOUBLE] (__roundevenl): New strong alias.
3063         * sysdeps/ieee754/dbl-64/wordsize-64/s_totalorder.c (totalorder):
3064         Rename to __totalorder and define as weak alias.
3065         [NO_LONG_DOUBLE] (__totalorderl): New strong alias.
3066         * sysdeps/ieee754/dbl-64/wordsize-64/s_totalordermag.c
3067         (totalordermag): Rename to __totalordermag and define as weak
3068         alias.
3069         [NO_LONG_DOUBLE] (__totalordermagl): New strong alias.
3070         * sysdeps/ieee754/float128/float128_private.h (__getpayloadl): New
3071         macro.
3072         (__roundevenl): Likewise.
3073         (__totalorderl): Likewise.
3074         (__totalordermagl): Likewise
3075         * sysdeps/ieee754/float128/s_fromfpf128.c (FUNC): Define to
3076         __fromfpf128.
3077         (fromfpf128): Define as weak alias.
3078         * sysdeps/ieee754/float128/s_fromfpxf128.c (FUNC): Define to
3079         __fromfpxf128.
3080         (fromfpxf128): Define as weak alias.
3081         * sysdeps/ieee754/float128/s_setpayloadf128.c (FUNC): Define to
3082         __setpayloadf128.
3083         (setpayloadf128): Define as weak alias.
3084         * sysdeps/ieee754/float128/s_setpayloadsigf128.c (FUNC): Define to
3085         __setpayloadsigf128.
3086         (setpayloadsigf128): Define as weak alias.
3087         * sysdeps/ieee754/float128/s_ufromfpf128.c (FUNC): Define to
3088         __ufromfpf128.
3089         (ufromfpf128): Define as weak alias.
3090         * sysdeps/ieee754/float128/s_ufromfpxf128.c (FUNC): Define to
3091         __ufromfpxf128.
3092         (ufromfpxf128): Define as weak alias.
3093         * sysdeps/ieee754/flt-32/s_fromfpf.c (FUNC): Define to __fromfpf.
3094         (fromfpf): Define as weak alias.
3095         * sysdeps/ieee754/flt-32/s_fromfpxf.c (FUNC): Define to
3096         __fromfpxf.
3097         (fromfpxf): Define as weak alias.
3098         * sysdeps/ieee754/flt-32/s_getpayloadf.c (getpayloadf): Rename to
3099         __getpayloadf and define as weak alias.
3100         * sysdeps/ieee754/flt-32/s_roundevenf.c (roundevenf): Rename to
3101         __roundevenf and define as weak alias.
3102         * sysdeps/ieee754/flt-32/s_setpayloadf.c (FUNC): Define to
3103         __setpayloadf.
3104         (setpayloadf): Define as weak alias.
3105         * sysdeps/ieee754/flt-32/s_setpayloadsigf.c (FUNC): Define to
3106         __setpayloadsigf.
3107         (setpayloadsigf): Define as weak alias.
3108         * sysdeps/ieee754/flt-32/s_totalorderf.c (totalorderf): Rename to
3109         __totalorderf and define as weak alias.
3110         * sysdeps/ieee754/flt-32/s_totalordermagf.c (totalordermagf):
3111         Rename to __totalordermagf and define as weak alias.
3112         * sysdeps/ieee754/flt-32/s_ufromfpf.c (FUNC): Define to
3113         __ufromfpf.
3114         (ufromfpf): Define as weak alias.
3115         * sysdeps/ieee754/flt-32/s_ufromfpxf.c (FUNC): Define to
3116         __ufromfpxf.
3117         (ufromfpxf): Define as weak alias.
3118         * sysdeps/ieee754/ldbl-128/s_fromfpl.c (FUNC): Define to
3119         __fromfpl.
3120         (fromfpl): Define as weak alias.
3121         * sysdeps/ieee754/ldbl-128/s_fromfpxl.c (FUNC): Define to
3122         __fromfpxl.
3123         (fromfpxl): Define as weak alias.
3124         * sysdeps/ieee754/ldbl-128/s_getpayloadl.c (getpayloadl): Rename
3125         to __getpayloadl and define as weak alias.
3126         * sysdeps/ieee754/ldbl-128/s_roundevenl.c (roundevenl): Rename to
3127         __roundevenl and define as weak alias.
3128         * sysdeps/ieee754/ldbl-128/s_setpayloadl.c (FUNC): Define to
3129         __setpayloadl.
3130         (setpayloadl): Define as weak alias.
3131         * sysdeps/ieee754/ldbl-128/s_setpayloadsigl.c (FUNC): Define to
3132         __setpayloadsigl.
3133         (setpayloadsigl): Define as weak alias.
3134         * sysdeps/ieee754/ldbl-128/s_totalorderl.c (totalorderl): Rename
3135         to __totalorderl and define as weak alias.
3136         * sysdeps/ieee754/ldbl-128/s_totalordermagl.c (totalordermagl):
3137         Rename to __totalordermagl and define as weak alias.
3138         * sysdeps/ieee754/ldbl-128/s_ufromfpl.c (FUNC): Define to
3139         __ufromfpl.
3140         (ufromfpl): Define as weak alias.
3141         * sysdeps/ieee754/ldbl-128/s_ufromfpxl.c (FUNC): Define to
3142         __ufromfpxl.
3143         (ufromfpxl): Define as weak alias.
3144         * sysdeps/ieee754/ldbl-128ibm/s_fromfpl.c (FUNC): Define to
3145         __fromfpl.
3146         (fromfpl): Define as weak alias.
3147         * sysdeps/ieee754/ldbl-128ibm/s_fromfpxl.c (FUNC): Define to
3148         __fromfpxl.
3149         (fromfpxl): Define as weak alias.
3150         * sysdeps/ieee754/ldbl-128ibm/s_getpayloadl.c (getpayloadl):
3151         Rename to __getpayloadl and define as weak alias.
3152         * sysdeps/ieee754/ldbl-128ibm/s_roundevenl.c (roundevenl): Rename
3153         to __roundevenl and define as weak alias.  Call __roundeven
3154         instead of roundeven.
3155         * sysdeps/ieee754/ldbl-128ibm/s_setpayloadl.c (FUNC): Define to
3156         __setpayloadl.
3157         (setpayloadl): Define as weak alias.
3158         * sysdeps/ieee754/ldbl-128ibm/s_setpayloadsigl.c (FUNC): Define to
3159         __setpayloadsigl.
3160         (setpayloadsigl): Define as weak alias.
3161         * sysdeps/ieee754/ldbl-128ibm/s_totalorderl.c (totalorderl):
3162         Rename to __totalorderl and define as weak alias.
3163         * sysdeps/ieee754/ldbl-128ibm/s_totalordermagl.c (totalordermagl):
3164         Rename to __totalordermagl and define as weak alias.
3165         * sysdeps/ieee754/ldbl-128ibm/s_ufromfpl.c (FUNC): Define to
3166         __ufromfpl.
3167         (ufromfpl): Define as weak alias.
3168         * sysdeps/ieee754/ldbl-128ibm/s_ufromfpxl.c (FUNC): Define to
3169         __ufromfpxl.
3170         (ufromfpxl): Define as weak alias.
3171         * sysdeps/ieee754/ldbl-96/s_fromfpl.c (FUNC): Define to
3172         __fromfpl.
3173         (fromfpl): Define as weak alias.
3174         * sysdeps/ieee754/ldbl-96/s_fromfpxl.c (FUNC): Define to
3175         __fromfpxl.
3176         (fromfpxl): Define as weak alias.
3177         * sysdeps/ieee754/ldbl-96/s_getpayloadl.c (getpayloadl): Rename to
3178         __getpayloadl and define as weak alias.
3179         * sysdeps/ieee754/ldbl-96/s_roundevenl.c (roundevenl): Rename to
3180         __roundevenl and define as weak alias.
3181         * sysdeps/ieee754/ldbl-96/s_setpayloadl.c (FUNC): Define to
3182         __setpayloadl.
3183         (setpayloadl): Define as weak alias.
3184         * sysdeps/ieee754/ldbl-96/s_setpayloadsigl.c (FUNC): Define to
3185         __setpayloadsigl.
3186         (setpayloadsigl): Define as weak alias.
3187         * sysdeps/ieee754/ldbl-96/s_totalorderl.c (totalorderl): Rename to
3188         __totalorderl and define as weak alias.
3189         * sysdeps/ieee754/ldbl-96/s_totalordermagl.c (totalordermagl):
3190         Rename to __totalordermagl and define as weak alias.
3191         * sysdeps/ieee754/ldbl-96/s_ufromfpl.c (FUNC): Define to
3192         __ufromfpl.
3193         (ufromfpl): Define as weak alias.
3194         * sysdeps/ieee754/ldbl-96/s_ufromfpxl.c (FUNC): Define to
3195         __ufromfpxl.
3196         (ufromfpxl): Define as weak alias.
3198 2017-09-14  Siddhesh Poyarekar  <siddhesh@sourceware.org>
3200         * benchtests/bench-string.h (realloc_bufs): New function.
3201         (test_init): Call it.
3202         * benchtests/bench-memset-large.c (do_test): Likewise.
3203         * benchtests/bench-memset.c (do_test): Likewise.
3205         * benchtests/bench-memset-large.c: Print output in JSON
3206         format.
3207         * benchtests/bench-memset.c: Likewise.
3209 2017-09-14  Mike FABIAN  <mfabian@redhat.com>
3211         [BZ #21084]
3212         * benchtests/strcoll-inputs/filelist#en_US.UTF-8: Add IBM858 and ibm858.c.
3213         * iconvdata/Makefile: Add IBM858.
3214         * iconvdata/gconv-modules: Likewise.
3215         * iconvdata/tst-tables.sh: Likewise.
3216         * iconvdata/ibm858.c: New file.
3217         * localedata/charmaps/IBM858: Likewise.
3219 2017-09-14  Akhilesh Kumar  <akhilesh.k@samsung.com>
3221         [BZ #22023]
3222         * locales/niu_NZ (LC_TIME): copy "niu_NU".
3223         * locales/niu_NZ (LC_MESSAGES): copy "niu_NU".
3225 2017-09-14  Mike FABIAN  <mfabian@redhat.com>
3227         [BZ #22112]
3228         * localedata/locales/az_AZ(LC_TELEPHONE): Fix int_select
3229         and add tel_int_fmt.
3231 2017-09-14  Joseph Myers  <joseph@codesourcery.com>
3233         * sysdeps/generic/libm-alias-float128.h: New file.
3234         * sysdeps/generic/math-type-macros-float128.h: Include
3235         <libm-alias-float128.h>.
3236         [!declare_mgen_alias] (declare_mgen_alias): Define macro.
3238 2017-09-13  Joseph Myers  <joseph@codesourcery.com>
3240         * sysdeps/generic/libm-alias-ldouble.h: New file.
3241         * sysdeps/ieee754/ldbl-opt/libm-alias-ldouble.h: Likewise.
3242         * sysdeps/ieee754/ldbl-opt/math-type-macros-ldouble.h: Remove.
3243         * sysdeps/generic/math-type-macros-ldouble.h: Include
3244         <libm-alias-ldouble.h>.
3245         [!declare_mgen_alias] (declare_mgen_alias): Define to use
3246         libm_alias_ldouble.
3248 2017-09-13  Szabolcs Nagy  <szabolcs.nagy@arm.com>
3250         * sysdeps/ieee754/dbl-64/w_exp_compat.c: Move to...
3251         * math/w_exp_compat.c: ... here.
3252         * sysdeps/ieee754/flt-32/w_expf_compat.c: Move to...
3253         * math/w_expf_compat.c: ... here.
3254         * sysdeps/ieee754/ldbl-128/w_expl_compat.c: Move to...
3255         * math/w_expl_compat.c: ... here.
3256         * sysdeps/ieee754/ldbl-128ibm/w_expl_compat.c: Remove.
3257         * sysdeps/ieee754/ldbl-96/w_expl_compat.c: Remove.
3258         * sysdeps/ieee754/ldbl-opt/w_exp_compat.c: Use the new path.
3259         * sysdeps/ieee754/ldbl-opt/w_expl_compat.c: Likewise.
3261 2017-09-13  Joseph Myers  <joseph@codesourcery.com>
3263         * math/w_scalbln_template.c (strong_alias): Do not undefine and
3264         redefine.
3265         * sysdeps/ieee754/ldbl-opt/s_ldexp.c (declare_mgen_alias): Remove
3266         macro.
3267         (ldexpl): Only define as compat symbol for libc, not libm.
3268         (scalbnl): Define as compat symbol for libc here.
3269         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c (declare_mgen_alias): Only
3270         define for [IS_IN (libc)].
3271         (__ldexpl_2): Remove alias.
3272         (ldexpl): Only define with long_double_symbol if [IS_IN (libc)].
3273         (scalbnl): Likewise.  Use __wrap_scalbnl not __ldexpl_2 as base
3274         name in long_double_symbol call.
3275         * sysdeps/ieee754/ldbl-opt/s_log1p.c: Remove file.
3276         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
3277         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
3278         * sysdeps/ieee754/ldbl-opt/w_log1p.c: Likewise.
3279         * sysdeps/ieee754/ldbl-opt/w_scalbln.c (declare_mgen_alias):
3280         Remove macro.
3281         [IS_IN (libc) && LONG_DOUBLE_COMPAT (libc, GLIBC_2_1)] (scalblnl):
3282         Define as compat symbol.
3284 2017-09-13  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
3286         * sysdeps/unix/sysv/linux/s390/s390-32/oldglob.c: New file.
3287         * sysdeps/unix/sysv/linux/alpha/Makefile
3288         [$(subdir) = csu] (sysdep_routines): Remove rule.
3290 2017-09-13  Joseph Myers  <joseph@codesourcery.com>
3292         * sysdeps/generic/libm-alias-double.h: New file.
3293         * sysdeps/ieee754/ldbl-opt/libm-alias-double.h: Likewise.
3294         * sysdeps/generic/math-type-macros-double.h: Include
3295         <libm-alias-double.h>.
3296         [declare_mgen_alias] (declare_mgen_alias): Define to use
3297         libm_alias_double.
3298         * sysdeps/generic/math-type-macros.h [!M_LIBM_NEED_COMPAT]
3299         (M_LIBM_NEED_COMPAT): Remove macro.
3300         [!M_LIBM_NEED_COMPAT] (declare_mgen_libm_compat): Likewise.
3301         * sysdeps/ieee754/ldbl-opt/math-type-macros-double.h: Remove.
3302         * math/cabs_template.c [M_LIBM_NEED_COMPAT]: Remove conditional
3303         code.
3304         * math/carg_template.c [M_LIBM_NEED_COMPAT]: Likewise.
3305         * math/cimag_template.c [M_LIBM_NEED_COMPAT]: Likewise.
3306         * math/conj_template.c [M_LIBM_NEED_COMPAT]: Likewise.
3307         * math/creal_template.c [M_LIBM_NEED_COMPAT]: Likewise.
3308         * math/s_cacos_template.c [M_LIBM_NEED_COMPAT]: Likewise.
3309         * math/s_cacosh_template.c [M_LIBM_NEED_COMPAT]: Likewise.
3310         * math/s_casin_template.c [M_LIBM_NEED_COMPAT]: Likewise.
3311         * math/s_casinh_template.c [M_LIBM_NEED_COMPAT]: Likewise.
3312         * math/s_catan_template.c [M_LIBM_NEED_COMPAT]: Likewise.
3313         * math/s_catanh_template.c [M_LIBM_NEED_COMPAT]: Likewise.
3314         * math/s_ccos_template.c [M_LIBM_NEED_COMPAT]: Likewise.
3315         * math/s_ccosh_template.c [M_LIBM_NEED_COMPAT]: Likewise.
3316         * math/s_cexp_template.c [M_LIBM_NEED_COMPAT]: Likewise.
3317         * math/s_clog10_template.c [M_LIBM_NEED_COMPAT]: Likewise.
3318         * math/s_clog_template.c [M_LIBM_NEED_COMPAT]: Likewise.
3319         * math/s_cpow_template.c [M_LIBM_NEED_COMPAT]: Likewise.
3320         * math/s_cproj_template.c [M_LIBM_NEED_COMPAT]: Likewise.
3321         * math/s_csin_template.c [M_LIBM_NEED_COMPAT]: Likewise.
3322         * math/s_csinh_template.c [M_LIBM_NEED_COMPAT]: Likewise.
3323         * math/s_csqrt_template.c [M_LIBM_NEED_COMPAT]: Likewise.
3324         * math/s_ctan_template.c [M_LIBM_NEED_COMPAT]: Likewise.
3325         * math/s_ctanh_template.c [M_LIBM_NEED_COMPAT]: Likewise.
3326         * math/s_fdim_template.c [M_LIBM_NEED_COMPAT]: Likewise.
3327         * math/s_fmax_template.c [M_LIBM_NEED_COMPAT]: Likewise.
3328         * math/s_fmin_template.c [M_LIBM_NEED_COMPAT]: Likewise.
3329         * math/s_nan_template.c [M_LIBM_NEED_COMPAT]: Likewise.
3330         * math/w_ilogb_template.c [M_LIBM_NEED_COMPAT]: Likewise.
3331         * sysdeps/ieee754/ldbl-opt/s_clog10.c: New file.
3332         * sysdeps/ieee754/ldbl-opt/s_ldexp.c (M_LIBM_NEED_COMPAT): Remove
3333         macro.
3334         (declare_mgen_alias): New macro.
3335         * sysdeps/ieee754/ldbl-opt/w_log1p.c: New file.
3336         * sysdeps/ieee754/ldbl-opt/w_scalbln.c: Likewise.
3337         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.c
3338         (M_LIBM_NEED_COMPAT): Remove macro.
3339         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.c
3340         [HAVE_AS_VIS3_SUPPORT]: Include <math_ldbl_opt.h> and
3341         <first-versions.h>.
3342         [HAVE_AS_VIS3_SUPPORT && LONG_DOUBLE_COMPAT (libm,
3343         FIRST_VERSION_libm_fdiml)]: Define fdiml as compat symbol.
3345 2017-09-12  Joseph Myers  <joseph@codesourcery.com>
3347         * sysdeps/generic/math-type-macros.h [!declare_mgen_alias_2]
3348         (declare_mgen_alias_2): Remove.
3349         * sysdeps/generic/math-type-macros-double.h
3350         [NO_LONG_DOUBLE && !declare_mgen_alias_2] (declare_mgen_alias_2):
3351         Likewise.
3352         * math/s_ldexp_template.c (M_SUF (__wrap_scalbn)): Define strong
3353         alias.
3354         (ldexp): Define with declare_mgen_alias.
3355         (scalbn): Likewise.
3357 2017-09-12  Steve Ellcey  <sellcey@cavium.com>
3359         * grp/initgroups.c: Include config.h.
3360         (DEFAULT_CONFIG): New macro.
3361         (internal_getgrouplist): Use DEFAULT_CONFIG.
3362         * nscd/initgrcache.c (addinitgroupsX): Likewise.
3363         * nss/nsswitch.c (__nss_disable_nscd): Likewise.
3364         (DEFAULT_DEFCONFIG): New macro.
3365         (__nss_database_lookup): Use DEFAULT_DEFCONFIG.
3366         * nss/grp-lookup.c: Include config.h
3367         (DEFAULT_CONFIG): Set definition based on LINK_OBSOLETE_NSL.
3368         * nss/pwd-lookup.c (DEFAULT_CONFIG): Likewise.
3369         * nss/spwd-lookup.c (DEFAULT_CONFIG): Likewise.
3370         * manual/nss.texi: Update default values section.
3372 2017-09-12  H.J. Lu  <hongjiu.lu@intel.com>
3374         [BZ #21967]
3375         * sysdeps/x86/cpu-features.h (bit_arch_MathVec_Prefer_No_AVX512):
3376         New.
3377         (index_arch_MathVec_Prefer_No_AVX512): Likewise.
3378         * sysdeps/x86/cpu-tunables.c (TUNABLE_CALLBACK (set_hwcaps)):
3379         Handle MathVec_Prefer_No_AVX512.
3380         * sysdeps/x86_64/fpu/multiarch/ifunc-mathvec-avx512.h
3381         (IFUNC_SELECTOR): Return AVX2 version if MathVec_Prefer_No_AVX512
3382         is set.
3384 2017-09-12  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3386         * posix/sched_primax.c (__sched_get_priority_max): Add
3387         libc_hidden_def.
3388         * posix/sched_primin.c (__sched_get_priority_min): Likewise.
3389         * sysdeps/mach/hurd/mmap.c (__mmap): Likewise.
3390         * sysdeps/mach/hurd/mmap64.c (__mmap64): Likewise.
3391         * sysdeps/mach/hurd/mprotect.c (__mprotect): Likewise.
3392         * sysdeps/mach/hurd/munmap.c (__munmap): Likewise.
3393         * sysdeps/mach/hurd/dl-sysdep.c (__GI___getpid,
3394         __GI___strtoul_internal, __GI_____strtoul_internal, __GI___chk_fail,
3395         __GI___fortify_fail, __GI___assert_fail, __GI___assert_perror_fail):
3396         Add aliases.
3398 2017-09-11  Joseph Myers  <joseph@codesourcery.com>
3400         * sysdeps/generic/libm-alias-float.h: New file.
3401         * sysdeps/generic/math-type-macros-float.h: Include
3402         <libm-alias-float.h>.
3403         [!declare_mgen_alias] (declare_mgen_alias): Define macro.
3405 2017-09-11  H.J. Lu  <hongjiu.lu@intel.com>
3407         [BZ #22093]
3408         * sysdeps/x86/cpu-features.c (init_cpu_features): Initialize
3409         GLRO(dl_hwcap) to HWCAP_X86_64 for x86-64.
3410         * sysdeps/x86/dl-hwcap.h (HWCAP_COUNT): Updated.
3411         (HWCAP_IMPORTANT): Likewise.
3412         (HWCAP_X86_64): New enum.
3413         (HWCAP_X86_AVX512_1): Updated.
3414         * sysdeps/x86/dl-procinfo.c (_dl_x86_hwcap_flags): Add "x86_64".
3415         * sysdeps/x86_64/Makefile (tests): Add tst-x86_64-1.
3416         (modules-names): Add x86_64/tst-x86_64mod-1.
3417         (LDFLAGS-tst-x86_64mod-1.so): New.
3418         ($(objpfx)tst-x86_64-1): Likewise.
3419         ($(objpfx)x86_64/tst-x86_64mod-1.os): Likewise.
3420         (tst-x86_64-1-clean): Likewise.
3421         * sysdeps/x86_64/tst-x86_64-1.c: New file.
3422         * sysdeps/x86_64/tst-x86_64mod-1.c: Likewise.
3424 2017-09-11  Siddhesh Poyarekar  <siddhesh@sourceware.org>
3426         * po/sv.po: Update translations.
3427         * po/fr.po: Likewise.
3429 2017-09-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3431         * sunrpc/tst-udp-timeout.c (test_udp_server): Increase timeout to 2.5
3432         seconds.
3433         * sunrpc/tst-udp-nonblocking.c (do_test): Increase timeout to 0.75
3434         seconds.
3435         * elf/rtld-Rules: Fix $(error) use.
3437 2017-09-09  Mike FABIAN  <mfabian@redhat.com>
3439         [BZ #14925]
3440         * libio/tst-widetext.input: Change “Bengali” to “Bangla”.
3441         * locale/iso-639.def: Change “Bengali” to “Bangla”.
3442         * localedata/locales/bn_BD: “Bengali” was still used in some
3443         comments. Change it to “Bangla”.
3445 2017-09-08  Markus Trippelsdorf  <markus@trippelsdorf.de>
3447         * sysdeps/x86_64/fpu/libm-test-ulps: Update for AMD Ryzen.
3449 2017-09-08  Steve Ellcey  <sellcey@cavium.com>
3451         * manual/tunables.texi (glibc.tune.cpu): Add thunderx2t99 and
3452         thunderx2t99p1 to list of cpu names.
3453         * sysdeps/unix/sysv/linux/aarch64/cpu-features.c (cpu_list):
3454         Add thunderx2t99 and thunderx2t99p1 entries to cpu_list.
3456 2017-09-08  Steve Ellcey  <sellcey@cavium.com>
3458         * sysdeps/unix/sysv/linux/aarch64/cpu-features.c (get_midr_from_mcpu):
3459         Use strcmp instead of tunable_is_name.
3461 2017-09-08  Joseph Myers  <joseph@codesourcery.com>
3463         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
3464         (F_GET_RW_HINT): New macro.
3465         [__USE_GNU] (F_SET_RW_HINT): Likewise.
3466         [__USE_GNU] (F_GET_FILE_RW_HINT): Likewise.
3467         [__USE_GNU] (F_SET_FILE_RW_HINT): Likewise.
3468         [__USE_GNU] (RWF_WRITE_LIFE_NOT_SET): Likewise.
3469         [__USE_GNU] (RWH_WRITE_LIFE_NONE): Likewise.
3470         [__USE_GNU] (RWH_WRITE_LIFE_SHORT): Likewise.
3471         [__USE_GNU] (RWH_WRITE_LIFE_MEDIUM): Likewise.
3472         [__USE_GNU] (RWH_WRITE_LIFE_LONG): Likewise.
3473         [__USE_GNU] (RWH_WRITE_LIFE_EXTREME): Likewise.
3475         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
3476         (F_ADD_SEALS): New macro.
3477         [__USE_GNU] (F_GET_SEALS): Likewise.
3478         [__USE_GNU] (F_SEAL_SEAL): Likewise.
3479         [__USE_GNU] (F_SEAL_SHRINK): Likewise.
3480         [__USE_GNU] (F_SEAL_GROW): Likewise.
3481         [__USE_GNU] (F_SEAL_WRITE): Likewise.
3483 2017-09-08  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
3485         * posix/glob_internal.h (GLOBPAT_NONE, GLOBPAT_SPECIAL)
3486         (GLOBPAT_BACKSLASH, GLOBPAT_BRACKET): New constants.
3487         * posix/glob_internal.h (__glob_pattern_type):
3488         * posix/glob.c (glob):
3489         * posix/glob_pattern_p.c (__glob_pattern_p):
3490         Use them.
3492         * sysdeps/unix/sysv/linux/arm/glob64.c: Remove file.
3493         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
3494         * sysdeps/unix/sysv/linux/m68k/glob64.c: Likewise.
3495         * sysdeps/unix/sysv/linux/mips/mips64/n64/glob64.c: Likewise.
3496         * sysdeps/unix/sysv/linux/mips/mips64/n64/globfree64.c: Likewise.
3497         * sysdeps/unix/sysv/linux/powerpc/powerpc32/glob64.c: Likewise.
3498         * sysdeps/unix/sysv/linux/sparc/sparc32/glob64.c: Likewise.
3499         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Likewise.
3500         * sysdeps/unix/sysv/linux/wordsize-64/globfree64.c: Likewise.
3501         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
3502         * sysdeps/unix/sysv/linux/x86_64/x32/globfree.c: Likewise.
3503         * sysdeps/wordsize-64/glob.c: Likewise.
3504         * sysdeps/wordsize-64/glob64.c: Likewise.
3505         * sysdeps/wordsize-64/globfree.c: Likewise.
3506         * sysdeps/wordsize-64/globfree64.c: Likewise.
3507         * sysdeps/unix/sysv/linux/glob.c: New file.
3508         * sysdeps/unix/sysv/linux/glob64.c: Likewise.
3509         * sysdeps/unix/sysv/linux/globfree.c: Likewise.
3510         * sysdeps/unix/sysv/linux/globfree64.c: Likewise.
3511         * sysdeps/unix/sysv/linux/s390/s390-32/glob64.c: Likewise.
3512         * sysdeps/unix/sysv/linux/oldglob.c [SHLIB_COMPAT]: Also
3513         adds !GLOB_NO_OLD_VERSION as an extra condition.
3514         * sysdeps/unix/sysv/linux/i386/alphasort64.c: Include olddirent.h
3515         using relative path instead of absolute one.
3516         * sysdeps/unix/sysv/linux/i386/getdents64.c: Likewise.
3517         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
3518         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
3519         * sysdeps/unix/sysv/linux/i386/versionsort64.c: Likewise.
3520         * sysdeps/unix/sysv/linux/i386/olddirent.h: Move to ...
3521         * sysdeps/unix/sysv/linux//olddirent.h: ... here.
3523         [BZ #1062]
3524         * posix/glob.c (GET_LOGIN_NAME_MAX): Remove.
3525         (glob): Use the same scratch buffer for both getlogin_r and
3526         getpwnam_r.  Don’t require preallocation of the login name.  This
3527         simplifies storage allocation, and corrects the handling of
3528         long login names.
3530         [BZ #1062]
3531         * posix/glob.c (glob): Port recent patches to platforms
3532         lacking getpwnam_r.
3533         (glob): Fix longstanding misuse of errno after getpwnam_r, which
3534         returns an error number rather than setting errno.
3536         * include/scratch_buffer.h (scratch_buffer): Use a C99 align method
3537         instead of GCC extension.
3538         * malloc/scratch_buffer_grow.c [!_LIBC]: Include libc-config.h.
3539         * malloc/scratch_buffer_grow_preserve.c [!_LIBC]: Likewise.
3540         * malloc/scratch_buffer_set_array_size.c [!_LIBC]: Likewise.
3542         [BZ #866]
3543         [BZ #1062]
3544         * posix/Makefile (tests): Remove bug-glob1 and tst-glob_symlinks.
3545         * posix/bug-glob1.c: Remove file.
3546         * posix/tst-glob_symlinks.c: New file.
3547         * posix/glob.c (__lstat64): New macro.
3548         (is_dir): New function.
3549         (glob, glob_in_dir): Match symlinks even if they are dangling.
3550         (link_stat, link_exists_p): Remove.  All uses removed.
3552         [BZ #1062]
3553         [BZ #19971]
3554         * posix/glob.c (struct readdir_result): Remove skip_entry member.
3555         (readdir_result_skip_entry, D_INO_TO_RESULT): Remove.
3556         All uses removed.
3558         [BZ #1062]
3559         * posix/Makefile (routines): Add globfree, globfree64, and
3560         glob_pattern_p.
3561         * posix/flexmember.h: New file.
3562         * posix/glob_internal.h: Likewise.
3563         * posix/glob_pattern_p.c: Likewise.
3564         * posix/globfree.c: Likewise.
3565         * posix/globfree64.c: Likewise.
3566         * sysdeps/gnu/globfree64.c: Likewise.
3567         * sysdeps/unix/sysv/linux/alpha/globfree.c: Likewise.
3568         * sysdeps/unix/sysv/linux/mips/mips64/n64/globfree64.c: Likewise.
3569         * sysdeps/unix/sysv/linux/oldglob.c: Likewise.
3570         * sysdeps/unix/sysv/linux/wordsize-64/globfree64.c: Likewise.
3571         * sysdeps/unix/sysv/linux/x86_64/x32/globfree.c: Likewise.
3572         * sysdeps/wordsize-64/globfree.c: Likewise.
3573         * sysdeps/wordsize-64/globfree64.c: Likewise.
3574         * posix/glob.c (HAVE_CONFIG_H): Use !_LIBC instead.
3575         [NDEBUG): Remove comments.
3576         (GLOB_ONLY_P, _AMIGA, VMS): Remove define.
3577         (dirent_type): New type.  Use uint_fast8_t not
3578         uint8_t, as C99 does not require uint8_t.
3579         (DT_UNKNOWN, DT_DIR, DT_LNK): New macros.
3580         (struct readdir_result): Use dirent_type.  Do not define skip_entry
3581         unless it is needed; this saves a byte on platforms lacking d_ino.
3582         (readdir_result_type, readdir_result_skip_entry):
3583         New functions, replacing ...
3584         (readdir_result_might_be_symlink, readdir_result_might_be_dir):
3585          these functions, which were removed.  This makes the callers
3586         easier to read.  All callers changed.
3587         (D_INO_TO_RESULT): Now empty if there is no d_ino.
3588         (size_add_wrapv, glob_use_alloca): New static functions.
3589         (glob, glob_in_dir): Check for size_t overflow in several places,
3590         and fix some size_t checks that were not quite right.
3591         Remove old code using SHELL since Bash no longer
3592         uses this.
3593         (glob, prefix_array): Separate MS code better.
3594         (glob_in_dir): Remove old Amiga and VMS code.
3595         (globfree, __glob_pattern_type, __glob_pattern_p): Move to
3596         separate files.
3597         (glob_in_dir): Do not rely on undefined behavior in accessing
3598         struct members beyond their bounds.  Use a flexible array member
3599         instead
3600         (link_stat): Rename from link_exists2_p and return -1/0 instead of
3601         0/1.  Caller changed.
3602         (glob): Fix memory leaks.
3603         * posix/glob64 (globfree64): Move to separate file.
3604         * sysdeps/gnu/glob64.c (NO_GLOB_PATTERN_P): Remove define.
3605         (globfree64): Remove hidden alias.
3606         * sysdeps/unix/sysv/linux/Makefile (sysdeps_routines): Add
3607         oldglob.
3608         * sysdeps/unix/sysv/linux/alpha/glob.c (__new_globfree): Move to
3609         separate file.
3610         * sysdeps/unix/sysv/linux/i386/glob64.c (NO_GLOB_PATTERN_P): Remove
3611         define.
3612         Move compat code to separate file.
3613         * sysdeps/wordsize-64/glob.c (globfree): Move definitions to
3614         separate file.
3616 2017-09-07  H.J. Lu  <hongjiu.lu@intel.com>
3618         * resolv/tst-resolv-qtypes.c (domain): Changed to
3619         "const char domain[] =".
3621 2017-09-07  Joseph Myers  <joseph@codesourcery.com>
3623         * scripts/build-many-glibcs.py (Context.checkout): Default MPFR
3624         version to 3.1.6.
3626         * sysdeps/gnu/netinet/tcp.h (TCP_ULP): New macro.
3627         (TCP_MD5SIG_EXT): Likewise.
3628         (TCP_MD5SIG_FLAG_PREFIX): Likewise.
3629         (struct tcp_md5sig): Replace __tcpm_pad1 by tcpm_flags and
3630         tcpm_prefixlen.  Rename __tcpm_pad2 to __tcpm_pad.
3632         * sysdeps/unix/sysv/linux/bits/socket.h (SOL_TLS): New macro.
3634 2017-09-07  Mike FABIAN  <mfabian@redhat.com>
3636         * localedata/locales/om_ET (LC_TIME): use ASCII for better readability.
3638 2017-09-07  Akhilesh Kumar  <akhilesh.k@samsung.com>
3640         [BZ #22100]
3641         * localedata/locales/om_KE (LC_TIME): copy "om_ET".
3643 2017-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3645         * hurd/get-host.c (_hurd_get_host_config): Also check that more == 0
3646         before assuming that the file is empty.  Avoid testing buffer content
3647         when nread == 0.
3649 2017-09-06  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
3651         [BZ #18858]
3652         * sysdeps/i386/i686/multiarch/strncpy.c (_HAVE_STRING_ARCH_strncpy):
3653         Remove define.
3654         * sysdeps/x86_64/multiarch/stpcpy.c (_HAVE_STRING_ARCH_stpcpy):
3655         Likewise.
3656         * sysdeps/x86_64/multiarch/strcspn.c (_HAVE_STRING_ARCH_strcspn):
3657         Likewise.
3658         * sysdeps/x86_64/multiarch/strncat.c (_HAVE_STRING_ARCH_strncat):
3659         Likewise.
3660         * sysdeps/x86_64/multiarch/strncpy.c (_HAVE_STRING_ARCH_strncpy):
3661         Likewise.
3662         * sysdeps/x86_64/multiarch/strpbrk.c (_HAVE_STRING_ARCH_strpbrk):
3663         Likewise.
3664         * sysdeps/x86_64/multiarch/strspn.c (_HAVE_STRING_ARCH_strspn):
3665         Likewise.
3667 2017-09-06  Florian Weimer  <fweimer@redhat.com>
3669         * malloc/dynarray_emplace_enlarge.c
3670         (__libc_dynarray_emplace_enlarge): Add missing else.
3672 2017-09-06  Florian Weimer  <fweimer@redhat.com>
3674         [BZ #22096]
3675         * resolv/resolv_conf.c (__resolv_conf_attach): Do not free conf in
3676         case of failure to obtain the global conf object.
3678 2017-09-06  Florian Weimer  <fweimer@redhat.com>
3680         [BZ #22095]
3681         * resolv/res_init.c (res_vinit_1): Avoid memory leak in case of
3682         dynarray allocation failure.
3684 2017-09-06  Florian Weimer  <fweimer@redhat.com>
3686         Remove dead PTR IPv4-to-IPv6 mapping code from nss_dns.
3687         * resolv/nss_dns/dns-host.c (getanswer_r): Remove dead code.
3688         * resolv/tst-res_use_inet6.c (response_ptr_v4, response_ptr_v6):
3689         New functions.
3690         (response): Call them.  Add 'p', '6' flag processing.
3691         (test_reverse): New function.
3692         (test_get2_any): Call it.
3693         (test_no_inet6): Add 'p' test.
3694         (test_inet6): Likewise.
3696 2017-09-06  Florian Weimer  <fweimer@redhat.com>
3698         Enhance tst-res_use_inet6 to test IPv4-to-IPv6 address mapping.
3699         * resolv/tst-res_use_inet6.c (response): Process flags embedded in
3700         the QNAME.
3701         (test_gai): Adjust query names.  Add additional tests.
3702         (test_get2_any, test_get2_no_inet6, test_get2_inet6): Split from
3703         test_get2.  Adjust query names.  Add additional tests.
3704         (test_no_inet6): New function, extracted from threadfunc.
3705         (threadfunc): Call test_get2_any, test_get2_inet6, test_no_inet6.
3706         Add additional tests.
3708 2017-09-06  Mike FABIAN  <mfabian@redhat.com>
3710         [BZ #22070]
3711         * localedata/unicode-gen/utf8_gen.py: Set the width for
3712         characters with Prepended_Concatenation_Mark property to 1
3713         * localedata/charmaps/UTF-8: Updated using the improved script.
3715 2017-09-06  Mike FABIAN  <mfabian@redhat.com>
3717         [BZ #21750]
3718         * localedata/unicode-gen/utf8_gen.py: Improve the script to
3719         use the range notation for all ranges of neighbouring characters
3720         with the same width.
3722 2017-09-05  Joseph Myers  <joseph@codesourcery.com>
3724         * sysdeps/generic/math-type-macros-double.h: Include
3725         <math-svid-compat.h>.
3726         (__USE_WRAPPER_TEMPLATE): Define to !LIBM_SVID_COMPAT.
3727         * sysdeps/generic/math-type-macros-float.h: Include
3728         <math-svid-compat.h>.
3729         (__USE_WRAPPER_TEMPLATE): Define to !LIBM_SVID_COMPAT.
3730         * sysdeps/generic/math-type-macros-ldouble.h: Include
3731         <math-svid-compat.h>.
3732         (__USE_WRAPPER_TEMPLATE): Define to !LIBM_SVID_COMPAT.
3733         * math/lgamma-compat.h (BUILD_LGAMMA): Include LIBM_SVID_COMPAT
3734         condition.
3735         * math/w_acos_compat.c: Condition contents on [LIBM_SVID_COMPAT].
3736         * math/w_acosf_compat.c: Likewise.
3737         * math/w_acosh_compat.c: Likewise.
3738         * math/w_acoshf_compat.c: Likewise.
3739         * math/w_acoshl_compat.c: Likewise.
3740         * math/w_acosl_compat.c: Likewise.
3741         * math/w_asin_compat.c: Likewise.
3742         * math/w_asinf_compat.c: Likewise.
3743         * math/w_asinl_compat.c: Likewise.
3744         * math/w_atan2_compat.c: Likewise.
3745         * math/w_atan2f_compat.c: Likewise.
3746         * math/w_atan2l_compat.c: Likewise.
3747         * math/w_atanh_compat.c: Likewise.
3748         * math/w_atanhf_compat.c: Likewise.
3749         * math/w_atanhl_compat.c: Likewise.
3750         * math/w_cosh_compat.c: Likewise.
3751         * math/w_coshf_compat.c: Likewise.
3752         * math/w_coshl_compat.c: Likewise.
3753         * math/w_exp10_compat.c: Likewise.
3754         * math/w_exp10f_compat.c: Likewise.
3755         * math/w_exp10l_compat.c: Likewise.
3756         * math/w_exp2_compat.c: Likewise.
3757         * math/w_exp2f_compat.c: Likewise.
3758         * math/w_exp2l_compat.c: Likewise.
3759         * math/w_fmod_compat.c: Likewise.
3760         * math/w_fmodf_compat.c: Likewise.
3761         * math/w_fmodl_compat.c: Likewise.
3762         * math/w_hypot_compat.c: Likewise.
3763         * math/w_hypotf_compat.c: Likewise.
3764         * math/w_hypotl_compat.c: Likewise.
3765         * math/w_j0_compat.c: Likewise.
3766         * math/w_j0f_compat.c: Likewise.
3767         * math/w_j0l_compat.c: Likewise.
3768         * math/w_j1_compat.c: Likewise.
3769         * math/w_j1f_compat.c: Likewise.
3770         * math/w_j1l_compat.c: Likewise.
3771         * math/w_jn_compat.c: Likewise.
3772         * math/w_jnf_compat.c: Likewise.
3773         * math/w_jnl_compat.c: Likewise.
3774         * math/w_lgamma_r_compat.c: Likewise.
3775         * math/w_lgammaf_r_compat.c: Likewise.
3776         * math/w_lgammal_r_compat.c: Likewise.
3777         * math/w_log10_compat.c: Likewise.
3778         * math/w_log10f_compat.c: Likewise.
3779         * math/w_log10l_compat.c: Likewise.
3780         * math/w_log2_compat.c: Likewise.
3781         * math/w_log2f_compat.c: Likewise.
3782         * math/w_log2l_compat.c: Likewise.
3783         * math/w_log_compat.c: Likewise.
3784         * math/w_logf_compat.c: Likewise.
3785         * math/w_logl_compat.c: Likewise.
3786         * math/w_pow_compat.c: Likewise.
3787         * math/w_powf_compat.c: Likewise.
3788         * math/w_powl_compat.c: Likewise.
3789         * math/w_remainder_compat.c: Likewise.
3790         * math/w_remainderf_compat.c: Likewise.
3791         * math/w_remainderl_compat.c: Likewise.
3792         * math/w_sinh_compat.c: Likewise.
3793         * math/w_sinhf_compat.c: Likewise.
3794         * math/w_sinhl_compat.c: Likewise.
3795         * math/w_sqrt_compat.c: Likewise.
3796         * math/w_sqrtf_compat.c: Likewise.
3797         * math/w_sqrtl_compat.c: Likewise.
3798         * math/w_tgamma_compat.c: Likewise.
3799         * math/w_tgammaf_compat.c: Likewise.
3800         * math/w_tgammal_compat.c: Likewise.
3801         * math/w_scalb_compat.c (sysv_scalb): Condition definition on
3802         [LIBM_SVID_COMPAT].
3803         (__scalb): Condition call to sysv_scalb on [LIBM_SVID_COMPAT].
3804         * math/w_scalbf_compat.c (sysv_scalbf): Condition definition on
3805         [LIBM_SVID_COMPAT].
3806         (__scalbf): Condition call to sysv_scalbf on [LIBM_SVID_COMPAT].
3807         * math/w_scalbl_compat.c (sysv_scalbl): Condition definition on
3808         [LIBM_SVID_COMPAT].
3809         (__scalbl): Condition call to sysv_scalbl on [LIBM_SVID_COMPAT].
3810         * sysdeps/i386/fpu/w_sqrt.c: New file.
3811         * sysdeps/ia64/fpu/w_acos.c: Likewise.
3812         * sysdeps/ia64/fpu/w_acosf.c: Likewise.
3813         * sysdeps/ia64/fpu/w_acosh.c: Likewise.
3814         * sysdeps/ia64/fpu/w_acoshf.c: Likewise.
3815         * sysdeps/ia64/fpu/w_acoshl.c: Likewise.
3816         * sysdeps/ia64/fpu/w_acosl.c: Likewise.
3817         * sysdeps/ia64/fpu/w_asin.c: Likewise.
3818         * sysdeps/ia64/fpu/w_asinf.c: Likewise.
3819         * sysdeps/ia64/fpu/w_asinl.c: Likewise.
3820         * sysdeps/ia64/fpu/w_atan2.c: Likewise.
3821         * sysdeps/ia64/fpu/w_atan2f.c: Likewise.
3822         * sysdeps/ia64/fpu/w_atan2l.c: Likewise.
3823         * sysdeps/ia64/fpu/w_atanh.c: Likewise.
3824         * sysdeps/ia64/fpu/w_atanhf.c: Likewise.
3825         * sysdeps/ia64/fpu/w_atanhl.c: Likewise.
3826         * sysdeps/ia64/fpu/w_cosh.c: Likewise.
3827         * sysdeps/ia64/fpu/w_coshf.c: Likewise.
3828         * sysdeps/ia64/fpu/w_coshl.c: Likewise.
3829         * sysdeps/ia64/fpu/w_exp.c: Likewise.
3830         * sysdeps/ia64/fpu/w_exp10.c: Likewise.
3831         * sysdeps/ia64/fpu/w_exp10f.c: Likewise.
3832         * sysdeps/ia64/fpu/w_exp10l.c: Likewise.
3833         * sysdeps/ia64/fpu/w_exp2.c: Likewise.
3834         * sysdeps/ia64/fpu/w_exp2f.c: Likewise.
3835         * sysdeps/ia64/fpu/w_exp2l.c: Likewise.
3836         * sysdeps/ia64/fpu/w_expf.c: Likewise.
3837         * sysdeps/ia64/fpu/w_expl.c: Likewise.
3838         * sysdeps/ia64/fpu/w_fmod.c: Likewise.
3839         * sysdeps/ia64/fpu/w_fmodf.c: Likewise.
3840         * sysdeps/ia64/fpu/w_fmodl.c: Likewise.
3841         * sysdeps/ia64/fpu/w_hypot.c: Likewise.
3842         * sysdeps/ia64/fpu/w_hypotf.c: Likewise.
3843         * sysdeps/ia64/fpu/w_hypotl.c: Likewise.
3844         * sysdeps/ia64/fpu/w_lgamma_r.c: Likewise.
3845         * sysdeps/ia64/fpu/w_lgammaf_r.c: Likewise.
3846         * sysdeps/ia64/fpu/w_lgammal_r.c: Likewise.
3847         * sysdeps/ia64/fpu/w_log.c: Likewise.
3848         * sysdeps/ia64/fpu/w_log10.c: Likewise.
3849         * sysdeps/ia64/fpu/w_log10f.c: Likewise.
3850         * sysdeps/ia64/fpu/w_log10l.c: Likewise.
3851         * sysdeps/ia64/fpu/w_log2.c: Likewise.
3852         * sysdeps/ia64/fpu/w_log2f.c: Likewise.
3853         * sysdeps/ia64/fpu/w_log2l.c: Likewise.
3854         * sysdeps/ia64/fpu/w_logf.c: Likewise.
3855         * sysdeps/ia64/fpu/w_logl.c: Likewise.
3856         * sysdeps/ia64/fpu/w_pow.c: Likewise.
3857         * sysdeps/ia64/fpu/w_powf.c: Likewise.
3858         * sysdeps/ia64/fpu/w_powl.c: Likewise.
3859         * sysdeps/ia64/fpu/w_remainder.c: Likewise.
3860         * sysdeps/ia64/fpu/w_remainderf.c: Likewise.
3861         * sysdeps/ia64/fpu/w_remainderl.c: Likewise.
3862         * sysdeps/ia64/fpu/w_sinh.c: Likewise.
3863         * sysdeps/ia64/fpu/w_sinhf.c: Likewise.
3864         * sysdeps/ia64/fpu/w_sinhl.c: Likewise.
3865         * sysdeps/ia64/fpu/w_sqrt.c: Likewise.
3866         * sysdeps/ia64/fpu/w_sqrtf.c: Likewise.
3867         * sysdeps/ia64/fpu/w_sqrtl.c: Likewise.
3868         * sysdeps/ia64/fpu/w_tgamma.c: Likewise.
3869         * sysdeps/ia64/fpu/w_tgammaf.c: Likewise.
3870         * sysdeps/ia64/fpu/w_tgammal.c: Likewise.
3871         * sysdeps/ieee754/dbl-64/w_exp_compat.c: Condition contents on
3872         [LIBM_SVID_COMPAT].
3873         * sysdeps/ieee754/flt-32/w_expf_compat.c: Likewise.
3874         * sysdeps/ieee754/k_standard.c: Likewise.
3875         * sysdeps/ieee754/k_standardf.c: Likewise.
3876         * sysdeps/ieee754/k_standardl.c: Likewise.
3877         * sysdeps/ieee754/ldbl-128/w_expl_compat.c: Likewise.
3878         * sysdeps/ieee754/ldbl-128ibm/w_expl_compat.c: Likewise.
3879         * sysdeps/ieee754/ldbl-96/w_expl_compat.c: Likewise.
3880         * sysdeps/ieee754/ldbl-64-128/w_expl_compat.c: Condition
3881         long_double_symbol call on [LIBM_SVID_COMPAT].
3882         * sysdeps/ieee754/ldbl-opt/w_acoshl_compat.c: Likewise.
3883         * sysdeps/ieee754/ldbl-opt/w_acosl_compat.c: Likewise.
3884         * sysdeps/ieee754/ldbl-opt/w_asinl_compat.c: Likewise.
3885         * sysdeps/ieee754/ldbl-opt/w_atan2l_compat.c: Likewise.
3886         * sysdeps/ieee754/ldbl-opt/w_atanhl_compat.c: Likewise.
3887         * sysdeps/ieee754/ldbl-opt/w_coshl_compat.c: Likewise.
3888         * sysdeps/ieee754/ldbl-opt/w_fmodl_compat.c: Likewise.
3889         * sysdeps/ieee754/ldbl-opt/w_hypotl_compat.c: Likewise.
3890         * sysdeps/ieee754/ldbl-opt/w_j0l_compat.c: Likewise.
3891         * sysdeps/ieee754/ldbl-opt/w_j1l_compat.c: Likewise.
3892         * sysdeps/ieee754/ldbl-opt/w_jnl_compat.c: Likewise.
3893         * sysdeps/ieee754/ldbl-opt/w_lgammal_r_compat.c: Likewise.
3894         * sysdeps/ieee754/ldbl-opt/w_log10l_compat.c: Likewise.
3895         * sysdeps/ieee754/ldbl-opt/w_log2l_compat.c: Likewise.
3896         * sysdeps/ieee754/ldbl-opt/w_logl_compat.c: Likewise.
3897         * sysdeps/ieee754/ldbl-opt/w_powl_compat.c: Likewise.
3898         * sysdeps/ieee754/ldbl-opt/w_remainderl_compat.c: Likewise.
3899         * sysdeps/ieee754/ldbl-opt/w_sinhl_compat.c: Likewise.
3900         * sysdeps/ieee754/ldbl-opt/w_sqrtl_compat.c: Likewise.
3901         * sysdeps/ieee754/ldbl-opt/w_tgammal_compat.c: Likewise.
3902         * sysdeps/ieee754/ldbl-opt/w_exp10l_compat.c: Condition
3903         long_double_symbol and compat_symbol calls on [LIBM_SVID_COMPAT].
3905 2017-09-05  Steve Ellcey  <sellcey@cavium.com>
3907         * include/shlib-compat.h (TEST_COMPAT): New Macro.
3908         * malloc/tst-mallocstate.c: Convert from test-skeleton
3909         to test-driver.  Ifdef code using TEST_COMPAT macro.
3910         * math/test-matherr-2.c: Ifdef test using TEST_COMPAT macro.
3911         * math/test-matherr.c: Likewise.
3913 2017-09-05  Joseph Myers  <joseph@codesourcery.com>
3915         [BZ #22086]
3916         * debug/pcprofiledump.c (main): Use byte-swapped mask when
3917         comparing word with byte-swapped constant.
3919 2017-09-05  Chris Leonard  <cjlhomeaddress@gmail.com>
3921         [BZ #20498]
3922         * locale/iso-639.def: add Miskito.
3923         * localedata/SUPPORTED: Add miq_NI/UTF-8.
3924         * localedata/locales/miq_NI: New file.
3926 2017-09-04  H.J. Lu  <hongjiu.lu@intel.com>
3928         [BZ #18822]
3929         * include/sys/stat.h (__chmod): Add libc_hidden_proto.
3930         (__mkdir): Likewise.
3931         * io/chmod.c (__chmod): Add libc_hidden_def.
3932         * io/mkdir.c (__mkdir): Likewise.
3933         * sysdeps/mach/hurd/chmod.c (__chmod): Likewise.
3934         * sysdeps/mach/hurd/mkdir.c (__mkdir): Likewise.
3935         * sysdeps/unix/sysv/linux/generic/chmod.c (__chmod): Likewise.
3936         * sysdeps/unix/sysv/linux/generic/mkdir.c (__mkdir): Likewise.
3938 2017-09-04  Joseph Myers  <joseph@codesourcery.com>
3940         * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
3941         version to 4.13.
3943         [BZ #22082]
3944         * math/bits/math-finite.h (exp10): Redirect if [__GLIBC_USE
3945         (IEC_60559_FUNCS_EXT)], not [__USE_GNU].
3947 2017-09-04  Florian Weimer  <fweimer@redhat.com>
3949         * math/math.h: Issue warning if log is defined.
3951 2017-09-04  Joseph Myers  <joseph@codesourcery.com>
3953         * scripts/build-many-glibcs.py (Context.checkout): Default Linux
3954         kernel version to 4.13.
3956 2017-09-03  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3958         * sysdeps/generic/sigsetops.h: Remove spurious #endif.
3959         (__sigismember, __sigaddset, __sigdelset): Fix referencing set
3960         parameter.
3961         * sysdeps/mach/hurd/bits/socket.h: Include <sys/types.h> instead of
3962         just <bits/types.h>.
3963         * sysdeps/posix/preadv2.c: Use off_t instead of OFF_T.
3964         * sysdeps/posix/preadv64v2.c: Use off64_t instead of OFF_T.
3965         * sysdeps/posix/pwritev2.c: Use off_t instead of OFF_T.
3966         * sysdeps/posix/pwritev64v2.c: Use off64_t instead of OFF_T.
3967         * misc/preadv2.c: Include <errno.h>.
3968         * misc/preadv64v2.c: Include <errno.h>.
3969         * misc/pwritev2.c: Include <errno.h>.
3970         * misc/pwritev64v2.c: Include <errno.h>.
3971         * sysdeps/posix/preadv2.c: Include <errno.h>.
3972         * sysdeps/posix/preadv64v2.c: Include <errno.h>.
3973         Fix <unistd.h> inclusion.
3974         * sysdeps/posix/pwritev2.c: Include <errno.h>.
3975         * sysdeps/posix/pwritev64v2.c: Include <errno.h>.
3976         * sysdeps/mach/hurd/dl-sysdep.c (__access_noerrno, __sbrk,
3977         __strtoul_internal): New functions.
3978         * sysdeps/posix/pause.c: Include <sigsetops.h>.
3979         * sysdeps/posix/system.c: Include <sigsetops.h>.
3980         * sysdeps/mach/hurd/i386/Makefile
3981         [$(subdir) = csu] (sysdep_routines): New rule: divdi3 object.
3982         [$(subdir) = csu] (sysdep-only-routines): Likewise.
3983         [$(subdir) = csu] (CFLAGS-divdi3.c): Likewise.
3984         * sysdeps/x86/fpu/include/bits/fenv.h [NO_HIDDEN]: Redirect
3985         __feraiseexcept_renamed to feraiseexcept instead of
3986         __GI_feraiseexcept.
3987         * sysdeps/mach/hurd/i386/Implies: Add mach/hurd/x86.
3988         * sysdeps/mach/hurd/x86/dl-sysdep.c: New file.
3989         * misc/tst-preadvwritev2-common.c (RWF_HIPRI, RWF_DSYNC, RWF_SYNC,
3990         RWF_NOWAIT): Define to 0 if undefined already.
3991         (do_test_with_invalid_flags): Set invalid_flag to 2 if RWF_SUPPORTED
3992         boils down to 0.
3993         * resolv/tst-resolv-res_init-skeleton.c (run_res_init)
3994         [!CLONE_NEWUTS]: Fail as unsupported if hostname is not NULL.
3996 2017-09-01  Joseph Myers  <joseph@codesourcery.com>
3998         * manual/math.texi (pow10): Do not document.
3999         (pow10f): Likewise.
4000         (pow10l): Likewise.
4001         * math/bits/mathcalls.h [__USE_GNU] (pow10): Do not declare.
4002         * math/bits/math-finite.h [__USE_GNU] (pow10): Likewise.
4003         * math/libm-test-exp10.inc (pow10_test): Remove.
4004         (do_test): Do not call pow10.
4005         * math/w_exp10_compat.c (pow10): Make into compat symbol.
4006         [NO_LONG_DOUBLE] (pow10l): Likewise.
4007         * math/w_exp10f_compat.c (pow10f): Likewise.
4008         * math/w_exp10l_compat.c (pow10l): Likewise.
4009         * sysdeps/ia64/fpu/e_exp10.S: Include <shlib-compat.h>.
4010         (pow10): Make into compat symbol.
4011         * sysdeps/ia64/fpu/e_exp10f.S: Include <shlib-compat.h>.
4012         (pow10f): Make into compat symbol.
4013         * sysdeps/ia64/fpu/e_exp10l.S: Include <shlib-compat.h>.
4014         (pow10l): Make into compat symbol.
4015         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Remove
4016         pow10.
4017         (CFLAGS-nldbl-pow10.c): Remove variable..
4018         * sysdeps/ieee754/ldbl-opt/nldbl-pow10.c: Remove file.
4019         * sysdeps/ieee754/ldbl-opt/w_exp10_compat.c (pow10l): Condition on
4020         [SHLIB_COMPAT (libm, GLIBC_2_1, GLIBC_2_27)].
4021         * sysdeps/ieee754/ldbl-opt/w_exp10l_compat.c (compat_symbol):
4022         Undefine and redefine.
4023         (pow10l): Make into compat symbol.
4024         * sysdeps/aarch64/libm-test-ulps: Remove pow10 ulps.
4025         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
4026         * sysdeps/arm/libm-test-ulps: Likewise.
4027         * sysdeps/hppa/fpu/libm-test-ulps: Likewise.
4028         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
4029         * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
4030         * sysdeps/microblaze/libm-test-ulps: Likewise.
4031         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
4032         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
4033         * sysdeps/nios2/libm-test-ulps: Likewise.
4034         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
4035         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
4036         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
4037         * sysdeps/sh/libm-test-ulps: Likewise.
4038         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
4039         * sysdeps/tile/libm-test-ulps: Likewise.
4040         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4042 2017-09-01  Paul Pluzhnikov  <ppluzhnikov@google.com>
4044         * stdlib/tst-atexit-common.c (crumbs): Ensure correct size.
4046 2017-09-01  H.J. Lu  <hongjiu.lu@intel.com>
4048         * posix/tst-regex.c (do_test): Replace "../ChangeLog.8" with
4049         "../ChangeLog.old/ChangeLog.8".
4050         * posix/tst-regex2.c (do_test): Replace "../ChangeLog.14" with
4051         "../ChangeLog.old/ChangeLog.14".
4053 2017-09-01  H.J. Lu  <hongjiu.lu@intel.com>
4055         * manual/contrib.texi: Credit Ulrich Drepper for the POSIX
4056         Threads Library.
4058 2017-09-01  Joseph Myers  <joseph@codesourcery.com>
4060         * sysdeps/unix/sysv/linux/gentempfd.c: Include <string.h>.
4062 2017-09-01  H.J. Lu  <hongjiu.lu@intel.com>
4064         * csu/version.c (banner): Remove "by Roland McGrath et al.".
4065         * nptl/Banner: Remove "by Ulrich Drepper et al.".
4067 2017-09-01  Paul Pluzhnikov  <ppluzhnikov@google.com>
4069         * stdlib/tst-atexit-common.c (do_test): Test support for at least
4070         32 atexit handlers.
4072 2017-09-01  Zack Weinberg  <zackw@panix.com>
4074         * math/math.h (HUGE_VAL): Improve commentary.
4076 2017-09-01  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
4077             Andreas Schwab  <schwab@suse.de>
4079         [BZ #21530]
4080         * include/stdio.h (__gen_tempfd): New function.
4081         * stdio-common/Makefile (routines): Add gentempfd.
4082         * stdio-common/gentempfd.c: New file.
4083         * sysdeps/unix/sysv/linux/gentempfd.c: Likewise.
4084         * stdio-common/tmpfile.c (tmpfile): First try to use a system specific
4085         unnamed file first.
4087 2017-09-01  Florian Weimer  <fweimer@redhat.com>
4089         [BZ #21915]
4090         [BZ #21922]
4091         * sysdeps/posix/getaddrinfo.c (gethosts): Look at NSS function
4092         result to determine success or failure, not the errno value.
4093         * nss/Makefile (tests): Add tst-nss-files-hosts-erange.
4094         (tst-nss-files-hosts-erange): Link with -ldl.
4095         * nss/tst-nss-files-hosts-erange.c: New file.
4096         * nss/tst-resolv-basic.c (response): Handle nodata.example.
4097         (do_test): Add NO_DATA tests.
4098         * resolv/tst-resolv-basic.c (test_nodata_nxdomain): New function.
4099         (do_test): Call it.
4101 2017-09-01  Florian Weimer  <fweimer@redhat.com>
4103         [BZ #21922]
4104         * sysdeps/posix/getaddrinfo.c (gaih_inet): Report EAI_NODATA error
4105         coming from gethostbyname2_r.
4107 2017-09-01  Florian Weimer  <fweimer@redhat.com>
4109         * support/namespace.h (struct support_chroot_configuration): Add
4110         hosts, host_conf.
4111         (struct support_chroot): Add path_hosts, path_host_conf.
4112         * support/support_chroot.c (write_file): New function.
4113         (support_chroot_create): Call it to process /etc/resolv.conf,
4114         /etc/hosts, /etc/host.conf.
4115         (support_chroot_free): Update.
4117 2017-09-01  Florian Weimer  <fweimer@redhat.com>
4119         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use h_errno if
4120         status indicates it is set.
4122 2017-09-01  Florian Weimer  <fweimer@redhat.com>
4124         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make reporting of NSS
4125         function lookup failures more reliable.
4127 2017-09-01  Florian Weimer  <fweimer@redhat.com>
4129         * sysdeps/posix/getaddrinfo.c (gethosts): Use h_errno directly.
4130         (getcanonname): Likewise.
4131         (gaih_inet): Likewise.
4133 2017-09-01  Florian Weimer  <fweimer@redhat.com>
4135         * sysdeps/posix/getaddrinfo.c (gethosts): Use errno directly.
4136         (getcanonname): Likewise.
4137         (gaih_inet): Likewise.
4139 2017-08-31  Steve Ellcey  <sellcey@cavium.com>
4140             Richard Henderson <rth@twiddle.net>
4142         * sysdeps/aarch64/fpu/s_llrint.c (OREG_SIZE): New macro.
4143         * sysdeps/aarch64/fpu/s_llround.c (OREG_SIZE): Likewise.
4144         * sysdeps/aarch64/fpu/s_llrintf.c (OREGS, IREGS): Remove.
4145         (IREG_SIZE, OREG_SIZE): New macros.
4146         * sysdeps/aarch64/fpu/s_llroundf.c: (OREGS, IREGS): Remove.
4147         (IREG_SIZE, OREG_SIZE): New macros.
4148         * sysdeps/aarch64/fpu/s_lrintf.c (IREGS): Remove.
4149         (IREG_SIZE): New macro.
4150         * sysdeps/aarch64/fpu/s_lroundf.c (IREGS): Remove.
4151         (IREG_SIZE): New macro.
4152         * sysdeps/aarch64/fpu/s_lrint.c (get-rounding-mode.h, stdint.h):
4153         New includes.
4154         (IREG_SIZE, OREG_SIZE): Initialize if not already set.
4155         (OREGS, IREGS): Set based on IREG_SIZE and OREG_SIZE.
4156         (__CONCATX): Handle exceptions correctly on large values that may
4157         set FE_INVALID.
4158         * sysdeps/aarch64/fpu/s_lround.c (IREG_SIZE, OREG_SIZE):
4159         Initialize if not already set.
4160         (OREGS, IREGS): Set based on IREG_SIZE and OREG_SIZE.
4162 2017-08-31  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
4164         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): Remove macro.
4165         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h (NO_CANCELLATION):
4166         Likewise.
4167         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h (NO_CANCELLATION):
4168         Likewise.
4169         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h (NO_CANCELLATION):
4170         Likewise.
4171         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h (NO_CANCELLATION):
4172         Likewise.
4173         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h (NO_CANCELLATION):
4174         Likewise.
4175         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (NO_CANCELLATION):
4176         Likewise.
4177         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h (NO_CANCELLATION):
4178         Likewise.
4179         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h
4180         (NO_CANCELLATION): Likewise.
4181         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h (NO_CANCELLATION):
4182         Likewise.
4183         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h (NO_CANCELLATION):
4184         Likewise.
4185         * sysdeps/unix/sysv/linux/powerpc/sysdep-cancel.h (NO_CANCELLATION):
4186         Likewise.
4187         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h
4188         (NO_CANCELLATION): Likewise.
4189         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h
4190         (NO_CANCELLATION): Likewise.
4191         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h (NO_CANCELLATION):
4192         Likewise
4193         * sysdeps/unix/sysv/linux/sparc/sysdep-cancel.h (NO_CANCELLATION):
4194         Likewise.
4195         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h (NO_CANCELLATION):
4196         Likewise.
4197         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h (NO_CANCELLATION):
4198         Likewise.
4199         * sysdeps/unix/sysv/linux/not-cancel.h (__fcntl_nocancel): Add
4200         hidden prototype.
4201         * sysdeps/unix/sysv/linux/fcntl.c (__fcntl_nocancel): Define only
4202         for !IS_IN (rtld) and remove NO_CANCELLATION usage.
4204 2017-08-31  Steve Ellcey  <sellcey@cavium.com>
4206         * sysdeps/aarch64/dl-irel.h: (elf_ifunc_invoke): Change argument type
4207         in resolver call.
4209 2017-08-31  Florian Weimer  <fweimer@redhat.com>
4211         * include/libc-symbols.h (internal_function): Remove.
4213 2017-08-31  Florian Weimer  <fweimer@redhat.com>
4215         * stdlib/fmtmsg.c (internal_addseverity): Remove
4216         internal_function.
4218 2017-08-31  Florian Weimer  <fweimer@redhat.com>
4220         * stdio-common/printf_fp.c (group_number): Remove
4221         internal_function.
4222         * stdio-common/vfprintf.c (buffered_vfprintf): Likewise.
4224 2017-08-31  Florian Weimer  <fweimer@redhat.com>
4226         * posix/fnmatch.c (internal_function): Remove definition.
4227         * posix/fnmatch_loop.c (FCT, EXT, END): Remove internal_function.
4228         * posix/regcomp.c (peek_token, init_word_char)
4229         (duplicate_node_closure, fetch_token, peek_token)
4230         (peek_token_bracket, build_range_exp, build_collating_symbol):
4231         Likewise.
4232         * posix/regex_internal.c (re_string_construct_common)
4233         (create_ci_newstate, create_cd_newstate, re_string_allocate)
4234         (re_string_construct, re_string_realloc_buffers, build_wcs_buffer)
4235         (build_wcs_upper_buffer, re_string_skip_chars, build_upper_buffer)
4236         (re_string_translate_buffer, re_string_reconstruct)
4237         (re_string_peek_byte_case, re_string_fetch_byte_case)
4238         (re_string_destruct, re_string_context_at, re_node_set_alloc)
4239         (re_node_set_init_1, re_node_set_init_2, re_node_set_init_copy)
4240         (re_node_set_add_intersect, re_node_set_init_union)
4241         (re_node_set_merge, re_node_set_insert, re_node_set_insert_last)
4242         (re_node_set_compare, re_node_set_contains, re_node_set_remove_at)
4243         (re_dfa_add_node, calc_state_hash, re_acquire_state)
4244         (re_acquire_state_context): Likewise.
4245         * posix/regex_internal.h (internal_function): Remove definition.
4246         (re_string_realloc_buffers, build_wcs_buffer)
4247         (build_wcs_upper_buffer, build_upper_buffer)
4248         (re_string_translate_buffer, re_string_context_at)
4249         (re_string_char_size_at, re_string_wchar_at)
4250         (re_string_elem_size_at): Likewise.
4251         * posix/regexec.c (match_ctx_init, match_ctx_clean)
4252         (match_ctx_free, match_ctx_add_entry, search_cur_bkref_entry)
4253         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init)
4254         (re_search_internal, re_search_2_stub, re_search_stub)
4255         (re_copy_regs, prune_impossible_nodes, check_matching)
4256         (check_halt_state_context, update_regs, push_fail_stack, set_regs)
4257         (free_fail_stack_return, sift_states_iter_mb)
4258         (sift_states_backward, build_sifted_states)
4259         (update_cur_sifted_state, add_epsilon_src_nodes, check_dst_limits)
4260         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos)
4261         (check_subexp_limits, sift_states_bkref, merge_state_array)
4262         (find_recover_state, transit_state, merge_state_with_log)
4263         (check_subexp_matching_top, transit_state_sb, transit_state_sb)
4264         (transit_state_mb, transit_state_bkref, get_subexp)
4265         (get_subexp_sub, find_subexp_node, check_arrival)
4266         (check_arrival_add_next_nodes, check_arrival_expand_ecl)
4267         (check_arrival_expand_ecl_sub, expand_bkref_cache, build_trtable)
4268         (check_node_accept_bytes, find_collation_sequence_value)
4269         (group_nodes_into_DFAstates, check_node_accept, extend_buffers)
4270         (acquire_init_state_context, check_halt_node_context)
4271         (proceed_next_node, pop_fail_stack, clean_state_log_if_needed)
4272         (sub_epsilon_src_nodes): Likewise.
4273         * posix/spawn_int.h (__spawn_valid_fd): Likewise.
4274         * posix/spawn_valid_fd (__spawn_valid_fd): Likewise.
4275         * posix/wordexp.c (parse_dollars, parse_backtick, parse_dquote)
4276         (eval_expr, w_addmem, w_addstr, w_addword, parse_backslash)
4277         (parse_qtd_backslash, parse_tilde, do_parse_glob, parse_glob)
4278         (parse_squote, eval_expr_val, eval_expr_multdiv, parse_arith)
4279         (exec_comm_child, exec_comm, parse_comm, parse_param): Likewise.
4280         * sysdeps/posix/ttyname.c (getttyname): Likewise.
4281         * sysdeps/posix/ttyname_r.c (getttyname_r): Likewise.
4282         * sysdeps/unix/sysv/linux/preadv.c (__atomic_preadv_replacement)
4283         (PREADV): Likewise.
4284         * sysdeps/unix/sysv/linux/preadv64.c (__atomic_preadv64_replacement)
4285         (PREADV): Likewise.
4286         * sysdeps/unix/sysv/linux/pwritev.c (__atomic_pwritev_replacement)
4287         (PWRITEV): Likewise.
4288         * sysdeps/unix/sysv/linux/pwritev64.c (__atomic_pwritev64_replacement)
4289         (PWRITEV): Likewise.
4290         * sysdeps/unix/sysv/linux/ttyname.c (getttyname): Likewise.
4291         * sysdeps/unix/sysv/linux/ttyname_r.c (getttyname_r): Likewise.
4293 2017-08-31  Florian Weimer  <fweimer@redhat.com>
4295         * nptl/allocatestack.c (change_stack_perm, __deallocate_stack)
4296         (setxid_mark_thread, setxid_unmark_thread, setxid_signal_thread):
4297         Remove internal_function.
4298         * nptl/cancellation.c (__pthread_disable_asynccancel): Likewise.
4299         * nptl/libc_pthread_init.c (__libc_pthread_init): Likewise.
4300         * nptl/pthreadP.h (__find_in_stack_list, __free_tcb)
4301         (__deallocate_stack, __libc_pthread_init)
4302         (__pthread_mutex_cond_lock, __pthread_mutex_cond_lock_adjust)
4303         (__pthread_mutex_unlock_usercnt, __pthread_disable_asynccancel)
4304         (__libc_disable_asynccancel, __librt_disable_asynccancel):
4305         Likewise.
4306         * nptl/pthread_create.c (__find_in_stack_list, __free_tcb): Likewise.
4307         * nptl/pthread_mutex_cond_lock.c (__pthread_mutex_lock): Likewise.
4308         * nptl/pthread_mutex_lock.c (__pthread_mutex_cond_lock_adjust):
4309         Likewise.
4310         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full)
4311         (__pthread_mutex_unlock_usercnt): Likewise.
4313 2017-08-31  Florian Weimer  <fweimer@redhat.com>
4315         * io/fts.c (fts_alloc, fts_build, fts_lfree, fts_load)
4316         (fts_maxarglen, fts_padjust, fts_palloc, fts_sort, fts_stat)
4317         (fts_safe_changedir): Remove internal_function.
4318         * io/ftw.c (internal_function): Remove definition.
4319         (ftw_dir, process_entry, ftw_startup): Remove internal_function.
4321 2017-08-31  Florian Weimer  <fweimer@redhat.com>
4323         * inet/deadline.c (__deadline_current_time)
4324         (__deadline_from_timeval, __deadline_to_ms): Remove
4325         internal_function.
4326         * inet/getnameinfo.c (nrl_domainname): Likewise.
4327         * inet/getnetgrent_r.c (__internal_setnetgrent_reuse): Likewise.
4328         * inet/inet6_option.c (add_pad): Likewise.
4329         * inet/net-internal.h (__deadline_current_time)
4330         (__deadline_from_timeval, __deadline_to_ms): Likewise.
4331         * inet/rcmd.c (__checkhost_sa, __icheckuser): Likewise.
4332         * sysdeps/mach/hurd/if_index.c (__protocol_available): Likewise.
4333         * sysdeps/unix/sysv/linux/ifaddrs.c (map_newlink): Likewise.
4335 2017-08-31  Joseph Myers  <joseph@codesourcery.com>
4337         *  math/math.h [__USE_ISOC99] (NAN): Define directly here.  Do not
4338         include <bits/nan.h>.
4339         * math/Makefile (headers): Remove bits/nan.h.
4340         * bits/nan.h: Remove.
4341         * sysdeps/ieee754/bits/nan.h: Likewise.
4342         * sysdeps/mips/bits/nan.h: Likewise.
4344         * math/math.h [__USE_ISOC99] (INFINITY): Define directly here.  Do
4345         not include <bits/inf.h>.
4346         * math/Makefile (headers): Remove bits/inf.h.
4347         * bits/inf.h: Remove.
4348         * sysdeps/ieee754/bits/inf.h: Likewise.
4350         * math/math.h: Do not include bits/huge_val.h, bits/huge_valf.h,
4351         bits/huge_vall.h or bits/huge_val_flt128.h.
4352         (HUGE_VAL): Define directly here.
4353         [__USE_ISOC99] (HUGE_VALF): Likewise.
4354         [__USE_ISOC99] (HUGE_VALL): Likewise.
4355         [__HAVE_FLOAT128 && __GLIBC_USE (IEC_60559_TYPES_EXT)]
4356         (HUGE_VAL_F128): Likewise.
4357         * math/Makefile (headers): Remove bits/huge_val.h,
4358         bits/huge_valf.h, bits/huge_vall.h and bits/huge_val_flt128.h.
4359         * bits/huge_val.h: Remove.
4360         * bits/huge_val_flt128.h: Likewise.
4361         * bits/huge_valf.h: Likewise.
4362         * bits/huge_vall.h: Likewise.
4363         * sysdeps/ia64/bits/huge_vall.h: Likewise.
4364         * sysdeps/ieee754/bits/huge_val.h: Likewise.
4365         * sysdeps/ieee754/bits/huge_valf.h: Likewise.
4366         * sysdeps/m68k/m680x0/bits/huge_vall.h: Likewise.
4367         * sysdeps/sh/bits/huge_val.h: Likewise.
4368         * sysdeps/sparc/bits/huge_vall.h: Likewise.
4369         * sysdeps/x86/bits/huge_vall.h: Likewise.
4371 2017-08-31  Florian Weimer  <fweimer@redhat.com>
4373         * elf/dl-addr-obj.c (_dl_addr_inside_object): Remove
4374         internal_function.
4375         * elf/dl-cache.c (_dl_cache_libcmp, _dl_load_cache_lookup):
4376         Likewise.
4377         * elf/dl-debug.c (_dl_debug_initialize): Likewise.
4378         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
4379         * elf/dl-environ.c (_dl_next_ld_env_entry): Likewise.
4380         * elf/dl-execstack.c (_dl_make_stack_executable): Likewise.
4381         * elf/dl-fini.c (_dl_sort_fini): Likewise.
4382         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
4383         * elf/dl-libc.c (dlerror_run): Likewise.
4384         * elf/dl-load.c (add_name_to_object, decompose_rpath)
4385         (_dl_init_paths, _dl_map_object, _dl_rtld_di_serinfo): Likewise.
4386         * elf/dl-lookup.c (add_dependency, _dl_debug_bindings)
4387         (_dl_lookup_symbol_x, _dl_setup_hash, _dl_debug_bindings):
4388         Likewise.
4389         * elf/dl-misc.c (_dl_sysdep_read_whole_file, _dl_name_match_p)
4390         (_dl_higher_prime_number, _dl_strtoul): Likewise.
4391         * elf/dl-object.c (_dl_add_to_namespace_list, _dl_new_object): Likewise.
4392         * elf/dl-profile.c (_dl_start_profile): Likewise.
4393         * elf/dl-reloc.c (_dl_try_allocate_static_tls)
4394         (_dl_allocate_static_tls, _dl_protect_relro, _dl_reloc_bad_type):
4395         Likewise.
4396         * elf/dl-support.c (_dl_aux_init, _dl_non_dynamic_init): Likewise.
4397         * elf/dl-sym.c (_dl_tls_symaddr, do_sym): Likewise.
4398         * elf/dl-sysdep.c (_dl_sysdep_start_cleanup, _dl_show_auxv): Likewise.
4399         * elf/dl-tls.c (_dl_next_tls_modid, _dl_count_modids)
4400         (_dl_determine_tlsoffset, allocate_dtv, _dl_get_tls_static_info)
4401         (_dl_allocate_tls_storage): Likewise.
4402         * elf/dl-version.c (match_symbol, _dl_check_map_versions)
4403         (_dl_check_all_versions): Likewise.
4404         * elf/dynamic-link.h (_dl_try_allocate_static_tls): Likewise.
4405         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Likewise.
4406         * elf/tst-_dl_addr_inside_object.c (_dl_addr_inside_object): Likewise.
4407         * sysdeps/aarch64/dl-tlsdesc.h (_dl_make_tlsdesc_dynamic): Likewise.
4408         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Likewise.
4409         * sysdeps/arm/dl-lookupcfg.h (_dl_unmap): Likewise.
4410         * sysdeps/arm/dl-machine.h (elf_machine_load_address): Remove
4411         internal_function from __dl_start.
4412         * sysdeps/arm/dl-tlsdesc.h (_dl_unmap): Remove internal_function.
4413         * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Likewise.
4414         * sysdeps/generic/ldsodefs.h (_dl_name_match_p)
4415         (_dl_higher_prime_number, _dl_strtoul, _dl_map_object)
4416         (_dl_map_object_deps, _dl_setup_hash, _dl_rtld_di_serinfo)
4417         (_dl_lookup_symbol_x, _dl_add_to_namespace_list, _dl_new_object)
4418         (_dl_protect_relro, _dl_reloc_bad_type, _dl_check_all_versions)
4419         (_dl_check_map_versions, _dl_sort_fini, _dl_debug_initialize)
4420         (_dl_init_paths, _dl_start_profile, _dl_show_auxv)
4421         (_dl_next_ld_env_entry, _dl_important_hwcaps)
4422         (_dl_load_cache_lookup, _dl_sysdep_read_whole_file)
4423         (_dl_sysdep_start_cleanup, _dl_next_tls_modid, _dl_count_modids)
4424         (_dl_determine_tlsoffset, _dl_get_tls_static_info)
4425         (_dl_allocate_static_tls, _dl_allocate_tls_storage)
4426         (_dl_addr_inside_object, _dl_non_dynamic_init, _dl_aux_init):
4427         Likewise.
4428         (struct rtld_global_ro): Remove internal_function from the
4429         _dl_lookup_symbol_x member.
4430         (_dl_symbol_value): Remove.  No longer defined anywhere.
4431         * sysdeps/i386/dl-lookupcfg.h (_dl_unmap): Remove
4432         internal_function.
4433         * sysdeps/i386/dl-tlsdesc.h (_dl_make_tlsdesc_dynamic): Likewise.
4434         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
4435         * sysdeps/mach/hurd/dl-sysdep.c (_dl_show_auxv): Likewise.
4436         * sysdeps/nios2/dl-init.c (_dl_nios2_get_gp_value): Likewise.
4437         * sysdeps/tile/dl-lookupcfg.h (_dl_unmap): Likewise.
4438         * sysdeps/tile/dl-machine.h (_dl_after_load): Likewise.
4439         * sysdeps/tile/dl-runtime.c (_dl_after_load, _dl_unmap): Likewise.
4440         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Likewise.
4441         * sysdeps/unix/sysv/linux/dl-vdso.h (_dl_vdso_vsym): Likewise.
4442         * sysdeps/x86_64/dl-lookupcfg.h (_dl_unmap): Likewise.
4443         * sysdeps/x86_64/dl-tlsdesc.h (_dl_make_tlsdesc_dynamic): Likewise.
4444         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
4446 2017-08-31  Florian Weimer  <fweimer@redhat.com>
4448         * gmon/gmon.c (write_hist, write_call_graph, write_bb_counts):
4449         Remove internal_function.
4450         * sysdeps/arm/machine-gmon.h (mcount_internal, _MCOUNT_DECL):
4451         Likewise.
4452         * sysdeps/sparc/machine-gmon.h (mcount_internal, _MCOUNT_DECL):
4453         Likewise.
4455 2017-08-31  Florian Weimer  <fweimer@redhat.com>
4457         * dlfcn/dlerror.c (_dlerror_run): Remove internal_function.
4458         * elf/dl-sym.c (_dl_vsym, _dl_sym): Likewise.
4459         * include/dlfcn.h (_dl_sym, _dl_vsym, _dlerror_run): Likewise.
4461 2017-08-31  Florian Weimer  <fweimer@redhat.com>
4463         * resolv/gai_misc.c (__gai_find_request, __gai_remove_request)
4464         (__gai_enqueue_request): Remove internal_function.
4465         * resolv/gai_misc.h (__gai_enqueue_request, __gai_find_request)
4466         (__gai_remove_request, __gai_notify, __gai_notify_only)
4467         (__gai_sigqueue): Likewise.
4468         * resolv/gai_notify.c (__gai_notify_only, __gai_notify): Likewise.
4469         * resolv/gai_sigqueue.c (__gai_sigqueue): Likewise.
4470         * resolv/inet_ntop.c (inet_ntop4, inet_ntop6): Likewise.
4471         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
4472         Likewise.
4474 2017-08-31  Florian Weimer  <fweimer@redhat.com>
4476         * dirent/scandir-tail.c (SCANDIR_TAIL): Remove internal_function.
4477         * include/dirent.h (__opendirat, __getdents, __getdents64)
4478         (__alloc_dir, __scandir_tail, __scandir64_tail): Likewise.
4479         * sysdeps/posix/opendir.c (__opendirat, __alloc_dir): Likewise.
4480         * sysdeps/mach/hurd/opendir.c (__opendirat): Likewise.
4481         * sysdeps/unix/sysv/linux/i386/olddirent.h (__old_getdents64):
4482         Likewise.
4483         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Likewise.
4485 2017-08-31  Florian Weimer  <fweimer@redhat.com>
4487         * sysdeps/unix/sysv/linux/getcwd.c (generic_getcwd): Remove
4488         internal_function.
4489         (GETCWD_RETURN_TYPE): Likewise.
4491 2017-08-31  Florian Weimer  <fweimer@redhat.com>
4493         * include/time.h (__tz_compute, __strptime_internal): Remove
4494         internal_function.
4495         * time/strptime_l.c (__strptime_internal): Likewise.
4496         * time/tzset.c (compute_change, update_vars, __tz_compute): Likewise.
4498 2017-08-31  Florian Weimer  <fweimer@redhat.com>
4500         * iconv/gconv.c (__gconv): Remove internal_function.
4501         * iconv/gconv_builtin.c (__gconv_get_builtin_trans): Likewise.
4502         * iconv/gconv_cache.c (__gconv_load_cache, find_module_idx)
4503         (find_module, __gconv_compare_alias_cache, __gconv_lookup_cache)
4504         (__gconv_release_cache): Likewise.
4505         * iconv/gconv_close.c (__gconv_close): Likewise.
4506         * iconv/gconv_conf.c (detect_conflict, insert_module, add_module)
4507         (read_conf_file, __gconv_get_path): Likewise.
4508         * iconv/gconv_db.c (derivation_lookup, add_derivation)
4509         (__gconv_release_step, gen_steps, increment_counter)
4510         (find_derivation, __gconv_compare_alias, __gconv_find_transform)
4511         (__gconv_close_transform, free_modules_db): Likewise.
4512         * iconv/gconv_dl.c (__gconv_find_shlib, __gconv_release_shlib):
4513         Likewise.
4514         * iconv/gconv_int.h (__gconv_open, __gconv_close, __gconv)
4515         (__gconv_find_transform, __gconv_lookup_cache)
4516         (__gconv_release_step, __gconv_load_cache, __gconv_get_path)
4517         (__gconv_close_transform, __gconv_release_cache)
4518         (__gconv_loaded_object, __gconv_release_shlib)
4519         (__gconv_compare_alias): Likewise.
4520         * iconv/gconv_open.c (__gconv_open): Likewise.
4521         * iconv/iconv_prog.c (print_known_names, add_known_names): Likewise.
4522         * iconv/iconvconfig.c (add_module): Likewise.
4523         * intl/dcigettext.c (plural_lookup, guess_category_value)
4524         (category_to_name, get_output_charset, _nl_find_msg): Likewise.
4525         * intl/eval-plural.h (plural_eval): Likewise.
4526         * intl/finddomain.c (_nl_find_domain): Likewise.
4527         * intl/gettextP.h (_nl_unload_domain, _nl_find_domain)
4528         (_nl_load_domain, _nl_find_msg): Likewise.
4529         (internal_function): Remove definition.
4530         * intl/loadinfo.h (internal_function): Likewise.
4531         * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Remove
4532         internal_function.
4533         * intl/localealias.c (internal_function): Remove definition.
4534         (read_alias_file): Remove internal_function.
4535         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Likewise.
4536         * intl/plural-exp.h (internal_function): Remove definition.
4537         (FREE_EXPRESSION, EXTRACT_PLURAL_EXPRESSION): Remove
4538         internal_function.
4539         * intl/plural.c: Regenerate.
4540         * intl/plural.y (FREE_EXPRESSION): Remove internal_function.
4541         * locale/coll-lookup.c (__collidx_table_lookup)
4542         (__collseq_table_lookup): Likewise.
4543         * locale/coll-lookup.h (__collidx_table_lookup)
4544         (__collseq_table_lookup): Likewise.
4545         * locale/findlocale.c (_nl_find_locale, _nl_remove_locale): Likewise.
4546         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
4547         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale)
4548         (_nl_unload_locale): Likewise.
4549         * locale/localeinfo.h (struct __locale_data): Remove
4550         internal_function from cleanup member.
4551         (_nl_find_locale, _nl_load_locale, _nl_unload_locale)
4552         (_nl_remove_locale, _nl_load_locale_from_archive)
4553         (_nl_intern_locale_data, _nl_get_era_entry, _nl_select_era_entry)
4554         (_nl_get_alt_digit, _nl_get_walt_digit, _nl_parse_alt_digit)
4555         (_nl_cleanup_time): Remove internal_function.
4556         * time/alt_digit.c (_nl_get_alt_digit, _nl_get_walt_digit)
4557         (_nl_parse_alt_digit): Likewise.
4558         * time/era.c (_nl_init_era_entries, _nl_get_era_entry)
4559         (_nl_select_era_entry): Likewise.
4560         * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
4561         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv, __wcsmbs_clone_conv)
4562         (__wcsmbs_named_conv, _nl_cleanup_ctype): Likewise.
4563         * wcsmbs/wcsmbsload.h (__wcsmbs_load_conv, __wcsmbs_clone_conv)
4564         (__wcsmbs_named_conv, _nl_cleanup_ctype): Likewise.
4566 2017-08-31  Florian Weimer  <fweimer@redhat.com>
4568         * rt/aio_sigqueue.c (__aio_sigqueue): Remove internal_function.
4569         * sysdeps/generic/aio_misc.h (__aio_sigqueue): Likewise.
4570         * sysdeps/pthread/aio_misc.c (__aio_free_request, __aio_find_req)
4571         (__aio_find_req_fd, __aio_remove_request, __aio_enqueue_request):
4572         Likewise.
4573         * sysdeps/pthread/aio_misc.h (__aio_enqueue_request)
4574         (__aio_find_req, __aio_find_req_fd, __aio_free_request)
4575         (__aio_notify, __aio_notify_only, __aio_sigqueue): Likewise.
4576         * sysdeps/pthread/aio_notify.c (__aio_notify_only, __aio_notify):
4577         Likewise.
4578         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Likewise.
4580 2017-08-31  Florian Weimer  <fweimer@redhat.com>
4582         * misc/getttyent.c (skip, value): Remove internal_function.
4583         * misc/syslog.c (openlog_internal): Likewise.
4584         * misc/tsearch.c (trecurse, tdestroy_recurse): Likewise.
4586 2017-08-31  Florian Weimer  <fweimer@redhat.com>
4588         * include/nss.h (__nss_valid_field, __nss_valid_list_field)
4589         (__nss_rewrite_field): Remove internal_function.
4590         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
4591         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
4592         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
4593         * nss/nsswitch.c (nss_parse_file, nss_getline)
4594         (nss_parse_service_list, nss_new_service): Likewise.
4595         * nss/rewrite_field.c (__nss_rewrite_field): Likewise.
4596         * nss/valid_field.c (__nss_valid_field): Likewise.
4597         * nss/valid_list_field.c (__nss_valid_list_field): Likewise.
4599 2017-08-31  Florian Weimer  <fweimer@redhat.com>
4601         * malloc/arena.c (__malloc_fork_lock_parent)
4602         (__malloc_fork_unlock_parent, __malloc_fork_unlock_child)
4603         (next_env_entry, new_heap, heap_trim, arena_get2): Remove
4604         internal_function from defintions.
4605         * malloc/hooks.c (mem2mem_check, mem2chunk_check): Likewise.
4606         * malloc/malloc-internal.h (__malloc_fork_lock_parent)
4607         (__malloc_fork_unlock_parent, __malloc_fork_unlock_child): Remove
4608         internal_function from declarations.
4609         * malloc/malloc.c (internal_function): Do not define.
4610         (mem2mem_check): Remove internal_function from declaration.
4611         (munmap_chunk, mremap_chunk): Remove internal_function.
4612         * malloc/mtrace.c (tr_where): Likewise.
4614 2017-08-31  Florian Weimer  <fweimer@redhat.com>
4616         * include/rpc/pmap_clnt.h (__get_socket): Remove
4617         internal_function.
4618         * sunrpc/auth_des.c (synchronize): Likewise.
4619         * sunrpc/auth_unix.c (marshal_new_auth): Likewise.
4620         * sunrpc/clnt_perr.c (auth_errmsg): Likewise.
4621         * sunrpc/des_impl.c (des_encrypt, des_set_key): Likewise.
4622         * sunrpc/key_call.c (key_call_keyenvoy, key_call_socket)
4623         (key_call): Likewise.
4624         * sunrpc/pm_getport.c (__get_socket): Likewise.
4625         * sunrpc/pmap_rmt.c (getbroadcastnets): Likewise.
4626         * sunrpc/svc_unix.c (makefd_xprt): Likewise.
4627         * sunrpc/svc_tcp.c (makefd_xprt): Likewise.
4628         * sunrpc/svcauth_des.c (cache_init, cache_spot, cache_ref)
4629         (invalidate): Likewise.
4630         * sunrpc/xcrypt.c (hexval, hex2bin, bin2hex): Likewise.
4631         * sunrpc/xdr_rec.c (fix_buf_size, skip_input_bytes, flush_out)
4632         (set_input_fragment, get_input_bytes): Likewise.
4634 2017-08-31  Florian Weimer  <fweimer@redhat.com>
4636         * malloc/malloc.c (_int_free): Remove locked variable and related
4637         asserts.
4639 2017-08-31  H.J. Lu  <hongjiu.lu@intel.com>
4641         [BZ #22051]
4642         * Makerules (build-module-helper-objlist): Filter out
4643         $(elf-objpfx)sofini.os.
4644         (build-shlib-objlist): Append $(elf-objpfx)sofini.os if it is
4645         needed.
4647 2017-08-31  Florian Weimer  <fweimer@redhat.com>
4649         * libio/fcloseall.c: Assume weak_alias is defined.
4650         * libio/feof.c: Likewise.
4651         * libio/fileno.c: Likewise.
4652         * libio/fileops.c: Assume _LIBC, errno, __set_errno are defined.
4653         (_POSIX_SOURCE, open, lseek, read, write): Remove macro
4654         definitions.
4655         (_IO_file_open): Call __open directly.
4656         (_IO_new_file_sync): Assume ESPIPE is defined.
4657         (_IO_file_seekoff_maybe_mmap): Call __read directly.
4658         (_IO_new_file_write): Call __write directly.
4659         * libio/ftello.c (__ftello): Assume EIO, EOVERFLOW are defined.
4660         * libio/ftello64.c (__ftello64): Assume EIO is defined.
4661         * libio/genops.c: Assume _LIBC is defined.
4662         (save_for_backup): Remove internal_function.
4663         * libio/getc.c: Assume weak_alias is defined.
4664         * libio/getwc.c: Likewise.
4665         * libio/iofclose.c: Assume _LIBC is defined.
4666         * libio/iofdopen.c: Likewise.
4667         (_IO_fcntl): Remove macro definition.
4668         (_IO_new_fdopen): Assume F_GETFL, F_SETFL, O_ACCMODE are defined.
4669         Call __fcntl directly.
4670         * libio/iofflush.c: Assume weak_alias is defined.
4671         * libio/iofgetpos.c (_IO_new_fgetpos): Assume EIO, EOVERFLOW are
4672         defined.
4673         * libio/iofgetpos64.c (_IO_new_fgetpos64): Assume EIO is defined.
4674         * libio/iofgets.c: Likewise.
4675         * libio/iofopen.c: Assume _LIBC is defined.
4676         * libio/iofopen64.c: Assume _LIBC, weak_alias are defined.
4677         * libio/iofputs.c: Assume weak_alias is defined.
4678         * libio/iofread.c: Likewise.
4679         * libio/iofsetpos.c (_IO_new_fsetpos): Assume EIO is defined.
4680         * libio/iofsetpos64.c (_IO_new_fsetpos64): Likewise.
4681         * libio/ioftell.c: Assume weak_alias is defined.
4682         (_IO_ftell): Assume EIO, EOVERFLOW are defined.
4683         * libio/iofwide.c: Assume _LIBC is defined.
4684         (_IO_fwide): Drop SHARED conditional because it is implied by
4685         SHLIB_COMPAT.
4686         * libio/iofwrite.c: Assume weak_alias is defined.
4687         * libio/iogetdelim.c: Likewise.
4688         * libio/iogets.c: Assume _LIBC, weak_alias are defined.
4689         * libio/iogetwline.c (wmemcpy): Remove macro definition.
4690         (_IO_getwline): Call __wmemcpy directly.
4691         * libio/iopopen.c: Assume _LIBC is defined.
4692         (_POSIX_SOURCE, _IO_fork, _IO_dup2, _IO_waitpid, _IO_execl)
4693         (_IO_close): Remove macro definitions.
4694         (_IO_new_proc_open): Call __fork, __dup2, __close_nocancel, execl,
4695         _exit directly.
4696         (_IO_new_proc_close): Call __close_nocancel, __waitpid_nocancel
4697         directly.
4698         * libio/ioputs.c: Assume weak_alias is defined.
4699         * libio/ioseekoff.c: Assume errno, __set_errno are defined.
4700         * libio/iosetbuffer.c: Assume weak_alias is defined.
4701         * libio/iosetvbuf.c: Likewise.
4702         * libio/ioungetc.c: Likewise.
4703         * libio/libioP.h: Assume _LIBC, __GLIBC__, libc_hidden_proto,
4704         libc_hidden_def, libc_hidden_weak, NULL are defined.
4705         (mmap, munmap, ftruncate, OS_FSTAT): Remove macro definitions.
4706         * libio/oldfilepos.c: Assume _LIBC, errno, __set_errno are
4707         defined.
4708         (_POSIX_SOURCE, open, lseek, read, write): Remove macro
4709         definitions.
4710         (_IO_old_file_init_internal): Drop SHARED conditional because it
4711         is implied by SHLIB_COMPAT.
4712         (_IO_old_file_fopen): Call __open directly.
4713         (_IO_old_file_sync): Assume ESPIPE is defined.
4714         (_IO_old_file_write): Call __write directly.
4715         * libio/oldfdopen.c (_IO_fcntl): Remove macro definition.
4716         (_IO_old_fdopen): Assume F_GETFL, O_ACCMODE, F_SETFL are defined.
4717         Call __fcntl directly.
4718         * libio/oldiofgetpos.c: Assume weak_alias is defined.
4719         (_IO_old_fgetpos): Assume EIO is defined.
4720         * libio/oldiofgetpos64.c: Assume weak_alias is defined.
4721         (_IO_old_fgetpos64): Assume EIO is defined.
4722         * libio/oldiofsetpos.c: Assume weak_alias is defined.
4723         (_IO_old_fsetpos): Assume EIO is defined.
4724         * libio/oldiofsetpos64.c: Assume weak_alias is defined.
4725         (_IO_old_fsetpos64): Assume EIO is defined.
4726         * libio/oldiopopen.c:  Assume _LIBC is defined.
4727         (_POSIX_SOURCE, _IO_fork, _IO_dup2, _IO_waitpid, _IO_execl)
4728         (_IO_close): Remove macro definitions.
4729         (_IO_old_proc_open): Call __pipe, __close, __dup2, execl, _exit
4730         directly.
4731         (_IO_old_proc_close): Call __close, __waitpid directly.
4732         * libio/put.c: Assume weak_alias is defined.
4733         * libio/stdfiles.c: Assume _LIBC is defined.
4734         * libio/stdio.c: Likewise.
4735         * libio/wfileops.c: Likewise.
4736         (_IO_wfile_sync): Assume ESPIPE is defined.
4737         * libio/wgenops.c: Assume _LIBC is defined.
4738         (save_for_wbackup): Remove internal_function.
4740 2017-08-31  Florian Weimer  <fweimer@redhat.com>
4742         * malloc/malloc.c (top_check): Change return type to void.  Remove
4743         internal_function.
4744         * malloc/hooks.c (top_check): Likewise.
4745         (malloc_check, realloc_check, memalign_check): Adjust.
4747 2017-08-30  Joseph Myers  <joseph@codesourcery.com>
4749         [BZ #21457]
4750         * sysdeps/arm/sys/ucontext.h: Do not include <bits/sigcontext.h>.
4751         * sysdeps/generic/sys/ucontext.h: Add comment about use of struct
4752         sigcontext and namespace requirements.
4753         * sysdeps/i386/sys/ucontext.h: Do not include <bits/sigcontext.h>.
4754         * sysdeps/m68k/sys/ucontext.h: Likewise.
4755         * sysdeps/mips/sys/ucontext.h: Likewise.  Include <bits/types.h>.
4756         * sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h: Do not include
4757         <bits/sigcontext.h>.
4758         (__ctx): Define earlier.
4759         (mcontext_t): Define structure contents rather than using struct
4760         sigcontext.
4761         * sysdeps/unix/sysv/linux/aarch64/ucontext_i.sym (oEXTENSION): Use
4762         __glibc_reserved1 instead of __reserved.
4763         * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: Do not include
4764         <bits/sigcontext.h>.
4765         (__ctx): Define earlier.
4766         (mcontext_t): Define structure contents rather than using struct
4767         sigcontext.
4768         * sysdeps/unix/sysv/linux/alpha/ucontext-offsets.sym: Use
4769         mcontext_t instead of struct sigcontext.
4770         * sysdeps/unix/sysv/linux/arm/sys/ucontext.h: Do not include
4771         <bits/sigcontext.h>.
4772         (__ctx): Define earlier.
4773         (mcontext_t): Define structure contents rather than using struct
4774         sigcontext.
4775         * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h: Do not include
4776         <bits/sigcontext.h>.
4777         (__ctx): Define earlier.
4778         (mcontext_t): Define structure contents rather than using struct
4779         sigcontext.
4780         * sysdeps/unix/sysv/linux/ia64/makecontext.c (__makecontext): Use
4781         mcontext_t instead of struct sigcontext.
4782         * sysdeps/unix/sysv/linux/ia64/sigcontext-offsets.sym: Use
4783         mcontext_t instead of struct sigcontext.
4784         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h: Do not include
4785         <bits/sigcontext.h>.
4786         (__ctx): New macro.
4787         (struct __ia64_fpreg_mcontext): New type.
4788         (mcontext_t): Define structure contents rather than using struct
4789         sigcontext.
4790         (_SC_GR0_OFFSET): Use mcontext_t instead of struct sigcontext.
4791         (uc_sigmask): Define using __ctx.
4792         (uc_stack): Likewise.
4793         * sysdeps/unix/sysv/linux/ia64/sys/procfs.h: Include
4794         <bits/sigcontext.h>.
4795         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
4796         * sysdeps/unix/sysv/linux/m68k/sys/ucontext.h: Do not include
4797         <bits/sigcontext.h>.
4798         * sysdeps/unix/sysv/linux/microblaze/sys/ucontext.h: New file.
4799         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Do not include
4800         <bits/sigcontext.h>.
4801         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: Do not include
4802         <bits/sigcontext.h>.
4803         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Do not include
4804         <bits/sigcontext.h>.
4805         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Do not include
4806         <bits/sigcontext.h>.
4807         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Do not include
4808         <bits/sigcontext.h>.
4809         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h: Do not include
4810         <bits/sigcontext.h>.
4811         * sysdeps/unix/sysv/linux/tile/sys/ucontext.h: Do not include
4812         <bits/sigcontext.h>.
4813         (__ctx): Define earlier.
4814         (mcontext_t): Define structure contents rather than using struct
4815         sigcontext.
4816         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: Do not include
4817         <bits/sigcontext.h>.  Include <bits/types.h>.
4818         * conform/Makefile (test-xfail-XPG42/signal.h/conform): Remove.
4819         (test-xfail-XPG42/sys/wait.h/conform): Likewise.
4820         (test-xfail-XPG42/ucontext.h/conform): Likewise.
4821         (test-xfail-UNIX98/signal.h/conform): Likewise.
4822         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
4823         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
4824         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
4825         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
4826         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
4827         (test-xfail-POSIX2008/signal.h/conform): Likewise.
4828         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
4829         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
4830         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
4832 2017-08-30  Florian Weimer  <fweimer@redhat.com>
4834         * malloc/dynarray_emplace_enlarge.c
4835         (__libc_dynarray_emplace_enlarge): Set errno on overflow.
4836         * malloc/dynarray_resize.c (__libc_dynarray_resize): Likewise.
4837         * malloc/tst-dynarray.c (test_long_overflow): New function.
4838         (do_test): Call it.
4840 2017-08-30  Florian Weimer  <fweimer@redhat.com>
4842         * malloc/malloc.c (ARENA_CORRUPTION_BIT, arena_is_corrupt)
4843         (set_arena_corrupt): Remove definitions.
4844         (mtrim): Do not check for corrupt arena.
4845         * malloc/arena.c (arena_lock, reused_arena, arena_get_retry):
4846         Likewise.
4848 2017-08-30  Florian Weimer  <fweimer@redhat.com>
4850         [BZ #21754]
4851         * malloc/arena.c (TUNABLE_CALLBACK set_mallopt_check): Do not set
4852         check_action.
4853         (ptmalloc_init): Do not set or use check_action.
4854         * malloc/hooks.c (malloc_check_get_size, realloc_check): Adjust
4855         call to malloc_printerr.  Remove return statement.
4856         (free_check): Likewise.  Remove arena unlock.
4857         (top_check): Update comment.  Adjust call to malloc_printerr.
4858         Remove heap repair code.
4859         * malloc/malloc.c (unlink): Adjust calls to malloc_printerr.
4860         (DEFAULT_CHECK_ACTION, check_action): Remove definitions.
4861         (sysmalloc): Adjust call to malloc_printerr.
4862         (munmap_chunk, __libc_realloc): Likewise.  Remove return
4863         statement.
4864         (_int_malloc, int_realloc): Likewise.  Remove errstr variable.
4865         Remove errout label and corresponding gotos.
4866         (_int_free): Likewise.  Remove arena unlock.
4867         (do_set_mallopt_check): Do not set check_action.
4868         (malloc_printerr): Adjust parameter list.  Do not mark arena as
4869         corrupt.
4870         * manual/memory.texi (Malloc Tunable Parameters): Remove TODO
4871         comment.
4872         * manual/probes.texi (Memory Allocation Probes): Remove
4873         memory_mallopt_check_action.
4875 2017-08-30  Steve Ellcey  <sellcey@cavium.com>
4877         * sysdeps/unix/sysv/linux/aarch64/makecontext.c (__makecontext):
4878         Use pointer to uint64_t instead of long int for sp.
4880 2017-08-30  Florian Weimer  <fweimer@redhat.com>
4882         [BZ #21754]
4883         * malloc/malloc.c (malloc_printerr): Always terminate the process,
4884         without printing a backtrace.  Do not leak any information in the
4885         error message.
4886         * manual/memory.texi (Heap Consistency Checking): Update.
4887         * manual/tunables.texi (Memory Allocation Tunables): Likewise.
4889 2017-08-30  Florian Weimer  <fweimer@redhat.com>
4891         Do not scale NPTL tests with available number of CPUs.
4892         * nptl/tst-cond16.c (count): Set to constant value of 8.
4893         * nptl/tst-cond18.c (count): Likewise.
4895 2017-08-29  Joseph Myers  <joseph@codesourcery.com>
4897         [BZ #22035]
4898         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h (__inline_functions):
4899         Define to take a second argument that is a macro that
4900         concatentates a suffix, not the suffix itself.
4901         (__CONCAT_d): New macro.
4902         (__CONCAT_f): Likewise.
4903         (__CONCAT_l): Likewise.
4905 2017-08-29  Paul Pluzhnikov  <ppluzhnikov@google.com>
4907         * stdlib/tst-atexit-common.c (do_test): Test handler inheritance
4908         by child.
4910 2017-08-29  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
4911             Aurelien Jarno  <aurelien@aurel32.net>
4912             Maciej W. Rozycki  <macro@imgtec.com>
4914         [BZ #21956]
4915         * sysdeps/unix/sysv/linux/mips/mips32/mips16/Makefile
4916         [subdir = misc] (sysdep_routines): Remove `mips16-syscall5',
4917         `mips16-syscall6' and `mips16-syscall7'.
4918         (CFLAGS-mips16-syscall5.c, CFLAGS-mips16-syscall6.c)
4919         (CFLAGS-mips16-syscall7.c): Remove.
4920         * sysdeps/unix/sysv/linux/mips/mips32/mips16/Versions (libc):
4921         Remove `__mips16_syscall5', `__mips16_syscall6' and
4922         `__mips16_syscall7'.
4923         * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall0.c
4924         (__mips16_syscall0): Rename `__mips16_syscall_return' to
4925         `__mips_syscall_return'.
4926         * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall1.c
4927         (__mips16_syscall1): Likewise.
4928         * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall2.c
4929         (__mips16_syscall2): Likewise.
4930         * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall3.c
4931         (__mips16_syscall3): Likewise.
4932         * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall4.c
4933         (__mips16_syscall4): Likewise.
4934         * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall5.c:
4935         Remove.
4936         * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall6.c:
4937         Remove.
4938         * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall7.c:
4939         Remove.
4940         * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall.h
4941         (__mips16_syscall5): Expand to `__mips_syscall5' rather than
4942         `__mips16_syscall5'.  Remove prototype.
4943         (__mips16_syscall6): Expand to `__mips_syscall6' rather than
4944         `__mips16_syscall6'.  Remove prototype.
4945         (__mips16_syscall7): Expand to `__mips_syscall7' rather than
4946         `__mips16_syscall7'.  Remove prototype.
4947         (__nomips16, __mips16_syscall_return): Move to...
4948         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
4949         (__nomips16, __mips_syscall_return): ... here.
4950         [__mips16] (INTERNAL_SYSCALL_NCS): Rename
4951         `__mips16_syscall_return' to `__mips_syscall_return'.
4952         [__mips16] (INTERNAL_SYSCALL_MIPS16): Pass `number' to
4953         `internal_syscall##nr'.
4954         [!__mips16] (INTERNAL_SYSCALL): Pass `SYS_ify (name)' to
4955         `internal_syscall##nr'.
4956         (FORCE_FRAME_POINTER): Remove.
4957         (__mips_syscall5): New prototype.
4958         (internal_syscall5): Rewrite to call `__mips_syscall5'.
4959         (__mips_syscall6): New prototype.
4960         (internal_syscall6): Rewrite to call `__mips_syscall6'.
4961         (__mips_syscall7): New prototype.
4962         (internal_syscall7): Rewrite to call `__mips_syscall7'.
4963         * sysdeps/unix/sysv/linux/mips/mips32/mips-syscall5.S: New file.
4964         * sysdeps/unix/sysv/linux/mips/mips32/mips-syscall6.S: New file.
4965         * sysdeps/unix/sysv/linux/mips/mips32/mips-syscall7.S: New file.
4966         * sysdeps/unix/sysv/linux/mips/mips32/Makefile [subdir = misc]
4967         (sysdep_routines): Add libc-do-syscall.
4968         * sysdeps/unix/sysv/linux/mips/mips32/Versions (libc): Add
4969         `__mips_syscall5', `__mips_syscall6' and `__mips_syscall7'.
4971 2017-08-29  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
4973         [BZ #21672]
4974         * nptl/allocatestack.c [_STACK_GROWS_DOWN] (setup_stack_prot):
4975         Set to use !NEED_SEPARATE_REGISTER_STACK as well.
4976         (advise_stack_range): New function.
4977         * nptl/pthread_create.c (START_THREAD_DEFN): Move logic to mark
4978         stack non required to advise_stack_range at allocatestack.c
4980 2017-08-29  Szabolcs Nagy  <szabolcs.nagy@arm.com>
4982         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Use __uint64_t.
4984 2017-08-29  Florian Weimer  <fweimer@redhat.com>
4986         [BZ #22026]
4987         * iconv/gconv_db.c (gen_steps): Decrement step_cnt after resetting
4988         __end_fct.  Mangle __end_fct after setting it to NULL.
4989         * iconv/Makefile (tests): Add tst-gconv-init-failure.
4990         (modules-names, modules-names-tests): Add
4991         tst-gconv-init-failure-mod.
4992         (gconv-modules): New target.
4993         (tst-gconv-init-failure-mod.so): Link against libsupport.
4994         (tst-gconv-init-failure): Depend on gconv-modules,
4995         tst-gconv-init-failure-mod.so.
4996         * iconv/tst-gconv-init-failure-mod.c: New file.
4997         * iconv/tst-gconv-init-failure.c: Likewise.
4998         * iconv/test-gconv-modules: Likewise.
5000 2017-08-29  Florian Weimer  <fweimer@redhat.com>
5002         [BZ #22025]
5003         * iconv/gconv_db.c (free_derivation): Remove redundant
5004         parentheses.
5005         (gen_steps): Unconditionally mangle __btowc_fct after
5006         initialization.
5007         (increment_counter): Likewise.  Do not call init_fct for internal
5008         modules.
5010 2017-08-29  Joseph Myers  <joseph@codesourcery.com>
5012         [BZ #22028]
5013         * math/math.h [__FINITE_MATH_ONLY__ && __FINITE_MATH_ONLY__ > 0]
5014         (_MSUF_): Remove macro.
5015         [__FINITE_MATH_ONLY__ && __FINITE_MATH_ONLY__ > 0] (_MSUFTO_):
5016         Likewise.
5017         [__FINITE_MATH_ONLY__ && __FINITE_MATH_ONLY__ > 0]
5018         (__REDIRFROM_X): New macro.
5019         [__FINITE_MATH_ONLY__ && __FINITE_MATH_ONLY__ > 0] (__REDIRTO_X):
5020         Likewise.
5021         * math/bits/math-finite.h (__REDIRFROM_X): Remove macro.
5022         (__REDIRTO_X): Likewise.
5023         (__MATH_REDIRCALL): Do not pass _MSUF_ or _MSUFTO_ macro
5024         arguments.
5025         (__MATH_REDIRCALL_2): Likewise.
5026         (__MATH_REDIRCALL_INTERNAL): Likewise.
5027         (__REDIRFROM (lgamma, , _MSUF_)): Likewise.
5028         (__REDIRFROM (gamma, , _MSUF_)): Likweise.
5029         (__REDIRFROM (__gamma, _r_finite, _MSUF_)): Likewise.
5030         (__REDIRFROM (tgamma, , _MSUF_)): Likewise.
5031         * math/test-finite-macros.c: New file.
5032         * math/Makefile (tests): Add test-finite-macros.
5033         (CFLAGS-test-finite-macros.c): New variable.
5035 2017-08-29  Patsy Franklin  <pfrankli@redhat.com>
5036             Jeff Law  <law@redhat.com>
5038         [BZ #22025]
5039         Mangle NULL pointers in iconv/gconv.
5040         * iconv/gconv_cache.c (find_module): Demangle init_fct before
5041         checking for NULL. Mangle __btowc_fct if init_fct is non-NULL.
5042         * iconv/gconv_db.c (free_derivation): Check that __shlib_handle
5043         is non-NULL before demangling the end_fct.  Check for NULL
5044         end_fct after demangling.
5045         (__gconv_release_step): Demangle the end_fct before checking
5046         it for NULL.   Remove assert on __shlibc_handle != NULL.
5047         (gen_steps): Don't check btowc_fct for NULL before mangling.
5048         Demangle init_fct before checking for NULL.
5049         (increment_counter): Likewise.
5050         * gconv_dl.c (__gconv_find_shlib): Don't check init_fct or
5051         end_fct for NULL before mangling.
5052         * wcsmbs/btowc.c (__btowc): Demangle btowc_fct before checking
5053         for NULL.
5055 2017-08-29  Akhilesh Kumar  <akhilesh.k@samsung.com>
5057         [BZ #21971]
5058         * locale/iso-639.def: add Morisyen.
5060 2017-08-28  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
5062         [BZ #21930]
5063         * math/math.h [defined __cplusplus && defined __SUPPORT_SNAN__]
5064         (iszero): New C++ implementation that does not use
5065         fpclassify/__MATH_TG/__builtin_types_compatible_p, when
5066         signaling nans are enabled, since __builtin_types_compatible_p
5067         is a C-only feature.
5068         * math/test-math-iszero.cc: When __HAVE_DISTINCT_FLOAT128 is
5069         defined, include ieee754_float128.h for access to the union and
5070         member ieee854_float128.ieee.
5071         [__HAVE_DISTINCT_FLOAT128] (do_test): Call check_float128.
5072         [__HAVE_DISTINCT_FLOAT128] (check_float128): New function.
5073         * sysdeps/powerpc/powerpc64le/Makefile [subdir == math]
5074         (CXXFLAGS-test-math-iszero.cc): Add -mfloat128 to the build
5075         options of test-math-zero on powerpc64le.
5077 2017-08-28  H.J. Lu  <hongjiu.lu@intel.com>
5079         * sysdeps/x86_64/fpu/multiarch/e_expf.c (__redirect_ieee754_expf):
5080         Change double to float.
5082 2017-08-28  Joseph Myers  <joseph@codesourcery.com>
5084         * math/math-svid-compat.h [!__ASSEMBLER__]: Make code
5085         unconditional.
5086         * sysdeps/ieee754/s_lib_version.c [!defined SHARED]: Remove
5087         conditional code; define contents only for [LIBM_SVID_COMPAT].
5089 2017-08-28  Florian Weimer  <fweimer@redhat.com>
5091         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-options)
5092         (abi-lp64_be-options): Remove.
5093         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-options)
5094         (abi-hard-options): Likewise.
5095         * sysdeps/unix/sysv/linux/mips/Makefile(abi-o32_soft-options)
5096         (abi-o32_hard-options, abi-o32_soft_2008-options)
5097         (abi-o32_hard_2008-options, abi-n32_soft-options)
5098         (abi-n32_hard-options, abi-n32_soft_2008-options)
5099         (abi-n32_hard_2008-options, abi-n64_soft-options)
5100         (abi-n64_hard-options, abi-n64_soft_2008-options)
5101         (abi-n64_hard_2008-options): Likewise.
5102         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-32-options)
5103         (abi-64-v1-options, abi-64-v2-options): Likewise.
5104         * sysdeps/unix/sysv/linux/s390/Makefile (abi-32-options)
5105         (abi-64-options): Likewise.
5106         * sysdeps/unix/sysv/linux/sparc/Makefile (abi-32-options)
5107         (abi-64-options): Likewise.
5108         * sysdeps/unix/sysv/linux/tile/tilegx/Makefile (abi-32-options)
5109         (abi-64-options): Likewise.
5110         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-options)
5111         (abi-64-options, abi-x32-options): Likewise.
5113 2017-08-28  Florian Weimer  <fweimer@redhat.com>
5115         Store supported list of SYS_* system calls in the source tree.
5116         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
5117         (bits/syscall.h): Generate from list file.
5118         [$(subdir) = misc] (before-compile): Add bits/syscall.h.
5119         [$(subdir) = misc] (tests): Add tst-syscall-list.
5120         [$(subdir) = misc] (tests-special): Add tst-syscall-list.out
5121         [$(subdir) = misc] (tst-syscall-list-macros.list)
5122         [$(subdir) = misc] (tst-syscall-list-nr.list)
5123         (tst-syscall-list-sys.list): Helper targets for new
5124         tst-syscall-list test.
5125         [$(subdir) = misc] (tst-syscall-list.out): Run test script
5126         tst-syscall-list.sh.
5127         [$(subdir) = misc] (bits/syscall%h, bits/syscall%d): Remove
5128         target. Do not include bits/syscall.d.
5129         [$(subdir) = misc] (generated): Do not update.
5130         * sysdeps/unix/sysv/linux/syscall-names.list: New file.
5131         * sysdeps/unix/sysv/linux/gen-syscall-h.awk: Likewise.
5132         * sysdeps/unix/sysv/linux/filter-nr-syscalls.awk: Likewise.
5133         * sysdeps/unix/sysv/linux/tst-syscall-list.sh: Likewise.
5135 2017-08-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
5137         * stdlib/Makefile (tst-atexit, tst-at_quick_exit): New tests.
5138         (tst-cxa_atexit, tst-on_exit): Likewise.
5139         * stdlib/Makefile (tests): Add tst-atexit, tst-at_quick_exit,
5140         tst-cxa_atexit, and tst-on_exit.
5141         * stdlib/tst-atexit-common.c: New file.
5142         * stdlib/tst-atexit.c: New file.
5143         * stdlib/tst-at_quick_exit.c: New file.
5144         * stdlib/tst-cxa_atexit.c: New file.
5145         * stdlib/tst-on_exit.c: New file.
5147 2017-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5149         * sysdeps/mach/hurd/bits/sysmacros.h: New file.
5150         * mach/stack_chk_fail_local.c: New file.
5151         * hurd/stack_chk_fail_local.c: New file.
5152         * mach/Machrules ($(interface-library)-routines): Add
5153         stack_chk_fail_local.
5154         * mach/Makefile (CFLAGS-mach_init.o, CFLAGS-RPC_vm_statistics.o,
5155         CFLAGS-RPC_vm_map.o, CFLAGS-RPC_vm_protect.o,
5156         CFLAGS-RPC_i386_set_gdt.o, CFLAGS-RPC_i386_set_ldt.o,
5157         CFLAGS-RPC_task_get_special_port.o): Add $(no-stack-protector).
5158         * hurd/Makefile (CFLAGS-hurdstartup.o,
5159         CFLAGS-RPC_exec_startup_get_info.o): Add $(no-stack-protector).
5161 2017-08-25  H.J. Lu  <hongjiu.lu@intel.com>
5163         * sysdeps/x86/cpu-features.h [__ASSEMBLER__]
5164         (index_cpu_*, index_arch_*): Removed.
5166 2017-08-25  Szabolcs Nagy  <szabolcs.nagy@arm.com>
5168         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h (elf_greg_t):
5169         Use uint64_t instead of unsigned long.
5171 2017-08-25  Joseph Myers  <joseph@codesourcery.com>
5173         * math/tgmath.h [__HAVE_FLOAT128]: Change conditional to
5174         [__HAVE_DISTINCT_FLOAT128].
5176         * math/math.h (_MSUFTO_): Define and undefine for each inclusion
5177         of <bits/math-finite.h>.
5178         (__MATH_DECLARING_LDOUBLE): Do not define and undefine for each
5179         inclusion of <bits/math-finite.h>.
5180         * math/bits/math-finite.h (__REDIRTO_X): Do not define
5181         conditionally on [__MATH_DECLARING_LDOUBLE && defined
5182         __NO_LONG_DOUBLE_MATH].
5183         (__MATH_REDIRCALL): Use _MSUFTO_ in __REDIRTO call.
5184         (__MATH_REDIRCALL_2): Likewise.
5185         (__MATH_REDIRCALL_INTERNAL): Likewise.
5186         (__REDIRFROM (lgamma, , _MSUF_)): Likewise.
5187         (__REDIRFROM (gamma, , _MSUF_)): Likewise.
5188         (__REDIRFROM (tgamma, , _MSUF_)): Likewise.
5190         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt_compat-power5.S:
5191         Remove file.
5192         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt_compat-ppc32.S:
5193         Likewise.
5194         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt_compat.c:
5195         Likewise.
5196         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf_compat-power5.S:
5197         Likewise.
5198         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf_compat-ppc32.S:
5199         Likewise.
5200         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf_compat.c:
5201         Likewise.
5202         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt_compat.S: Likewise.
5203         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf_compat.S: Likewise.
5204         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt_compat.S: Likewise.
5205         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf_compat.S: Likewise.
5206         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile
5207         (libm-sysdep-routines): Remove w_sqrt_compat-power5,
5208         w_sqrt_compat-ppc32, w_sqrtf_compat-power5 and
5209         w_sqrtf_compat-ppc32.
5211 2017-08-24  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
5213         * math/math.h [defined __cplusplus] (issignaling): In the long
5214         double case, call __issignalingl only if __NO_LONG_DOUBLE_MATH
5215         is not defined.  Call __issignaling, otherwise.
5217 2017-08-24  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
5219         * sysdeps/unix/make-syscalls.sh: Remove cancellable tagging for
5220         syscall definitions and replace __builtin_expect with __glibc_likely.
5221         * sysdeps/unix/syscall-template.S: Update comment about cancellable
5222         syscall.
5223          (SYSCALL_CANCELLABLE): Removedefinition
5224         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h (PSEUDO): Remove
5225         definition.
5226         (PSEUDO_END): Likewise.
5227         [IS_IN (libpthread)] (CENABLE): Likewise.
5228         [IS_IN (libpthread)] (CDISABLE): Likewise.
5229         [IS_IN (libc)] (CENABLE): Likewise.
5230         [IS_IN (libc)] (CENABLE): Likewise.
5231         [IS_IN (librt)] (CDISABLE): Likewise.
5232         [IS_IN (librt)] (CDISABLE): Likewise.
5233         [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
5234         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h (PSEUDO): Remove
5235         definition.
5236         (PSEUDO_END): Likewise.
5237         [IS_IN (libpthread)] (__local_enable_asynccancel): Likewise.
5238         [IS_IN (libpthread)] (__local_disable_asynccancel): Likewise.
5239         [IS_IN (libc)] (__local_enable_asynccancel): Likewise.
5240         [IS_IN (libc)] (__local_enable_asynccancel): Likewise.
5241         [IS_IN (librt)] (__local_disable_asynccancel): Likewise.
5242         [IS_IN (librt)] (__local_disable_asynccancel): Likewise.
5243         (CENABLE): Likewise.
5244         (CDISABLE): Likewise.
5245         [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
5246         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h (PSEUDO): Remove
5247         defintion.
5248         (PSEUDO_END): Likewise.
5249         [IS_IN (libpthread)] (CENABLE): Likewise.
5250         [IS_IN (libpthread)] (CDISABLE): Likewise.
5251         [IS_IN (libc)] (CENABLE): Likewise.
5252         [IS_IN (libc)] (CENABLE): Likewise.
5253         [IS_IN (librt)] (CDISABLE): Likewise.
5254         [IS_IN (librt)] (CDISABLE): Likewise.
5255         [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
5256         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h (PSEUDO): Remove
5257         definition.
5258         (PSEUDO_END): Likewise.
5259         [IS_IN (libpthread)] (CENABLE): Likewise.
5260         [IS_IN (libpthread)] (CDISABLE): Likewise.
5261         [IS_IN (libc)] (CENABLE): Likewise.
5262         [IS_IN (libc)] (CENABLE): Likewise.
5263         [IS_IN (librt)] (CDISABLE): Likewise.
5264         [IS_IN (librt)] (CDISABLE): Likewise.
5265         [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
5266         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h (PSEUDO): Remove
5267         definition.
5268         (PSEUDO_END): Likewise.
5269         [IS_IN (libpthread)] (CENABLE): Likewise.
5270         [IS_IN (libpthread)] (CDISABLE): Likewise.
5271         [IS_IN (libc)] (CENABLE): Likewise.
5272         [IS_IN (libc)] (CENABLE): Likewise.
5273         [IS_IN (librt)] (CDISABLE): Likewise.
5274         [IS_IN (librt)] (CDISABLE): Likewise.
5275         [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
5276         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Remove
5277         definition.
5278         (PSEUDO_END): Likewise.
5279         [IS_IN (libpthread)] (CENABLE): Likewise.
5280         [IS_IN (libpthread)] (CDISABLE): Likewise.
5281         [IS_IN (libc)] (CENABLE): Likewise.
5282         [IS_IN (libc)] (CENABLE): Likewise.
5283         [IS_IN (librt)] (CDISABLE): Likewise.
5284         [IS_IN (librt)] (CDISABLE): Likewise.
5285         [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
5286         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h (PSEUDO): Remove
5287         definition.
5288         (PSEUDO_END): Likewise.
5289         [IS_IN (libpthread)] (CENABLE): Likewise.
5290         [IS_IN (libpthread)] (CDISABLE): Likewise.
5291         [IS_IN (libc)] (CENABLE): Likewise.
5292         [IS_IN (libc)] (CENABLE): Likewise.
5293         [IS_IN (librt)] (CDISABLE): Likewise.
5294         [IS_IN (librt)] (CDISABLE): Likewise.
5295         [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
5296         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h (PSEUDO): Remove
5297         definition.
5298         (PSEUDO_END): Likewise.
5299         [IS_IN (libpthread)] (CENABLE): Likewise.
5300         [IS_IN (libpthread)] (CDISABLE): Likewise.
5301         [IS_IN (libc)] (CENABLE): Likewise.
5302         [IS_IN (libc)] (CENABLE): Likewise.
5303         [IS_IN (librt)] (CDISABLE): Likewise.
5304         [IS_IN (librt)] (CDISABLE): Likewise.
5305         [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
5306         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h (PSEUDO):
5307         Remove definition.
5308         (PSEUDO_END): Likewise.
5309         [IS_IN (libpthread)] (CENABLE): Likewise.
5310         [IS_IN (libpthread)] (CDISABLE): Likewise.
5311         [IS_IN (libc)] (CENABLE): Likewise.
5312         [IS_IN (libc)] (CENABLE): Likewise.
5313         [IS_IN (librt)] (CDISABLE): Likewise.
5314         [IS_IN (librt)] (CDISABLE): Likewise.
5315         (SINGLE_THREAD_P): Likewise.
5316         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h (PSEUDO): Remove
5317         definition.
5318         (PSEUDO_END): Likewise.
5319         [IS_IN (libpthread)] (CENABLE): Likewise.
5320         [IS_IN (libpthread)] (CDISABLE): Likewise.
5321         [IS_IN (libc)] (CENABLE): Likewise.
5322         [IS_IN (libc)] (CENABLE): Likewise.
5323         [IS_IN (librt)] (CDISABLE): Likewise.
5324         [IS_IN (librt)] (CDISABLE): Likewise.
5325         [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
5326         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h (PSEUDO): Remove
5327         definition.
5328         (PSEUDO_END): Likewise.
5329         [IS_IN (libpthread)] (CENABLE): Likewise.
5330         [IS_IN (libpthread)] (CDISABLE): Likewise.
5331         [IS_IN (libc)] (CENABLE): Likewise.
5332         [IS_IN (libc)] (CENABLE): Likewise.
5333         [IS_IN (librt)] (CDISABLE): Likewise.
5334         [IS_IN (librt)] (CDISABLE): Likewise.
5335         [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
5336         * sysdeps/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Remove file.
5337         * sysdeps/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
5338         * sysdeps/unix/sysv/linux/powerpc/sysdep-cancel.h: New file.
5339         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h (PSEUDO): Remove
5340         definition.
5341         (PSEUDO_END): Likewise.
5342         [IS_IN (libpthread)] (CENABLE): Likewise.
5343         [IS_IN (libpthread)] (CDISABLE): Likewise.
5344         [IS_IN (libc)] (CENABLE): Likewise.
5345         [IS_IN (libc)] (CENABLE): Likewise.
5346         [IS_IN (librt)] (CDISABLE): Likewise.
5347         [IS_IN (librt)] (CDISABLE): Likewise.
5348         [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
5349         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h (PSEUDO): Remove
5350         definition.
5351         (PSEUDO_END): Likewise.
5352         [IS_IN (libpthread)] (CENABLE): Likewise.
5353         [IS_IN (libpthread)] (CDISABLE): Likewise.
5354         [IS_IN (libc)] (CENABLE): Likewise.
5355         [IS_IN (libc)] (CENABLE): Likewise.
5356         [IS_IN (librt)] (CDISABLE): Likewise.
5357         [IS_IN (librt)] (CDISABLE): Likewise.
5358         [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
5359         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h (PSEUDO): Remove
5360         definition.
5361         (PSEUDO_END): Likewise.
5362         [IS_IN (libpthread)] (CENABLE): Likewise.
5363         [IS_IN (libpthread)] (CDISABLE): Likewise.
5364         [IS_IN (libc)] (CENABLE): Likewise.
5365         [IS_IN (libc)] (CENABLE): Likewise.
5366         [IS_IN (librt)] (CDISABLE): Likewise.
5367         [IS_IN (librt)] (CDISABLE): Likewise.
5368         [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
5369         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Remove file.
5370         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5371         * sysdeps/unix/sysv/linux/sparc/sysdep-cancel.h: New file.
5372         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h (PSEUDO): Remove
5373         definition.
5374         (PSEUDO_END): Likewise.
5375         [IS_IN (libpthread)] (CENABLE): Likewise.
5376         [IS_IN (libpthread)] (CDISABLE): Likewise.
5377         [IS_IN (libc)] (CENABLE): Likewise.
5378         [IS_IN (libc)] (CENABLE): Likewise.
5379         [IS_IN (librt)] (CDISABLE): Likewise.
5380         [IS_IN (librt)] (CDISABLE): Likewise.
5381         [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
5382         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h (PSEUDO): Remove
5383         definition.
5384         (PSEUDO_END): Likewise.
5385         [IS_IN (libpthread)] (CENABLE): Likewise.
5386         [IS_IN (libpthread)] (CDISABLE): Likewise.
5387         [IS_IN (libc)] (CENABLE): Likewise.
5388         [IS_IN (libc)] (CENABLE): Likewise.
5389         [IS_IN (librt)] (CDISABLE): Likewise.
5390         [IS_IN (librt)] (CDISABLE): Likewise.
5391         [__ASSEMBLER__] (SINGLE_THREAD_P): Likewise.
5393 2017-08-24  Szabolcs Nagy  <szabolcs.nagy@arm.com>
5395         * sysdeps/ieee754/dbl-64/Makefile: Don't override CFLAGS.
5397 2017-08-23  H.J. Lu  <hongjiu.lu@intel.com>
5399         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
5401 2017-08-23  H.J. Lu  <hongjiu.lu@intel.com>
5403         [BZ #21982]
5404         * string/stratcliff.c (do_test): Declare size, nchars, inner,
5405         middle and outer with size_t instead of int.  Repleace %d and
5406         %Zd with %zu in printf.  Update "MAX (0, nchars - 128)" and
5407         "MAX (outer, nchars - 64)" to support unsigned outer and
5408         nchars.  Also exit loop when outer == 0.
5410 2017-08-23  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
5412         * include/fcntl.h (__fcntl_nocancel): Remove definition.
5413         * include/signal.h (__sigsuspend_nocancel): Likewise.
5414         * include/time.h (__nanosleep_nocancel): Likewise.
5415         * sysdeps/generic/not-cancel.h (__fcntl_nocancel): New macro.
5416         * login/utmp_file.c: Include non cancellable syscall header.
5417         * sysdeps/unix/sysv/linux/not-cancel.h (__fcntl_nocancel): New
5418         prototype.
5420 2017-08-23  H.J. Lu  <hongjiu.lu@intel.com>
5422         * sysdeps/x86_64/fpu/svml_d_sincos8_core.S: Replace AVX512F
5423         .byte sequences with AVX512F instructions.
5424         * sysdeps/x86_64/fpu/svml_d_wrapper_impl.h: Likewise.
5425         * sysdeps/x86_64/fpu/svml_s_sincosf16_core.S: Likewise.
5426         * sysdeps/x86_64/fpu/svml_s_wrapper_impl.h: Likewise.
5427         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core_avx512.S:
5428         Likewise.
5429         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core_avx512.S:
5430         Likewise.
5432 2017-08-22  Szabolcs Nagy  <szabolcs.nagy@arm.com>
5433             Steve Ellcey  <sellcey@cavium.com>
5435         * sysdeps/aarch64/dl-tlsdesc.S (_dl_tlsdesc_dynamic):
5436         Use PTR_REG macro in cmp instruction.
5438 2017-08-22  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
5440         * include/libc-symbols.h: [!defined HAVE_GCC_IFUNC] (__ifunc):
5441         Change the return type of the ifunc resolver to match the return
5442         type of the target function.
5444 2017-08-22  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
5446         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (pread64): Remove.
5447         (preadv64): Likewise.
5448         (pwrite64(: Likewise.
5449         (pwritev64): Likewise.
5451         * sysdeps/unix/sysv/linux/x86_64/sysdep.h
5452         (INTERNAL_SYSCALL_NCS_TYPES): Remove define.
5453         (LOAD_ARGS_0): Likewise.
5454         (LOAD_ARGS_1): Likewise.
5455         (LOAD_ARGS_2): Likewise.
5456         (LOAD_ARGS_3): Likewise.
5457         (LOAD_ARGS_4): Likewise.
5458         (LOAD_ARGS_5): Likewise.
5459         (LOAD_ARGS_6): Likewise.
5460         (LOAD_REGS_0): Likewise.
5461         (LOAD_REGS_1): Likewise.
5462         (LOAD_REGS_2): Likewise.
5463         (LOAD_REGS_3): Likewise.
5464         (LOAD_REGS_4): Likewise.
5465         (LOAD_REGS_5): Likewise.
5466         (LOAD_REGS_6): Likewise.
5467         (ASM_ARGS_0): Likewise.
5468         (ASM_ARGS_1): Likewise.
5469         (ASM_ARGS_2): Likewise.
5470         (ASM_ARGS_3): Likewise.
5471         (ASM_ARGS_4): Likewise.
5472         (ASM_ARGS_5): Likewise.
5473         (ASM_ARGS_6): Likewise.
5474         (LOAD_ARGS_TYPES_1): Likewise.
5475         (LOAD_ARGS_TYPES_2): Likewise.
5476         (LOAD_ARGS_TYPES_3): Likewise.
5477         (LOAD_ARGS_TYPES_4): Likewise.
5478         (LOAD_ARGS_TYPES_5): Likewise.
5479         (LOAD_ARGS_TYPES_6): Likewise.
5480         (LOAD_REGS_TYPES_1): Likewise.
5481         (LOAD_REGS_TYPES_2): Likewise.
5482         (LOAD_REGS_TYPES_3): Likewise.
5483         (LOAD_REGS_TYPES_4): Likewise.
5484         (LOAD_REGS_TYPES_5): Likewise.
5485         (LOAD_REGS_TYPES_6): Likewise.
5486         (TYPEFY): New define.
5487         (ARGIFY): Likewise.
5488         (internal_syscall0): Likewise.
5489         (internal_syscall1): Likewise.
5490         (internal_syscall2): Likewise.
5491         (internal_syscall3): Likewise.
5492         (internal_syscall4): Likewise.
5493         (internal_syscall5): Likewise.
5494         (internal_syscall6): Likewise.
5495         * sysdeps/unix/sysv/linux/x86_64/x32/times.c
5496         (INTERNAL_SYSCALL_NCS): Remove define.
5497         (internal_syscall1): Add define.
5499 2017-08-22  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
5501         * math/w_remainder_compat.c: Remove duplicate inclusion of
5502         math-svid-compat.h.
5503         * math/w_remainderf_compat.c: Likewise.
5504         * math/w_remainderl_compat.c: Likewise.
5506 2017-08-22  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
5508         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5510 2017-08-22  Joseph Myers  <joseph@codesourcery.com>
5512         [BZ #21684]
5513         * math/tgmath.h (__floating_type): Simplify definitions.
5514         (__real_integer_type): New macro.
5515         (__complex_integer_type): Likewise.
5516         (__expr_is_real): Likewise.
5517         (__tgmath_real_type_sub): Update comment to describe handling of
5518         complex types.
5519         (__tgmath_complex_type_sub): New macro.
5520         (__tgmath_complex_type): Likewise.
5521         [__HAVE_FLOAT128 && __GLIBC_USE (IEC_60559_TYPES_EXT)]
5522         (__TGMATH_CF128): Use __expr_is_real.
5523         (__TGMATH_UNARY_REAL_IMAG): Use __tgmath_complex_type and
5524         __expr_is_real.
5525         (__TGMATH_BINARY_REAL_IMAG): Likewise.
5526         (__TGMATH_UNARY_REAL_IMAG_RET_REAL): Use __expr_is_real.
5527         * math/gen-tgmath-tests.py (Type.create_type): Create complex
5528         integer types.
5530 2017-08-22  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
5532         * sysdeps/generic/not-cancel.h (sigsuspend_not_cancel): Remove
5533         macro.
5534         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Remove
5535         alias.
5536         * sysdeps/unix/sysv/linux/not-cancel.h (sigsuspend_not_cancel):
5537         Likewise.
5539         * nptl/pthread_mutex_timedlock.c (__pthread_mutex_timedlock): Replace
5540         nanosleep_not_cancel with __nanosleep_nocancel.
5541         * sysdeps/generic/not-cancel.h (nanosleep_not_cancel): Remove macro.
5542         (__nanosleep_nocancel): New macro.
5543         * sysdeps/unix/sysv/linux/nanosleep.c (__nanosleep_nocancel): New
5544         function.
5545         * sysdeps/unix/sysv/linux/not-cancel.h (nanosleep_not_cancel): Remove
5546         macro.
5547         (__nanosleep_nocancel): New prototype.
5549         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full): Replace
5550         pause_not_cancel with __pause_nocancel.
5551         * sysdeps/generic/not-cancel.h (pause_not_cancel): Remove macro.
5552         (__pause_nocancel): New macro.
5553         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): Remove
5554         macro.
5555         (__pause_nocancel): New prototype.
5556         * sysdeps/unix/sysv/linux/pause.c (__pause_nocancel): New function.
5558 2017-08-22  Martin Sebor  <msebor@redhat.com>
5560         * include/libc-symbols.h (__ifunc_resolver): Declare resolver
5561         to return a pointer to the same type as the target function.
5563 2017-08-22  H.J. Lu  <hongjiu.lu@intel.com>
5565         [BZ #18822]
5566         [BZ #21986]
5567         * include/printf.h (__printf_fphex): Add attribute_hidden.
5568         (__guess_grouping): New prototype.
5569         * stdio-common/printf_fp.c (__guess_grouping): Removed.
5570         * stdio-common/reg-printf.c (__register_printf_specifier): Add
5571         libc_hidden_proto and libc_hidden_def.
5572         * stdlib/strfmon_l.c (__guess_grouping): Removed.
5573         (__vstrfmon_l): Remove the third argument passed to
5574         __guess_grouping.
5576 2017-08-22  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
5578         * math/math.h [defined __cplusplus] (issignaling): Provide a C++
5579         definition for issignaling that does not rely on __MATH_TG,
5580         since __MATH_TG uses __builtin_types_compatible_p, which is only
5581         available in C mode.
5582         (CFLAGS-test-math-issignaling.cc): New variable.
5583         * math/Makefile [CXX] (tests): Add test-math-issignaling.
5584         * math/test-math-issignaling.cc: New test for C++ implementation
5585         of type-generic issignaling.
5586         * sysdeps/powerpc/powerpc64le/Makefile [subdir == math]
5587         (CXXFLAGS-test-math-issignaling.cc): Add -mfloat128 to the build
5588         options of test-math-issignaling on powerpc64le.
5590 2017-08-22  H.J. Lu  <hongjiu.lu@intel.com>
5592         * include/libc-symbols.h (__hidden_proto_hiddenattr): New for
5593         building libc.a.
5594         (hidden_proto): Likewise.
5595         (hidden_tls_proto): Likewise.
5596         (__hidden_proto): Likewise.
5598 2017-08-22  Florian Weimer  <fweimer@redhat.com>
5600         math: Statically link tests of internal functionality.
5601         * math/Makefile (tests): Remove atest-exp, atest-sincos,
5602         atest-exp2.
5603         (tests-static): Add atest-exp, atest-sincos, atest-exp2.
5604         (gmp-objs): Remove assignment.
5605         (atest-exp, atest-sincos, atest-exp2): Remove targets.
5607 2017-08-22  Joseph Myers  <joseph@codesourcery.com>
5609         [BZ #21987]
5610         * sysdeps/unix/sysv/linux/sparc/bits/long-double.h: Remove file
5611         and copy to ...
5612         * sysdeps/unix/sysv/linux/sparc/sparc32/bits/long-double.h:
5613         ... here.
5614         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/long-double.h:
5615         ... and here.
5617         * assert/Makefile [$(have-cxx-thread_local)]: Move conditional
5618         variable definitions above inclusion of ../Rules.
5620 2017-08-21  Joseph Myers  <joseph@codesourcery.com>
5622         * sysdeps/ieee754/k_standard.c (__kernel_standard): Add default
5623         case calling __builtin_unreachable.
5625 2017-08-21  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
5627         * libio/ioopen.c (_IO_waitpid): Replace waitpid_not_cancel with
5628         __waitpid_nocancel.
5629         * sysdeps/generic/not-cancel.h (waitpid_not_cancel): Remove macro.
5630         (__waitpid_nocancel): New macro.
5631         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel): Remove
5632         macro.
5633         (__waitpid_nocancel): Replace macro with a function.
5634         * sysdeps/unix/sysv/linux/waitpid.c (__waitpid_nocancel): New
5635         function.
5637         * login/utmp_file.c (timeout_handler): Replace fcntl_not_cancel with
5638         __fcntl_nocancel.
5639         * sysdeps/generic/not-cancel.h (fcntl_not_cancel): Remove macro.
5640         * sysdeps/unix/sysv/linux/not-cancel.h (fcntl_not_cancel): Likewise.
5642         * gmon/gmon.c (write_hist): Replace writev_not_cancel_no_status with
5643         __writev_nocancel_nostatus.
5644         (write_call_graph): Likewise.
5645         (write_bb_counts): Likewise.
5646         * resolv/herror.c (herror): Likewise.
5647         * sysdeps/generic/not-cancel.h (writev_not_cancel_no_status): Remove
5648         macro.
5649         (__writev_nocancel_nostatus): New macro.
5650         * sysdeps/unix/sysv/linux/not-cancel.h (writev_not_cancel_no_status):
5651         Remove macro.
5652         (__writev_nocancel_nostatus): New function.
5654 2017-08-21  Joseph Myers  <joseph@codesourcery.com>
5656         Revert:
5657         2017-08-21  H.J. Lu  <hongjiu.lu@intel.com>
5659         * include/libc-symbols.h (__hidden_proto_hiddenattr): New for
5660         building libc.a.
5661         (hidden_proto): Likewise.
5662         (hidden_tls_proto): Likewise.
5663         (__hidden_proto): Likewise.
5665         [BZ #21973]
5666         * sysdeps/sparc/sparc32/fpu/w_sqrt_compat.S: Remove file.
5667         * sysdeps/sparc/sparc32/fpu/w_sqrtf_compat.S: Likewise.
5668         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt_compat-vis3.S:
5669         Likewise.
5670         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt_compat.S:
5671         Likewise.
5672         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf_compat-vis3.S:
5673         Likewise.
5674         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf_compat.S:
5675         Likewise.
5676         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt_compat.S : Likewise.
5677         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf_compat.S: Likewise.
5678         * sysdeps/sparc/sparc64/fpu/w_sqrt_compat.S: Likewise.
5679         * sysdeps/sparc/sparc64/fpu/w_sqrtf_compat.S: Likewise.
5680         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Add
5681         GLIBC_2.0 sqrtl symbol.
5683         * math/math.h [__USE_MISC] (_LIB_VERSION_TYPE): Remove.
5684         [__USE_MISC] (_LIB_VERSION): Likewise.
5685         [__USE_MISC] (struct exception): Likewise.
5686         [__USE_MISC] (matherr): Likewise.
5687         [__USE_MISC] (DOMAIN): Likewise.
5688         [__USE_MISC] (SING): Likewise.
5689         [__USE_MISC] (OVERFLOW): Likewise.
5690         [__USE_MISC] (UNDERFLOW): Likewise.
5691         [__USE_MISC] (TLOSS): Likewise.
5692         [__USE_MISC] (PLOSS): Likewise.
5693         [__USE_MISC] (HUGE): Likewise.
5694         [__USE_XOPEN] (MAXFLOAT): Define even if [__USE_MISC].
5695         * math/math-svid-compat.h: New file.
5696         * conform/linknamespace.pl (@whitelist): Remove matherr, matherrf
5697         and matherrl.
5698         * include/math.h [!_ISOMAC] (__matherr): Remove.
5699         * manual/arith.texi (FP Exceptions): Do not document matherr.
5700         * math/Makefile (tests): Change test-matherr to test-matherr-3.
5701         (tests-internal): New variable.
5702         (install-lib): Do not add libieee.a.
5703         (non-lib.a): Likewise.
5704         (extra-objs): Do not add libieee.a and ieee-math.o.
5705         (CPPFLAGS-s_lib_version.c): Remove variable.
5706         ($(objpfx)libieee.a): Remove rule.
5707         ($(addprefix $(objpfx), $(tests-internal)): Depend on $(libm).
5708         * math/ieee-math.c: Remove.
5709         * math/libm-test-support.c (matherr): Remove.
5710         * math/test-matherr.c: Use <support/test-driver.c>.  Add copyright
5711         and license notices.  Include <math-svid-compat.h> and
5712         <shlib-compat.h>.
5713         (matherr): Undefine as macro.  Use compat_symbol_reference.
5714         (_LIB_VERSION): Likewise.
5715         * math/test-matherr-2.c: New file.
5716         * math/test-matherr-3.c: Likewise.
5717         * sysdeps/generic/math_private.h (__kernel_standard): Remove
5718         declaration.
5719         (__kernel_standard_f): Likewise.
5720         (__kernel_standard_l): Likewise.
5721         * sysdeps/ieee754/s_lib_version.c: Do not include <math.h> or
5722         <math_private.h>.  Include <math-svid-compat.h>.
5723         (_LIB_VERSION): Undefine as macro.
5724         (_LIB_VERSION_INTERNAL): Always initialize to _POSIX_.  Define
5725         only if [LIBM_SVID_COMPAT || !defined SHARED].  If
5726         [LIBM_SVID_COMPAT], use compat_symbol.
5727         * sysdeps/ieee754/s_matherr.c: Do not include <math.h> or
5728         <math_private.h>.  Include <math-svid-compat.h>.
5729         (matherr): Undefine as macro.
5730         (__matherr): Define only if [LIBM_SVID_COMPAT].  Use
5731         compat_symbol.
5732         * sysdeps/ia64/fpu/libm_error.c: Include <math-svid-compat.h>.
5733         [_LIBC && LIBM_SVID_COMPAT] (matherrf): Use
5734         compat_symbol_reference.
5735         [_LIBC && LIBM_SVID_COMPAT] (matherrl): Likewise.
5736         [_LIBC && !LIBM_SVID_COMPAT] (matherrf): Define as macro.
5737         [_LIBC && !LIBM_SVID_COMPAT] (matherrl): Likewise.
5738         * sysdeps/ia64/fpu/libm_support.h: Include <math-svid-compat.h>.
5739         (MATHERR_D): Remove declaration.
5740         [!_LIBC] (_LIB_VERSION_TYPE): Likewise
5741         [!LIBM_BUILD] (_LIB_VERSIONIMF): Likewise.
5742         [LIBM_BUILD] (pmatherrf): Likewise.
5743         [LIBM_BUILD] (pmatherr): Likewise.
5744         [LIBM_BUILD] (pmatherrl): Likewise.
5745         (DOMAIN): Likewise.
5746         (SING): Likewise.
5747         (OVERFLOW): Likewise.
5748         (UNDERFLOW): Likewise.
5749         (TLOSS): Likewise.
5750         (PLOSS): Likewise.
5751         * sysdeps/ia64/fpu/s_matherrf.c: Include <math-svid-compat.h>.
5752         (__matherrf): Define only if [LIBM_SVID_COMPAT].  Use
5753         compat_symbol.
5754         * sysdeps/ia64/fpu/s_matherrl.c: Include <math-svid-compat.h>.
5755         (__matherrl): Define only if [LIBM_SVID_COMPAT].  Use
5756         compat_symbol.
5757         * math/lgamma-compat.h: Include <math-svid-compat.h>.
5758         * math/w_acos_compat.c: Likewise.
5759         * math/w_acosf_compat.c: Likewise.
5760         * math/w_acosh_compat.c: Likewise.
5761         * math/w_acoshf_compat.c: Likewise.
5762         * math/w_acoshl_compat.c: Likewise.
5763         * math/w_acosl_compat.c: Likewise.
5764         * math/w_asin_compat.c: Likewise.
5765         * math/w_asinf_compat.c: Likewise.
5766         * math/w_asinl_compat.c: Likewise.
5767         * math/w_atan2_compat.c: Likewise.
5768         * math/w_atan2f_compat.c: Likewise.
5769         * math/w_atan2l_compat.c: Likewise.
5770         * math/w_atanh_compat.c: Likewise.
5771         * math/w_atanhf_compat.c: Likewise.
5772         * math/w_atanhl_compat.c: Likewise.
5773         * math/w_cosh_compat.c: Likewise.
5774         * math/w_coshf_compat.c: Likewise.
5775         * math/w_coshl_compat.c: Likewise.
5776         * math/w_exp10_compat.c: Likewise.
5777         * math/w_exp10f_compat.c: Likewise.
5778         * math/w_exp10l_compat.c: Likewise.
5779         * math/w_exp2_compat.c: Likewise.
5780         * math/w_exp2f_compat.c: Likewise.
5781         * math/w_exp2l_compat.c: Likewise.
5782         * math/w_fmod_compat.c: Likewise.
5783         * math/w_fmodf_compat.c: Likewise.
5784         * math/w_fmodl_compat.c: Likewise.
5785         * math/w_hypot_compat.c: Likewise.
5786         * math/w_hypotf_compat.c: Likewise.
5787         * math/w_hypotl_compat.c: Likewise.
5788         * math/w_j0_compat.c: Likewise.
5789         * math/w_j0f_compat.c: Likewise.
5790         * math/w_j0l_compat.c: Likewise.
5791         * math/w_j1_compat.c: Likewise.
5792         * math/w_j1f_compat.c: Likewise.
5793         * math/w_j1l_compat.c: Likewise.
5794         * math/w_jn_compat.c: Likewise.
5795         * math/w_jnf_compat.c: Likewise.
5796         * math/w_jnl_compat.c: Likewise.
5797         * math/w_lgamma_main.c: Likewise.
5798         * math/w_lgamma_r_compat.c: Likewise.
5799         * math/w_lgammaf_main.c: Likewise.
5800         * math/w_lgammaf_r_compat.c: Likewise.
5801         * math/w_lgammal_main.c: Likewise.
5802         * math/w_lgammal_r_compat.c: Likewise.
5803         * math/w_log10_compat.c: Likewise.
5804         * math/w_log10f_compat.c: Likewise.
5805         * math/w_log10l_compat.c: Likewise.
5806         * math/w_log2_compat.c: Likewise.
5807         * math/w_log2f_compat.c: Likewise.
5808         * math/w_log2l_compat.c: Likewise.
5809         * math/w_log_compat.c: Likewise.
5810         * math/w_logf_compat.c: Likewise.
5811         * math/w_logl_compat.c: Likewise.
5812         * math/w_pow_compat.c: Likewise.
5813         * math/w_powf_compat.c: Likewise.
5814         * math/w_powl_compat.c: Likewise.
5815         * math/w_remainder_compat.c: Likewise.
5816         * math/w_remainderf_compat.c: Likewise.
5817         * math/w_remainderl_compat.c: Likewise.
5818         * math/w_scalb_compat.c: Likewise.
5819         * math/w_scalbf_compat.c: Likewise.
5820         * math/w_scalbl_compat.c: Likewise.
5821         * math/w_sinh_compat.c: Likewise.
5822         * math/w_sinhf_compat.c: Likewise.
5823         * math/w_sinhl_compat.c: Likewise.
5824         * math/w_sqrt_compat.c: Likewise.
5825         * math/w_sqrtf_compat.c: Likewise.
5826         * math/w_sqrtl_compat.c: Likewise.
5827         * math/w_tgamma_compat.c: Likewise.
5828         * math/w_tgammaf_compat.c: Likewise.
5829         * math/w_tgammal_compat.c: Likewise.
5830         * sysdeps/ieee754/dbl-64/w_exp_compat.c: Likewise.
5831         * sysdeps/ieee754/flt-32/w_expf_compat.c: Likewise.
5832         * sysdeps/ieee754/k_standard.c: Likewise.
5833         * sysdeps/ieee754/k_standardf.c: Likewise.
5834         * sysdeps/ieee754/k_standardl.c: Likewise.
5835         * sysdeps/ieee754/ldbl-128/w_expl_compat.c: Likewise.
5836         * sysdeps/ieee754/ldbl-128ibm/w_expl_compat.c: Likewise.
5837         * sysdeps/ieee754/ldbl-96/w_expl_compat.c: Likewise.
5838         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt_compat.S: Likewise.
5839         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf_compat.S: Likewise.
5840         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt_compat.S: Likewise.
5841         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf_compat.S: Likewise.
5842         * sysdeps/sparc/sparc32/fpu/w_sqrt_compat.S: Likewise.
5843         * sysdeps/sparc/sparc32/fpu/w_sqrtf_compat.S: Likewise.
5844         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt_compat-vis3.S:
5845         Likewise.
5846         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf_compat-vis3.S:
5847         Likewise.
5848         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt_compat.S: Likewise.
5849         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf_compat.S: Likewise.
5850         * sysdeps/sparc/sparc64/fpu/w_sqrt_compat.S: Likewise.
5851         * sysdeps/sparc/sparc64/fpu/w_sqrtf_compat.S: Likewise.
5853 2017-08-21  Florian Weimer  <fweimer@redhat.com>
5855         [BZ #21864]
5856         Do not compile benchmark helper objects with -DMODULE_NAME=libc.
5857         * benchtests/Makefile (others-extras): Set to $(bench-extra-objs).
5858         Move before inclusion of ../Rules.
5860 2017-08-21  Florian Weimer  <fweimer@redhat.com>
5862         [BZ #21972]
5863         * assert/assert.h (assert): Use static_cast (bool) for C++.
5864         Use the ternary operator in the warning branch for GNU C.
5865         * assert/Makefile (tests): Add tst-assert-c++, tst-assert-g++.
5866         (CFLAGS-tst-assert-c++.o): Compile in C++11 mode.
5867         (CFLAGS-tst-assert-g++.o): Compile in GnU C++11 mode.
5868         (LDLIBS-tst-assert-c++, LDLIBS-tst-assert-g++): Link with libstdc++.
5869         * assert/tst-assert-c++.cc, assert/tst-assert-g++.cc: New files.
5871 2017-08-21  H.J. Lu  <hongjiu.lu@intel.com>
5873         [BZ #18822]
5874         * sysdeps/unix/sysv/linux/x86_64/init-first.c
5875         (__syscall_clock_gettime): Add attribute_hidden.
5876         * sysdeps/unix/sysv/linux/x86_64/makecontext.c
5877         (__start_context): Likewise.
5879 2017-08-21  H.J. Lu  <hongjiu.lu@intel.com>
5881         * include/libc-symbols.h (__hidden_proto_hiddenattr): New for
5882         building libc.a.
5883         (hidden_proto): Likewise.
5884         (hidden_tls_proto): Likewise.
5885         (__hidden_proto): Likewise.
5887 2017-08-21  H.J. Lu  <hongjiu.lu@intel.com>
5889         * include/libc-symbols.h (attribute_hidden): Enable hidden
5890         visibility in libc.a compiled with PIE.
5892 2017-08-21  H.J. Lu  <hongjiu.lu@intel.com>
5894         [BZ #18822]
5895         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (VDSO_SYMBOL(getcpu)):
5896         Add attribute_hidden.
5898 2017-08-21  H.J. Lu  <hongjiu.lu@intel.com>
5900         [BZ #21864]
5901         * Makerules (all-nonlib): Add $(others-extras).
5902         * catgets/Makefile (others-extras): New.
5903         * elf/Makefile (others-extras): Likewise.
5904         * nss/Makefile (others-extras): Likewise.
5906 2017-08-21  H.J. Lu  <hongjiu.lu@intel.com>
5908         [BZ #18822]
5909         * csu/libc-start.c (__libc_multiple_libcs): Removed.
5910         * elf/dl-open.c: Include <libc-internal.h>.
5911         (__libc_multiple_libcs): Removed.
5912         * elf/dl-sysdep.c: Include <libc-internal.h> instead of
5913         <hp-timing.h>.
5914         * include/libc-internal.h (__libc_multiple_libcs): New.
5915         * misc/sbrk.c: Include <libc-internal.h>.
5916         (__libc_multiple_libcs): Removed.
5918 2017-08-21  H.J. Lu  <hongjiu.lu@intel.com>
5920         [BZ #18822]
5921         * grp/initgroups.c (__nss_group_database): Removed.
5922         (__nss_initgroups_database): Likewise.
5923         * nscd/gai.c (__nss_hosts_database): Likewise.
5924         * nss/XXX-lookup.c (DATABASE_NAME_SYMBOL): Likewise.
5925         * posix/tst-rfc3484-2.c (__nss_hosts_database): Likewise.
5926         * posix/tst-rfc3484-3.c (__nss_hosts_database): Likewise.
5927         * posix/tst-rfc3484.c (__nss_hosts_database): Likewise.
5928         * sysdeps/posix/getaddrinfo.c (__nss_hosts_database): Likewise.
5929         * nss/getXXent.c (INTERNAL (REENTRANT_GETNAME)): Add
5930         attribute_hidden.
5931         * nss/nsswitch.c (__nss_database_custom): Define only if
5932         USE_NSCD is defined.
5933         (__nss_configure_lookup): Use __nss_database_custom only if
5934         USE_NSCD is defined.
5935         * nss/nsswitch.h (__nss_database_custom): Declare only if
5936         USE_NSCD is defined.  Add attribute_hidden.
5937         (__nss_setent): Add attribute_hidden.
5938         (__nss_endent): Likewise.
5939         (__nss_getent_r): Likewise.
5940         (__nss_getent): Likewise.
5941         (DEFINE_DATABASE): Declare __nss_##arg##_database.
5943 2017-08-20  H.J. Lu  <hongjiu.lu@intel.com>
5945         [BZ #18822]
5946         * sysdeps/unix/sysv/linux/i386/glob64.c (__old_glob64): Add
5947         libc_hidden_proto and libc_hidden_def.
5949 2017-08-20  H.J. Lu  <hongjiu.lu@intel.com>
5951         [BZ #18822]
5952         * sysdeps/unix/sysv/linux/i386/olddirent.h (__old_readdir64):
5953         Add libc_hidden_proto.
5954         * sysdeps/unix/sysv/linux/i386/readdir64.c (__old_readdir64):
5955         Add libc_hidden_def.
5957 2017-08-20  H.J. Lu  <hongjiu.lu@intel.com>
5959         [BZ #21974]
5960         * gmon/Makefile (routines): Remove bb_init_func and
5961         bb_exit_func.
5962         (elide-routines.os): Removed.
5963         * gmon/bb_exit_func.c: Likewise.
5964         * gmon/bb_init_func.c: Likewise.
5965         * include/sys/gmon.h (__bb): Likewise.
5966         (__bb_init_func): Likewise.
5967         (__bb_exit_func): Likewise.
5968         * sysdeps/alpha/bb_init_func.S: Likewise.
5970 2017-08-20  H.J. Lu  <hongjiu.lu@intel.com>
5972         * debug/longjmp_chk.c (____longjmp_chk): Moved to ...
5973         * include/setjmp.h (____longjmp_chk): Here.  Add
5974         attribute_hidden.
5976 2017-08-19  H.J. Lu  <hongjiu.lu@intel.com>
5978         [BZ #18822]
5979         * sysdeps/x86_64/multiarch/strcspn-c.c (STRCSPN_SSE2): Add
5980         attribute_hidden.
5981         (__strspn_sse2): Likewise.
5983 2017-08-18  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
5985         * sysdeps/generic/not-cancel.h (close_not_cancel): Remove macro.
5986         (close_not_cancel_no_status): Likewise.
5987         (__close_nocancel): New macro.
5988         (__close_nocancel_nostatus): Likewise.
5989         * sysdeps/unix/sysv/linux/not-cancel.h (__close_nocancel): Remove
5990         macro.
5991         (close_not_cancel): Likewise.
5992         (close_not_cancel_no_status): Likewise.
5993         (__close_nocancel): New prototype.
5994         (__close_nocancel_nostatus): New function.
5995         * sysdeps/unix/sysv/linux/close.c (__close_nocancel): New function.
5996         * catgets/open_catalog.c (__open_catalog): Replace
5997         close_not_cancel{_no_status) with __close_nocancel{_nostatus}.
5998         * gmon/gmon.c (write_gmon): Likewise.
5999         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
6000         * intl/loadmsgcat.c (close): Likewise.
6001         * io/ftw.c (open_dir_stream): Likewise.
6002         (ftw_startup): Likewise.
6003         * libio/fileops.c (_IO_file_open): Likewise.
6004         (_IO_file_close_mmap): Likewise.
6005         (_IO_file_close): Likewise.
6006         * libio/iopopen.c (_IO_dup2): Likewise.
6007         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
6008         * locale/loadlocale.c (_nl_load_locale): Likewise.
6009         * login/utmp_file.c (pututline_file): Likewise.
6010         (endutent_file): Likewise.
6011         * misc/daemon.c (daemon): Likewise.
6012         * nscd/nscd_getai.c (__nscd_getai): Likewise.
6013         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
6014         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
6015         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
6016         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
6017         * nscd/nscd_helper.c (open_socket): Likewise.
6018         (__nscd_open_socket): Likewise.
6019         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
6020         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Likewise.
6021         (__nscd_innetgr): Likewise.
6022         * nss/nss_db/db-open.c (internal_setent): Likewise.
6023         * resolv/res-close.c (__res_iclose): Likewise.
6024         * sunrpc/pm_getmaps.c (pmap_getmaps): Likewise.
6025         * sysdeps/posix/closedir.c (__closedir): Likewise.
6026         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Likewise.
6027         * sysdeps/posix/getcwd.c (__getcwd): Likewise.
6028         * sysdeps/posix/opendir.c (tryopen_o_directory): Likewise.
6029         (opendir_tail): Likewise.
6030         * sysdeps/posix/spawni.c (__spawni_child): Likewise.
6031         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Likewise.
6032         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
6033         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
6034         * sysdeps/unix/sysv/linux/gethostid.c (sethostid): Likewise.
6035         (gethostid): Likewise.
6036         * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Likewise.
6037         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
6038         Likewise.
6039         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
6040         * sysdeps/unix/sysv/linux/grantpt.c (close_all_fds): Likewise.
6041         * sysdeps/unix/sysv/linux/i386/smp.h (is_smp_system): Likewise.
6042         * sysdeps/unix/sysv/linux/ia64/has_cpuclock.c (has_cpuclock):
6043         Likewise.
6044         * sysdeps/unix/sysv/linux/if_index.c (__if_nametoindex): Likewise.
6045         * sysdeps/unix/sysv/linux/libc_fatal.c (backtrace_and_maps): Likewise.
6046         * sysdeps/unix/sysv/linux/malloc-sysdep.h (check_may_shrink_heap):
6047         Likewise.
6048         * sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink): Likewise.
6049         * sysdeps/unix/sysv/linux/pthread_getname.c (pthread_getname_np):
6050         Likewise.
6051         * sysdeps/unix/sysv/linux/pthread_setname.c (pthread_setname_np):
6052         Likewise.
6053         * sysdeps/unix/sysv/linux/spawni.c (__spawni_child): Likewise.
6054         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Likewise.
6055         * sysdeps/unix/sysv/linux/Versions (libc) [GLIBC_PRIVATE]: Add
6056         __close_nocancel.
6058         * sysdeps/generic/not-cancel.h (openat_not_cancel): Remove macro.
6059         (openat_not_cancel_3): Likewise.
6060         (openat64_not_cancel_3): Likewise).
6061         (openat_not_cancel_3): Likewise).
6062         * sysdeps/unix/sysv/linux/not-cancel.h (openat_not_cancel): Remove
6063         macro.
6064         (openat_not_cancel_3): Likewise.
6065         (openat64_not_cancel): Likewise.
6066         (openat64_not_cancel_3): Likewise.
6067         * sysdeps/unix/sysv/linux/openat.c (__openat_nocancel): New function.
6068         * sysdeps/unix/sysv/linux/openat64.c (__openat64_nocancel): Likewise.
6069         * io/ftw.c (open_dir_stream): Replace openat{64}_not_cancel{_3} with
6070         __open{64}_nocancel.
6071         * sysdeps/mach/hurd/opendir.c (__opendirat): Likewise.
6072         * sysdeps/posix/getcwd.c (__getcwd): Likewise.
6073         * sysdeps/posix/opendir.c (__opendirat): Likewise.
6075 2017-08-18  H.J. Lu  <hongjiu.lu@intel.com>
6077         [BZ #18822]
6078         * include/argz.h (__argz_create_sep): New function prototype.
6079         (__argz_append): Likewise.
6080         (__argz_add): Likewise.
6081         (__argz_add_sep): Likewise.
6082         (__argz_delete): Likewise.
6083         (__argz_insert): Likewise.
6084         (__argz_replace): Likewise.
6085         * string/argz.h (__argz_create_sep): Removed.
6086         (__argz_append): Likewise.
6087         (__argz_add): Likewise.
6088         (__argz_add_sep): Likewise.
6089         (__argz_delete): Likewise.
6090         (__argz_insert): Likewise.
6091         (__argz_replace): Likewise.
6093 2017-08-18  H.J. Lu  <hongjiu.lu@intel.com>
6095         * elf/elf.h (NT_GNU_PROPERTY_TYPE_0): New.
6096         (NOTE_GNU_PROPERTY_SECTION_NAME): Likewise.
6097         (GNU_PROPERTY_STACK_SIZE): Likewie.
6098         (GNU_PROPERTY_NO_COPY_ON_PROTECTED): Likewie.
6099         (GNU_PROPERTY_LOPROC): Likewise.
6100         (GNU_PROPERTY_HIPROC): Likewise.
6101         (GNU_PROPERTY_LOUSER): Likewise.
6102         (GNU_PROPERTY_HIUSER): Likewise.
6103         (GNU_PROPERTY_X86_ISA_1_USED): Likwise.
6104         (GNU_PROPERTY_X86_ISA_1_NEEDED): Likwise.
6105         (GNU_PROPERTY_X86_FEATURE_1_AND): Likwise.
6106         (GNU_PROPERTY_X86_ISA_1_486): Likwise.
6107         (GNU_PROPERTY_X86_ISA_1_586): Likwise.
6108         (GNU_PROPERTY_X86_ISA_1_686): Likwise.
6109         (GNU_PROPERTY_X86_ISA_1_SSE): Likwise.
6110         (GNU_PROPERTY_X86_ISA_1_SSE2): Likwise.
6111         (GNU_PROPERTY_X86_ISA_1_SSE3): Likwise.
6112         (GNU_PROPERTY_X86_ISA_1_SSSE3): Likwise.
6113         (GNU_PROPERTY_X86_ISA_1_SSE4_1): Likwise.
6114         (GNU_PROPERTY_X86_ISA_1_SSE4_2): Likwise.
6115         (GNU_PROPERTY_X86_ISA_1_AVX): Likwise.
6116         (GNU_PROPERTY_X86_ISA_1_AVX2): Likwise.
6117         (GNU_PROPERTY_X86_ISA_1_AVX512F): Likwise.
6118         (GNU_PROPERTY_X86_ISA_1_AVX512CD): Likwise.
6119         (GNU_PROPERTY_X86_ISA_1_AVX512ER): Likwise.
6120         (GNU_PROPERTY_X86_ISA_1_AVX512PF): Likwise.
6121         (GNU_PROPERTY_X86_ISA_1_AVX512VL): Likwise.
6122         (GNU_PROPERTY_X86_ISA_1_AVX512DQ): Likwise.
6123         (GNU_PROPERTY_X86_ISA_1_AVX512BW): Likwise.
6124         (GNU_PROPERTY_X86_FEATURE_1_IBT): Likwise.
6125         (GNU_PROPERTY_X86_FEATURE_1_SHSTK): Likwise.
6127 2017-08-18  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
6129         * misc/sys/cdefs.h (__HAVE_GENERIC_SELECTION): Define to 0, if
6130         in C++ mode.
6132 2017-08-18  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
6134         [BZ #21930]
6135         * math/math.h (isinf): Check if in C or C++ mode before using
6136         __builtin_types_compatible_p, since this is a C mode feature.
6138 2017-08-18  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
6140         * sysdeps/generic/not-cancel.h (write_not_cancel): Remove macro.
6141         (__write_nocancel): New macro.
6142         * sysdeps/unix/sysv/linux/not-cancel.h (__write_nocancel):
6143         Rewrite as a function prototype.
6144         (write_not_cancel): Remove macro.
6145         * sysdeps/unix/sysv/linux/write.c (__write_nocancel): New function.
6146         * gmon/gmon.c (ERR): Replace write_not_cancel with __write_nocancel.
6147         (write_gmon): Likewise.
6148         * libio/fileops.c (_IO_new_file_write): Likewise.
6149         * login/utmp_file.c (pututline_file): Likewise.
6150         (updwtmp_file): Likewise.
6151         * stdio-common/psiginfo.c (psiginfo): Likewise.
6152         * sysdeps/posix/spawni.c (__spawni_child): Likewise.
6153         * sysdeps/unix/sysv/linux/gethostid.c (sethostid): Likewise.
6154         * sysdeps/unix/sysv/linux/libc_fatal.c (backtrace_and_maps):
6155         Likewise.
6156         * sysdeps/unix/sysv/linux/pthread_setname.c (pthread_setname_np):
6157         Likewise.
6159         * sysdeps/generic/not-cancel.h (read_not_cancel): Remove macro.
6160         (__read_nocancel): New macro.
6161         * sysdeps/unix/sysv/linux/Versions (libc) [GLIBC_PRIVATE]: Add
6162         __read_nocancel.
6163         * sysdeps/unix/sysv/linux/not-cancel.h (__read_nocancel): Remove
6164         macro.
6165         (__read_nocancel): New prototype.
6166         * sysdeps/unix/sysv/linux/read.c (__read_nocancel): New function.
6167         * catgets/open_catalog.c (__open_catalog): Replace read_not_cancel
6168         with __read_nocancel.
6169         * intl/loadmsgcat.c (read): Likewise.
6170         * libio/fileops.c (_IO_file_read): Likewise.
6171         * locale/loadlocale.c (_nl_load_locale): Likewise.
6172         * login/utmp_file.c (getutent_r_file): Likewise.
6173         (internal_getut_r): Likewise.
6174         (getutline_r_file): Likewise.
6175         * sysdeps/unix/sysv/linux/fips-private.h (fips_enable_p): Likewise.
6176         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
6177         * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Likewise.
6178         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
6179         Likewise.
6180         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): Likewise.
6181         * sysdeps/unix/sysv/linux/i386/smp.h (is_smp_system): Likewise.
6182         * sysdeps/unix/sysv/linux/ia64/has_cpuclock.c (has_cpuclock):
6183         Likewise.
6184         * sysdeps/unix/sysv/linux/libc_fatal.c (backtrace_and_maps):
6185         Likewise.
6186         * sysdeps/unix/sysv/linux/malloc-sysdep.h (check_may_shrink_heap):
6187         Likewise.
6188         * sysdeps/unix/sysv/linux/pthread_getname.c (pthread_getname_np):
6189         Likewise.
6190         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Likewise.
6192 2017-08-18  H.J. Lu  <hongjiu.lu@intel.com>
6194         [BZ #21966]
6195         * sysdeps/x86_64/fpu/multiarch/ifunc-mathvec-avx2.h
6196         (IFUNC_SELECTOR): Don't use the AVX2 version if FMA isn't
6197         usable.
6199 2017-08-17  DJ Delorie  <dj@redhat.com>
6201         * bug17079.c: Update to new test harness.
6202         * test-digits-dots.c: Likewise.
6203         * test-netdb.c: Likewise.
6204         * tst-field.c: Likewise.
6205         * tst-nss-getpwent.c: Likewise.
6206         * tst-nss-static.c: Likewise.
6207         * tst-nss-test1.c: Likewise.
6208         * tst-nss-test2.c: Likewise.
6209         * tst-nss-test3.c: Likewise.
6210         * tst-nss-test4.c: Likewise.
6211         * tst-nss-test5.c: Likewise.
6213 2017-08-17  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
6215         * sysdeps/generic/not-cancel.h (open_not_cancel): Remove macro.
6216         (open_not_cancel_2): Likewise.
6217         (open_nocancel): New macro.
6218         (open64_nocancel): Likewise.
6219         * sysdeps/unix/sysv/linux/not-cancel.h (open_not_cancel): Remove macro.
6220         (open_not_cancel_2): Likewise.
6221         (__open_nocancel): New prototype.
6222         (__open64_nocancel): Likewise.
6223         * sysdeps/unix/sysv/linux/Versions (libc) [GLIBC_PRIVATE]: Add
6224         __open_nocancel.
6225         * sysdeps/unix/sysv/linux/open.c (__open_nocancel): New function.
6226         * sysdeps/unix/sysv/linux/open64.c (__open64_nocancel): Likewise.
6227         * catgets/open_catalog.c (__open_catalog): Replace open_not_cancel{_2}
6228         with __open_nocancel.
6229         * csu/check_fds.c (check_one_fd): Likewise.
6230         * gmon/gmon.c (write_gmon): Likewise.
6231         * iconv/gconv_cache.c (__gconv_load_cached): Likewise.
6232         * intl/loadmsgcat.c (open): Likewise.
6233         * libio/fileops.c (_IO_file_open): Likewise.
6234         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
6235         * locale/loadlocale.c (_nl_load_locale): Likewise.
6236         * login/utmp_file.c (setutent_file): Likewise.
6237         * misc/daemon.c (daemon): Likewise.
6238         * nss/nss_db/db-open.c (internal_setent): Likewise.
6239         * sysdeps/mach/hurd/opendir.c (__opendirat): Likewise.
6240         * sysdeps/posix/libc_fatal.c (__libc_message): Likewise.
6241         * sysdeps/posix/opendir.c (tryopen_o_directory): Likewise.
6242         (__opendir): Likewise.
6243         * sysdeps/posix/spawni.c (__spawni_child): Likewise.
6244         * sysdeps/unix/sysv/linux/fips-private.h (fips_enable_p): Likewise.
6245         * sysdeps/unix/sysv/linux/gethostid.c (sethostid): Likewise.
6246         (gethostid): Likewise.
6247         * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Likewise.
6248         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
6249         Likewise.
6250         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
6251         * sysdeps/unix/sysv/linux/grantpt.c (__close_all_fds): Likewise.
6252         * sysdeps/unix/sysv/linux/i386/smp.h (is_smp_system): Likewise.
6253         * sysdeps/unix/sysv/linux/ia64/has_cpuclock.c (has_cpuclock):
6254         Likewise.
6255         * sysdeps/unix/sysv/linux/libc_fatal.c (backtrace_and_maps):
6256         Likewise.
6257         * sysdeps/unix/sysv/linux/malloc-sysdep.h (check_may_shrink_heap):
6258         Likewise.
6259         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
6260         Likewise.
6261         * sysdeps/unix/sysv/linux/pthread_getname.c (pthread_getname_np):
6262         Likewise.
6263         * sysdeps/unix/sysv/linux/pthread_setname.c (pthread_setname_np):
6264         Likewise.
6265         * sysdeps/unix/sysv/linux/spawni.c (__spawni_child): Likewise.
6266         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Likewise.
6268 2017-08-17  Wilco Dijkstra  <wdijkstr@arm.com>
6270         * benchtests/bench-skeleton.c (main): Add support for
6271         latency benchmarking.
6272         * benchtests/scripts/bench.py: Add support for latency benchmarking.
6274 2017-08-17  H.J. Lu  <hongjiu.lu@intel.com>
6276         * Makeconfig (+link-pie-before-libc): Add CRT-* hook to override
6277         the startup object.
6279 2017-08-17  Florian Weimer  <fweimer@redhat.com>
6281         * include/sys/socket.h (__opensock): Remove internal_function.
6282         * socket/opensock.c (__opensock): Likewise.
6283         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Likewise.
6285 2017-08-16  Joseph Myers  <joseph@codesourcery.com>
6287         [BZ #21944]
6288         * signal/bits/types/__sigval_t.h: New file.
6289         * signal/Makefile (headers): Add bits/types/__sigval_t.h.
6290         * signal/bits/types/sigval_t.h: Include <bits/types/__sigval_t.h>
6291         and define sigval_t using __sigval_t.
6292         * include/bits/types/__sigval_t.h: New file.
6293         * bits/types/sigevent_t.h: Include <bits/types/__sigval_t.h>
6294         instead of <bits/types/__sigval_t.h>.
6295         (struct sigevent): Use __sigval_t instead of sigval_t.
6296         * bits/types/siginfo_t.h: Include <bits/types/__sigval_t.h>
6297         instead of <bits/types/__sigval_t.h>.
6298         (siginfo_t): Use __sigval_t instead of sigval_t.
6299         * sysdeps/unix/sysv/linux/bits/types/sigevent_t.h: Include
6300         <bits/types/__sigval_t.h> instead of <bits/types/__sigval_t.h>.
6301         (struct sigevent): Use __sigval_t instead of sigval_t.
6302         * sysdeps/unix/sysv/linux/bits/types/siginfo_t.h: Include
6303         <bits/types/__sigval_t.h> instead of <bits/types/__sigval_t.h>.
6304         (siginfo_t): Use __sigval_t instead of sigval_t.
6305         * signal/signal.h [__USE_MISC]: Include <bits/types/sigval_t.h>.
6307 2017-08-16  H.J. Lu  <hongjiu.lu@intel.com>
6309         * NEWS: Remove "[Add new features here]" for 2.27.
6311 2017-08-16  Joseph Myers  <joseph@codesourcery.com>
6313         * sysdeps/unix/sysv/linux/sh/localplt.data: Allow abort in
6314         libc.so.
6316 2017-08-16  H.J. Lu  <hongjiu.lu@intel.com>
6318         * NEWS: Mention x86-64 FMA optimization.
6320 2017-08-16  H.J. Lu  <hongjiu.lu@intel.com>
6322         [BZ #21912]
6323         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
6324         Add e_expf-fma.
6325         * sysdeps/x86_64/fpu/multiarch/e_expf-fma.S: New file.
6326         * sysdeps/x86_64/fpu/multiarch/e_expf.c: Likewise.
6327         * sysdeps/x86_64/fpu/multiarch/ifunc-fma.h: Likewise.
6329 2017-08-16  Andreas Schwab  <schwab@suse.de>
6331         [BZ #16750]
6332         CVE-2009-5064
6333         * elf/ldd.bash.in: Never run file directly.
6335 2017-08-15  H.J. Lu  <hongjiu.lu@intel.com>
6337         [BZ #21955]
6338         * sysdeps/x86_64/fpu/e_expf.S (L(SP_RANGE)): Aligned to 8 bytes.
6339         (L(SP_INF_0)): Likewise.
6341 2017-08-15  Florian Weimer  <fweimer@redhat.com>
6343         * gmon/Makefile (tests-special): Add tst-gmon-prof only if
6344         run-built-tests.
6346 2017-08-15  Florian Weimer  <fweimer@redhat.com>
6348         Remove BROKEN_THREAD_SIGNALS support for LinuxThreads.
6349         * sysdeps/pthread/aio_misc.c (__aio_enqueue_request): Remove
6350         BROKEN_THREAD_SIGNALS code.
6351         * sysdeps/ppthread/aio_misc.h (struct waitlist, struct
6352         request_list): Remove caller_pid member used for
6353         BROKEN_THREAD_SIGNALS.
6354         [BROKEN_THREAD_SIGNALS] (__aio_notify_only): Remove declaration.
6355         * sysdeps/pthread/aio_notify.c (__aio_notify_only, __aio_notify):
6356         Remove BROKEN_THREAD_SIGNALS support.
6357         * sysdeps/pthread/aio_suspend.c (aio_suspend): Likewise.
6358         * sysdeps/pthread/lio_listio.c (lio_listio_internal): Likewise.
6360 2017-08-15  Florian Weimer  <fweimer@redhat.com>
6362         * gmon/Makefile (tests): Add tst-gmon.
6363         (CFLAGS-tst-gmon.c, LDFLAGS-tst-gmon, CRT-tst-gmon, tst-gmon-ENV):
6364         Set.
6365         (tests-special): Add tst-gmon-prof.out.
6366         (tst-gmon.out): Depend on clean-tst-gmon-data.
6367         (clean-tst-gmon-data, tst-gmon-gprof.out): New targets.
6368         * gmon/tst-gmon.c, gmon/tst-gmon-gprof.sh: New files.
6369         * Makeconfig (+link-before-libc): Add CRT-* hook to override the
6370         startup object.
6371         * aclocal.m4 (GPROF): Set and substitute.
6372         * config.amke.in (GPROF): Set.
6373         * configure: Regenerate.
6375 2017-08-15  Gustavo Romero  <gromero@linux.vnet.ibm.com>
6377         * elf/elf.h A (NT_PPC_TAR): New macro.
6378         (NT_PPC_PPR): Likewise.
6379         (NT_PPC_DSCR): Likewise.
6380         (NT_PPC_EBB): Likewise.
6381         (NT_PPC_PMU): Likewise.
6382         (NT_PPC_TM_CGPR): Likewise.
6383         (NT_PPC_TM_CFPR): Likewise.
6384         (NT_PPC_TM_CVMX): Likewise.
6385         (NT_PPC_TM_CVSX): Likewise.
6386         (NT_PPC_TM_SPR): Likewise.
6387         (NT_PPC_TM_CTAR): Likewise.
6388         (NT_PPC_TM_CPPR): Likewise.
6389         (NT_PPC_TM_CDSCR): Likewise.
6391 2017-08-15  Florian Weimer  <fweimer@redhat.com>
6393         * sysdeps/i386/machine-gmon.h (mcount_internal): Declare with
6394         regparm (2) instead of internal_function.
6395         (_MCOUNT_DECL): Adjust.
6397 2017-08-15  Stefan Liebler  <stli@linux.vnet.ibm.com>
6399         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add z14.
6400         * sysdeps/s390/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increased.
6402 2017-08-14  Joseph Myers  <joseph@codesourcery.com>
6404         * conform/data/sys/wait.h-data (si_value): Do not expect for
6405         XPG42.
6407 2017-08-14  Florian Weimer  <fweimer@redhat.com>
6409         [BZ #21962]
6410         NSS: Create stubs for accidentally exported lookup functions.
6411         * grp/initgroups.c (__nss_group_lookup, __nss_lookup_function):
6412         Remove declaration.
6413         * inet/ether_hton.c (__nss_ethers_lookup): Likewise.
6414         (ether_hostton): Call __nss_ethers_lookup2 instead.
6415         * inet/ether_ntoh.c (__nss_ethers_lookup): Remove declaration.
6416         (ether_ntohost): Call __nss_ethers_lookup2 instead.
6417         * inet/getnetgrent_r.c (__nss_netgroup_lookup): Remove declaration.
6418         (setup): Call __nss_netgroup_lookup2 instead.
6419         * nss/Makefile (routines): Add compat-lookup.
6420         * nss/Versions (GLIBC_2.27): Add symbol version.
6421         * nss/XXX-lookup (DB_LOOKUP_FCT): Remove declaration.  Now provided by <nsswitch.h>.
6422         (DB_COMPAT_FCT): Remove.
6423         * nss/compat-lookup.c: New file.
6424         * nss/nsswitch.h: Generate __nss_*_lookup2 function prototypes
6425         from databases.def.
6426         * nss/service-lookup.c (NO_COMPAT): Remove definition.
6427         * sunrpc/netname.c (__nss_publickey_lookup): Remove declaration.
6428         (netname2user): Call __nss_publickey_lookup2 instead.
6429         * sunrpc/publickey.c (__nss_publickey_lookup): Remove declaration.
6430         (getpublickey, getsecretkey): Call __nss_publickey_lookup2
6431         instead.
6433 2017-08-14  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
6434             Sergei Trofimovich  <slyfox@inbox.ru>
6436         [BZ #21908]
6437         * sysdeps/unix/sysv/linux/m68k/mmap_internal.h (MMAP2_PAGE_SHIFT):
6438         Rename to MMAP2_PAGE_UNIT.
6439         * sysdeps/unix/sysv/linux/mmap.c: Include mmap_internal iff
6440         __OFF_T_MATCHES_OFF64_T is not defined.
6441         * sysdeps/unix/sysv/linux/mmap_internal.h (page_unit): Declare as
6442         uint64_t.
6443         (MMAP2_PAGE_UNIT) [MMAP2_PAGE_UNIT == -1]: Redefine to page_unit.
6444         (page_unit) [MMAP2_PAGE_UNIT != -1]: Remove definition.
6446 2017-08-14  Florian Weimer  <fweimer@redhat.com>
6448         i386: Do not set internal_function.
6449         * config.h.in (USE_REGPARMS, internal_function): Remove.
6450         * sysdeps/i386/configure.ac (USE_REGPARMS): Likewise.
6451         * sysdeps/i386/configure (USE_REGPARMS): Likewise.
6453 2017-08-14  Florian Weimer  <fweimer@redhat.com>
6455         * elf/dl-init.c (_dl_init): Remove internal_function.
6456         * sysdeps/generic/ldsodefs.h (_dl_init): Likewise.
6457         * sysdeps/i386/dl-machine.h (RTLD_START): Adjust call to _dl_init.
6459 2017-08-14  Florian Weimer  <fweimer@redhat.com>
6461         * elf/rtld.c (_dl_start): Remove internal_function.
6462         * sysdeps/i386/dl-machine.h (RTLD_START): Adjust call to
6463         _dl_start.
6465 2017-08-14  Florian Weimer  <fweimer@redhat.com>
6467         * elf/dl-fini.c (_dl_fini): Remove internal_function
6468         * sysdeps/generic/ldsodefs.h (_dl_fini): Likewise.
6470 2017-08-14  H.J. Lu  <hongjiu.lu@intel.com>
6472         * sysdeps/x86/cpu-features.h (bit_cpu_BIT): New.
6473         (bit_cpu_SHSTK): Likewise.
6474         (index_cpu_IBT): Likewise.
6475         (index_cpu_SHSTK): Likewise.
6476         (reg_IBT): Likewise.
6477         (reg_SHSTK): Likewise.
6478         * sysdeps/x86/cpu-tunables.c (TUNABLE_CALLBACK (set_hwcaps)):
6479         Handle index_cpu_IBT and index_cpu_SHSTK.
6481 2017-08-14  Mike FABIAN  <mfabian@redhat.com>
6483         [BZ #19982]
6484         * po/fr.po: Fix spelling mistake.
6486 2017-08-13  Florian Weimer  <fweimer@redhat.com>
6488         * elf/dl-addr.c (_dl_addr): Remove internal_function.
6489         * elf/dl-error-skeleton.c (_dl_signal_error, _dl_signal_cerror)
6490         (_dl_catch_error, _dl_receive_error): Likewise.
6491         * elf/dl-open.c (_dl_find_dso_for_object): Likewise.
6492         * elf/dl-tls.c (_dl_allocate_tls_init, _dl_allocate_tls)
6493         (_dl_deallocate_tls): Likewise.
6494         * include/dlfcn.h (_dl_addr): Likewise.
6495         * sysdeps/generic/ldsodefs.h (_dl_signal_error, _dl_signal_cerror)
6496         (_dl_catch_error, _dl_receive_error, _dl_find_dso_for_object)
6497         (_dl_allocate_tls_init, _dl_allocate_tls, _dl_deallocate_tls):
6498         Likewise.
6500 2017-08-13  Florian Weimer  <fweimer@redhat.com>
6502         * include/stdlib.h: (__strtof_nan, __strtod_nan, __strtold_nan)
6503         (__wcstof_nan, __wcstod_nan, __wcstold_nan): Remove
6504         internal_function.
6505         * stdlib/sttod_nan_main.c (STRTOD_NAN): Likewise.
6507 2017-08-13  Florian Weimer  <fweimer@redhat.com>
6509         * elf/dl-support.c (_dl_make_stack_executable_hook): Remove
6510         internal_function.
6511         * nptl/allocatestack.c (__make_stacks_executable): Likewise.
6512         * nptl/pthreadP.h (__make_stacks_executable): Likewise.
6513         * sysdeps/generic/ldsodefs.h (_rtld_global): Remove
6514         internal_function from _dl_make_stack_executable_hook member.
6515         (_dl_make_stack_executable): Remove internal_function.
6516         * sysdeps/mach/hurd/dl-execstack.c (_dl_make_stack_executable):
6517         Likewise.
6518         * sysdeps/unix/sysv/linux/dl-execstack.c
6519         (_dl_make_stack_executable): Likewise.
6521 2017-08-13  Florian Weimer  <fweimer@redhat.com>
6523         * sysdeps/unix/sysv/linux/netlinkaccess.h
6524         (__netlink_assert_response): Remove internal_function.
6525         * sysdeps/unix/sysv/linux/netlink_assert_response.c
6526         (__netlink_assert_response): Likewise.
6528 2017-08-13  Florian Weimer  <fweimer@redhat.com>
6530         * include/rpc/pmap_clnt.h (__libc_rpc_getport): Remove
6531         internal_function.
6532         * sunrpoc/pm_getport.c (__libc_rpc_getport): Likewise.
6534 2017-08-13  Florian Weimer  <fweimer@redhat.com>
6536         * grp/grp-merge.h (__copy_grp, __merge_grp): Remove
6537         internal_function.
6538         * grp/grp-merge.c (__copy_grp, __merge_grp): Likewise.
6539         * inet/netgroup.h (__internal_setnetgrent)
6540         (__internal_endnetgrent,__internal_getnetgrent_r): Likewise.
6541         * inet/getnetgrent_r.c (__internal_setnetgrent)
6542         (__internal_endnetgrent,__internal_getnetgrent_r): Likewise.
6543         * nss/XXX-lookup.c (DB_LOOKUP_FCT, DB_COMPAT_FCT): Likewise.
6544         * nss/getXXbyYY_r.c (DB_LOOKUP_FCT): Likewise.
6545         * nss/getXXent_r.c (DB_LOOKUP_FCT): Likewise.
6546         * nss/nsswitch.h (db_lookup_function): Likewise.
6548 2017-08-13  Florian Weimer  <fweimer@redhat.com>
6550         * debug/fortify_fail.c (__fortify_fail, __fortify_fail_abort):
6551         Remove internal_function.
6552         * include/stdio.h (__fortify_fail, __fortify_fail_abort): Likewise.
6553         * sysdeps/mach/hurd/i386/____longjmp_chk.S (CALL_FAIL): Pass
6554         message argument on the stack.
6555         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S (CALL_FAIL):
6556         Likeweise.
6558 2017-08-12  Mike FABIAN  <mfabian@redhat.com>
6560         Adapt test case data to the changes in the thousands
6561         separators.
6563         [BZ #20756]
6564         * localedata/tst-langinfo.sh: Adapt test case data.
6565         * stdlib/tst-strfmon_l.c: Likewise.
6566         * stdlib/tst-strtod4.c: Likewise.
6567         * stdlib/tst-strtod5i.c: Likewise.
6569 2017-08-11  Florian Weimer  <fweimer@redhat.com>
6571         [BZ #21242]
6572         * assert/assert.h [__GNUC__ && !__STRICT_ANSI__] (assert):
6573         Suppress pedantic warning resulting from statement expression.
6574         (__ASSERT_FUNCTION): Add missing __extension__.
6576 2017-08-11  Siddhesh Poyarekar  <siddhesh@sourceware.org>
6578         * benchtests/bench-memmove-large.c: Print output in JSON
6579         format.
6580         * benchtests/bench-memmove.c: Likewise.
6582         * benchtests/bench-memccpy.c (do_one_test): Remove checks.
6583         * benchtests/bench-memchr.c (do_one_test): Likewise.
6584         * benchtests/bench-memcpy-large.c (do_one_test): Likewise.
6585         * benchtests/bench-memcpy.c (do_one_test): Likewise.
6586         * benchtests/bench-memmove-large.c (do_one_test): Likewise.
6587         * benchtests/bench-memmove.c (do_one_test): Likewise.
6588         * benchtests/bench-memset-large.c (do_one_test): Likewise.
6589         * benchtests/bench-memset.c (do_one_test): Likewise.
6590         * benchtests/bench-string.h (test_init): Remove memsets.
6592 2017-08-10  Rical Jasan  <ricaljasan@pacific.net>
6594         * manual/lang.texi
6595         (Computing the Width of an Integer Data Type): Rename section to
6596         "Width of an Integer Type".  Remove inaccurate statement regarding
6597         lack of C language facilities for determining width of integer
6598         types, and reorder content to improve flow and context of
6599         discussion.
6601 2017-08-10  Rical Jasan  <ricaljasan@pacific.net>
6603         * lang.texi (va_copy): Change standard from ISO to C99.
6604         (__va_copy): Add standard and header annotation.
6605         Update description for clarity of origins and current use.
6607 2017-08-10  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
6609         [BZ #21941]
6610         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrtf128): Since
6611         xssqrtqp requires operands to be in Vector Registers
6612         (Altivec/VMX), replace the register constraint 'wq' with 'v'.
6613         * sysdeps/powerpc/powerpc64le/power9/fpu/e_sqrtf128.c
6614         (__ieee754_sqrtf128): Likewise.
6616 2017-08-10  Wilco Dijkstra  <wdijkstr@arm.com>
6618         * sysdeps/aarch64/memcmp.S (memcmp):
6619         Rewrite of optimized memcmp.
6621 2017-08-10  Florian Weimer  <fweimer@redhat.com>
6623         Introduce ld.so exceptions.
6624         * sysdeps/generic/ldsodefs.h (struct dl_exception): Define.
6625         (_dl_exception_create, _dl_exception_create_format)
6626         (_dl_exception_free, _dl_signal_exception, _dl_signal_cexception)
6627         (_dl_catch_exception): Declare.
6628         (_dl_catch_error): Update comment.
6629         * elf/dl-error-skeleton.c (struct catch): Replace objname,
6630         errstring, malloced members with exception member.
6631         (_dl_out_of_memory): Remove.
6632         (fatal_error): New function, extracted from _dl_signal_error.
6633         (_dl_signal_exception, _dl_signal_cexception): New functions.
6634         (_dl_signal_error): Call _dl_exception_create to allocate an
6635         exception object.
6636         (_dl_catch_exception): New function, based on _dl_catch_error.
6637         (_dl_catch_error): Implement using _dl_catch_exception.
6638         * elf/dl-exception.c: New file.
6639         * elf/Makefile (dl-routines): Add dl-exception.
6640         (elide-routines.os): Likewise.
6641         * elf/Version (ld/GLIBC_PRIVATE): Add _dl_exception_create,
6642         _dl_exception_create_format, _dl_exception_free.
6643         * elf/dl-deps.c (_dl_map_object_deps): Use _dl_catch_exception and
6644         _dl_signal_exception.
6645         * elf/dl-lookup.c (make_string): Remove.
6646         (_dl_lookup_symbol_x): Use _dl_exception_create_format,
6647         _dl_signal_cexception, _dl_exception_free.
6648         * elf/dl-open.c (_dl_open): Use _dl_catch_exception and
6649         _dl_signal_exception.
6650         * elf/dl-sym.c (do_sym): Likewise.
6651         * elf/dl-version.c (make_string): Remove.
6652         (match_symbol): Use _dl_exception_create_format,
6653         _dl_signal_cexception, _dl_exception_free.
6654         (_dl_check_map_versions): Likewise.
6655         * sysdeps/generic/localplt.data (ld.so): Add _dl_signal_exception,
6656         _dl_catch_exception.
6657         * sysdeps/unix/sysv/linux/aarch64/localplt.data (ld.so): Likewise.
6658         * sysdeps/unix/sysv/linux/alpha/localplt.data (ld.so): Likewise.
6659         * sysdeps/unix/sysv/linux/arm/localplt.data (ld.so): Likewise.
6660         * sysdeps/unix/sysv/linux/hppa/localplt.data (ld.so): Likewise.
6661         * sysdeps/unix/sysv/linux/i386/localplt.data (ld.so): Likewise.
6662         * sysdeps/unix/sysv/linux/ia64/localplt.data (ld.so): Likewise.
6663         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Likewise.
6664         * sysdeps/unix/sysv/linux/microblaze/localplt.data (ld.so):
6665         Likewise.
6666         * sysdeps/unix/sysv/linux/nios2/localplt.data (ld.so): Likewise.
6667         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data
6668         (ld.so): Likewise.
6669         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data
6670         (ld.so): Likewise.
6671         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data (ld.so):
6672         Likewise.
6673         * sysdeps/unix/sysv/linux/s390/localplt.data (ld.so): Likewise.
6674         * sysdeps/unix/sysv/linux/sh/localplt.data (ld.so): Likewise.
6675         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data (ld.so):
6676         Likewise.
6677         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data (ld.so):
6678         Likewise.
6679         * sysdeps/x86_64/localplt.data (ld.so): Likewise.
6681 2017-08-10  Florian Weimer  <fweimer@redhat.com>
6683         * inet/net-internal.h (__inet6_scopeid_pton): Remove
6684         attribute_hidden, internal_function.
6685         * inet/inet6_scopeid_pton.c (__inet6_scopeid_pton): Remove
6686         internal_function.
6688 2017-08-10  Florian Weimer  <fweimer@redhat.com>
6690         * malloc/malloc.c (get_max_fast): Reimplement as an inline
6691         function which calls __builtin_unreachable.
6693 2017-08-10  Mike FABIAN  <mfabian@redhat.com>
6695         * stdlib/tst-strfmon_l.c: Fix test cases to agree with the changes in
6696         Indian monetary formatting
6697         * stdlib/Makefile: Adapt list of locales needed for the tst-strfmon_l.c
6698         test cases.
6700 2017-08-09  Dmitry V. Levin  <ldv@altlinux.org>
6702         * sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h (enum __ptrace_request):
6703         Fix typo in comment.
6705         [BZ #21928]
6706         * sysdeps/unix/sysv/linux/sys/ptrace.h (enum __ptrace_flags,
6707         PTRACE_SEIZE_DEVEL): Remove.
6708         * sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h: Likewise.
6709         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
6710         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
6711         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
6712         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
6714 2017-08-09  Joseph Myers  <joseph@codesourcery.com>
6716         * posix/bits/types.h (__qaddr_t): Remove.
6718         [BZ #21457]
6719         * sysdeps/arm/sys/ucontext.h (__ctx): Move undefine further down.
6720         (ucontext_t): Use __ctx with uc_flags.  Rename uc_filler to
6721         __glibc_reserved1.
6722         * sysdeps/generic/sys/ucontext.h (__ctx): New macro.
6723         (ucontext_t): Use __ctx with uc_flags.
6724         * sysdeps/i386/sys/ucontext.h (__ctx): Move undefine further down.
6725         (__ctxt): Likewise.
6726         (ucontext_t): Use __ctx with uc_flags.  Rename uc_filler to
6727         __glibc_reserved1.
6728         * sysdeps/m68k/sys/ucontext.h (__ctx): Move undefine further down.
6729         (ucontext_t): Use __ctx with uc_flags.  Rename uc_filler to
6730         __glibc_reserved1.
6731         * sysdeps/mips/sys/ucontext.h (__ctx): Move undefine further down.
6732         (ucontext_t): Use __ctx with uc_flags.  Rename uc_filler to
6733         __glibc_reserved1.
6734         * sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h (__ctx): New
6735         macro.
6736         (ucontext_t): Use __ctx with uc_flags.
6737         * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h (__ctx): New macro.
6738         (ucontext_t): Use __ctx with uc_flags.
6739         * sysdeps/unix/sysv/linux/arm/sys/ucontext.h (__ctx): New macro.
6740         (ucontext_t): Use __ctx with uc_flags and uc_regspace.
6741         * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h (__ctx): New macro.
6742         (ucontext_t): Use __ctx with uc_flags.
6743         * sysdeps/unix/sysv/linux/m68k/sys/ucontext.h (__ctx): Move
6744         undefine further down.
6745         (ucontext_t): Use __ctx with uc_flags.  Rename uc_filler to
6746         __glibc_reserved1.
6747         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (__ctx): Move
6748         undefine further down.
6749         (ucontext_t): Use __ctx with uc_flags.
6750         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h (__ctx): Move
6751         undefine further down.
6752         (ucontext_t): Use __ctx with uc_flags.
6753         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h (ucontext_t): Use
6754         __ctx with uc_flags, uc_regs_ptr, uc_regs and uc_reg_space.
6755         Rename uc_pad to __glibc_reserved1.
6756         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__ctx): Move
6757         undefine further down.
6758         (ucontext_t): Use __ctx with uc_flags.
6759         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h (__ctx): Move undefine
6760         further down.
6761         (ucontext_t): Use __ctx with uc_flags.
6762         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (ucontext_t): Use
6763         __ctx with uc_flags.
6764         * sysdeps/unix/sysv/linux/tile/sys/ucontext.h (__ctx): New macro.
6765         (ucontext_t): Use __ctx with uc_flags.
6766         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h (ucontext_t): Use
6767         __ctx with uc_flags.
6769 2017-08-09  Florian Weimer  <fweimer@redhat.com>
6771         [BZ #21932]
6772         * nss/getXXbyYY_r.c (REENTRANT_NAME): Call __resolv_context_put
6773         before early return.
6775 2017-08-09  Andreas Schwab  <schwab@suse.de>
6777         [BZ #21041]
6778         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Update reference to
6779         renamed alias.
6781         [BZ #21041]
6782         * nptl/Makefile (tests) [$(build-shared) = yes]: Add
6783         tst-compat-forwarder.
6784         (modules-names): Add tst-compat-forwarder-mod.
6785         ($(objpfx)tst-compat-forwarder): Depend on
6786         $(objpfx)tst-compat-forwarder-mod.so.
6787         * nptl/tst-compat-forwarder.c: New file.
6788         * nptl/tst-compat-forwarder-mod.c: New file.
6790 2017-08-09  Siddhesh Poyarekar  <siddhesh@sourceware.org>
6792         * sysdeps/aarch64/multiarch/memcpy_falkor.S: Fix code style in
6793         comments.
6795         * manual/tunables.texi (Tunable glibc.tune.cpu): Add falkor.
6796         * sysdeps/aarch64/multiarch/Makefile (sysdep_routines): Add
6797         memcpy_falkor.
6798         * sysdeps/aarch64/multiarch/ifunc-impl-list.c (MAX_IFUNC):
6799         Bump.
6800         (__libc_ifunc_impl_list): Add __memcpy_falkor.
6801         * sysdeps/aarch64/multiarch/memcpy.c: Likewise.
6802         * sysdeps/aarch64/multiarch/memcpy_falkor.S: New file.
6803         * sysdeps/unix/sysv/linux/aarch64/cpu-features.c (cpu_list):
6804         Add falkor.
6805         * sysdeps/unix/sysv/linux/aarch64/cpu-features.h (IS_FALKOR):
6806         New macro.
6808 2017-08-08  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
6810         [BZ #759]
6811         * manual/setjmp.texi (getcontex): Document uc_stack value
6812         compatibility differences.
6814 2017-08-08  Joseph Myers  <joseph@codesourcery.com>
6816         * malloc/mcheck.c (old_free_hook): Use void * instead of __ptr_t.
6817         (old_malloc_hook): Likewise.
6818         (old_memalign_hook): Likewise.
6819         (old_realloc_hook): Likewise.
6820         (struct hdr): Likewise.
6821         (flood): Likewise.
6822         (freehook): Likewise.
6823         (mallochook): Likewise.
6824         (memalignhook): Likewise.
6825         (reallochook): Likewise.
6826         (mprobe): Likewise.
6827         * malloc/mtrace.c (mallwatch): Likewise.
6828         (tr_old_free_hook): Likewise.
6829         (tr_old_malloc_hook): Likewise.
6830         (tr_old_realloc_hook): Likewise.
6831         (tr_old_memalign_hook): Likewise.
6832         (tr_where): Likewise.
6833         (lock_and_info): Likewise.
6834         (tr_freehook): Likewise.
6835         (tr_mallochook): Likewise.
6836         (tr_reallochook): Likewise.
6837         (tr_memalignhook): Likewise.
6838         * misc/err.h [!__GNUC_VA_LIST] (__gnuc_va_list): Likewise.
6839         * misc/mmap.c (__mmap): Likewise.
6840         * misc/mmap64.c (__mmap64): Likewise.
6841         * misc/mprotect.c (__mprotect): Likewise.
6842         * misc/msync.c (msync): Likewise.
6843         * misc/munmap.c (__munmap): Likewise.
6844         * posix/posix_madvise.c (posix_madvise): Likewise.
6845         * socket/send.c (__send): Likewise.
6846         * socket/sendto.c (__sendto): Likewise.
6847         * socket/setsockopt.c (__setsockopt): Likewise.
6848         * string/memcmp.c (__ptr_t): Remove macro.
6849         (MEMCMP): Use void * instead of ptr_t.
6850         * string/memrchr.c (__ptr_t): Remove macro.
6851         (__memrchr): Use void * instead of ptr_t.
6852         * sysdeps/mach/hurd/dl-sysdep.c (__mmap): Likewise.
6853         * sysdeps/mach/hurd/mmap.c (__mmap): Likewise.
6854         * sysdeps/mach/hurd/mmap64.c (__mmap64): Likewise.
6855         * sysdeps/mach/mprotect.c (__mprotect): Likewise.
6856         * sysdeps/mach/msync.c (msync): Likewise.
6857         * sysdeps/mach/munmap.c (__munmap): Likewise.
6858         * sysdeps/mips/bits/setjmp.h (struct __jmp_buf_internal_tag):
6859         Likewise.
6860         * sysdeps/posix/getcwd.c (__getcwd): Likewise.
6861         * sysdeps/powerpc/powerpc32/memset.S (memset): Likewise.
6862         * sysdeps/powerpc/powerpc32/power4/memcpy.S (memcpy): Likewise.
6863         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Likewise.
6864         * sysdeps/powerpc/powerpc32/power6/memcpy.S (memcpy): Likewise.
6865         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
6866         * sysdeps/powerpc/powerpc32/power7/memcpy.S (memcpy): Likewise.
6867         * sysdeps/powerpc/powerpc32/power7/mempcpy.S (__mempcpy):
6868         Likewise.
6869         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
6870         * sysdeps/powerpc/powerpc64/memcpy.S (memcpy): Likewise.
6871         * sysdeps/powerpc/powerpc64/memset.S (memset): Likewise.
6872         * sysdeps/powerpc/powerpc64/power4/memcpy.S (memcpy): Likewise.
6873         * sysdeps/powerpc/powerpc64/power4/memset.S (memset): Likewise.
6874         * sysdeps/powerpc/powerpc64/power6/memcpy.S (memcpy): Likewise.
6875         * sysdeps/powerpc/powerpc64/power6/memset.S (memset): Likewise.
6876         * sysdeps/powerpc/powerpc64/power7/memcpy.S (memcpy): Likewise.
6877         * sysdeps/powerpc/powerpc64/power7/mempcpy.S (__mempcpy):
6878         Likewise.
6879         * sysdeps/powerpc/powerpc64/power7/memset.S (memset): Likewise.
6880         * sysdeps/powerpc/powerpc64/power8/memset.S (memset): Likewise.
6881         * sysdeps/tile/memcmp.c (__ptr_t): Remove macro.
6882         (MEMCMP): Use void * instead of ptr_t.
6883         * sysdeps/unix/sysv/linux/alpha/oldglob.c (old_glob_t): Likewise.
6884         * sysdeps/unix/sysv/linux/mmap.c (__mmap): Likewise.
6886 2017-08-08  Florian Weimer  <fweimer@redhat.com>
6888         * sysdeps/posix/getaddrinfo.c (gaih_inet): Remove unreachable
6889         return statement.
6891 2017-08-08  H.J. Lu  <hongjiu.lu@intel.com>
6893         [BZ #21913]
6894         * csu/libc-tls.c: Include <startup.h> first.
6895         (__libc_setup_tls): Call _startup_fatal instead of __libc_fatal.
6896         * elf/dl-tunables.c: Include <startup.h> first.
6897         * include/libc-symbols.h (BUILD_PIE_DEFAULT): New.
6898         * sysdeps/generic/startup.h: New file.
6899         * sysdeps/unix/sysv/linux/i386/startup.h: Likewise.
6900         * sysdeps/unix/sysv/linux/i386/brk.c [BUILD_PIE_DEFAULT != 0]
6901         (I386_USE_SYSENTER): New.  Defined to 0.
6903 2017-08-08  Andreas Schwab  <schwab@suse.de>
6905         [BZ #21041]
6906         * nptl/pt-longjmp.c (longjmp, siglongjmp): Don't use IFUNC resolver.
6907         * nptl/pt-system.c (system): Likewise.
6909 2017-08-07  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
6911         [BZ #21780]
6912         * sysdeps/posix/preadv2.c (preadv2): Use ENOTSUP instead of
6913         EOPNOTSUPP.
6914         * sysdeps/posix/preadv64v2.c (preadv64v2): Likewise.
6915         * sysdeps/posix/pwritev2.c (pwritev2): Likewise.
6916         * sysdeps/posix/pwritev64v2.c (pwritev64v2): Likewise.
6917         * sysdeps/unix/sysv/linux/preadv2.c (preadv2): Likewise.
6918         * sysdeps/unix/sysv/linux/preadv64v2.c (preadv64v2): Likewise.
6919         * sysdeps/unix/sysv/linux/pwritev2.c (pwritev2): Likewise.
6920         * sysdeps/unix/sysv/linux/pwritev64v2.c (pwritev64v2): Likewise.
6922 2017-08-07  Joseph Myers  <joseph@codesourcery.com>
6924         [BZ #21899]
6925         * bits/sigaction.h (struct sigaction): Define sa_handler and
6926         sa_sigaction using union also for [__USE_XOPEN_EXTENDED].
6927         (SA_ONSTACK): Change [__USE_UNIX98] condition to
6928         [__USE_XOPEN_EXTENDED].
6929         (SA_RESTART): Likewise.
6930         (SA_NODEFER): Likewise.
6931         (SA_RESETHAND): Likewise.
6932         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h
6933         (struct sigaction): Define sa_handler and sa_sigaction using union
6934         also for [__USE_XOPEN_EXTENDED].
6935         (SA_ONSTACK): Change [__USE_UNIX98] condition to
6936         [__USE_XOPEN_EXTENDED].
6937         (SA_RESTART): Likewise.
6938         (SA_NODEFER): Likewise.
6939         (SA_RESETHAND): Likewise.
6940         * sysdeps/unix/sysv/linux/bits/sigaction.h
6941         (struct sigaction): Define sa_handler and sa_sigaction using union
6942         also for [__USE_XOPEN_EXTENDED].
6943         (SA_ONSTACK): Change [__USE_UNIX98] condition to
6944         [__USE_XOPEN_EXTENDED].
6945         (SA_RESTART): Likewise.
6946         (SA_NODEFER): Likewise.
6947         (SA_RESETHAND): Likewise.
6948         * sysdeps/unix/sysv/linux/hppa/bits/sigaction.h
6949         (struct sigaction): Define sa_handler and sa_sigaction using union
6950         also for [__USE_XOPEN_EXTENDED].
6951         (SA_ONSTACK): Change [__USE_UNIX98] condition to
6952         [__USE_XOPEN_EXTENDED].
6953         (SA_RESTART): Likewise.
6954         (SA_NODEFER): Likewise.
6955         (SA_RESETHAND): Likewise.
6956         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h
6957         (struct sigaction): Define sa_handler and sa_sigaction using union
6958         also for [__USE_XOPEN_EXTENDED].
6959         (SA_ONSTACK): Change [__USE_UNIX98] condition to
6960         [__USE_XOPEN_EXTENDED].
6961         (SA_RESTART): Likewise.
6962         (SA_NODEFER): Likewise.
6963         (SA_RESETHAND): Likewise.
6964         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
6965         (struct sigaction): Define sa_handler and sa_sigaction using union
6966         also for [__USE_XOPEN_EXTENDED].
6967         (SA_ONSTACK): Change [__USE_UNIX98] condition to
6968         [__USE_XOPEN_EXTENDED].
6969         (SA_RESTART): Likewise.
6970         (SA_NODEFER): Likewise.
6971         (SA_RESETHAND): Likewise.
6972         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
6973         (struct sigaction): Define sa_handler and sa_sigaction using union
6974         also for [__USE_XOPEN_EXTENDED].
6975         (SA_ONSTACK): Change [__USE_UNIX98] condition to
6976         [__USE_XOPEN_EXTENDED].
6977         (SA_RESTART): Likewise.
6978         (SA_NODEFER): Likewise.
6979         (SA_RESETHAND): Likewise.
6980         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
6981         (struct sigaction): Define sa_handler and sa_sigaction using union
6982         also for [__USE_XOPEN_EXTENDED].
6983         (SA_ONSTACK): Change [__USE_UNIX98] condition to
6984         [__USE_XOPEN_EXTENDED].
6985         (SA_RESTART): Likewise.
6986         (SA_NODEFER): Likewise.  Define directly rather than as alias.
6987         (SA_RESETHAND): Likewise.
6988         (SA_INTERRUPT): Define only for [__USE_MISC].
6989         (SA_NOMASK): Define as alias of SA_NODEFER, only for [__USE_MISC].
6990         (SA_ONESHOT): Define as alias of SA_RESETHAND, only for
6991         [__USE_MISC].
6992         (SA_STACK): Define only for [__USE_MISC].
6993         * sysdeps/unix/sysv/linux/tile/bits/sigaction.h
6994         (struct sigaction): Define sa_handler and sa_sigaction using union
6995         also for [__USE_XOPEN_EXTENDED].
6996         (SA_ONSTACK): Change [__USE_UNIX98] condition to
6997         [__USE_XOPEN_EXTENDED].
6998         (SA_RESTART): Likewise.
6999         (SA_NODEFER): Likewise.
7000         (SA_RESETHAND): Likewise.
7001         (SA_NOPTRACE): Define only for [__USE_MISC].
7003         * catgets/catgets.c (catgets): Use uintN_t instead of u_intN_t.
7004         * catgets/catgetsinfo.h (struct catalog_obj): Likewise.
7005         (struct catalog_info): Likewise.
7006         * inet/htontest.c (lo): Likewise.
7007         (foo): Likewise.
7008         * inet/inet_lnaof.c (inet_lnaof): Likewise.
7009         * inet/inet_net.c (inet_network): Likewise.
7010         * inet/inet_netof.c (inet_netof): Likewise.
7011         * inet/rcmd.c (__ivaliduser): Likewise.
7012         (iruserok): Likewise.
7013         * locale/loadlocale.c (_nl_intern_locale_data): Likewise.
7014         * locale/programs/locale-spec.c (locale_special): Likewise.
7015         * nis/nis_findserv.c (struct findserv_req): Likewise.
7016         (__nis_findfastest_with_timeout): Likewise.
7017         * nss/test-netdb.c (test_network): Likewise.
7018         * resolv/inet_neta.c (inet_neta): Likewise.
7019         * resolv/ns_date.c (ns_datetosecs): Likewise.
7020         (SECS_PER_DAY): Likewise.
7021         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r):
7022         Likewise.
7023         * resolv/res_comp.c (__putlong): Likewise.
7024         (__putshort): Likewise.
7025         (_getlong): Likewise.
7026         (_getshort): Likewise.
7027         * resolv/res_debug.c (p_time): Likewise.
7028         (precsize_ntoa): Likewise.
7029         (precsize_aton): Likewise.
7030         (latlon2ul): Likewise.
7031         (loc_aton): Likewise.
7032         (loc_ntoa): Likewise.
7033         * resolv/res_hconf.c (struct netaddr): Likewise.
7034         (_res_hconf_reorder_addrs): Likewise.
7035         * sunrpc/clnt_tcp.c (clnttcp_call): Likewise.
7036         (clnttcp_control): Likewise.
7037         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
7038         (clntudp_control): Likewise.
7039         * sunrpc/clnt_unix.c (clntunix_call): Likewise.
7040         (clntunix_control): Likewise.
7041         * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
7042         * sunrpc/rpc/auth.h (union des_block): Likewise.
7043         * sunrpc/tst-udp-nonblocking.c (do_test): Likewise.
7044         * sunrpc/xdr_rec.c (struct rec_strm): Likewise.
7045         (xdrrec_create): Likewise.
7046         (xdrrec_endofrecord): Likewise.
7047         (flush_out): Likewise.
7048         * sunrpc/xdr_stdio.c (xdrstdio_getlong): Likewise.
7049         (xdrstdio_putlong): Likewise.
7050         * sysdeps/unix/sysv/linux/errqueue.h (struct sock_extended_err):
7051         Likewise.
7053         * misc/sys/cdefs.h (__long_double_t): Remove.
7054         * stdio-common/printf_fp.c (__printf_fp_l): Use long double
7055         instead of __long_double_t,
7056         * stdlib/strfmon_l.c (__vstrfmon_l): Likewise.
7058 2017-08-07  Siddhesh Poyarekar  <siddhesh@sourceware.org>
7060         * benchtests/scripts/compare_strings.py: Avoid display error when
7061         running on a text terminal.
7063         * benchtests/scripts/compare_strings.py (main): Add an
7064         optional -base option.
7065         (process_results): New argument base_func.
7067         * benchtests/bench-memcpy.c (test_main): Use TEST_NAME instead of
7068         hardcoding memcpy.
7069         * benchtests/bench-memcpy-large.c (test_name): Likewise.
7070         * benchtests/bench-memcpy-random.c (test_name): Likewise.
7072 2017-08-07  Andreas Schwab  <schwab@suse.de>
7074         * elf/Makefile ($(objpfx)tst-pathopt.out): Redirect output to target.
7075         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
7076         * intl/Makefile ($(objpfx)tst-gettext.out)
7077         ($(objpfx)tst-translit.out, $(objpfx)tst-gettext2.out)
7078         ($(objpfx)tst-gettext4.out, $(objpfx)tst-gettext6.out): Likewise.
7079         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
7080         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
7081         * nptl/Makefile ($(objpfx)tst-tls6.out): Likewise.
7082         * posix/Makefile ($(objpfx)globtest.out)
7083         ($(objpfx)wordexp-tst.out, $(objpfx)tst-getconf.out): Likewise.
7084         * stdio-common/Makefile ($(objpfx)tst-unbputc.out)
7085         ($(objpfx)tst-printf.out): Likewise.
7086         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out)
7087         ($(objpfx)tst-setcontext3.out): Likewise.
7089 2017-08-07  H.J. Lu  <hongjiu.lu@intel.com>
7091         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
7092         Add e_exp-fma, e_log-fma, e_pow-fma, s_atan-fma, e_asin-fma,
7093         e_atan2-fma, s_sin-fma, s_tan-fma, mplog-fma, mpa-fma,
7094         slowexp-fma, slowpow-fma, sincos32-fma, doasin-fma, dosincos-fma,
7095         halfulp-fma, mpexp-fma, mpatan2-fma, mpatan-fma, mpsqrt-fma,
7096         and mptan-fma.
7097         (CFLAGS-doasin-fma.c): New.
7098         (CFLAGS-dosincos-fma.c): Likewise.
7099         (CFLAGS-e_asin-fma.c): Likewise.
7100         (CFLAGS-e_atan2-fma.c): Likewise.
7101         (CFLAGS-e_exp-fma.c): Likewise.
7102         (CFLAGS-e_log-fma.c): Likewise.
7103         (CFLAGS-e_pow-fma.c): Likewise.
7104         (CFLAGS-halfulp-fma.c): Likewise.
7105         (CFLAGS-mpa-fma.c): Likewise.
7106         (CFLAGS-mpatan-fma.c): Likewise.
7107         (CFLAGS-mpatan2-fma.c): Likewise.
7108         (CFLAGS-mpexp-fma.c): Likewise.
7109         (CFLAGS-mplog-fma.c): Likewise.
7110         (CFLAGS-mpsqrt-fma.c): Likewise.
7111         (CFLAGS-mptan-fma.c): Likewise.
7112         (CFLAGS-s_atan-fma.c): Likewise.
7113         (CFLAGS-sincos32-fma.c): Likewise.
7114         (CFLAGS-slowexp-fma.c): Likewise.
7115         (CFLAGS-slowpow-fma.c): Likewise.
7116         (CFLAGS-s_sin-fma.c): Likewise.
7117         (CFLAGS-s_tan-fma.c): Likewise.
7118         * sysdeps/x86_64/fpu/multiarch/doasin-fma.c: New file.
7119         * sysdeps/x86_64/fpu/multiarch/dosincos-fma.c: Likewise.
7120         * sysdeps/x86_64/fpu/multiarch/e_asin-fma.c: Likewise.
7121         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma.c: Likewise.
7122         * sysdeps/x86_64/fpu/multiarch/e_exp-fma.c: Likewise.
7123         * sysdeps/x86_64/fpu/multiarch/e_log-fma.c: Likewise.
7124         * sysdeps/x86_64/fpu/multiarch/e_pow-fma.c: Likewise.
7125         * sysdeps/x86_64/fpu/multiarch/halfulp-fma.c: Likewise.
7126         * sysdeps/x86_64/fpu/multiarch/ifunc-avx-fma4.h: Likewise.
7127         * sysdeps/x86_64/fpu/multiarch/ifunc-fma4.h: Likewise.
7128         * sysdeps/x86_64/fpu/multiarch/mpa-fma.c: Likewise.
7129         * sysdeps/x86_64/fpu/multiarch/mpatan-fma.c: Likewise.
7130         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma.c: Likewise.
7131         * sysdeps/x86_64/fpu/multiarch/mpexp-fma.c: Likewise.
7132         * sysdeps/x86_64/fpu/multiarch/mplog-fma.c: Likewise.
7133         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma.c: Likewise.
7134         * sysdeps/x86_64/fpu/multiarch/mptan-fma.c: Likewise.
7135         * sysdeps/x86_64/fpu/multiarch/s_atan-fma.c: Likewise.
7136         * sysdeps/x86_64/fpu/multiarch/s_sin-fma.c: Likewise.
7137         * sysdeps/x86_64/fpu/multiarch/s_tan-fma.c: Likewise.
7138         * sysdeps/x86_64/fpu/multiarch/sincos32-fma.c: Likewise.
7139         * sysdeps/x86_64/fpu/multiarch/slowexp-fma.c: Likewise.
7140         * sysdeps/x86_64/fpu/multiarch/slowpow-fma.c: Likewise.
7141         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Rewrite.
7142         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
7143         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
7144         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
7145         * sysdeps/x86_64/fpu/multiarch/e_pow.c: Likewise.
7146         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
7147         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
7148         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
7150 2017-08-04  Joseph Myers  <joseph@codesourcery.com>
7152         * sysdeps/generic/math_private.h (__EXPR_FLT128): Remove macro.
7153         (min_of_type_f): New macro.
7154         (min_of_type_): Likewise.
7155         (min_of_type_l): Likewise.
7156         (min_of_type_f128): Likewise.
7157         (min_of_type): Define using __MATH_TG and taking an expression
7158         argument.
7159         (math_check_force_underflow): Pass expression instead of type to
7160         min_of_type.
7161         (math_check_force_underflow_nonneg): Likewise.
7163 2017-08-04  H.J. Lu  <hongjiu.lu@intel.com>
7165         * sysdeps/x86/cpu-features.h [__ASSEMBLER__]
7166         (LOAD_RTLD_GLOBAL_RO_RDX, HAS_FEATURE, LOAD_FUNC_GOT_EAX,
7167         HAS_CPU_FEATURE, HAS_ARCH_FEATURE): Removed.
7169 2017-08-04  H.J. Lu  <hongjiu.lu@intel.com>
7171         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
7172         bcopy-ia32, bzero-ia32, rawmemchr-ia32 memchr-ia32,
7173         memcmp-ia32, memcpy-ia32, memmove-ia32, mempcpy-ia32,
7174         memset-ia32, strcat-ia32, strchr-ia32, strrchr-ia32,
7175         strcpy-ia32, strcmp-ia32, strcspn-ia32, strpbrk-ia32,
7176         strspn-ia32, strlen-ia32, stpcpy-ia32, stpncpy-ia32,
7177         memcpy_chk-nonshared, mempcpy_chk-nonshared,
7178         memmove_chk-nonshared and memset_chk-nonshared
7179         * sysdeps/i386/i686/multiarch/bcopy-ia32.S: New file.
7180         * sysdeps/i386/i686/multiarch/bcopy.c: Likewise.
7181         * sysdeps/i386/i686/multiarch/bzero-ia32.S: Likewise.
7182         * sysdeps/i386/i686/multiarch/bzero.c: Likewise.
7183         * sysdeps/i386/i686/multiarch/ifunc-memmove.h: Likewise.
7184         * sysdeps/i386/i686/multiarch/ifunc-memset.h: Likewise.
7185         * sysdeps/i386/i686/multiarch/ifunc-sse2-bsf.h: Likewise.
7186         * sysdeps/i386/i686/multiarch/ifunc-sse2-ssse3.h: Likewise.
7187         * sysdeps/i386/i686/multiarch/ifunc-sse2.h: Likewise.
7188         * sysdeps/i386/i686/multiarch/ifunc-sse4_2.h: Likewise.
7189         * sysdeps/i386/i686/multiarch/ifunc-ssse3-sse4_2.h: Likewise.
7190         * sysdeps/i386/i686/multiarch/memchr-ia32.S: Likewise.
7191         * sysdeps/i386/i686/multiarch/memchr.c: Likewise.
7192         * sysdeps/i386/i686/multiarch/memcmp-ia32.S: Likewise.
7193         * sysdeps/i386/i686/multiarch/memcmp.c: Likewise.
7194         * sysdeps/i386/i686/multiarch/memcpy-ia32.S: Likewise.
7195         * sysdeps/i386/i686/multiarch/memcpy.c: Likewise.
7196         * sysdeps/i386/i686/multiarch/memcpy_chk-nonshared.S: Likewise.
7197         * sysdeps/i386/i686/multiarch/memcpy_chk.c: Likewise.
7198         * sysdeps/i386/i686/multiarch/memmove-ia32.S: Likewise.
7199         * sysdeps/i386/i686/multiarch/memmove.c: Likewise.
7200         * sysdeps/i386/i686/multiarch/memmove_chk-nonshared.S: Likewise.
7201         * sysdeps/i386/i686/multiarch/memmove_chk.c: Likewise.
7202         * sysdeps/i386/i686/multiarch/mempcpy-ia32.S: Likewise.
7203         * sysdeps/i386/i686/multiarch/mempcpy.c: Likewise.
7204         * sysdeps/i386/i686/multiarch/mempcpy_chk-nonshared.S: Likewise.
7205         * sysdeps/i386/i686/multiarch/mempcpy_chk.c: Likewise.
7206         * sysdeps/i386/i686/multiarch/memrchr.c: Likewise.
7207         * sysdeps/i386/i686/multiarch/memset-ia32.S: Likewise.
7208         * sysdeps/i386/i686/multiarch/memset.c: Likewise.
7209         * sysdeps/i386/i686/multiarch/memset_chk-nonshared.S: Likewise.
7210         * sysdeps/i386/i686/multiarch/rawmemchr-ia32.S: Likewise.
7211         * sysdeps/i386/i686/multiarch/rawmemchr.c: Likewise.
7212         * sysdeps/i386/i686/multiarch/stpcpy-ia32.S: Likewise.
7213         * sysdeps/i386/i686/multiarch/stpcpy-ia32.S: Likewise.
7214         * sysdeps/i386/i686/multiarch/stpcpy.c: Likewise.
7215         * sysdeps/i386/i686/multiarch/stpncpy-ia32.S: Likewise.
7216         * sysdeps/i386/i686/multiarch/stpncpy.c: Likewise.
7217         * sysdeps/i386/i686/multiarch/strcasecmp.c: Likewise.
7218         * sysdeps/i386/i686/multiarch/strcasecmp_l.c: Likewise.
7219         * sysdeps/i386/i686/multiarch/strcat-ia32.S: Likewise.
7220         * sysdeps/i386/i686/multiarch/strcat.c: Likewise.
7221         * sysdeps/i386/i686/multiarch/strchr-ia32.S: Likewise.
7222         * sysdeps/i386/i686/multiarch/strchr.c: Likewise.
7223         * sysdeps/i386/i686/multiarch/strcmp-ia32.S: Likewise.
7224         * sysdeps/i386/i686/multiarch/strcmp.c: Likewise.
7225         * sysdeps/i386/i686/multiarch/strcpy-ia32.S: Likewise.
7226         * sysdeps/i386/i686/multiarch/strcpy.c: Likewise.
7227         * sysdeps/i386/i686/multiarch/strcspn-ia32.S: Likewise.
7228         * sysdeps/i386/i686/multiarch/strcspn.c: Likewise.
7229         * sysdeps/i386/i686/multiarch/strlen-ia32.S: Likewise.
7230         * sysdeps/i386/i686/multiarch/strlen.c: Likewise.
7231         * sysdeps/i386/i686/multiarch/strncase.c: Likewise.
7232         * sysdeps/i386/i686/multiarch/strncase_l.c: Likewise.
7233         * sysdeps/i386/i686/multiarch/strncat.c: Likewise.
7234         * sysdeps/i386/i686/multiarch/strncmp.c: Likewise.
7235         * sysdeps/i386/i686/multiarch/strncpy.c: Likewise.
7236         * sysdeps/i386/i686/multiarch/strnlen.c: Likewise.
7237         * sysdeps/i386/i686/multiarch/strpbrk-ia32.S: Likewise.
7238         * sysdeps/i386/i686/multiarch/strpbrk.c: Likewise.
7239         * sysdeps/i386/i686/multiarch/strrchr-ia32.S: Likewise.
7240         * sysdeps/i386/i686/multiarch/strrchr.c: Likewise.
7241         * sysdeps/i386/i686/multiarch/strspn-ia32.S: Likewise.
7242         * sysdeps/i386/i686/multiarch/strspn.c: Likewise.
7243         * sysdeps/i386/i686/multiarch/wcschr.c: Likewise.
7244         * sysdeps/i386/i686/multiarch/wcscmp.c: Likewise.
7245         * sysdeps/i386/i686/multiarch/wcscpy.c: Likewise.
7246         * sysdeps/i386/i686/multiarch/wcslen.c: Likewise.
7247         * sysdeps/i386/i686/multiarch/wcsrchr.c: Likewise.
7248         * sysdeps/i386/i686/multiarch/wmemcmp.c: Likewise.
7249         * sysdeps/i386/i686/multiarch/bcopy.S: Removed.
7250         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
7251         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
7252         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
7253         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
7254         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
7255         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
7256         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
7257         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
7258         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
7259         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
7260         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
7261         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
7262         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
7263         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
7264         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
7265         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
7266         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
7267         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
7268         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
7269         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
7270         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
7271         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
7272         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
7273         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
7274         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
7275         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
7276         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
7277         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
7278         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
7279         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
7280         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
7281         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
7282         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
7283         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
7284         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
7285         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
7286         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
7288 2017-08-04  H.J. Lu  <hongjiu.lu@intel.com>
7290         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines)
7291         Add svml_d_cos2_core-sse2, svml_d_cos4_core-sse,
7292         svml_d_cos8_core-avx2, svml_d_exp2_core-sse2,
7293         svml_d_exp4_core-sse, svml_d_exp8_core-avx2,
7294         svml_d_log2_core-sse2, svml_d_log4_core-sse,
7295         svml_d_log8_core-avx2, svml_d_pow2_core-sse2,
7296         svml_d_pow4_core-sse, svml_d_pow8_core-avx2
7297         svml_d_sin2_core-sse2, svml_d_sin4_core-sse,
7298         svml_d_sin8_core-avx2, svml_d_sincos2_core-sse2,
7299         svml_d_sincos4_core-sse, svml_d_sincos8_core-avx2,
7300         svml_s_cosf16_core-avx2, svml_s_cosf4_core-sse2,
7301         svml_s_cosf8_core-sse, svml_s_expf16_core-avx2,
7302         svml_s_expf4_core-sse2, svml_s_expf8_core-sse,
7303         svml_s_logf16_core-avx2, svml_s_logf4_core-sse2,
7304         svml_s_logf8_core-sse, svml_s_powf16_core-avx2,
7305         svml_s_powf4_core-sse2, svml_s_powf8_core-sse,
7306         svml_s_sincosf16_core-avx2, svml_s_sincosf4_core-sse2,
7307         svml_s_sincosf8_core-sse, svml_s_sinf16_core-avx2,
7308         svml_s_sinf4_core-sse2 and svml_s_sinf8_core-sse.
7309         * sysdeps/x86_64/fpu/multiarch/ifunc-mathvec-avx2.h: New file.
7310         * sysdeps/x86_64/fpu/multiarch/ifunc-mathvec-avx512.h: Likewise.
7311         * sysdeps/x86_64/fpu/multiarch/ifunc-mathvec-sse4_1.h: Likewise.
7312         * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core.c: Likewise.
7313         * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core.c: Likewise.
7314         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core.c: Likewise.
7315         * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core.c: Likewise.
7316         * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core.c: Likewise.
7317         * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core.c: Likewise.
7318         * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core.c: Likewise.
7319         * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core.c: Likewise.
7320         * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core.c: Likewise.
7321         * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core.c: Likewise.
7322         * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core.c: Likewise.
7323         * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core.c: Likewise.
7324         * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core.c: Likewise.
7325         * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core.c: Likewise.
7326         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core.c: Likewise.
7327         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core.c: Likewise.
7328         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core.c: Likewise.
7329         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core.c: Likewise.
7330         * sysdeps/x86_64/fpu/multiarch/svml_d_cosf16_core.c: Likewise.
7331         * sysdeps/x86_64/fpu/multiarch/svml_d_cosf4_core.c: Likewise.
7332         * sysdeps/x86_64/fpu/multiarch/svml_d_cosf8_core.c: Likewise.
7333         * sysdeps/x86_64/fpu/multiarch/svml_d_expf16_core.c: Likewise.
7334         * sysdeps/x86_64/fpu/multiarch/svml_d_expf4_core.c: Likewise.
7335         * sysdeps/x86_64/fpu/multiarch/svml_d_expf8_core.c: Likewise.
7336         * sysdeps/x86_64/fpu/multiarch/svml_d_logf16_core.c: Likewise.
7337         * sysdeps/x86_64/fpu/multiarch/svml_d_logf4_core.c: Likewise.
7338         * sysdeps/x86_64/fpu/multiarch/svml_d_logf8_core.c: Likewise.
7339         * sysdeps/x86_64/fpu/multiarch/svml_d_powf16_core.c: Likewise.
7340         * sysdeps/x86_64/fpu/multiarch/svml_d_powf4_core.c: Likewise.
7341         * sysdeps/x86_64/fpu/multiarch/svml_d_powf8_core.c: Likewise.
7342         * sysdeps/x86_64/fpu/multiarch/svml_d_sincosf16_core.c: Likewise.
7343         * sysdeps/x86_64/fpu/multiarch/svml_d_sincosf4_core.c: Likewise.
7344         * sysdeps/x86_64/fpu/multiarch/svml_d_sincosf8_core.c: Likewise.
7345         * sysdeps/x86_64/fpu/multiarch/svml_d_sinf16_core.c: Likewise.
7346         * sysdeps/x86_64/fpu/multiarch/svml_d_sinf4_core.c: Likewise.
7347         * sysdeps/x86_64/fpu/multiarch/svml_d_sinf8_core.c: Likewise.
7348         * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core.S:  Renamed to
7349         ...
7350         * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core-sse2.S: This.
7351         Don't include <sysdep.h> nor <init-arch.h>.
7352         (_ZGVbN2v_cos): Removed.
7353         * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core.S:  Renamed to
7354         ...
7355         * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core-sse.S: This.
7356         Don't include <sysdep.h> nor <init-arch.h>.
7357         (_ZGVdN4v_cos): Removed.
7358         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core.S:  Renamed to
7359         ...
7360         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core-avx2.S: This.
7361         Don't include <sysdep.h> nor <init-arch.h>.
7362         (_ZGVeN8v_cos): Removed.
7363         * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core.S:  Renamed to
7364         ...
7365         * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core-sse2.S: This.
7366         Don't include <sysdep.h> nor <init-arch.h>.
7367         (_ZGVbN2v_exp): Removed.
7368         * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core.S:  Renamed to
7369         ...
7370         * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core-sse.S: This.
7371         Don't include <sysdep.h> nor <init-arch.h>.
7372         (_ZGVdN4v_exp): Removed.
7373         * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core.S:  Renamed to
7374         ...
7375         * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core-avx2.S: This.
7376         Don't include <sysdep.h> nor <init-arch.h>.
7377         (_ZGVeN8v_exp): Removed.
7378         * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core.S:  Renamed to
7379         ...
7380         * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core-sse2.S: This.
7381         Don't include <sysdep.h> nor <init-arch.h>.
7382         (_ZGVbN2v_log): Removed.
7383         * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core.S:  Renamed to
7384         ...
7385         * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core-sse.S: This.
7386         Don't include <sysdep.h> nor <init-arch.h>.
7387         (_ZGVdN4v_log): Removed.
7388         * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core.S:  Renamed to
7389         ...
7390         * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core-avx2.S: This.
7391         Don't include <sysdep.h> nor <init-arch.h>.
7392         (_ZGVeN8v_log): Removed.
7393         * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core.S:  Renamed to
7394         ...
7395         * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core-sse2.S: This.
7396         Don't include <sysdep.h> nor <init-arch.h>.
7397         (_ZGVbN2vv_pow): Removed.
7398         * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core.S:  Renamed to
7399         ...
7400         * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core-sse.S: This.
7401         Don't include <sysdep.h> nor <init-arch.h>.
7402         (_ZGVdN4vv_pow): Removed.
7403         * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core.S:  Renamed to
7404         ...
7405         * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core-avx2.S: This.
7406         Don't include <sysdep.h> nor <init-arch.h>.
7407         (_ZGVeN8vv_pow): Removed.
7408         * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core.S:  Renamed to
7409         ...
7410         * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core-sse2.S: This.
7411         Don't include <sysdep.h> nor <init-arch.h>.
7412         (_ZGVbN2v_sin): Removed.
7413         * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core.S:  Renamed to
7414         ...
7415         * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core-sse.S: This.
7416         Don't include <sysdep.h> nor <init-arch.h>.
7417         (_ZGVbN4v_sin): Removed.
7418         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core.S:  Renamed to
7419         ...
7420         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core-avx2.S: This.
7421         Don't include <sysdep.h> nor <init-arch.h>.
7422         (_ZGVbN8v_sin): Removed.
7423         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core.S:  Renamed to
7424         ...
7425         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core-sse2.S: This.
7426         Don't include <sysdep.h> nor <init-arch.h>.
7427         (_ZGVbN2vvv_sincos): Removed.
7428         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core.S:  Renamed to
7429         ...
7430         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core-sse.S: This.
7431         Don't include <sysdep.h> nor <init-arch.h>.
7432         (_ZGVdN4vvv_sincos): Removed.
7433         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core.S:  Renamed to
7434         ...
7435         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core-avx2.S: This.
7436         Don't include <sysdep.h> nor <init-arch.h>.
7437         (_ZGVeN8vvv_sincos): Removed.
7438         * sysdeps/x86_64/fpu/multiarch/svml_d_cosf16_core.S:  Renamed to
7439         ...
7440         * sysdeps/x86_64/fpu/multiarch/svml_d_cosf16_core-avx2.S: This.
7441         Don't include <sysdep.h> nor <init-arch.h>.
7442         (_ZGVeN16v_cosf): Removed.
7443         * sysdeps/x86_64/fpu/multiarch/svml_d_cosf4_core.S:  Renamed to
7444         ...
7445         * sysdeps/x86_64/fpu/multiarch/svml_d_cosf4_core-sse2.S: This.
7446         Don't include <sysdep.h> nor <init-arch.h>.
7447         (_ZGVbN4v_cosf): Removed.
7448         * sysdeps/x86_64/fpu/multiarch/svml_d_cosf8_core.S:  Renamed to
7449         ...
7450         * sysdeps/x86_64/fpu/multiarch/svml_d_cosf8_core-sse.S: This.
7451         Don't include <sysdep.h> nor <init-arch.h>.
7452         (_ZGVdN8v_cosf): Removed.
7453         * sysdeps/x86_64/fpu/multiarch/svml_d_expf16_core.S:  Renamed to
7454         ...
7455         * sysdeps/x86_64/fpu/multiarch/svml_d_expf16_core-avx2.S: This.
7456         Don't include <sysdep.h> nor <init-arch.h>.
7457         (_ZGVeN16v_expf): Removed.
7458         * sysdeps/x86_64/fpu/multiarch/svml_d_expf4_core.S:  Renamed to
7459         ...
7460         * sysdeps/x86_64/fpu/multiarch/svml_d_expf4_core-sse2.S: This.
7461         Don't include <sysdep.h> nor <init-arch.h>.
7462         (_ZGVbN4v_expf): Removed.
7463         * sysdeps/x86_64/fpu/multiarch/svml_d_expf8_core.S:  Renamed to
7464         ...
7465         * sysdeps/x86_64/fpu/multiarch/svml_d_expf8_core-sse.S: This.
7466         Don't include <sysdep.h> nor <init-arch.h>.
7467         (_ZGVdN8v_expf): Removed.
7468         * sysdeps/x86_64/fpu/multiarch/svml_d_logf16_core.S:  Renamed to
7469         ...
7470         * sysdeps/x86_64/fpu/multiarch/svml_d_logf16_core-avx2.S: This.
7471         Don't include <sysdep.h> nor <init-arch.h>.
7472         (_ZGVeN16v_logf): Removed.
7473         * sysdeps/x86_64/fpu/multiarch/svml_d_logf4_core.S:  Renamed to
7474         ...
7475         * sysdeps/x86_64/fpu/multiarch/svml_d_logf4_core-sse2.S: This.
7476         Don't include <sysdep.h> nor <init-arch.h>.
7477         (_ZGVbN4v_logf): Removed.
7478         * sysdeps/x86_64/fpu/multiarch/svml_d_logf8_core.S:  Renamed to
7479         ...
7480         * sysdeps/x86_64/fpu/multiarch/svml_d_logf8_core-sse.S: This.
7481         Don't include <sysdep.h> nor <init-arch.h>.
7482         (_ZGVdN8v_logf): Removed.
7483         * sysdeps/x86_64/fpu/multiarch/svml_d_powf16_core.S:  Renamed to
7484         ...
7485         * sysdeps/x86_64/fpu/multiarch/svml_d_powf16_core-avx2.S: This.
7486         Don't include <sysdep.h> nor <init-arch.h>.
7487         (_ZGVeN16vv_powf): Removed.
7488         * sysdeps/x86_64/fpu/multiarch/svml_d_powf4_core.S:  Renamed to
7489         ...
7490         * sysdeps/x86_64/fpu/multiarch/svml_d_powf4_core-sse2.S: This.
7491         Don't include <sysdep.h> nor <init-arch.h>.
7492         (_ZGVbN4vv_powf): Removed.
7493         * sysdeps/x86_64/fpu/multiarch/svml_d_powf8_core.S:  Renamed to
7494         ...
7495         * sysdeps/x86_64/fpu/multiarch/svml_d_powf8_core-sse.S: This.
7496         Don't include <sysdep.h> nor <init-arch.h>.
7497         (_ZGVdN8vv_powf): Removed.
7498         * sysdeps/x86_64/fpu/multiarch/svml_d_sincosf16_core.S:  Renamed to
7499         ...
7500         * sysdeps/x86_64/fpu/multiarch/svml_d_sincosf16_core-avx2.S: This.
7501         Don't include <sysdep.h> nor <init-arch.h>.
7502         (_ZGVeN16vvv_sincosf): Removed.
7503         * sysdeps/x86_64/fpu/multiarch/svml_d_sincosf4_core.S:  Renamed to
7504         ...
7505         * sysdeps/x86_64/fpu/multiarch/svml_d_sincosf4_core-sse2.S: This.
7506         Don't include <sysdep.h> nor <init-arch.h>.
7507         (_ZGVbN4vvv_sincosf): Removed.
7508         * sysdeps/x86_64/fpu/multiarch/svml_d_sincosf8_core.S:  Renamed to
7509         ...
7510         * sysdeps/x86_64/fpu/multiarch/svml_d_sincosf8_core-sse.S: This.
7511         Don't include <sysdep.h> nor <init-arch.h>.
7512         (_ZGVdN8vvv_sincosf): Removed.
7513         * sysdeps/x86_64/fpu/multiarch/svml_d_sinf16_core.S:  Renamed to
7514         ...
7515         * sysdeps/x86_64/fpu/multiarch/svml_d_sinf16_core-avx2.S: This.
7516         Don't include <sysdep.h> nor <init-arch.h>.
7517         (_ZGVeN16v_sinf): Removed.
7518         * sysdeps/x86_64/fpu/multiarch/svml_d_sinf4_core.S:  Renamed to
7519         ...
7520         * sysdeps/x86_64/fpu/multiarch/svml_d_sinf4_core-sse2.S: This.
7521         Don't include <sysdep.h> nor <init-arch.h>.
7522         (_ZGVbN4v_sinf): Removed.
7523         * sysdeps/x86_64/fpu/multiarch/svml_d_sinf8_core.S:  Renamed to
7524         ...
7525         * sysdeps/x86_64/fpu/multiarch/svml_d_sinf8_core-sse.S: This.
7526         Don't include <sysdep.h> nor <init-arch.h>.
7527         (_ZGVdN8v_sinf): Removed.
7529 2017-08-04  H.J. Lu  <hongjiu.lu@intel.com>
7531         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
7532         Add s_ceil-sse4_1, s_ceilf-sse4_1, s_floor-sse4_1,
7533         s_floorf-sse4_1, s_nearbyint-sse4_1, s_nearbyintf-sse4_1,
7534         s_rint-sse4_1 and s_rintf-sse4_1.
7535         * sysdeps/x86_64/fpu/multiarch/ifunc-sse4_1.h: New file.
7536         * sysdeps/x86_64/fpu/multiarch/s_ceil.c: Likewise.
7537         * sysdeps/x86_64/fpu/multiarch/s_ceilf.c: Likewise.
7538         * sysdeps/x86_64/fpu/multiarch/s_floor.c: Likewise.
7539         * sysdeps/x86_64/fpu/multiarch/s_floorf.c: Likewise.
7540         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.c: Likewise.
7541         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.c: Likewise.
7542         * sysdeps/x86_64/fpu/multiarch/s_rint.c: Likewise.
7543         * sysdeps/x86_64/fpu/multiarch/s_rintf.c: Likewise.
7544         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: Renamed to ...
7545         * sysdeps/x86_64/fpu/multiarch/s_ceil-sse4_1.S: This.  Don't
7546         include <machine/asm.h> nor <init-arch.h>.  Include <sysdep.h>.
7547         (__ceil): Removed.
7548         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: Renamed to ...
7549         * sysdeps/x86_64/fpu/multiarch/s_ceilf-sse4_1.S: This.  Don't
7550         include <machine/asm.h> nor <init-arch.h>.  Include <sysdep.h>.
7551         (__ceilf): Removed.
7552         * sysdeps/x86_64/fpu/multiarch/s_floor.S: Renamed to ...
7553         * sysdeps/x86_64/fpu/multiarch/s_floor-sse4_1.S: This.  Don't
7554         include <machine/asm.h> nor <init-arch.h>.  Include <sysdep.h>.
7555         (__floor): Removed.
7556         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: Renamed to ...
7557         * sysdeps/x86_64/fpu/multiarch/s_floorf-sse4_1.S: This.  Don't
7558         include <machine/asm.h> nor <init-arch.h>.  Include <sysdep.h>.
7559         (__floorf): Removed.
7560         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: Renamed to ...
7561         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-sse4_1.S: This.  Don't
7562         include <machine/asm.h> nor <init-arch.h>.  Include <sysdep.h>.
7563         (__nearbyint): Removed.
7564         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: Renamed to ...
7565         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-sse4_1.S: This.  Don't
7566         include <machine/asm.h> nor <init-arch.h>.  Include <sysdep.h>.
7567         (__nearbyintf): Removed.
7568         * sysdeps/x86_64/fpu/multiarch/s_rint.S: Renamed to ...
7569         * sysdeps/x86_64/fpu/multiarch/s_rint-sse4_1.S: This.  Don't
7570         include <machine/asm.h> nor <init-arch.h>.  Include <sysdep.h>.
7571         (__rint): Removed.
7572         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: Renamed to ...
7573         * sysdeps/x86_64/fpu/multiarch/s_rintf-sse4_1.S: This.  Don't
7574         include <machine/asm.h> nor <init-arch.h>.  Include <sysdep.h>.
7575         (__rintf): Removed.
7577 2017-08-04  H.J. Lu  <hongjiu.lu@intel.com>
7579         * sysdeps/i386/start.S (_start): Check Check PIC instead of
7580         SHARED.  Avoid dynamic relocation against main in static PIE.
7582 2017-08-04  H.J. Lu  <hongjiu.lu@intel.com>
7584         [BZ #21815]
7585         * elf/Makefile (CFLAGS-tst-prelink.c): New.
7586         (LDFLAGS-tst-prelink): Likewise.
7588 2017-08-04  H.J. Lu  <hongjiu.lu@intel.com>
7590         * sysdeps/unix/sysv/linux/i386/sysdep.h (I386_USE_SYSENTER):
7591         Define to I386_USE_SYSENTER to 0 or 1 if not defined.
7592         (ENTER_KERNEL): Check if I386_USE_SYSENTER is 1 and check PIC.
7593         (INTERNAL_SYSCALL_MAIN_INLINE): Likewise.
7594         (INTERNAL_SYSCALL_NCS): Likewise.
7595         (LOADARGS_1): Likewise.
7596         (LOADARGS_5): Likewise.
7597         (RESTOREARGS_1): Likewise.
7598         (RESTOREARGS_5): Likewise.
7600 2017-08-04  H.J. Lu  <hongjiu.lu@intel.com>
7602         * sysdeps/x86_64/memmove.S (MEMCPY_SYMBOL): Don't check SHARED.
7603         (MEMPCPY_SYMBOL): Likewise.
7604         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
7605         (__libc_ifunc_impl_list): Test memcpy and mempcpy in libc.a.
7606         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Also include
7607         in libc.a.
7608         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
7609         * sysdeps/x86_64/multiarch/memmove-avx512-no-vzeroupper.S:
7610         Likewise.
7611         * sysdeps/x86_64/multiarch/memcpy.c: Also include in libc.a.
7612         (__hidden_ver1): Don't use in libc.a.
7613         * sysdeps/x86_64/multiarch/memmove-sse2-unaligned-erms.S
7614         (__mempcpy): Don't create a weak alias in libc.a.
7615         * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S: Support
7616         libc.a.
7617         * sysdeps/x86_64/multiarch/mempcpy.c: Also include in libc.a.
7618         (__hidden_ver1): Don't use in libc.a.
7620 2017-08-04  H.J. Lu  <hongjiu.lu@intel.com>
7622         * config.make.in (have-insert): New.
7623         * configure.ac (libc_cv_insert): New.  Set to yes if linker
7624         supports INSERT in linker script.
7625         (AC_SUBST(libc_cv_insert): New.
7626         * configure: Regenerated.
7627         * sysdeps/x86_64/Makefile (tests): Add tst-split-dynreloc only
7628         if $(have-insert) == yes.
7630 2017-08-04  H.J. Lu  <hongjiu.lu@intel.com>
7632         * elf/Makefile (tests): Add vismain only if
7633         $(have-protected-data) == yes.
7634         (tests-pie): Likewise.
7636 2017-08-04  H.J. Lu  <hongjiu.lu@intel.com>
7638         [BZ #21871]
7639         * sysdeps/x86/cpu-features.c (init_cpu_features): Set
7640         bit_arch_Use_dl_runtime_resolve_opt only with AVX512F.
7642 2017-08-04  H.J. Lu  <hongjiu.lu@intel.com>
7644         [BZ #21790]
7645         * sysdeps/i386/i586/memset.S
7646         (__memset_zero_constant_len_parameter): Removed.
7647         * sysdeps/i386/i686/memset.S
7648         (__memset_zero_constant_len_parameter): Likewise.
7649         * sysdeps/i386/i686/multiarch/memset_chk.S
7650         (__memset_zero_constant_len_parameter): Likewise.
7651         * sysdeps/x86_64/memset.S (__memset_zero_constant_len_parameter):
7652         Likewise.
7654 2017-08-03  Aurelien Jarno  <aurelien@aurel32.net>
7656         * stdlib/getentropy.c (getentropy): Change return type to int.
7658 2017-08-03  Aurelien Jarno  <aurelien@aurel32.net>
7660         * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Regenerated.
7662 2017-08-03  Joseph Myers  <joseph@codesourcery.com>
7664         * math/s_nextafter.c (__nextafter): Use uintN_t instead of
7665         u_intN_t.
7666         * math/s_nexttowardf.c (__nexttowardf): Likewise.
7667         * sysdeps/generic/math_private.h (ieee_double_shape_type):
7668         Likewise.
7669         (ieee_float_shape_type): Likewise.
7670         * sysdeps/i386/fpu/s_fpclassifyl.c (__fpclassifyl): Likewise.
7671         * sysdeps/i386/fpu/s_isnanl.c (__isnanl): Likewise.
7672         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
7673         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
7674         * sysdeps/i386/fpu/s_nexttowardf.c (__nexttowardf): Likewise.
7675         * sysdeps/ieee754/dbl-64/e_acosh.c (__ieee754_acosh): Likewise.
7676         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Likewise.
7677         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
7678         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r):
7679         Likewise.
7680         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
7681         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Likewise.
7682         (__ieee754_yn): Likewise.
7683         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
7684         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
7685         * sysdeps/ieee754/dbl-64/e_rem_pio2.c (__ieee754_rem_pio2):
7686         Likewise.
7687         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
7688         * sysdeps/ieee754/dbl-64/s_ceil.c (__ceil): Likewise.
7689         * sysdeps/ieee754/dbl-64/s_copysign.c (__copysign): Likewise.
7690         * sysdeps/ieee754/dbl-64/s_erf.c (__erf): Likewise.
7691         (__erfc): Likewise.
7692         * sysdeps/ieee754/dbl-64/s_expm1.c (__expm1): Likewise.
7693         * sysdeps/ieee754/dbl-64/s_finite.c (FINITE): Likewise.
7694         * sysdeps/ieee754/dbl-64/s_floor.c (__floor): Likewise.
7695         * sysdeps/ieee754/dbl-64/s_fpclassify.c (__fpclassify): Likewise.
7696         * sysdeps/ieee754/dbl-64/s_isnan.c (__isnan): Likewise.
7697         * sysdeps/ieee754/dbl-64/s_issignaling.c (__issignaling):
7698         Likewise.
7699         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Likewise.
7700         * sysdeps/ieee754/dbl-64/s_llround.c (__llround): Likewise.
7701         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
7702         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Likewise.
7703         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
7704         * sysdeps/ieee754/dbl-64/s_nextup.c (__nextup): Likewise.
7705         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Likewise.
7706         * sysdeps/ieee754/dbl-64/s_round.c (__round): Likewise.
7707         * sysdeps/ieee754/dbl-64/s_trunc.c (__trunc): Likewise.
7708         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c
7709         (__issignaling): Likewise.
7710         * sysdeps/ieee754/flt-32/e_atan2f.c (__ieee754_atan2f): Likewise.
7711         * sysdeps/ieee754/flt-32/e_fmodf.c (__ieee754_fmodf): Likewise.
7712         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r):
7713         Likewise.
7714         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
7715         * sysdeps/ieee754/flt-32/e_log10f.c (__ieee754_log10f): Likewise.
7716         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Likewise.
7717         * sysdeps/ieee754/flt-32/e_rem_pio2f.c (__ieee754_rem_pio2f):
7718         Likewise.
7719         * sysdeps/ieee754/flt-32/e_remainderf.c (__ieee754_remainderf):
7720         Likewise.
7721         * sysdeps/ieee754/flt-32/e_sqrtf.c (__ieee754_sqrtf): Likewise.
7722         * sysdeps/ieee754/flt-32/s_ceilf.c (__ceilf): Likewise.
7723         * sysdeps/ieee754/flt-32/s_copysignf.c (__copysignf): Likewise.
7724         * sysdeps/ieee754/flt-32/s_erff.c (__erff): Likewise.
7725         (__erfcf): Likewise.
7726         * sysdeps/ieee754/flt-32/s_expm1f.c (__expm1f): Likewise.
7727         * sysdeps/ieee754/flt-32/s_finitef.c (FINITEF): Likewise.
7728         * sysdeps/ieee754/flt-32/s_floorf.c (__floorf): Likewise.
7729         * sysdeps/ieee754/flt-32/s_fpclassifyf.c (__fpclassifyf):
7730         Likewise.
7731         * sysdeps/ieee754/flt-32/s_isnanf.c (__isnanf): Likewise.
7732         * sysdeps/ieee754/flt-32/s_issignalingf.c (__issignalingf):
7733         Likewise.
7734         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
7735         * sysdeps/ieee754/flt-32/s_llroundf.c (__llroundf): Likewise.
7736         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
7737         * sysdeps/ieee754/flt-32/s_lroundf.c (__lroundf): Likewise.
7738         * sysdeps/ieee754/flt-32/s_modff.c (__modff): Likewise.
7739         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
7740         * sysdeps/ieee754/flt-32/s_roundf.c (__roundf): Likewise.
7741         * sysdeps/ieee754/ldbl-128/e_acoshl.c (__ieee754_acoshl):
7742         Likewise.
7743         * sysdeps/ieee754/ldbl-128/e_atan2l.c (__ieee754_atan2l):
7744         Likewise.
7745         * sysdeps/ieee754/ldbl-128/e_atanhl.c (__ieee754_atanhl):
7746         Likewise.
7747         * sysdeps/ieee754/ldbl-128/e_fmodl.c (__ieee754_fmodl): Likewise.
7748         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gammal_r):
7749         Likewise.
7750         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
7751         Likewise.
7752         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
7753         (__ieee754_ynl): Likewise.
7754         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Likewise.
7755         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (__ieee754_rem_pio2l):
7756         Likewise.
7757         * sysdeps/ieee754/ldbl-128/e_remainderl.c (__ieee754_remainderl):
7758         Likewise.
7759         * sysdeps/ieee754/ldbl-128/e_sinhl.c (__ieee754_sinhl): Likewise.
7760         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Likewise.
7761         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
7762         Likewise.
7763         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Likewise.
7764         * sysdeps/ieee754/ldbl-128/s_ceill.c (__ceill): Likewise.
7765         * sysdeps/ieee754/ldbl-128/s_copysignl.c (__copysignl): Likewise.
7766         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Likewise.
7767         * sysdeps/ieee754/ldbl-128/s_fabsl.c (__fabsl): Likewise.
7768         * sysdeps/ieee754/ldbl-128/s_finitel.c (__finitel): Likewise.
7769         * sysdeps/ieee754/ldbl-128/s_floorl.c (__floorl): Likewise.
7770         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c (__fpclassifyl):
7771         Likewise.
7772         * sysdeps/ieee754/ldbl-128/s_frexpl.c (__frexpl): Likewise.
7773         * sysdeps/ieee754/ldbl-128/s_isnanl.c (__isnanl): Likewise.
7774         * sysdeps/ieee754/ldbl-128/s_issignalingl.c (__issignalingl):
7775         Likewise.
7776         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
7777         * sysdeps/ieee754/ldbl-128/s_llroundl.c (__llroundl): Likewise.
7778         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
7779         * sysdeps/ieee754/ldbl-128/s_lroundl.c (__lroundl): Likewise.
7780         * sysdeps/ieee754/ldbl-128/s_modfl.c (__modfl): Likewise.
7781         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
7782         Likewise.
7783         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
7784         Likewise.
7785         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
7786         Likewise.
7787         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
7788         Likewise.
7789         * sysdeps/ieee754/ldbl-128/s_nextupl.c (__nextupl): Likewise.
7790         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
7791         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
7792         * sysdeps/ieee754/ldbl-128/s_roundl.c (__roundl): Likewise.
7793         * sysdeps/ieee754/ldbl-128/s_tanhl.c (__tanhl): Likewise.
7794         * sysdeps/ieee754/ldbl-128/s_truncl.c (__truncl): Likewise.
7795         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl):
7796         Likewise.
7797         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
7798         Likewise.
7799         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
7800         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
7801         Likewise.
7802         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c
7803         (__ieee754_remainderl): Likewise.
7804         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
7805         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
7806         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
7807         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
7808         Likewise.
7809         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
7810         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
7811         Likewise.
7812         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
7813         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Likewise.
7814         * sysdeps/ieee754/ldbl-96/e_asinl.c (__ieee754_asinl): Likewise.
7815         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Likewise.
7816         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
7817         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
7818         Likewise.
7819         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Likewise.
7820         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Likewise.
7821         (__ieee754_y0l): Likewise.
7822         (pzero): Likewise.
7823         (qzero): Likewise.
7824         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
7825         (__ieee754_y1l): Likewise.
7826         (pone): Likewise.
7827         (qone): Likewise.
7828         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise.
7829         (__ieee754_ynl): Likewise.
7830         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (sin_pi): Likewise.
7831         (__ieee754_lgammal_r): Likewise.
7832         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c (__ieee754_rem_pio2l):
7833         Likewise.
7834         * sysdeps/ieee754/ldbl-96/e_sinhl.c (__ieee754_sinhl): Likewise.
7835         * sysdeps/ieee754/ldbl-96/s_copysignl.c (__copysignl): Likewise.
7836         * sysdeps/ieee754/ldbl-96/s_erfl.c (__erfl): Likewise.
7837         (__erfcl): Likewise.
7838         * sysdeps/ieee754/ldbl-96/s_frexpl.c (__frexpl): Likewise.
7839         * sysdeps/ieee754/ldbl-96/s_issignalingl.c (__issignalingl):
7840         Likewise.
7841         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
7842         * sysdeps/ieee754/ldbl-96/s_llroundl.c (__llroundl): Likewise.
7843         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
7844         * sysdeps/ieee754/ldbl-96/s_lroundl.c (__lroundl): Likewise.
7845         * sysdeps/ieee754/ldbl-96/s_modfl.c (__modfl): Likewise.
7846         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
7847         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
7848         Likewise.
7849         * sysdeps/ieee754/ldbl-96/s_nextupl.c (__nextupl): Likewise.
7850         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
7851         * sysdeps/ieee754/ldbl-96/s_roundl.c (__roundl): Likewise.
7852         * sysdeps/ieee754/ldbl-96/s_tanhl.c (__tanhl): Likewise.
7853         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
7854         Likewise.
7855         * sysdeps/m68k/m680x0/fpu/e_pow.c (s(__ieee754_pow)): Likewise.
7856         * sysdeps/m68k/m680x0/fpu/s_fpclassifyl.c (__fpclassifyl):
7857         Likewise.
7858         * sysdeps/m68k/m680x0/fpu/s_llrint.c (__llrint): Likewise.
7859         * sysdeps/m68k/m680x0/fpu/s_llrintf.c (__llrintf): Likewise.
7860         * sysdeps/m68k/m680x0/fpu/s_llrintl.c (__llrintl): Likewise.
7861         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
7862         * sysdeps/x86/fpu/powl_helper.c (__powl_helper): Likewise.
7864 2017-08-03  Florian Weimer  <fweimer@redhat.com>
7866         [BZ #21885]
7867         * sysdeps/posix/getaddrinfo.c (gethosts): Release resolver context
7868         on memory allocation failure.
7870 2017-08-03  Alan Modra  <amodra@gmail.com>
7872         * sysdeps/powerpc/mod-tlsopt-powerpc.c: Extract from
7873         tst-tlsopt-powerpc.c with function name change and no test harness.
7874         * sysdeps/powerpc/tst-tlsopt-powerpc.c: Remove body of test.
7875         Call tls_get_addr_opt_test.
7876         * sysdeps/powerpc/Makefile (LDFLAGS-tst-tlsopt-powerpc): Don't define.
7877         (modules-names): Add mod-tlsopt-powerpc.
7878         (mod-tlsopt-powerpc.so-no-z-defs): Define.
7879         (tst-tlsopt-powerpc): Depend on .so.
7880         * sysdeps/powerpc/powerpc64/tls-macros.h (__TLS_GET_ADDR): Don't
7881         define.  Expand use in TLS_GD and TLS_LD.
7883 2017-08-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7885         * sysdeps/mach/hurd/enbl-secure.c (__libc_init_secure): Define
7886         function.
7887         * sysdeps/posix/shm_open.c: Include <pthread.h>.
7889 2017-08-02  Joseph Myers  <joseph@codesourcery.com>
7891         [BZ #21686]
7892         * math/tgmath.h (__TGMATH_BINARY_REAL_ONLY): Add arguments before
7893         comparing size with that of double.
7894         (__TGMATH_BINARY_REAL_STD_ONLY): Likewise.
7895         (__TGMATH_BINARY_REAL_RET_ONLY): Likewise.
7896         (__TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY): Likewise.
7897         (__TGMATH_TERNARY_REAL_ONLY): Likewise.
7898         (__TGMATH_BINARY_REAL_IMAG): Likewise.
7899         * math/gen-tgmath-tests.py (Type.init_types): Create __int128 and
7900         unsigned __int128 types.
7902 2017-08-02  Steve Ellcey  <sellcey@cavium.com>
7904         * localedata/Makefile (CFLAGS-tst_iswalnum.c, CFLAGS-tst_iswalpha.c
7905         CFLAGS-tst_iswcntrl.c, CFLAGS-tst_iswdigit.c, CFLAGS-tst_iswgraph.c,
7906         CFLAGS-tst_iswlower.c, CFLAGS-tst_iswprint.c, CFLAGS-tst_iswpunct.c,
7907         CFLAGS-tst_iswspace.c, CFLAGS-tst_iswupper.c, CFLAGS-tst_iswxdigit.c,
7908         CFLAGS-tst_towlower.c, CFLAGS-tst_towupper.c): Remove.
7910 2017-08-02  H.J. Lu  <hongjiu.lu@intel.com>
7912         * sysdeps/x86_64/start.S (_start): Check PIC instead of SHARED.
7914 2017-08-02  H.J. Lu  <hongjiu.lu@intel.com>
7916         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Check PIC instead
7917         of SHARED.
7918         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
7919         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
7920         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
7921         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
7922         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
7923         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
7924         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
7926 2017-08-02  Joseph Myers  <joseph@codesourcery.com>
7928         [BZ #21685]
7929         * math/tgmath.h (__tgmath_real_type): Use unary + on potentially
7930         bit-field expressions passed to sizeof or typeof.
7931         [__HAVE_FLOAT128 && __GLIBC_USE (IEC_60559_TYPES_EXT)]
7932         (__TGMATH_F128): Likewise.
7933         [__HAVE_FLOAT128 && __GLIBC_USE (IEC_60559_TYPES_EXT)]
7934         (__TGMATH_CF128): Likewise.
7935         (__TGMATH_UNARY_REAL_ONLY): Likewise.
7936         (__TGMATH_UNARY_REAL_RET_ONLY): Likewise.
7937         (__TGMATH_BINARY_FIRST_REAL_ONLY): Likewise.
7938         (__TGMATH_BINARY_FIRST_REAL_STD_ONLY): Likewise.
7939         (__TGMATH_BINARY_REAL_ONLY): Likewise.
7940         (__TGMATH_BINARY_REAL_STD_ONLY): Likewise.
7941         (__TGMATH_BINARY_REAL_RET_ONLY): Likewise.
7942         (__TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY): Likewise.
7943         (__TGMATH_TERNARY_REAL_ONLY): Likewise.
7944         (__TGMATH_TERNARY_FIRST_REAL_RET_ONLY): Likewise.
7945         (__TGMATH_UNARY_REAL_IMAG): Likewise.
7946         (__TGMATH_UNARY_IMAG): Likewise.
7947         (__TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
7948         (__TGMATH_BINARY_REAL_IMAG): Likewise.
7949         * math/gen-tgmath-tests.py (Type.init_types): Create bit_field
7950         type.
7951         (define_vars_for_type): Handle bit_field type specially.
7952         (Tests.__init__): Declare structure with bit-field element.
7954 2017-08-02  H.J. Lu  <hongjiu.lu@intel.com>
7956         [BZ #21791]
7957         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S
7958         (MEMCPY_CHK): Define only if SHARED is defined.
7959         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S (MEMCPY_CHK):
7960         Likewise.
7961         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S (MEMCPY_CHK):
7962         Likewise.
7964 See ChangeLog.18 for earlier changes.