Fix NPTL build error when missing __NR_set_robust_list.
[platform/upstream/glibc.git] / ChangeLog
1 2014-10-17  Roland McGrath  <roland@hack.frob.com>
2
3         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
4         [__NR_set_robust_list].
5
6 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
7
8         * string/strcoll_l.c (get_next_seq): Fix up formatting.
9         (do_compare): Likewise.
10
11 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
12
13         [BZ #15884]
14         * string/strcoll_l.c: Don't include stdio.h.
15         (coll_seq): Remove members idxarr and rulearr.
16         (get_next_seq_cached): Remove function.
17         (get_next_seq): Likewise.
18         (get_next_seq_nocache): Rename to get_next_seq.
19         (do_compare): Remove function.
20         (do_compare_nocache): Rename to do_compare.
21         (STRCOLL): Remove weight and rules cache.
22
23 2014-10-16  Roland McGrath  <roland@hack.frob.com>
24
25         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
26         * sysdeps/arm/sfp-machine.h: ... to here.
27         * sysdeps/arm/Implies: Remove arm/soft-fp.
28
29 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
30
31         * conform/data/sys/utsname.h-data (*_t): Allow.
32         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
33         [POSIX] (WEXITED): Do not expect constant.
34         [POSIX] (WSTOPPED): Likewise.
35         [POSIX] (WNOHANG): Likewise.
36         [POSIX] (WNOWAIT): Likewise.
37         [POSIX] (siginfo_t): Do not expect type or elements.
38         [POSIX] (pid_t): Do not expect type.
39         [POSIX] (signal.h): Do not allow header.
40         [POSIX] (sys/resource.h): Likewise.
41         [POSIX] (si_*): Do not allow pattern.
42         [POSIX] (W*): Likewise.
43         [POSIX] (P_*): Likewise.
44         [POSIX] (BUS_*): Likewise.
45         [POSIX] (CLD_*): Likewise.
46         [POSIX] (FPE_*): Likewise.
47         [POSIX] (ILL_*): Likewise.
48         [POSIX] (POLL_*): Likewise.
49         [POSIX] (SEGV_*): Likewise.
50         [POSIX] (SI_*): Likewise.
51         [POSIX] (TRAP_*): Likewise.
52         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
53         variable.
54
55 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
56
57         [BZ #12926]
58         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
59         infinite loop when __recvmsg returns 0.
60
61 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
62
63         * CANCEL-FCT-WAIVE: Remove file.
64         * CANCEL-FILE-WAIVE: Likewise.
65
66         [BZ #14132]
67         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
68         instead of INTVARDEF.
69         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
70         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
71         rtld_hidden_data_def instead of INTVARDEF.
72         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
73         * elf/dl-deps.c (expand_dst): Likewise.
74         * elf/dl-load.c (_dl_dst_count): Likewise.
75         (_dl_dst_substitute): Likewise.
76         (decompose_rpath): Likewise.
77         (_dl_init_paths): Likewise.
78         (open_path): Likewise.
79         (_dl_map_object): Likewise.
80         * elf/rtld.c (dl_main): Likewise.
81         (process_dl_audit): Likewise.
82         (process_envvars): Likewise.
83         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
84         Remove declaration.
85         (__libc_enable_secure): Use rtld_hidden_proto.
86
87 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
88
89         * elf/dl-load.c
90         (add_path): New function broken out of _dl_rtld_di_serinfo.
91         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
92
93 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
94
95         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
96         parentheses around macro arguments.
97         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
98         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
99         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
100         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
101         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
102         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
103         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
104         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
105         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
106         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
107         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
108         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
109         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
110         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
111         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
112         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
113         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
114         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
115         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
116         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
117         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
118         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
119         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
120         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
121         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
122         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
123         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
124         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
125         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
126         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
127         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
128         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
129         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
130         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
131         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
132         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
133         Likewise.
134         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
135         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
136         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
137         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
138         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
139         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
140         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
141         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
142         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
143         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
144         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
145         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
146         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
147         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
148         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
149         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
150         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
151         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
152         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
153         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
154         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
155         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
156         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
157         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
158         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
159         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
160         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
161         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
162         (_FP_FRAC_SRS_1): Likewise.
163         (_FP_FRAC_CLZ_1): Likewise.
164         (_FP_MUL_MEAT_1_imm): Likewise.
165         (_FP_MUL_MEAT_1_wide): Likewise.
166         (_FP_MUL_MEAT_1_hard): Likewise.
167         (_FP_SQRT_MEAT_1): Likewise.
168         (_FP_FRAC_ASSEMBLE_1): Likewise.
169         (_FP_FRAC_DISASSEMBLE_1): Likewise.
170         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
171         (__FP_CLZ_2): Likewise.
172         (_FP_MUL_MEAT_2_wide): Likewise.
173         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
174         (_FP_MUL_MEAT_2_gmp): Likewise.
175         (_FP_MUL_MEAT_2_120_240_double): Likewise.
176         (_FP_SQRT_MEAT_2): Likewise.
177         (_FP_FRAC_ASSEMBLE_2): Likewise.
178         (_FP_FRAC_DISASSEMBLE_2): Likewise.
179         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
180         (_FP_FRAC_CLZ_4): Likewise.
181         (_FP_MUL_MEAT_4_wide): Likewise.
182         (_FP_MUL_MEAT_4_gmp): Likewise.
183         (_FP_SQRT_MEAT_4): Likewise.
184         (_FP_FRAC_ASSEMBLE_4): Likewise.
185         (_FP_FRAC_DISASSEMBLE_4): Likewise.
186         * soft-fp/op-common.h (_FP_CMP): Likewise.
187         (_FP_CMP_EQ): Likewise.
188         (_FP_CMP_UNORD): Likewise.
189         (_FP_TO_INT): Likewise.
190         (_FP_FROM_INT): Likewise.
191         [!__FP_CLZ] (__FP_CLZ): Likewise.
192         (_FP_DIV_HELP_imm): Likewise.
193         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
194         Likewise.
195         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
196         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
197         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
198         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
199         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
200         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
201         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
202         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
203         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
204         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
205         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
206         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
207         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
208         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
209         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
210         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
211         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
212         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
213         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
214         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
215         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
216         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
217         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
218         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
219         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
220         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
221         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
222         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
223         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
224         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
225         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
226         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
227         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
228         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
229         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
230         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
231         (FP_UNPACK_RAW_SP): Likewise.
232         (FP_PACK_RAW_S): Likewise.
233         (FP_PACK_RAW_SP): Likewise.
234         (FP_UNPACK_S): Likewise.
235         (FP_UNPACK_SP): Likewise.
236         (FP_UNPACK_SEMIRAW_S): Likewise.
237         (FP_UNPACK_SEMIRAW_SP): Likewise.
238         (FP_PACK_S): Likewise.
239         (FP_PACK_SP): Likewise.
240         (FP_PACK_SEMIRAW_S): Likewise.
241         (FP_PACK_SEMIRAW_SP): Likewise.
242         (_FP_SQRT_MEAT_S): Likewise.
243         (FP_CMP_S): Likewise.
244         (FP_CMP_EQ_S): Likewise.
245         (FP_CMP_UNORD_S): Likewise.
246         (FP_TO_INT_S): Likewise.
247         (FP_FROM_INT_S): Likewise.
248
249         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
250
251         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
252         (FP_EX_INVALID_IMZ): Likewise.
253         (FP_EX_INVALID_IMZ_FMA): Likewise.
254         (FP_EX_INVALID_ISI): Likewise.
255         (FP_EX_INVALID_ZDZ): Likewise.
256         (FP_EX_INVALID_IDI): Likewise.
257         (FP_EX_INVALID_SQRT): Likewise.
258         (FP_EX_INVALID_CVI): Likewise.
259         (FP_EX_INVALID_VC): Likewise.
260         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
261         "invalid" exceptions.
262         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
263         (_FP_ADD_INTERNAL): Likewise.
264         (_FP_MUL): Likewise.
265         (_FP_FMA): Likewise.
266         (_FP_DIV): Likewise.
267         (_FP_CMP_CHECK_NAN): Likewise.
268         (_FP_SQRT): Likewise.
269         (_FP_TO_INT): Likewise.
270         (FP_EXTEND): Likewise.
271
272 2014-10-09  Allan McRae  <allan@archlinux.org>
273
274         * po/fr.po: Update French translation from translation project.
275
276 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
277
278         [BZ #14132]
279         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
280         of INTDEF.
281         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
282         (__cxa_atexit): Use libc_hidden_proto.
283         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
284
285         [BZ #14132]
286         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
287         declaration.
288         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
289         [!_ISOMAC] (__iswspace_l_internal): Likewise.
290         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
291         [!_ISOMAC] (__iswctype_internal): Likewise.
292         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
293         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
294         alias.
295         (fcntl): Remove __fcntl_internal alias.
296         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
297         __connect_internal alias.
298         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
299         Likewise.
300
301         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
302         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
303         FP_DENORM_ZERO.
304         (_FP_CHECK_FLUSH_ZERO): New macro.
305         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
306         (_FP_CMP): Likewise.
307         (_FP_CMP_EQ): Likewise.
308         (_FP_TO_INT): Do not set inexact for subnormal arguments if
309         FP_DENORM_ZERO.
310         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
311         (FP_TRUNC): Likewise.
312
313         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
314         treated as invalid conversion, not as normal exponent.
315
316         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
317         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
318         (_FP_CMP_EQ): Likewise.
319         (_FP_CMP_UNORD): Likewise.
320         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
321         (FP_CMP_EQ_D): Likewise.
322         (FP_CMP_UNORD_D): Likewise.
323         * soft-fp/extended.h (FP_CMP_E): Likewise.
324         (FP_CMP_EQ_E): Likewise.
325         (FP_CMP_UNORD_E): Likewise.
326         * soft-fp/quad.h (FP_CMP_Q): Likewise.
327         (FP_CMP_EQ_Q): Likewise.
328         (FP_CMP_UNORD_Q): Likewise.
329         * soft-fp/single.h (FP_CMP_S): Likewise.
330         (FP_CMP_EQ_S): Likewise.
331         (FP_CMP_UNORD_S): Likewise.
332         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
333         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
334         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
335         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
336         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
337         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
338         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
339         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
340         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
341         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
342         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
343         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
344         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
345         to FP_CMP_Q.
346         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
347         FP_CMP_Q.
348         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
349         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
350         FP_CMP_EQ_Q.
351         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
352         FP_CMP_Q.
353         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
354         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
355         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
356         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
357         FP_CMP_EQ_Q.
358         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
359         FP_CMP_Q.
360         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
361         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
362         FP_CMP_EQ_Q.
363         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
364         FP_CMP_Q.
365         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
366         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
367         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
368         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
369         FP_CMP_EQ_Q.
370
371         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
372         a subnormal result, set the underflow exception if trapping on
373         underflow is enabled.
374         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
375         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
376         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
377         redefine to 0.
378         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
379         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
380         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
381         * soft-fp/extendxftf2.c (__extendxftf2): Use
382         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
383
384         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
385         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
386         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
387         FP_HANDLE_EXCEPTIONS.
388         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
389         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
390         FP_HANDLE_EXCEPTIONS.
391         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
392         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
393         FP_HANDLE_EXCEPTIONS.
394         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
395         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
396         FP_HANDLE_EXCEPTIONS.
397
398 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
399
400         [BZ #14132]
401         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
402         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
403         use INTUSE.
404         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
405         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
406         Remove alias.
407         (__adjtimex): Define using libc_hidden_ver.
408         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
409         Remove declaration.
410         (ntp_gettime): Call __adjtimex directly.
411         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
412         Remove declaration.
413         (ntp_gettimex): Call __adjtimex directly.
414         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
415         __adjtimex_internal alias.
416
417 2014-10-08  Roland McGrath  <roland@hack.frob.com>
418
419         [BZ #17460]
420         * nscd/nscd.c (more_help): Rewrite list of tables collection
421         using xstrdup and asprintf.
422
423         * nscd/nscd_conf.c: Remove local xstrdup declaration.
424
425 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
426             Roland McGrath  <roland@hack.frob.com>
427
428         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
429         (do_lookup_unique): ... local function 'enter' here; update callers.
430
431 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
432
433         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
434         compat_symbol calls on [SHARED].
435         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
436         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
437         Remove.
438         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
439         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
440         (oldsetrlimit): Remove.
441         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
442         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
443         (lchown): New syscall entry.
444         (oldsetrlimit): Remove.
445         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
446         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
447         (oldsetrlimit): Remove.
448         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
449
450         [BZ #14138]
451         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
452         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
453         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
454         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
455         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
456         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
457         (fchown): Likewise.
458         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
459         (fchown): Likewise.
460         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
461         Likewise.
462
463 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
464
465         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
466         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
467         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
468         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
469         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
470         Likewise.
471         (__old_sem_post): Likewise.
472
473 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
474
475         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
476         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
477         HAVE_CLOCK_GETTIME_VSYSCALL macros.
478         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
479         Use INLINE_VSYSCALL macro.
480         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
481         __vdso_clock_gettime.
482         * sysdeps/unix/sysv/linux/tile/init-first.c
483         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
484         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
485         __vdso_clock_gettime.
486
487         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
488         to set up frame more cleanly.
489
490         * sysdeps/tile/memcmp.c: New file.
491
492         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
493
494         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
495         * sysdeps/tile/tilegx/strcasestr.c: New file.
496         * sysdeps/tile/tilegx/strnlen.c: New file.
497         * sysdeps/tile/tilegx/strstr.c: New file.
498
499         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
500
501 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
502
503         * nptl/tst-setuid3.c: Write errors to stdout.
504
505 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
506
507         * elf/dl-deps.c
508         (preload): New functions broken out of _dl_map_object_deps.
509         (_dl_map_object_deps):  Remove a nested function. Update call sites.
510
511 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
512
513         [BZ #14138]
514         * sysdeps/unix/sysv/linux/execve.c: Remove file.
515         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
516
517 2014-10-01  Steve Ellcey  <sellcey@mips.com>
518
519         * sysdeps/mips/strcmp.S: New.
520
521 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
522
523         [BZ #14138]
524         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
525         (linkat): Likewise.
526         (mkdirat): Likewise.
527         (readlinkat): Likewise.
528         (renameat): Likewise.
529         (symlinkat): Likewise.
530         (unlinkat): Likewise.
531         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
532         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
533         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
534         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
535         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
536         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
537         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
538
539 2014-09-30  Will Newton  <will.newton@linaro.org>
540
541         * math/math.h: Define long double math functions if
542         _LIBC_TEST is defined.
543         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
544
545         * localedata/Makefile: Move assignment to tests-special
546         into an ifdef testing run-built-tests.
547         * timezone/Makefile: Likewise.
548
549 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
550
551         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
552         with $(BASH) not $(SHELL).
553
554 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
555             Matthew LeGendre  <legendre1@llnl.gov>
556
557         [BZ #17411]
558         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
559         l_reloc_result.
560
561 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
562
563         * stdio-common/printf_fp.c
564         (hack_digit): New function, broken out of ...
565         (__printf_fp): ... local function here.  Update call sites.
566         hack_digit now takes an additional parameter that is a pointer
567         to a struct of the referenced locals.  Those locals moved inside
568         the struct and references updated.
569
570 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
571
572         * aclocal.m4: Require autoconf 2.69.
573         * configure: Regenerated.
574         * sysdeps/aarch64/configure: Likewise.
575         * sysdeps/alpha/configure: Likewise.
576         * sysdeps/arm/armv7/configure: Likewise.
577         * sysdeps/arm/configure: Likewise.
578         * sysdeps/ia64/configure: Likewise.
579         * sysdeps/mach/configure: Likewise.
580         * sysdeps/mips/configure: Likewise.
581         * sysdeps/s390/configure: Likewise.
582         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
584
585         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
586         file.
587         * sysdeps/ia64/configure.ac: Likewise.
588
589 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
590
591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
592         specify symbol version for ld.so.  Do not include entry for
593         libpthread.
594         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
595         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
596         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
597
598         [BZ #14171]
599         * Makeconfig [$(build-shared) = yes]
600         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
601         makefiles.
602         [$(build-shared) = yes && $(soversions.mk-done) = t]
603         ($(common-objpfx)gnu/lib-names.h): Remove rule.
604         [$(build-shared) = yes && $(soversions.mk-done) = t]
605         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
606         to Makerules.
607         [$(build-shared) = yes && $(soversions.mk-done) = t]
608         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
609         here.
610         [$(build-shared) = yes && $(soversions.mk-done) = t]
611         (common-generated): Don't append gnu/lib-names.h and
612         gnu/lib-names.stmp here.
613         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
614         (lib-names-h-abi): New variable.
615         [$(build-shared) = yes && $(soversions.mk-done) = t]
616         (lib-names-stmp-abi): Likewise.
617         [$(build-shared) = yes && $(soversions.mk-done) = t &&
618         abi-variants] (before-compile): Append
619         $(common-objpfx)$(lib-names-h-abi).
620         [$(build-shared) = yes && $(soversions.mk-done) = t &&
621         abi-variants] (common-generated): Append gnu/lib-names.h.
622         [$(build-shared) = yes && $(soversions.mk-done) = t &&
623         abi-variants] (install-others-nosubdir): Depend on
624         $(inst_includedir)/$(lib-names-h-abi).
625         [$(build-shared) = yes && $(soversions.mk-done) = t &&
626         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
627         [$(build-shared) = yes && $(soversions.mk-done) = t]
628         ($(common-objpfx)$(lib-names-h-abi)): New rule.
629         [$(build-shared) = yes && $(soversions.mk-done) = t]
630         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
631         [$(build-shared) = yes && $(soversions.mk-done) = t]
632         (common-generated): Append $(lib-names-h-abi) and
633         $(lib-names-stmp-abi).
634         * scripts/lib-names.awk: Do not handle multi being set.
635         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
636         Remove variable.
637         (abi-lp64_be-ld-soname): Likewise.
638         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
639         Likewise.
640         (abi-hard-ld-soname): Likewise.
641         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
642         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
643         Remove variable.
644         (abi-o32_hard-ld-soname): Likewise.
645         (abi-o32_soft_2008-ld-soname): Likewise.
646         (abi-o32_hard_2008-ld-soname): Likewise.
647         (abi-n32_soft-ld-soname): Likewise.
648         (abi-n32_hard-ld-soname): Likewise.
649         (abi-n32_soft_2008-ld-soname): Likewise.
650         (abi-n32_hard_2008-ld-soname): Likewise.
651         (abi-n64_soft-ld-soname): Likewise.
652         (abi-n64_hard-ld-soname): Likewise.
653         (abi-n64_soft_2008-ld-soname): Likewise.
654         (abi-n64_hard_2008-ld-soname): Likewise.
655         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
656         Likewise.
657         (abi-64-v2-ld-soname): Likewise.
658         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
659         ld.so entries.
660         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
661         variable.
662         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
663         entry.
664         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
665         variable.
666         (abi-64-ld-soname): Likewise.
667         (abi-x32-ld-soname): Likewise.
668         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
669         entry.
670         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
671
672 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
673
674         [BZ #14138]
675         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
676         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
677         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
678         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
679         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
680         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
681         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
682         syscall entry for GLIBC_2.2 symbol version.
683         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
684         Likewise.
685         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
686         (setrlimit): Likewise.
687         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
688         Likewise.
689
690 2014-09-23  Will Newton  <will.newton@linaro.org>
691
692         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
693         _LINUX_ARM_SYSDEP_H include guard too.
694         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
695         define.
696
697 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
698
699         * sysdeps/unix/sysv/linux/eventfd.c:
700         Make first argument unsigned.
701         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
702         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
703
704 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
705
706         * socket/recvmmsg.c (recvmmsg): Drop const argument.
707         * socket/sys/socket.h: Likewise
708         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
709
710 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
711
712         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
713
714 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
715
716         * time/tst-ftime.c: New test.
717         * time/Makefile (tests): Add tst-ftime.
718
719 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
720
721         * soft-fp/extended.h: Fix comment formatting.
722         * soft-fp/op-1.h: Likewise.
723         * soft-fp/op-2.h: Likewise.
724         * soft-fp/op-4.h: Likewise.
725         * soft-fp/op-8.h: Likewise.
726         * soft-fp/op-common.h: Likewise.
727         * soft-fp/soft-fp.h: Likewise.
728
729         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
730
731 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
732
733         [BZ #6652]
734         * Makeconfig (soversions-default-setname): Remove variable.
735         ($(common-objpfx)soversions.i): Don't pass default_setname to
736         soversions.awk.
737         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
738         oldest_abi to abi-versions.awk.
739         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
740         * config.make.in (oldest-abi): Remove variable.
741         * configure.ac (--enable-oldest-abi): Remove configure option.
742         * configure: Regenerated.
743         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
744         text.
745         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
746         * scripts/soversions.awk: Do not handle default_setname variable.
747         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
748         variable.
749         * sysdeps/mach/hurd/configure: Regenerated.
750         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
751         variable.
752         * sysdeps/unix/sysv/linux/configure: Regenerated.
753
754 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
755
756         * elf/Makefile (CFLAGS-interp.c): Remove.
757         ($(elf-objpfx)runtime-linker.h): Generate header with linker
758         path string.
759         * elf/interp.c: Include generated runtime-linker.h
760
761         * Makerules (lib%.so): Don't include $(+interp) in
762         prerequisites.
763         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
764         * dlfcn/eval.c: Remove file.
765
766         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
767         macros.
768
769         [BZ #17266]
770         * misc/sys/cdefs.h: Define __extern_always_inline for clang
771         4.2 and newer.
772
773         [BZ #17370]
774         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
775
776 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
777             Jakub Jelinek  <jakub@redhat.com>
778
779         [BZ #17266]
780         * libio/stdio.h: Check definition of __fortify_function
781         instead of __extern_always_inline to include bits/stdio2.h.
782         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
783         check if __extern_always_inline is defined.
784         [__USE_MISC || __USE_XOPEN]: Likewise.
785         [__USE_ISOC99] Likewise.
786         * misc/sys/cdefs.h (__fortify_function): Define only if
787         __extern_always_inline is defined.
788         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
789         __extern_always_inline and __extern_inline only for g++-4.3
790         and newer or a compatible gcc.
791
792 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
793
794         [BZ #17371]
795         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
796         last change to handle zero prefix length.
797
798 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
799
800         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
801         _SC_REGEX_VERSION.
802
803         * posix/getconf.c (vars): Add _POSIX_IPV6 and
804         _POSIX_RAW_SOCKETS.
805
806 2014-09-13  Allan McRae  <allan@archlinux.org>
807
808         * po/ru.po: Update Russian translation from translation project.
809
810 2014-09-12  Roland McGrath  <roland@hack.frob.com>
811
812         * locale/programs/locale.c (show_locale_vars): Inline local function
813         into its sole call site.  Clean up some style nits.
814         (print_item): New function, broken out of ...
815         (show_info): ... local function here.  Clean up style nits.
816
817         * locale/programs/ld-ctype.c (set_one_default): New function, broken
818         out of ...
819         (set_class_defaults): ... local function set_default here.
820         Define set_default as a macro locally to pass constant parameters.
821         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
822         rather than a shared local.
823
824         * stdlib/rpmatch.c (try): New function, broken out of ...
825         (rpmatch): ... local function here.  Also, prototypify definition.
826
827 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
828
829         * scripts/soversions.awk: Do not handle configuration names.
830         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
831         vendor and os variables to soversions.awk.
832         * configure.ac: Do not modify gnu-* host_os.
833         * configure: Regenerated
834         * shlib-versions: Remove first column with configuration names.
835         * nptl/shlib-versions: Likewise.
836         * nptl_db/shlib-versions: Likewise.
837         * sysdeps/hppa/shlib-versions: Likewise.
838         * sysdeps/m68k/shlib-versions: Likewise.
839         * sysdeps/mach/hurd/shlib-versions: Likewise.
840         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
841         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
842         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
843         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
844         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
845         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
846         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
847         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
848         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
849         Likewise.
850         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
851         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
852         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
853         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
854         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
855         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
856         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
857         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
858
859         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
860         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
861         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
862         Regenerated.
863         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
864         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
865         Condition symbol version definitions on [HAVE_ELFV2_ABI].
866
867         * shlib-versions: Remove OS-specific entries.  Moved to files in
868         sysdeps.
869         * sysdeps/mach/hurd/shlib-versions: New file.
870         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
871
872         * nptl/shlib-versions: Remove architecture-specific entries.
873         Moved to files in sysdeps.
874         * shlib-versions: Likewise.
875         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
876         file.
877         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
878         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
879         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
880         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
881
882         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
883         (UDP_NO_CHECK6_RX): Likewise.
884
885 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
886
887         * sysdeps/posix/sysconf.c (__sysconf): Spell
888         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
889
890 2014-08-12  Florian Weimer  <fweimer@redhat.com>
891
892         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
893         loading.
894         * iconv/Versions (__gconv_transliterate): Export for use from
895         gconv modules.
896         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
897         (struct __gconv_trans_data, __gconv_trans_fct,
898         __gconv_trans_context_fct, __gconv_trans_query_fct,
899         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
900         definitions.
901         (struct __gconv_step_data): Remove __trans member.
902         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
903         longer hidden.  Remove unused trans_data argument.
904         * iconv/gconv_int.h (struct trans_struct): Remove definition.
905         (__gconv_translit_find): Remove declaration.
906         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
907         prototype.
908         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
909         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
910         trans_data argument.  Add hidden definition.
911         (__gconv_translit_find): Remove.
912         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
913         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
914         * iconv/skeleton.c: Remove transliteration initialization.
915         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
916         __gconv_step_data initialization.
917         * libio/iofwide.c (__libio_translit_): Remove.
918         (_IO_fwide): Adjust struct __gconv_step_data initialization.
919         * wcsmbs/btowc.c (__btowc): Likewise.
920         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
921         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
922         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
923         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
924         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
925         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
926         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
927         * wcsmbs/wctob.c (wctob): Likewise.
928
929 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
930
931         [BZ #16194]
932         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
933         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
934         register usage.
935         * sysdeps/x86/Makefile: Adjust.
936
937 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
938             Roland McGrath  <roland@hack.frob.com>
939
940         * locale/weight.h: Add include guard.
941         (findidx): Make static rather than auto; take new parameters
942         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
943         * locale/weightwc.h: Likewise.
944         * posix/fnmatch_loop.c
945         (FCT): Change type of EXTRA from int32_t to wint_t.
946         Don't include either header inside the function.
947         Call FINDIDX rather than findidx, and pass new arguments.
948         #undef FINDIDX at the end of the file.
949         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
950         FINDIDX before including fnmatch_loop.c for the non-wide version.
951         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
952         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
953         for the wide version.
954         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
955         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
956         Pass new arguments to findidx.
957         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
958         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
959         Don't #include it inside the function.  Pass new arguments to findidx.
960         * posix/regex_internal.h
961         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
962         (re_string_elem_size_at): Don't #include it inside the function.
963         Pass new arguments to findidx.
964         * string/strcoll_l.c: #include WEIGHT_H at top level.
965         (get_next_seq): Don't #include it inside the function.
966         Pass new arguments to findidx.
967         (get_next_seq_nocache): Likewise.
968         * string/strxfrm_l.c: #include WEIGHT_H at top level.
969         (STRXFRM): Don't #include it inside the function.
970         Pass new arguments to findidx.
971
972 2014-09-11  Florian Weimer  <fweimer@redhat.com>
973
974         [BZ #17344]
975         * malloc/malloc.c (unlink): Turn asserts into a call to
976         malloc_printerr.
977
978 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
979
980         [BZ #17370]
981         * libio/wfileops (do_ftell_wide): Free OUT.
982
983 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
984
985         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
986
987 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
988
989         [BZ #17363]
990         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
991         group if the current group is empty.
992
993 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
994
995         * benchtests/bench-memset.c (test_main): Add more test from size
996         from 32 to 512 bytes.
997         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
998         Add POWER8 memset object.
999         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1000         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
1001         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
1002         implementation.
1003         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
1004         Likewise.
1005         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
1006         multiarch POWER8 memset optimization.
1007         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
1008         POWER8 memset optimization.
1009
1010         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1011         Remove bzero multiarch objects.
1012         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
1013         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
1014         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
1015         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
1016         Remove define.
1017         [__bzero]: Redefine to specific name.
1018         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
1019         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
1020         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
1021         define.
1022         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
1023         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
1024
1025 2014-09-10  Florian Weimer  <fweimer@redhat.com>
1026
1027         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
1028         warnings into errors.
1029
1030         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
1031         __cxa_thread_atexit_impl prototype.
1032
1033 2014-09-09  Steve Ellcey  <sellcey@mips.com>
1034
1035         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
1036         Fix capitalization of error message.
1037
1038 2014-09-09  Steve Ellcey  <sellcey@mips.com>
1039
1040         * sysdeps/mips/preconfigure: Modify ABI tests.
1041
1042 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
1043
1044         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
1045
1046 2014-09-07  Roland McGrath  <roland@hack.frob.com>
1047             Carlos O'Donell  <carlos@systemhalted.org>
1048
1049         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
1050         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
1051         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
1052         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
1053         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
1054         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
1055         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
1056         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
1057         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
1058         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
1059         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
1060         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
1061         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
1062         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
1063         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
1064         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
1065         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
1066         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
1067         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
1068         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
1069         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
1070         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
1071         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
1072         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
1073         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
1074         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
1075         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
1076         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
1077         Deconditionalize the code that was previously under [RESET_PID].
1078         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
1079         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
1080         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
1081         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
1082         include sysdep.h.
1083
1084 2014-09-08  Allan McRae  <allan@archlinux.org>
1085
1086         * version.h (RELEASE): Set to "development".
1087         (VERSION): Set to "2.20.90"
1088
1089 2014-09-07  Allan McRae  <allan@archlinux.org
1090
1091         * version.h (RELEASE): Set to "stable".
1092         (VERSION): Set to "2.20"
1093         * include/features.h (__GLIBC_MINOR__): Set to 20.
1094
1095         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
1096         Liebler.
1097
1098         * po/ko.po: Update Korean translation from translation project.
1099
1100 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
1101
1102         [BZ #17354]
1103         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
1104         macro for handling signed relocations.
1105
1106 2014-09-03  Florian Weimer  <fweimer@redhat.com>
1107
1108         [BZ #17325]
1109         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
1110         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
1111         assert.
1112         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
1113         * iconvdata/ibm935.c (BODY): Likewise.
1114         * iconvdata/ibm937.c (BODY): Likewise.
1115         * iconvdata/ibm939.c (BODY): Likewise.
1116         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
1117         assert.
1118         * iconvdata/Makefile (iconv-test.out): Pass module list to test
1119         script.
1120         * iconvdata/run-iconv-test.sh: New test loop for checking for
1121         decoder crashers.
1122
1123 2014-09-02  Khem Raj  <raj.khem@gmail.com>
1124
1125         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
1126         libm_hidden_ver.
1127
1128 2014-09-01  Allan McRae  <allan@archlinux.org>
1129
1130         * po/eo.po: Update Esperanto translation from translation project.
1131
1132         * po/ca.po: Update Catalan translation from translation project.
1133
1134 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1135
1136         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
1137         __proc_dostop call.
1138
1139 2014-08-27  Mark Wielaard  <mjw@redhat.com>
1140
1141         [BZ #17319]
1142         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
1143         to call set_thread_area instead of hand written asm.
1144         (__NR_set_thread_area): Removed define.
1145         (TLS_FLAG_WRITABLE): Likewise.
1146         (__ASSUME_SET_THREAD_AREA): Remove check.
1147         (TLS_EBX_ARG): Remove define.
1148         (TLS_LOAD_EBX): Likewise.
1149
1150 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1151
1152         Simplify atomicity of socket creation in bind.
1153
1154         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
1155         looking up the name after linking the file.
1156
1157 2014-08-27  Allan McRae  <allan@archlinux.org>
1158
1159         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
1160
1161 2014-08-26  Florian Weimer  <fweimer@redhat.com>
1162
1163         [BZ #17187]
1164         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
1165         trans_compare, open_translit, __gconv_translit_find):
1166         Remove module loading code.
1167
1168 2014-08-26  Allan McRae  <allan@archlinux.org>
1169
1170         * po/vi.po: Update Vietnamese translation from translation project.
1171
1172         * po/uk.po: Update Ukrainian translation from translation project.
1173
1174         * po/fr.po: Update French translation from translation project.
1175
1176         * po/ru.po: Update Russian translation from translation project.
1177
1178         * po/pl.po: Update Polish translation from translation project.
1179
1180         * po/cs.po: Update Czech translation from translation project.
1181
1182         * po/de.po: Update German translation from translation project.
1183
1184         * po/bg.po: Update Bulgarian translation from translation project.
1185
1186         * po/sv.po: Update Sweedish translation from translation project.
1187
1188         * po/nl.po: Update Dutch translation from translation project.
1189
1190         * po/es.po: Update Spanish translation from translation project.
1191
1192 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
1193
1194         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
1195
1196         * catgets/Makefile (CPPFLAGS-gencat): Remove.
1197         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
1198         (CPPFLAGS-iconvconfig): Likewise.
1199         * timezone/Makefile (CPPFLAGS-zic): Likewise.
1200
1201         * include/libc-symbols.h: Remove unnecessary check for
1202         NOT_IN_libc.
1203         * nptl/pthreadP.h: Likewise.
1204         * sysdeps/aarch64/setjmp.S: Likewise.
1205         * sysdeps/alpha/setjmp.S: Likewise.
1206         * sysdeps/arm/sysdep.h: Likewise.
1207         * sysdeps/i386/setjmp.S: Likewise.
1208         * sysdeps/m68k/setjmp.c: Likewise.
1209         * sysdeps/posix/getcwd.c: Likewise.
1210         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1211         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1212         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1213         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1214         * sysdeps/sh/sh3/setjmp.S: Likewise.
1215         * sysdeps/sh/sh4/setjmp.S: Likewise.
1216         * sysdeps/unix/alpha/sysdep.h: Likewise.
1217         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1218         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1219         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1220         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1221         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1222         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1223         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1224         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1225         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1226         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1227         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1228         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1229         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1230         * sysdeps/x86_64/setjmp.S: Likewise.
1231
1232 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
1233
1234         [BZ #17263]
1235         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
1236         <stdint.h>.
1237         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
1238         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
1239
1240 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
1241
1242         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
1243
1244         [BZ #17262]
1245         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
1246         and __x86_64__ when disabling x87 inline functions.
1247
1248 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
1249
1250         [BZ #17259]
1251         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
1252         asm statement with __cpuid_count.
1253
1254 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
1255
1256         * configure.ac: Change __ehdr_start code to dereference the struct.
1257         Run readelf on the output to look for relocations.
1258         * configure: Regenerated.
1259
1260 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
1261
1262         [BZ #17261]
1263         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
1264         value to 0.
1265         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
1266
1267 2014-08-12  Roland McGrath  <roland@hack.frob.com>
1268
1269         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
1270
1271 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
1272
1273         [BZ #16892]
1274         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
1275         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
1276
1277 2014-08-12  Sean Anderson  <seanga2@gmail.com>
1278
1279         * malloc/malloc.c: Fix typo in comment.
1280
1281 2014-08-09  Allan McRae  <allan@archlinux.org>
1282
1283         * Regenerate libc.po.
1284
1285 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
1286
1287         * intl/tst-gettext2.sh: Check every lang file for creation.
1288
1289 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
1290
1291         * sysdeps/aarch64/fpu/math_private.h
1292         (libc_feholdsetround_noex_aarch64_ctx): New function.
1293
1294 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
1295
1296         * sysdeps/arm/armv6/strcpy.S (strcpy):
1297         Fix performance issue in misaligned cases.
1298
1299 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1300
1301         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
1302         Move definition from termios.h.
1303         (struct termio): Likewise.
1304         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
1305         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
1306         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
1307         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
1308         Likewise.
1309         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
1310         Move definition to ioctl-types.h
1311         (struct termio): Likewise.
1312         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
1313         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
1314         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
1315         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
1316         Likewise.
1317
1318 2014-08-05  Richard Henderson  <rth@redhat.com>
1319
1320         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
1321         exceptions.
1322         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
1323         Add fraiseexcpt.
1324         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
1325         Use __feraiseexcept.
1326         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
1327         Protect libm symbols with IS_IN_libm.
1328
1329         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
1330
1331 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
1332
1333         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
1334
1335 2014-08-04  Will Newton  <will.newton@linaro.org>
1336
1337         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
1338         file.
1339
1340 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
1341
1342         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
1343         variants for each function.
1344
1345 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1346
1347         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
1348         appended ...
1349         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
1350         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
1351         appended ...
1352         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
1353         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
1354         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
1355         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
1356         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
1357         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
1358         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
1359         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
1360         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
1361         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
1362         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
1363         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
1364         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
1365         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
1366         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
1367         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
1368         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
1369         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
1370         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
1371         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
1372         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
1373         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
1374         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
1375         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
1376         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
1377         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
1378         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
1379         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
1380         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
1381         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
1382         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
1383         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
1384         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
1385         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
1386         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
1387         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
1388         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
1389         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
1390         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
1391         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
1392         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
1393         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
1394         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
1395         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
1396         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
1397         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
1398         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
1399         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
1400         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
1401         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
1402         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
1403         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
1404         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
1405         Update #include.
1406         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
1407         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
1408
1409 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1410
1411         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
1412         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
1413         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
1414         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
1415         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
1416         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
1417
1418 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1419
1420         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
1421         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
1422         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
1423         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
1424
1425 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1426
1427         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
1428         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
1429         (__libc_vfork): Define function under this name.
1430         (__vfork): Define as an alias.
1431         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
1432         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
1433
1434 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1435
1436         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
1437         that was previously under [RESET_PID].
1438         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
1439
1440 2014-08-04  Andreas Schwab  <schwab@suse.de>
1441
1442         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
1443
1444 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
1445
1446         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
1447         (main): Likewise.
1448
1449 2014-08-01  Roland McGrath  <roland@hack.frob.com>
1450
1451         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
1452
1453 2014-08-01  Richard Henderon  <rth@redhat.com>
1454
1455         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
1456         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
1457         typo in exact zero test.
1458         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
1459         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
1460         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
1461
1462 2014-08-01  Roland McGrath  <roland@hack.frob.com>
1463
1464         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
1465         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
1466         * sysdeps/arm/sysdep.h: ... here.
1467         [!__ASSEMBLER__]: Include <stdint.h>.
1468
1469 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
1470
1471         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
1472         (HAVE_WCTYPE_H): Likewise.
1473         (HAVE_ISWCTYPE): Likewise.
1474         (ENABLE_NLS): Likewise.
1475         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
1476         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
1477
1478         * posix/regex_internal.c: Check if DEBUG is defined and is
1479         set.
1480
1481         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
1482         (HAVE_MBSRTOWCS): Likewise.
1483         * posix/fnmatch.c: Include string.h unconditionally.
1484
1485 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
1486
1487         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
1488         reversal.
1489
1490 2014-07-31  Roland McGrath  <roland@hack.frob.com>
1491
1492         * sysdeps/generic/safe-fatal.h: New file.
1493         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
1494         * nptl/forward.c: Include it.
1495         (__pthread_unwind): Use __safe_fatal as default action, rather
1496         than a bogus use of INTERNAL_SYSCALL that could never work.
1497
1498         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
1499         * configure.ac (libc_cv_builtin_trap): New test.
1500         * configure: Regenerated.
1501         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
1502         (ABORT_INSTRUCTION): Define using __builtin_trap.
1503
1504         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
1505         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
1506         * sysdeps/nptl/nptl-signals.h: New file.
1507         * nptl/pthreadP.h: Include <nptl-signals.h>.
1508
1509 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
1510
1511         * sysdeps/s390/s390-64/utf16-utf32-z9.c
1512         (ONE_DIRECTION): Define.
1513         * sysdeps/s390/s390-64/utf8-utf16-z9.c
1514         (ONE_DIRECTION): Define.
1515         * sysdeps/s390/s390-64/utf8-utf32-z9.c
1516         (ONE_DIRECTION): Define.
1517
1518 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
1519
1520         * sysdeps/s390/Makefile: Delete file.
1521         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
1522         * sysdeps/s390/__longjmp.c: Delete file.
1523         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
1524         Remove fields __flags and __reserved.
1525         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
1526         and add versioning.
1527         * sysdeps/s390/rtld-__longjmp.c: Delete file.
1528         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
1529         * sysdeps/s390/rtld-setjmp.S: Likewise.
1530         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
1531         * sysdeps/s390/s390-32/__longjmp.c: ... here.
1532         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
1533         * sysdeps/s390/s390-32/setjmp.S: ... here.
1534         Add versioning.
1535         (__sigsetjmp): Remove setting __flags field.
1536         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
1537         * sysdeps/s390/s390-64/__longjmp.c: ... here.
1538         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
1539         * sysdeps/s390/s390-64/setjmp.S: ... here.
1540         Add versioning.
1541         (__sigsetjmp): Remove setting __flags field.
1542         * sysdeps/s390/setjmp.S: Delete file.
1543         * sysdeps/s390/sigjmp.c: Likewise.
1544         * sysdeps/s390/v1-longjmp.c: Likewise.
1545         * sysdeps/s390/v1-setjmp.h: Likewise.
1546         * sysdeps/s390/v1-sigjmp.c: Likewise.
1547         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
1548         Remove v1-longjmp_chk.
1549         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
1550         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
1551         Include debug/longjmp_chk.c and add versioning.
1552         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
1553         Include nptl/pt-longjmp.c and add versioning.
1554         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
1555         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
1556         Include __longjmp.c.
1557         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
1558         Move to ...
1559         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
1560         (__getcontext): Remove setting __flags field.
1561         Add versioning.
1562         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
1563         Don't restore upper high grps.
1564         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
1565         Likewise.
1566         (__swapcontext): Remove setting uc_flags field.
1567         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
1568         Delete file.
1569         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
1570         Include __longjmp.c.
1571         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
1572         Move to ...
1573         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
1574         (__getcontext): Remove setting __flags field.
1575         Add versioning.
1576         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
1577         (__swapcontext): Remove setting uc_flags field.
1578         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
1579         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
1580         Remove fields uc_high_gprs and __reserved.
1581         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
1582         New file with reverted content.
1583         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
1584         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
1585         Regenerated.
1586         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
1587         Regenerated.
1588
1589 2014-07-31  Andreas Schwab  <schwab@suse.de>
1590
1591         * config.h.in (HAVE_IFUNC): Define to 0.
1592         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
1593         definedness.
1594
1595 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
1596
1597         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1598         memmove-avx-unaligned, memcpy-avx-unaligned and
1599         mempcpy-avx-unaligned.
1600         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
1601         Add tests for AVX memcpy functions.
1602         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
1603         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
1604         memcpy_chk.
1605         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
1606         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
1607         memmove_chk.
1608         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
1609         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
1610         mempcpy_chk.
1611         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
1612         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
1613         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
1614
1615 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1616
1617         [BZ #17213]
1618         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
1619         powerpc64le.
1620
1621 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
1622
1623         [BZ #16839]
1624         * manual/llio.texi: Add section about open file description locks.
1625         * manual/examples/ofdlocks.c: Example of open file description
1626         lock usage.
1627         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
1628         F_OFD_SETLK, and F_OFD_SETLKW.
1629
1630 2014-07-23  Allan McRae  <allan@archlinux.org>
1631
1632         * po/es.po: Update Spanish translation from translation project.
1633
1634 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
1635
1636         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
1637
1638 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
1639
1640         [BZ #17078]
1641         * sysdeps/arm/dl-machine.h (elf_machine_rela)
1642         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
1643         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
1644
1645 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
1646
1647         [BZ #17088]
1648         * math/fesetenv.c (__fesetenv)
1649         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
1650         * math/feupdateenv.c (__feupdateenv)
1651         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
1652
1653         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
1654         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
1655         (__ASSUME_SOCKETCALL): Do not define.
1656
1657         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
1658         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
1659         (__ASSUME_SOCKETCALL): Do not define.
1660         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
1661         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
1662         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1663         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
1664         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1665         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
1666         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1667         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1668
1669         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
1670         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
1671         (__ASSUME_SOCKETCALL): Do not define.
1672         (__ASSUME_IPC64): Define unconditionally.
1673         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
1674         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1675         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
1676         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1677         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
1678         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1679         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
1680         Likewise.
1681
1682         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
1683         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
1684         (__ASSUME_SOCKETCALL): Do not define.
1685         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
1686         (__ASSUME_FUTEX_LOCK_PI): Likewise.
1687         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1688         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
1689         (__ASSUME_REQUEUE_PI): Define unconditionally.
1690         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
1691         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
1692         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1693         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
1694         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1695         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1696
1697         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
1698         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
1699         (__ASSUME_SOCKETCALL): Do not define.
1700         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
1701         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1702         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1703         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
1704         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1705         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1706
1707         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
1708         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
1709         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1710         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
1711         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1712         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
1713         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1714         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
1715         (__ASSUME_GETCPU_SYSCALL): Likewise.
1716
1717         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
1718         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
1719         cases for individual architectures.
1720         * sysdeps/gnu/configure: Regenerated.
1721         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
1722         LIBC_SLIBDIR_RTLDDIR.
1723         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
1724         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
1725         LIBC_SLIBDIR_RTLDDIR.
1726         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
1727         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
1728         LIBC_SLIBDIR_RTLDDIR.
1729         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
1730         Regenerated.
1731         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
1732         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
1733         file.
1734         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
1735         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
1736         file.
1737         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
1738         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
1739         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
1740         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
1741
1742         * sysdeps/aarch64/shlib-versions: Move to ...
1743         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
1744         * sysdeps/alpha/shlib-versions: Move to ...
1745         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
1746         * sysdeps/arm/shlib-versions: Move to ...
1747         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
1748         * sysdeps/hppa/shlib-versions: Move all contents except for
1749         libgcc_s entry to ...
1750         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
1751         entry from ...
1752         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
1753         * sysdeps/ia64/shlib-versions: Move to ...
1754         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
1755         entry from ...
1756         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
1757         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
1758         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
1759         * sysdeps/microblaze/shlib-versions: Move to ...
1760         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
1761         * sysdeps/mips/shlib-versions: Move to ...
1762         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
1763         entry from ...
1764         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
1765         * sysdeps/tile/shlib-versions: Move to ...
1766         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
1767         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
1768         from ...
1769         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
1770         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
1771         entry from ...
1772         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
1773
1774 2014-07-17  Will Newton  <will.newton@linaro.org>
1775
1776         * sysdeps/arm/bits/atomic.h
1777         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
1778         (__arch_compare_and_exchange_bool_16_int): Likewise.
1779         (__arch_compare_and_exchange_bool_64_int): Likewise.
1780
1781         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
1782         into an #else block.
1783
1784 2014-07-16  Roland McGrath  <roland@hack.frob.com>
1785
1786         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
1787         just Linux configurations.  Test empirically that the compiler sets
1788         __ARM_EABI__, rather than using the tuple to decide.
1789         * sysdeps/arm/preconfigure: Regenerated.
1790         * sysdeps/unix/sysv/linux/arm/configure: File removed.
1791         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
1792         contents appended ...
1793         * sysdeps/arm/configure.ac: ... here.
1794         * sysdeps/arm/configure: Regenerated.
1795
1796 2014-07-15  Roland McGrath  <roland@hack.frob.com>
1797
1798         * nptl/pthread_kill.c: New file.
1799         * nptl/pthread_sigmask.c: New file.
1800         * nptl/pthread_sigqueue.c: New file.
1801
1802         * sysdeps/nptl/lowlevellock.h: New file.
1803         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
1804         * sysdeps/nptl/lowlevellock-futex.h: New file.
1805
1806         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
1807         Remove dead declarations.
1808
1809 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
1810
1811         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
1812         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
1813         config-cflags-avx2.
1814         * sysdeps/x86_64/configure.ac: Likewise.
1815         * sysdeps/i386/configure: Regenerated.
1816         * sysdeps/x86_64/configure: Likewise.
1817         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1818         memset-avx2 only if config-cflags-avx2 is yes.
1819         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
1820         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
1821         defined.
1822         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
1823         only if HAVE_AVX2_SUPPORT is defined.
1824         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1825
1826 2014-07-14  Alan Modra  <amodra@gmail.com>
1827
1828         [BZ #17153]
1829         * elf/elf.h (DT_PPC64_NUM): Correct value.
1830         * NEWS: Add to fixed bug list.
1831
1832 2014-07-13  Jim Meyering  <meyering@fb.com>
1833
1834         [BZ 17150]
1835         regex: don't deref NULL upon heap allocation failure
1836         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
1837         failure in one more place.
1838         To trigger the segfault, configure grep -with-included-regex,
1839         build it, and run these commands:
1840         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
1841
1842 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
1843
1844         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
1845
1846 2014-07-11  Richard Henderson  <rth@redhat.com>
1847
1848         * sysdeps/aarch64/libm-test-ulps: Update.
1849
1850 2014-07-10  Florian Weimer  <fweimer@redhat.com>
1851
1852         [BZ #17135]
1853         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
1854         * nptl/allocatestack.c (__nptl_setxid_error): New function.
1855         (__nptl_setxid): Initialize error member.  Call
1856         __nptl_setxid_error.
1857         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
1858         * nptl/descr.h (struct xid_command): Add error member.
1859         * nptl/tst-setuid3.c: New file.
1860         * nptl/Makefile (tests): Add it.
1861
1862 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1863
1864         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
1865         New define.
1866         (__lll_trylock): Use __lll_base_trylock.
1867         (__lll_cond_trylock): Likewise.
1868
1869 2014-07-10  Roland McGrath  <roland@hack.frob.com>
1870
1871         * nptl/pthread_create.c (start_thread): Use atomic_or and
1872         lll_futex_wake directly rather than lll_robust_dead.
1873         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
1874         (lll_robust_dead): Macro removed.
1875         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
1876         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
1877         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
1878         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1879         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1880         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
1881         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
1882         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1883         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
1884         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1885         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1886         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1887         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1888         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1889         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1890
1891         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
1892         Use atomic_compare_and_exchange_val_acq directly rather than
1893         lll_robust_trylock.
1894         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
1895         (__lll_robust_trylock, lll_robust_trylock): Removed.
1896         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
1897         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
1898         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1899         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1900         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
1901         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
1902         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1903         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
1904         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1905         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1906         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1907         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1908         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1909         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1910
1911 2014-07-02  Florian Weimer  <fweimer@redhat.com>
1912
1913         * manual/locale.texi (Locale Names): New section documenting
1914         locale name syntax.  Adjust menu and node chaining accordingly.
1915         (Choosing Locale): Reference Locale Names, Locale Categories.
1916         Mention setting LC_ALL=C.  Reflect that name syntax is now
1917         documented.
1918         (Locale Categories): New section title.  Reference Locale Names.
1919         LC_ALL is an environment variable, but not a category.
1920         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
1921         description, now in Locale Name.  Reference that section.  Locale
1922         name syntax is now documented.
1923
1924 2014-07-02  Florian Weimer  <fweimer@redhat.com>
1925
1926         [BZ #17137]
1927         * locale/findlocale.c (name_present, valid_locale_name): New
1928         functions.
1929         (_nl_find_locale): Use the loc_name variable to store name
1930         candidates.  Call name_present and valid_locale_name to check and
1931         validate locale names.  Return an error if the locale is invalid.
1932
1933 2014-07-02  Florian Weimer  <fweimer@redhat.com>
1934
1935         * locale/setlocale.c (setlocale): Use strdup for allocating
1936         composite name copy.
1937
1938 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
1939
1940         Sync up with gnulib.
1941         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
1942         [!_LIBC && ENABLE_NLS]: Include gettext.h.
1943         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
1944         and _GL_ARG_NONNULL.
1945         [USE_UNLOCKED_IO]: Include unlocked-io.h.
1946         [!_LIBC]: Include code for Windows and Cygwin.
1947         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
1948         Include prototype for int strerror_r.
1949         [!_LIBC] (is_open): New function.
1950         (flush_stdout): New function.
1951         (print_errno_message): Use it.
1952         (error): Likewise.
1953         (error_at_line): Likewise.
1954         (error_tail) Add function attribute macros.  Use
1955         __builtin_expect.
1956
1957         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
1958
1959         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
1960
1961         * io/ftw.c: Include sys/param.h unconditionally.
1962
1963         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
1964
1965         [BZ #17125]
1966         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
1967         libc_freeres_ptr.
1968         (freecache): New function to free CACHE on exit.
1969
1970         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
1971         initialization.
1972
1973 2014-07-09  David S. Miller  <davem@davemloft.net>
1974
1975         * sysdeps/sparc/fpu/libm-test-ulps: Update.
1976
1977         * sysdeps/sparc/nptl/internaltypes.h: Delete.
1978         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
1979         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
1980         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
1981         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
1982         * sysdeps/sparc/nptl/sem_init.c: Likewise.
1983         * sysdeps/sparc/nptl/sem_post.c: Likewise.
1984         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
1985         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
1986         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
1987         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
1988         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
1989         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
1990
1991 2014-07-09  Andreas Schwab  <schwab@suse.de>
1992
1993         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
1994         output.
1995         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
1996         (do_test): Likewise.
1997
1998         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
1999
2000 2014-07-09  Will Newton  <will.newton@linaro.org>
2001
2002         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
2003         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
2004         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
2005         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
2006         * sysdeps/hppa/start.S (_start): Likewise.
2007
2008 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
2009
2010         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
2011
2012         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
2013         defined.
2014
2015 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
2016
2017         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
2018         after checking that it is non-NULL.
2019
2020         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
2021
2022 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2023
2024         * sysdeps/powerpc/memmove.c: Remove file.
2025         * sysdeps/powerpc/powerpc32/power4/memcopy.h
2026         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
2027         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
2028         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
2029         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
2030         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
2031         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
2032         string memmove instead of removed powerpc one.
2033
2034         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
2035         [weak_alias]: Fix compiler warning due trailing data.
2036         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
2037         [weak_alias]: Likewise.
2038         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
2039         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
2040
2041         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
2042         (__libc_ifunc_impl_list): Add memmove functions.
2043
2044 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
2045
2046         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
2047         Remove code.
2048         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
2049         Likewise
2050         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
2051         Likewise
2052         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
2053         Likewise
2054         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
2055         Likewise
2056         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
2057         Likewise
2058         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
2059         Likewise
2060         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
2061         Likewise
2062         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
2063         Likewise
2064         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
2065         Likewise
2066         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
2067         Likewise
2068         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
2069         Likewise
2070         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
2071         Likewise
2072         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
2073         Likewise
2074         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
2075         Likewise
2076         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
2077         Likewise
2078         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
2079         Likewise
2080
2081 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2082
2083         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
2084         to avoid alignment traps in non-cacheable memory.
2085         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
2086
2087         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
2088         multiarch objects.
2089         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
2090         file: multiarch power7 memmove.
2091         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
2092         multiarch default memmove.
2093         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
2094         multiarch memove for powerpc32/power4.
2095
2096         * string/bcopy.c: Use full path to include memmove.c.
2097         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
2098         multiarch objects.
2099         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
2100         bcopy for powerpc64.
2101         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
2102         bcopy for powerpc64.
2103         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
2104         and memmove implementations.
2105         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
2106         optimized multiarch memmove for POWER7/powerpc64.
2107         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
2108         default multiarch memmove for powerpc64.
2109         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
2110         multiarch for powerpc64.
2111         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
2112         for POWER7/powerpc64.
2113         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
2114         memmove for POWER7/powerpc64.
2115
2116         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
2117         glibc default one.
2118
2119         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
2120         __ELF_NATIVE_CLASS equal to 64.
2121
2122 2014-07-07  Roland McGrath  <roland@hack.frob.com>
2123
2124         * sysdeps/nptl/lowlevellock.h: File removed.
2125
2126         * NEWS: NPTL is no longer an add-on!
2127         * nptl/internaltypes.h: Moved ...
2128         * sysdeps/nptl/internaltypes.h: ... here.
2129         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
2130         * sysdeps/nptl/fork.c: Likewise.
2131         * sysdeps/nptl/gai_misc.h: Likewise.
2132         * sysdeps/nptl/librt-cancellation.c: Likewise.
2133         * sysdeps/nptl/jmp-unwind.c: Likewise.
2134         * sysdeps/nptl/setxid.h: Likewise.
2135         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
2136         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
2137         * sysdeps/unix/sysv/linux/arm/Implies: New file.
2138         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
2139         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
2140         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
2141         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
2142         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
2143         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
2144         * sysdeps/unix/sysv/linux/mips/Implies: New file.
2145         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
2146         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
2147         * sysdeps/unix/sysv/linux/sh/Implies: New file.
2148         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
2149         * sysdeps/unix/sysv/linux/tile/Implies: New file.
2150         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
2151         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
2152         * nptl/Makeconfig: Moved ...
2153         * sysdeps/nptl/Makeconfig: ... here.
2154         * nptl/configure: File removed.
2155         * nptl/ANNOUNCE: File removed.
2156         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
2157         * sysdeps/unix/sysv/linux/configure: Regenerated.
2158
2159         * nptl/Makefile (routines): Add libc_pthread_init,
2160         libc_multiple_threads, register-atfork and unregister-atfork.
2161         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
2162         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
2163         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
2164         pthread-pi-defines.sym, structsem.sym.
2165         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
2166         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
2167         [$(subdir) = nptl] (tests): Add tst-setgetname.
2168         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
2169         * sysdeps/unix/sysv/linux/sigaction.c: Just include
2170         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
2171         [!LIBC_SIGACTION]: Remove aliases.
2172         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
2173         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
2174         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
2175         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
2176         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
2177         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
2178         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
2179         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
2180         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
2181         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
2182         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
2183         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
2184         __libc_allocate_rtsig_private.
2185         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
2186         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
2187         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
2188         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
2189         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
2190         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
2191         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
2192         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
2193         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
2194         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
2195         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
2196         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
2197         * nptl/internaltypes.h: ... here.
2198         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
2199         * sysdeps/nptl/jmp-unwind.c: ... here.
2200         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
2201         * nptl/libc-lowlevellock.c: ... here.
2202         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
2203         * nptl/libc_multiple_threads.c: ... here.
2204         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
2205         * nptl/libc_pthread_init.c: ... here.
2206         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
2207         * nptl/lowlevelbarrier.sym: ... here.
2208         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
2209         * nptl/lowlevelcond.sym: ... here.
2210         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
2211         * nptl/lowlevellock.c: ... here.
2212         * nptl/lowlevellock.h: Moved ...
2213         * sysdeps/nptl/lowlevellock.h: ... here.
2214         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
2215         * nptl/lowlevelrobustlock.c: ... here.
2216         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
2217         * nptl/lowlevelrobustlock.sym: ... here.
2218         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
2219         * nptl/lowlevelrwlock.sym: ... here.
2220         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
2221         * nptl/pt-fork.c: ... here.
2222         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
2223         * nptl/pthread-pi-defines.sym: ... here.
2224         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
2225         * nptl/pthread_attr_getaffinity.c: ... here.
2226         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
2227         * nptl/pthread_attr_setaffinity.c: ... here.
2228         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
2229         * nptl/pthread_mutex_cond_lock.c: ... here.
2230         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
2231         Update #include.
2232         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
2233         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
2234         * nptl/pthread_once.c: ... here, replacing old file.
2235         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
2236         * nptl/pthread_yield.c: ... here.
2237         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
2238         * nptl/register-atfork.c: ... here.
2239         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
2240         * nptl/sem_post.c: ... here.
2241         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
2242         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
2243         * nptl/sem_timedwait.c: ... here.
2244         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
2245         * nptl/sem_trywait.c: ... here.
2246         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
2247         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
2248         * nptl/sem_wait.c: ... here.
2249         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
2250         * nptl/structsem.sym: ... here.
2251         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
2252         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
2253         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
2254         * nptl/unregister-atfork.c: ... here.
2255         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
2256         * nptl/unwindbuf.sym: ... here.
2257         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
2258         * sysdeps/nptl/fork.c: ... here.
2259         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
2260         * sysdeps/nptl/fork.h: ... here.
2261         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
2262         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
2263         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
2264         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
2265         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
2266         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
2267         * sysdeps/unix/sysv/linux/getpid.c: ... here.
2268         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
2269         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
2270         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
2271         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
2272         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
2273         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
2274         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
2275         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
2276         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
2277         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
2278         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
2279         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
2280         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
2281         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
2282         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
2283         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
2284         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
2285         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
2286         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
2287         * sysdeps/unix/sysv/linux/raise.c: ... here.
2288         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
2289         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
2290         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
2291         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
2292         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
2293         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
2294         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
2295         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
2296         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
2297         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
2298         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
2299         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
2300         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
2301         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
2302         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
2303
2304 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
2305
2306         * sysdeps/generic/memcopy.h: Add comment for
2307         MEMCPY_OK_FOR_FWD_MEMMOVE.
2308
2309 2014-07-04  Will Newton  <will.newton@linaro.org>
2310
2311         * string/memchr.c: Merge from gnulib.
2312         [_LIBC]: Remove conditionals.
2313         (__ptr_t): Remove define.
2314         (LONG_MAX_32_BITS): Likewise.
2315         (LONG_MAX): Likewise.
2316         (MEMCHR): Use ANSI prototype and optimize algorithm.
2317
2318         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
2319
2320 2014-07-03  Roland McGrath  <roland@hack.frob.com>
2321
2322         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
2323         (lll_futex_timed_wait_bitset): Fix syscall argument count.
2324
2325         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
2326         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
2327         in a bare environment with no <stdlib.h> installed.
2328         * sysdeps/nptl/configure: Regenerated.
2329
2330         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
2331
2332         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
2333         AC_EGREP_CPP for kernel header checks, so they only succeed if
2334         including <linux/version.h> actually works right.
2335         * sysdeps/unix/sysv/linux/configure: Regenerated.
2336
2337         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
2338         value so it's not diagnosed as unused.
2339
2340         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
2341         thing) with "ifeq ($(subdir),rt)".
2342
2343 2014-07-03  Richard Henderson  <rth@redhat.com>
2344
2345         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
2346         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
2347         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
2348
2349         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
2350         (math_force_eval): New.
2351
2352         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
2353         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
2354
2355         * sysdeps/alpha/fpu/s_round.c: Remove file.
2356         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
2357
2358         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
2359         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
2360         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
2361         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
2362         (_dl_start, print_statistics): Likewise.
2363         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
2364         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
2365
2366         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2367         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2368         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2369         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2370         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2371         (HP_SMALL_TIMING_AVAIL): Define.
2372         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2373         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
2374         (HP_SMALL_TIMING_AVAIL): Define.
2375         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2376         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2377
2378         * sysdeps/aarch64/hp-timing.h: New file.
2379
2380         * sysdeps/generic/hp-timing.h: Remove dead comment.
2381         * sysdeps/generic/hp-timing-common.h: New file.
2382         * sysdeps/alpha/hp-timing.h: Include it.
2383         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
2384         * sysdeps/i386/i686/hp-timing.h: Likewise.
2385         * sysdeps/ia64/hp-timing.h: Likewise.
2386         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
2387         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
2388         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
2389         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
2390         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
2391         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
2392         (hp_timing_t): New.
2393
2394         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
2395         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
2396         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
2397         * elf/rtld.c (_dl_start_final): Likewise.
2398         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
2399         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2400         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2401         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2402         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2403         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2404         (HP_TIMING_DIFF_INIT): Remove.
2405         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2406         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
2407         (HP_TIMING_DIFF_INIT): Remove.
2408         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2409         * sysdeps/i386/i686/hp-timing.c: Remove file.
2410         * sysdeps/x86_64/hp-timing.c: Remove file.
2411         * sysdeps/ia64/hp-timing.c: Remove file.
2412         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
2413         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
2414         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
2415         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
2416
2417         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
2418         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
2419         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
2420         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2421         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2422         (HP_TIMING_ACCUM): Remove.
2423         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2424         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
2425         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2426
2427         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
2428         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
2429         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
2430         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
2431         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
2432         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
2433         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
2434         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
2435
2436         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
2437
2438 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
2439
2440         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
2441
2442 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2443
2444         Sync up with gettext.
2445         * intl/loadmsgcat.c: Define O_BINARY if not defined.
2446         [_MSC_VER]: Include malloc.h
2447         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
2448         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
2449         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
2450         TEMP_FAILURE_RETRY.  Cast return of alloca.
2451         [!_LIBC] Call gl_rwlock_init.
2452         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
2453
2454 2014-07-02  Roland McGrath  <roland@hack.frob.com>
2455
2456         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
2457         before checking its value.
2458
2459 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2460
2461         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
2462
2463         * debug/memcpy_chk.c: Don't include pagecopy.h.
2464         * debug/mempcpy_chk.c: Likewise.
2465         * string/memcpy.c: Likewise.
2466         * string/memmove.c: Likewise.
2467         * sysdeps/powerpc/memmove.c: Likewise.
2468         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
2469         definition of PAGE_COPY_FWD_MAYBE here...
2470         * sysdeps/generic/pagecopy.h: ... from here.
2471         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
2472
2473 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
2474             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2475
2476         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
2477         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
2478         optimizations.
2479         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
2480         (__libc_ifunc_impl_list): Likewise.
2481         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
2482         multiarch strcat for PPC64.
2483         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
2484         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
2485
2486 2014-07-02  Roland McGrath  <roland@hack.frob.com>
2487
2488         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
2489
2490 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2491
2492         * intl/loadmsgcat.c: Remove declaration of
2493         get_sysdep_segment_value.
2494         (get_sysdep_segment_value): Use ISO C style.
2495         (_nl_load_domain): Use ISO C style.  Get rid of redundant
2496         semicolon.  Fix typo and formatting in comment.
2497         (_nl_unload_domain): Use ISO C style.
2498
2499         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
2500
2501 2014-07-02  Will Newton  <will.newton@linaro.org>
2502
2503         * malloc/obstack.c: Merge from gnulib master.
2504         [HAVE_CONFIG_H]: Remove conditional code.
2505         [!_LIBC]: Include config.h.
2506         [!ELIDE_CODE]: Don't include inttypes.h, include
2507         stdint.h unconditionally.
2508         (print_and_abort): Mark as _Noreturn.
2509         (_obstack_allocated_p): Mark as __attribute_pure__.
2510         (obstack_free): Rename to __obstack_free.
2511         [!__attribute__]: Remove conditional code.
2512         * malloc/obstack.h: Merge from gnulib master.
2513         [__cplusplus]: Move conditional down.
2514         [!__attribute_pure__]: Define __attribute_pure__ here
2515         if it is not already defined.
2516         (_obstack_memory_used): Mark as __attribute_pure__.
2517         [!__obstack_free]: Define as obstack_free.
2518         [__GNUC__]: Remove check for ancient NeXT gcc.
2519
2520 2014-07-02  Will Newton  <will.newton@linaro.org>
2521             Paul Eggert  <eggert@cs.ucla.edu>
2522
2523         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
2524
2525 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2526
2527         * resolv/gethnamaddr.c: Add comment warning that the file is
2528         not maintained.
2529
2530 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
2531
2532         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
2533         entries.
2534
2535         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
2536         entry for aio_cancel and aio_cancel64.
2537         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
2538         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
2539         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
2540         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
2541         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
2542         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
2543         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
2544         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
2545         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
2546         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
2547         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
2548         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
2549         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
2550
2551 2014-07-01  Roland McGrath  <roland@hack.frob.com>
2552
2553         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
2554         * nptl/pthread_mutex_lock.c: Likewise.
2555         * nptl/pthread_mutex_timedlock.c: Likewise.
2556         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
2557
2558 2014-07-01  Richard henderson  <rth@redhat.com>
2559
2560         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
2561         (__isnan, __isnanl): Remove.
2562         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
2563
2564         * sysdeps/alpha/fpu/libm-test-ulps: Update.
2565
2566 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
2567
2568         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
2569
2570 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
2571
2572         * resolv/nss_dns/dns-host.c (getanswer_r)
2573         [MULTI_PTRS_ARE_ALIASES]: Remove code.
2574
2575 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
2576
2577         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
2578         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
2579         undefine.
2580         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
2581         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
2582
2583 2014-07-01  Roland McGrath <roland@hack.frob.com>
2584
2585         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
2586         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
2587
2588         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
2589         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
2590
2591         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
2592         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
2593         ... here.
2594         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
2595         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
2596
2597         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
2598         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
2599         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
2600         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
2601
2602         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
2603         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
2604         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
2605         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
2606         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
2607         Moved ...
2608         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
2609         ... here.
2610         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
2611         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
2612         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
2613         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
2614         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
2615         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
2616         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
2617         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
2618         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
2619         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
2620         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
2621         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
2622         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
2623         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
2624         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
2625         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
2626         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
2627         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
2628         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
2629         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
2630         ... here.
2631         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
2632         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
2633         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
2634         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
2635         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
2636         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
2637         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
2638         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
2639
2640 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
2641
2642         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
2643         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
2644         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
2645         Add sysdep.
2646
2647 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2648
2649         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2650
2651 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
2652
2653         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
2654         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
2655
2656         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
2657
2658         * sysdeps/arm/libm-test-ulps: Regenerated.
2659
2660 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
2661             Roland McGrath <roland@hack.frob.com>
2662
2663         * test-skeleton.c (signal_handler): Kill the whole process group
2664         before killing the child individually.
2665         (main): Report any failure on `setpgid'.
2666
2667 2014-06-30  Roland McGrath  <roland@hack.frob.com>
2668
2669         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
2670         from _TLS_H to _ARM_NPTL_TLS_H.
2671         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
2672         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
2673
2674 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
2675
2676         [BZ #16539]
2677         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
2678         (__expm1l): Return argument unchanged when small but not
2679         subnormal.
2680
2681         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
2682         include macro name.
2683         (_FP_UNPACK_RAW_1_P): Likewise.
2684         (_FP_PACK_RAW_1): Likewise.
2685         (_FP_PACK_RAW_1_P): Likewise.
2686         (_FP_MUL_MEAT_1_wide): Likewise.
2687         (_FP_MUL_MEAT_DW_1_hard): Likewise.
2688         (_FP_MUL_MEAT_1_hard): Likewise.
2689         (_FP_DIV_MEAT_1_imm): Likewise.
2690         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
2691         (_FP_DIV_MEAT_1_udiv): Likewise.
2692         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
2693         (_FP_UNPACK_RAW_2): Likewise.
2694         (_FP_UNPACK_RAW_2_P): Likewise.
2695         (_FP_PACK_RAW_2): Likewise.
2696         (_FP_PACK_RAW_2_P): Likewise.
2697         (_FP_MUL_MEAT_DW_2_wide): Likewise.
2698         (_FP_MUL_MEAT_2_wide): Likewise.
2699         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
2700         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
2701         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
2702         (_FP_MUL_MEAT_2_gmp): Likewise.
2703         (_FP_DIV_MEAT_2_udiv): Likewise.
2704         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
2705         (_FP_FRAC_SRL_4): Likewise.
2706         (_FP_FRAC_SRST_4): Likewise.
2707         (_FP_FRAC_SRS_4): Likewise.
2708         (_FP_UNPACK_RAW_4): Likewise.
2709         (_FP_UNPACK_RAW_4_P): Likewise.
2710         (_FP_PACK_RAW_4): Likewise.
2711         (_FP_PACK_RAW_4_P): Likewise.
2712         (_FP_MUL_MEAT_DW_4_wide): Likewise.
2713         (_FP_MUL_MEAT_4_wide): Likewise.
2714         (_FP_MUL_MEAT_4_gmp): Likewise.
2715         (umul_ppppmnnn): Likewise.
2716         (_FP_DIV_MEAT_4_udiv): Likewise.
2717         (__FP_FRAC_ADD_4): Likewise.
2718         (__FP_FRAC_SUB_3): Likewise.
2719         (__FP_FRAC_SUB_4): Likewise.
2720         (__FP_FRAC_DEC_3): Likewise.
2721         (__FP_FRAC_DEC_4): Likewise.
2722         (__FP_FRAC_ADDI_4): Likewise.
2723         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
2724         (_FP_FRAC_SRL_8): Likewise.
2725         (_FP_FRAC_SRS_8): Likewise.
2726
2727         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
2728         include macro name.
2729         (FP_UNPACK_RAW_EP): Likewise.
2730         (FP_PACK_RAW_E): Likewise.
2731         (FP_PACK_RAW_EP): Likewise.
2732         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
2733         (_FP_ISSIGNAN): Likewise.
2734         (_FP_ADD_INTERNAL): Likewise.
2735         (_FP_FMA): Likewise.
2736         (_FP_CMP): Likewise.
2737         (_FP_SQRT): Likewise.
2738         (_FP_TO_INT): Likewise.
2739         (_FP_FROM_INT): Likewise.
2740         (FP_EXTEND): Likewise.
2741         (_FP_DIV_MEAT_N_loop): Likewise.
2742
2743 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
2744
2745         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
2746         throughout.
2747
2748 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
2749
2750         [BZ #17097]
2751         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
2752         result with correct sign in case of exponents that produce
2753         overflow except for X very close to 1.
2754
2755 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
2756
2757         mktime: merge #if/#ifdef usage from glibc
2758         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
2759         as that works with both Glibc's and Gnulib's style.
2760         See thread starting at Siddhesh Poyarekar's bug report at:
2761         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
2762
2763 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
2764
2765         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
2766         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
2767         * sysdeps/tile/tilegx/memmove.c: Remove file.
2768
2769 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
2770
2771         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
2772         abi-name definition.
2773         * scripts/soversions.awk: Do not handle or generate ABI lines.
2774         * shlib-versions: Remove ABI entries.
2775         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
2776         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
2777
2778 2014-06-27  Roland McGrath  <roland@hack.frob.com>
2779
2780         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
2781         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
2782         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
2783         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
2784         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
2785         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
2786         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
2787         Moved ...
2788         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
2789         ... here.
2790         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
2791         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
2792         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
2793         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
2794         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
2795         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
2796         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
2797         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
2798         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
2799         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
2800         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
2801         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
2802         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
2803         Moved ...
2804         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
2805         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
2806         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
2807         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
2808         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
2809         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
2810         Moved ...
2811         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
2812         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
2813         Moved ...
2814         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
2815         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
2816         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
2817         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
2818         Moved ...
2819         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
2820         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
2821         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
2822         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
2823         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
2824         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
2825         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
2826         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
2827         Moved ...
2828         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
2829         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
2830         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
2831         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
2832         Moved ...
2833         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
2834         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
2835         Moved ...
2836         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
2837         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
2838         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
2839         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
2840         Moved ...
2841         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
2842         ... here.
2843         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
2844         Identical file removed.
2845         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
2846         Moved ...
2847         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
2848         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
2849         Identical file removed.
2850         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
2851         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
2852         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
2853         Moved ...
2854         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
2855         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
2856         Identical file removed.
2857         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
2858         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
2859         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
2860         Identical file removed.
2861         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
2862         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
2863         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
2864         Identical file removed.
2865         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
2866         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
2867         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
2868         Identical file removed.
2869         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
2870         Moved ...
2871         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
2872         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
2873         Identical file removed.
2874         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
2875         Moved ...
2876         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
2877         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
2878         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
2879         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
2880         Identical file removed.
2881         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
2882         Moved ...
2883         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
2884         ... here.
2885         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
2886         Identical file removed.
2887         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
2888         Moved ...
2889         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
2890         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
2891         Identical file removed.
2892         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
2893         Moved ...
2894         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
2895         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
2896         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
2897         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
2898         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
2899         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
2900         Moved ...
2901         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
2902         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
2903         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
2904
2905         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
2906         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
2907         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
2908         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
2909         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
2910
2911 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
2912
2913         [BZ #17092]
2914         * nscd/nscd.c (monitor_child): Return exit status of child
2915         instead of return value from wait syscall.
2916
2917 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
2918
2919         * configure.ac (libc_commonpagesize): Remove variable.
2920         (libc_relro_required): Likewise.
2921         (libc_cv_z_relro): Remove configure test.
2922         * configure: Regenerated.
2923         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
2924         variable.
2925         (libc_relro_required): Likewise.
2926         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
2927         (libc_relro_required): Likewise.
2928         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
2929         (libc_relro_required): Likewise.
2930         * sysdeps/arm/preconfigure: Regenerated.
2931         * sysdeps/ia64/preconfigure: Remove file.
2932         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
2933         variable.
2934         (libc_relro_required): Likewise.
2935
2936         [BZ #16561]
2937         [BZ #16562]
2938         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
2939         (__ieee754_yn): Set FE_TONEAREST mode internally and then
2940         recompute overflowing results in original rounding mode.
2941         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
2942         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
2943         recompute overflowing results in original rounding mode.
2944         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
2945         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
2946         recompute overflowing results in original rounding mode.
2947         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
2948         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
2949         recompute overflowing results in original rounding mode.
2950         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
2951         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
2952         recompute overflowing results in original rounding mode.
2953         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
2954         (libc_feholdsetround_ctx): New macro.
2955         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
2956         * sysdeps/i386/fpu/libm-test-ulps: Update.
2957         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
2958
2959 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
2960
2961         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
2962         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
2963         corresponding .cpsetup call.
2964
2965 2014-06-26  Roland McGrath  <roland@hack.frob.com>
2966
2967         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
2968         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
2969         * sysdeps/arm/Makefile [$(subdir) = csu]
2970         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
2971         (static-only-routines): Add aeabi_read_tp here.
2972         (shared-only-routines): Add libc-aeabi_read_tp here.
2973         (CFLAGS-libc-start.c): Add -fexceptions here.
2974         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
2975         (sysdep_routines, static-only-routines, shared-only-routines):
2976         Don't add to these here.
2977         (CFLAGS-libc-start.c): Likewise.
2978
2979         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
2980         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
2981         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
2982         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
2983         * sysdeps/arm/Makefile [$(subdir) = rt]
2984         (librt-sysdep_routines, librt-shared-only-routines):
2985         Append rt-aeabi_unwind_cpp_pr1 here.
2986         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
2987         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
2988         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
2989         (libpthread-sysdep_routines, libpthread-shared-only-routines):
2990         Append nptl-aeabi_unwind_cpp_pr1 here.
2991         (tests): Filter out tst-cleanupx4 here.
2992         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
2993         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
2994         Don't do those here.
2995
2996 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
2997
2998         * scripts/list-sources.sh: Do not handle ports specially.
2999
3000 2014-06-26  Roland McGrath  <roland@hack.frob.com>
3001
3002         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
3003         * sysdeps/arm/feupdateenv.c: Likewise.
3004
3005         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
3006
3007 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
3008
3009         * manual/texinfo.tex: Update to version 2014-05-05.10 with
3010         trailing whitespace removed.
3011         * scripts/config.guess: Update to version 2014-03-23.
3012         * scripts/config.sub: Update to version 2014-05-01
3013         * scripts/install-sh: Update to version 2013-12-25.23.
3014         * scripts/move-if-change: Update from gnulib.
3015
3016 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
3017
3018         * debug/memmove_chk.c: Remove pagecopy.h include.
3019
3020 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
3021
3022         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
3023         identical to gnulib mktime.
3024
3025 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
3026
3027         * configure.ac: Do not test for machine being rs6000.  Do not test
3028         for powerpc*-*soft.
3029         * configure: Regenerated.
3030
3031         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
3032         test.
3033         * configure: Regenerated.
3034         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
3035         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
3036         Remove configure test.
3037         * sysdeps/arm/configure: Regenerated.
3038         * sysdeps/nptl/configure.ac: Do not check
3039         libc_cv_asm_cfi_directives.
3040         * sysdeps/nptl/configure: Regenerated.
3041         * sysdeps/x86_64/nptl/configure.ac: Remove file.
3042         * sysdeps/x86_64/nptl/configure: Remove generated file.
3043         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
3044         unconditional.
3045         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
3046
3047 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
3048
3049         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
3050         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
3051         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
3052         it is defined.
3053
3054         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
3055         instead of whether it is defined.
3056         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
3057         * sysdeps/hppa/dl-machine.h: Likewise.
3058         * sysdeps/ia64/dl-machine.h: Likewise.
3059         * sysdeps/m68k/dl-machine.h: Likewise.
3060         * sysdeps/microblaze/dl-machine.h: Likewise.
3061         * sysdeps/mips/dl-machine.: Likewise.
3062         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
3063         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
3064         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
3065         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
3066         * sysdeps/sh/dl-machine.h: Likewise.
3067         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
3068         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
3069         * sysdeps/tile/dl-machine.h: Likewise.
3070         * sysdeps/x86_64/dl-machine.h: Likewise.
3071
3072         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
3073         code.
3074         (verify_persistent_db): Likewise.
3075
3076 2014-06-26  Roland McGrath  <roland@hack.frob.com>
3077
3078         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
3079         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
3080         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
3081         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
3082         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
3083         Moved ...
3084         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
3085         ... here.
3086         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
3087         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
3088         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
3089         Identical file removed.
3090         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
3091         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
3092         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
3093         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
3094         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
3095         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
3096         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
3097         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
3098         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
3099         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
3100         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
3101         Moved ...
3102         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
3103         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
3104         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
3105         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
3106         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
3107         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
3108         Moved ...
3109         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
3110         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
3111         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
3112         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
3113         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
3114         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
3115         Identical file removed.
3116         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
3117         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
3118         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
3119         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
3120         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
3121         Moved ...
3122         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
3123         ... here.
3124         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
3125         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
3126         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
3127         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
3128         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
3129         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
3130         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
3131         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
3132         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
3133         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
3134         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
3135         Moved ...
3136         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
3137         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
3138         Moved ...
3139         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
3140         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
3141         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
3142         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
3143         Moved ...
3144         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
3145         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
3146         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
3147
3148         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
3149         folded into ...
3150         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
3151         * sysdeps/unix/sysv/linux/s390/Versions
3152         (libpthread: GLIBC_2.19): New version set.
3153         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
3154         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
3155         (librt: GLIBC_2.3.3): New version set.
3156         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
3157         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
3158         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
3159         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
3160         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
3161         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
3162         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
3163         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
3164         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
3165         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
3166         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
3167         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
3168         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
3169         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
3170         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
3171         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
3172         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
3173         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
3174         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
3175         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
3176         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
3177         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
3178         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
3179         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
3180         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
3181         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
3182         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
3183         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
3184         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
3185         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
3186         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
3187         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
3188         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
3189         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
3190         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
3191         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
3192         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
3193         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
3194         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
3195         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
3196         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
3197         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
3198         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
3199         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
3200         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
3201
3202         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
3203         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
3204         (__libc_vfork): Define the function under this name.
3205         [!NOT_IN_libc] (__vfork): Make this an alias.
3206         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
3207         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
3208         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
3209         (__libc_vfork): Define the function under this name.
3210         [!NOT_IN_libc] (__vfork): Make this an alias.
3211         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
3212         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
3213         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
3214         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
3215         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
3216         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3217
3218         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
3219         code that was previously under [RESET_PID].
3220         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
3221         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
3222         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
3223
3224         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
3225         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
3226         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
3227         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
3228         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
3229         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
3230         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
3231         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
3232         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
3233         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
3234         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
3235         Moved ...
3236         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
3237         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
3238         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
3239         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
3240         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
3241         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
3242         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
3243         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
3244         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
3245         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
3246         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
3247         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
3248         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
3249         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
3250         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
3251         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
3252         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
3253         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
3254         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
3255         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
3256         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
3257         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
3258         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
3259         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
3260         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
3261         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
3262         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
3263         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
3264         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
3265
3266 2014-06-25  Roland McGrath  <roland@hack.frob.com>
3267
3268         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
3269         that was previously under [RESET_PID].
3270         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
3271
3272 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
3273
3274         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
3275         not undefine and redefine.
3276         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
3277         [O_CLOEXEC]: Make code unconditional.
3278         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
3279         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
3280         <kernel-features.h>.
3281         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
3282         conditional variable definition.
3283         (shm_open) [O_CLOEXEC]: Make code unconditional.
3284         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
3285         code.
3286
3287         * configure.ac (USE_REGPARMS): Don't define here.
3288         * configure: Regenerated.
3289         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
3290         * sysdeps/i386/configure: Regenerated.
3291
3292         * nptl/createthread.c: Don't include kernel-features.h.
3293         * nptl/pthread_cancel.c: Likewise.
3294         * nptl/pthread_condattr_setclock.c: Likewise.
3295         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
3296         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
3297         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
3298         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
3299         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
3300         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
3301         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
3302         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
3303         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
3304         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
3305         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
3306         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
3307         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
3308         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
3309         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
3310         * nscd/gai.c: Likewise.
3311         * nss/nss_db/db-open.c: Likewise.
3312         * sysdeps/generic/ldsodefs.h: Likewise.
3313         * sysdeps/sh/nptl/tls.h: Likewise.
3314         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
3315         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
3316         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
3317         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
3318         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
3319         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
3320         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
3321         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
3322         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
3323         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
3324         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
3325         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
3326         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
3327         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
3328         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
3329         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
3330         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
3331         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
3332         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
3333         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
3334         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
3335         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
3336         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
3337         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
3338         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
3339         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
3340         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
3341         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
3342         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
3343         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
3344         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
3345         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
3346         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
3347         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
3348         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
3349         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
3350         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
3351         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
3352         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
3353         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
3354         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
3355         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
3356         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
3357         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
3358         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
3359         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
3360         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
3361         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
3362         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
3363         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
3364         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
3365         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
3366         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
3367         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
3368         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
3369         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
3370         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3371         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
3372         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
3373         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
3374         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
3375         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
3376         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
3377         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
3378         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
3379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
3380         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
3381         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
3382         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
3383         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
3384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
3385         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
3386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
3387         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
3388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
3389         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
3390         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
3391         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
3392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
3393         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
3394         * sysdeps/unix/sysv/linux/pread.c: Likewise.
3395         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
3396         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
3397         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
3398         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
3399         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
3400         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
3401         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
3402         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
3403         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
3404         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
3405         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
3406         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
3407         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
3408         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
3409         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
3410         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
3411         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
3412         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
3413         * sysdeps/unix/sysv/linux/system.c: Likewise.
3414         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
3415         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
3416         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
3417         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
3418         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
3419         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
3420         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
3421
3422         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
3423         * configure: Regenerated.
3424         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
3425
3426         * configure.ac (base_machine): Do not set specially for particular
3427         machines here.
3428         * configure: Regenerated.
3429         * sysdeps/powerpc/preconfigure: Move machine and base_machine
3430         settings from configure.ac.
3431         * sysdeps/i386/preconfigure: New file.
3432         * sysdeps/s390/preconfigure: Likewise.
3433         * sysdeps/sh/preconfigure: Likewise.
3434         * sysdeps/sparc/preconfigure: Likewise.
3435
3436 2014-06-25  Roland McGrath  <roland@hack.frob.com>
3437
3438         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
3439         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
3440         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
3441         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
3442         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
3443         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
3444         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
3445         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
3446         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
3447         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
3448         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
3449         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
3450         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
3451         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
3452         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
3453         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
3454         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
3455         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
3456         * sysdeps/sparc/sparc64/Makefile: ... appended here.
3457
3458         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
3459         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
3460         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
3461         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
3462         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
3463         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
3464         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
3465         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
3466         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
3467         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
3468         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
3469         * sysdeps/sparc/sparc32/sem_post.c: ... here.
3470         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
3471         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
3472         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
3473         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
3474         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
3475         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
3476         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
3477         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
3478         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
3479         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
3480         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
3481         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
3482         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
3483         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
3484         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
3485         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
3486         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
3487         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
3488         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
3489         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
3490         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
3491         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
3492         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
3493         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
3494         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
3495         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
3496
3497         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
3498         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
3499         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
3500         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
3501         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
3502         Moved ...
3503         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
3504         ... here.
3505         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
3506         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
3507         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
3508         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
3509         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
3510         Moved ...
3511         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
3512         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
3513         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
3514         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
3515         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
3516         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
3517         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
3518         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
3519         Moved ...
3520         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
3521         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
3522         Moved ...
3523         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
3524         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
3525         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
3526         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
3527         Moved ...
3528         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
3529         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
3530         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
3531         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
3532         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
3533         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
3534         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
3535         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
3536         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
3537         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
3538         Moved ...
3539         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
3540         ... here.
3541         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
3542         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
3543         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
3544         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
3545         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
3546         Moved ...
3547         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
3548         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
3549         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
3550         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
3551         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
3552         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
3553         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
3554         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
3555         Moved ...
3556         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
3557         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
3558         Moved ...
3559         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
3560         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
3561         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
3562         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
3563         Moved ...
3564         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
3565         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
3566         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
3567         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
3568         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
3569
3570 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
3571
3572         * timezone/checktab.awk: Update from tzcode 2014e.
3573         * timezone/private.h: Likewise.
3574         * timezone/tzfile.h: Likewise.
3575         * timezone/zdump.c: Likewise.
3576         * timezone/zic.c: Likewise.
3577
3578         * sysdeps/unix/sysv/linux/kernel-features.h
3579         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
3580         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
3581         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
3582         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
3583         Remove conditional code.
3584
3585 2014-06-25  Will Newton  <will.newton@linaro.org>
3586
3587         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
3588         (_dl_arm_cap_flags): Add HWCAP2 values.
3589         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
3590         (_DL_HWCAP_COUNT): Increase to 37.
3591         (_DL_HWCAP_LAST): New define.
3592         (_DL_HWCAP2_LAST): New define.
3593         (_dl_procinfo): Add support for printing
3594         AT_HWCAP2 entries.
3595         (_dl_string_hwcap): Use _dl_hwcap_string.
3596
3597 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3598
3599         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3600
3601 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
3602
3603         * README: Do not mention ports directory.
3604
3605         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
3606         Remove macro.
3607         * sysdeps/unix/sysv/linux/futimes.c: Do not include
3608         <kernel-features.h>.
3609         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
3610         conditional variable definition.
3611         (__futimes): Update comment.
3612         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
3613         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
3614
3615         [BZ #16560]
3616         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
3617         arguments close to 0.
3618         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
3619         Likewise.
3620         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
3621         Likewise.
3622         * math/auto-libm-test-in: Add more tests of exp10.
3623         * math/auto-libm-test-out: Regenerated.
3624         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
3625
3626         * sysdeps/unix/sysv/linux/kernel-features.h
3627         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
3628         * sysdeps/unix/sysv/linux/readv.c: Do not include
3629         <kernel-features.h>.
3630         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
3631         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
3632         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
3633         unconditional.
3634         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
3635         conditional code.
3636         * sysdeps/unix/sysv/linux/writev.c: Do not include
3637         <kernel-features.h>.
3638         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
3639         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
3640         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
3641         unconditional.
3642         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
3643         conditional code.
3644
3645 2014-06-25  Will Newton  <will.newton@linaro.org>
3646
3647         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
3648         comment changes throughout the file.  Remove checks
3649         for HAVE_*_H definitions that are not required.
3650         (__gen_tempname): Call abort if an unknown kind value is
3651         passed.
3652
3653 2014-06-25  Andreas Schwab  <schwab@suse.de>
3654
3655         [BZ #17086]
3656         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
3657         scalbln, scalblnf, scalblnl in libc.
3658
3659 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
3660
3661         [BZ #17086]
3662         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
3663         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
3664         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
3665
3666 2014-06-24  Roland McGrath  <roland@hack.frob.com>
3667
3668         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
3669         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
3670         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
3671         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
3672         Update #include.
3673         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
3674         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
3675         Update #include.
3676         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
3677         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
3678         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
3679         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
3680         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
3681         * sysdeps/x86/bits/pthreadtypes.h: ... here.
3682         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
3683         * sysdeps/x86/bits/semaphore.h: ... here.
3684         * sysdeps/x86/nptl/elide.h: Moved ...
3685         * sysdeps/x86/elide.h: ... here.
3686         * sysdeps/x86_64/nptl/Implies: File removed.
3687         * sysdeps/i386/nptl/Implies: File removed.
3688
3689 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
3690
3691         [BZ #16539]
3692         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
3693         return the argument for normal arguments with exponent below -64.
3694         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
3695         Likewise.
3696         * math/auto-libm-test-in: Add another test of expm1.
3697         * math/auto-libm-test-out: Regenerated.
3698
3699         [BZ #16287]
3700         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
3701         calling __erfcl for arguments at least 16.
3702         * math/auto-libm-test-in: Add more tests of erf.
3703         * math/auto-libm-test-out: Regenerated.
3704
3705         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
3706         individual architectures.
3707         * sysdeps/unix/sysv/linux/configure: Regenerated.
3708         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
3709         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
3710         * sysdeps/unix/sysv/linux/powerpc/configure.ac
3711         (ldd_rewrite_script): Define variable.
3712         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
3713         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
3714         file.
3715         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
3716         generated file.
3717         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
3718         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
3719         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
3720         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
3721         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
3722         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
3723         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
3724         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
3725
3726 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
3727
3728         [BZ #17084]
3729         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
3730         Rename member __data.d to __data.__elision_data.
3731
3732 2014-06-24  Wilco  <wdijkstr@arm.com>
3733
3734         * NEWS: Add 16918 to fixed bug list.
3735
3736 2014-06-24  Wilco  <wdijkstr@arm.com>
3737
3738         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
3739
3740 2014-06-24  Wilco  <wdijkstr@arm.com>
3741
3742         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
3743         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
3744         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
3745         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
3746         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
3747         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
3748         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
3749         Use _FPU_MASK_RM.
3750
3751 2014-06-24  Wilco  <wdijkstr@arm.com>
3752
3753         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
3754
3755 2014-06-24  Wilco  <wdijkstr@arm.com>
3756
3757         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
3758         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
3759         * sysdeps/arm/fesetround.c (fesetround): Remove space.
3760         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
3761
3762 2014-06-24  Wilco  <wdijkstr@arm.com>
3763
3764         [BZ #16918]
3765         * sysdeps/arm/feupdateenv.c (feupdateenv):
3766         Rewrite to reduce FPSCR accesses and fix return value.
3767
3768 2014-06-24  Wilco  <wdijkstr@arm.com>
3769
3770         * sysdeps/arm/fclrexcpt.c (feclearexcept):
3771         Optimize to avoid unnecessary FPSCR writes.
3772         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
3773         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
3774         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
3775         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
3776
3777 2014-06-24  Wilco  <wdijkstr@arm.com>
3778
3779         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
3780         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
3781         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
3782         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
3783         Call libc_fetestexcept_vfp.
3784         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
3785         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
3786         __SOFTFP__ ifdef so that they can be built for softfp.
3787
3788 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
3789
3790         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
3791         argument type signed char.
3792
3793         * Makerules (check-abi): Dump diff of symlist if the test
3794         fails.
3795
3796 2014-06-23  Roland McGrath  <roland@hack.frob.com>
3797
3798         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
3799         using abort.
3800
3801         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
3802         Remove unused variable ST.
3803
3804 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
3805
3806         [BZ #16354]
3807         [BZ #17061]
3808         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
3809         small arguments before calling __expm1.
3810         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
3811         small arguments before calling __expm1f.
3812         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
3813         small arguments before calling __expm1l.
3814         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
3815         Likewise.
3816         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
3817         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
3818         spurious underflow for some cosh tests.
3819         * math/auto-libm-test-out: Regenerated.
3820         * sysdeps/i386/fpu/libm-test-ulps: Update.
3821
3822         [BZ #17050]
3823         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
3824         (__ieee754_y1): Set errno if return value overflows.
3825         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
3826         (__ieee754_y1f): Set errno if return value overflows.
3827         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
3828         (__ieee754_y1l): Set errno if return value overflows.
3829         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
3830         (__ieee754_y1l): Set errno if return value overflows.
3831         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
3832         * math/auto-libm-test-out: Regenerated.
3833
3834         * math/gen-auto-libm-tests.c: Document use of
3835         ignore-zero-inf-sign.
3836         (input_flag_type): Add value flag_ignore_zero_inf_sign.
3837         (input_flags): Add ignore-zero-inf-sign.
3838         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
3839         * math/gen-libm-test.pl (generate_testfile): Handle
3840         ignore-zero-inf-sign.
3841         * math/auto-libm-test-in: Mark some cpow tests with
3842         ignore-zero-inf-sign and some with xfail-rounding.
3843         * math/auto-libm-test-out: Regenerated.
3844         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
3845         * sysdeps/i386/fpu/libm-test-ulps: Update.
3846         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3847
3848         [BZ #16315]
3849         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
3850         overflowing or underflowing operations take place with sign of
3851         result.
3852         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
3853         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
3854         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
3855         (__ieee754_pow): Recompute overflowing and underflowing results in
3856         original rounding mode.
3857         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
3858         (__powl_helper): Allow negative argument X and scale negated value
3859         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
3860         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
3861         overflowing or underflowing operations take place with sign of
3862         result.
3863         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
3864         Include <math.h>.
3865         * math/auto-libm-test-in: Add more tests of pow.
3866         * math/auto-libm-test-out: Regenerated.
3867         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
3868         (pow_tonearest_test_data): Remove.
3869         (pow_test_tonearest): Likewise.
3870         (pow_towardzero_test_data): Likewise.
3871         (pow_test_towardzero): Likewise.
3872         (pow_downward_test_data): Likewise.
3873         (pow_test_downward): Likewise.
3874         (pow_upward_test_data): Likewise.
3875         (pow_test_upward): Likewise.
3876         (main): Don't call removed functions.
3877         * sysdeps/i386/fpu/libm-test-ulps: Update.
3878         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3879
3880 2014-06-23  Roland McGrath  <roland@hack.frob.com>
3881
3882         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
3883         Moved ...
3884         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
3885         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
3886         Moved ...
3887         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
3888         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
3889         Moved ...
3890         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
3891         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
3892         Moved ...
3893         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
3894         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
3895         File removed.
3896         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
3897         File removed.
3898         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
3899         File removed.
3900         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
3901         File removed.
3902         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
3903         File removed.
3904         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
3905         File removed.
3906         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
3907         File removed.
3908         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
3909         File removed.
3910         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
3911         File removed.
3912         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
3913         File removed.
3914         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
3915         File removed.
3916         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
3917         File removed.
3918         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
3919         Moved ...
3920         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
3921         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
3922         Moved ...
3923         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
3924         ... here.
3925         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
3926         Moved ...
3927         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
3928         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
3929         Moved ...
3930         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
3931         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
3932         Moved ...
3933         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
3934         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
3935         Moved ...
3936         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
3937         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
3938         Moved ...
3939         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
3940         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
3941         Moved ...
3942         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
3943         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
3944         Moved ...
3945         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
3946         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
3947         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
3948         ... here.
3949         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
3950         Moved ...
3951         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
3952         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
3953         Moved ...
3954         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
3955         ... here.
3956         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
3957         Moved ...
3958         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
3959         ... here.
3960         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
3961         Moved ...
3962         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
3963         ... here.
3964         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
3965         Moved ...
3966         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
3967         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
3968         Moved ...
3969         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
3970         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
3971         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
3972         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
3973         Moved ...
3974         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
3975         ... here.
3976         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
3977         Moved ...
3978         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
3979         ... here.
3980         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
3981         Moved ...
3982         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
3983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
3984         Moved ...
3985         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
3986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
3987         Moved ...
3988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
3989         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
3990         Moved ...
3991         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
3992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
3993         Moved ...
3994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
3995         ... here.
3996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
3997         Moved ...
3998         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
3999         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
4000         Moved ...
4001         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
4002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
4003         Moved ...
4004         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
4005         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
4006         Moved ...
4007         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
4008         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
4009         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
4010         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
4011         Moved ...
4012         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
4013         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
4014         Moved ...
4015         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
4016         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
4017         Moved ...
4018         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
4019         ... here.
4020         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
4021         Moved ...
4022         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
4023         ... here.
4024         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
4025         Moved ...
4026         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
4027         ... here.
4028         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
4029         Moved ...
4030         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
4031         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
4032         Moved ...
4033         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
4034         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
4035         Moved ...
4036         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
4037         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
4038         Moved ...
4039         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
4040         ... here.
4041         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
4042         Moved ...
4043         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
4044         ... here.
4045         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
4046         Moved ...
4047         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
4048         ... here.
4049         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
4050         Moved ...
4051         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
4052         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
4053         Moved ...
4054         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
4055
4056 2014-06-23  Will Newton  <will.newton@linaro.org>
4057             Wilco  <wdijkstr@arm.com>
4058
4059         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
4060         implementation.  Include get-rounding-mode.h.
4061         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
4062         [!libc_feholdsetround_noex_ctx]: Define
4063         libc_feholdsetround_noex_ctx.
4064         [!libc_feholdsetround_noexf_ctx]: Define
4065         libc_feholdsetround_noexf_ctx.
4066         [!libc_feholdsetround_noexl_ctx]: Define
4067         libc_feholdsetround_noexl_ctx.
4068         (libc_feholdsetround_ctx): New function.
4069         (libc_feresetround_ctx): New function.
4070         (libc_feholdsetround_noex_ctx): New function.
4071         (libc_feresetround_noex_ctx): New function.
4072
4073 2014-06-23  Roland McGrath  <roland@hack.frob.com>
4074
4075         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
4076         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
4077         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
4078         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
4079         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
4080         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
4081
4082         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
4083         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
4084         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
4085         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
4086         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
4087         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
4088         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
4089         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
4090         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
4091         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
4092         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
4093         Moved ...
4094         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
4095         ... here.
4096         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
4097         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
4098         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
4099         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
4100         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
4101         Moved ...
4102         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
4103         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
4104         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
4105         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
4106         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
4107         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
4108         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
4109         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
4110         Moved ...
4111         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
4112         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
4113         Moved ...
4114         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
4115         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
4116         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
4117         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
4118         Moved ...
4119         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
4120         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
4121         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
4122         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
4123         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
4124         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
4125         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
4126         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
4127         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
4128         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
4129         Moved ...
4130         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
4131         ... here.
4132         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
4133         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
4134         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
4135         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
4136         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
4137         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
4138         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
4139         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
4140         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
4141         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
4142         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
4143         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
4144         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
4145         Moved ...
4146         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
4147         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
4148         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
4149         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
4150         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
4151         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
4152         Moved ...
4153         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
4154         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
4155         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
4156         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
4157         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
4158
4159         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
4160         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
4161         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
4162         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
4163         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
4164         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
4165         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
4166         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
4167         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
4168         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
4169         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
4170         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
4171         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
4172         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
4173         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
4174         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
4175         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
4176         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
4177         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
4178         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
4179         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
4180         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
4181         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
4182         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
4183         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
4184         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
4185         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
4186         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
4187
4188 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
4189
4190         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
4191         (FALLOC_FL_COLLAPSE_RANGE): New macro.
4192         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
4193         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
4194         (IPV6_PMTUDISC_INTERFACE): Likewise.
4195         (IPV6_PMTUDISC_OMIT): Likewise.
4196
4197 2014-06-23  Andreas Schwab  <schwab@suse.de>
4198
4199         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
4200         Remove unused errout label.
4201
4202 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4203
4204         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
4205         macro: hardware supports Vector Crypto instructions.
4206
4207 2014-06-23  Will Newton  <will.newton@linaro.org>
4208
4209         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
4210         rather than __builtin_expect.
4211
4212         * elf/dl-lookup.c (undefined_msg): Remove variable.
4213         (_dl_lookup_symbol_x): Replace undefined_msg with string
4214         literal.
4215
4216         * elf/dl-lookup.c (do_lookup_unique): New function.
4217         (do_lookup_x): Move STB_GNU_UNIQUE handling code
4218         to a separate function.
4219
4220 2014-06-23  Andreas Schwab  <schwab@suse.de>
4221
4222         [BZ #17079]
4223         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
4224         before reading the next line.
4225
4226 2014-06-23  Will Newton  <will.newton@linaro.org>
4227
4228         * test-skeleton.c (signal_handler): Use printf and %m
4229         rather than perror.  Use printf rather than fprintf to
4230         stderr.  Use puts rather than fputs to stderr.
4231         (main): Likewise.
4232
4233 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
4234
4235         * nscd/nscd.c (thread_info_t): Remove typedef.
4236         (thread_info): Remove variable.
4237
4238 2014-06-21  Allan McRae  <allan@archlinux.org>
4239
4240         * NEWS: Mention CVE-2014-4043.
4241
4242 2014-06-20  Roland McGrath  <roland@hack.frob.com>
4243
4244         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
4245         * nptl/smp.h: ... here.
4246
4247         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
4248
4249         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
4250         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
4251         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
4252         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
4253
4254         * nptl/allocatestack.c: Include <stack-aliasing.h>.
4255         * nptl/stack-aliasing.h: New file.
4256         * sysdeps/i386/i686/stack-aliasing.h: New file.
4257         * sysdeps/i386/i686/nptl/Makefile: File removed.
4258         * sysdeps/x86_64/stack-aliasing.h: New file.
4259         * sysdeps/x86_64/nptl/Makefile
4260         (CFLAGS-pthread_create.c): Variable removed.
4261
4262         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
4263         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
4264         old file.
4265         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
4266         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
4267         old file.
4268
4269 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
4270
4271         * sysdeps/unix/sysv/linux/arm/kernel-features.h
4272         (__ASSUME_SIGFRAME_V2): Remove macro.
4273         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
4274         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
4275         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
4276         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
4277         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
4278         Declare as function.  Remove conditional macro definitions.
4279         (__default_rt_sa_restorer): Likewise.
4280         (__default_sa_restorer_v1): Remove declaration.
4281         (__default_sa_restorer_v2): Likewise.
4282         (__default_rt_sa_restorer_v1): Likewise.
4283         (__default_rt_sa_restorer_v2): Likewise.
4284         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
4285         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
4286         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
4287
4288 2014-06-20  Roland McGrath  <roland@hack.frob.com>
4289
4290         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
4291         (libpthread-routines): Add sysdep.
4292         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
4293         * sysdeps/unix/sysv/linux/sparc/Versions
4294         (libpthread: GLIBC_2.3.3): New version set.
4295         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
4296         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
4297         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
4298         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
4299         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
4300         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
4301         Moved ...
4302         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
4303         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
4304         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
4305         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
4306         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
4307         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
4308         * sysdeps/sparc/nptl/sem_init.c: ... here.
4309         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
4310         * sysdeps/sparc/nptl/sem_post.c: ... here.
4311         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
4312         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
4313         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
4314         * sysdeps/sparc/nptl/sem_wait.c: ... here.
4315         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
4316         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
4317         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
4318         (libpthread-routines): Add cpu_relax.
4319         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
4320         File removed.
4321         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
4322         (librt: GLIBC_2.3.3): New version set.
4323         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
4324         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
4325         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
4326         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
4327         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
4328         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
4329         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
4330         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
4331         Moved ...
4332         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
4333         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
4334         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
4335         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
4336         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
4337         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
4338         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
4339         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
4340         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
4341         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
4342         Moved ...
4343         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
4344         Update #include.
4345         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
4346         Moved ...
4347         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
4348         Update #include.
4349         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
4350         Moved ...
4351         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
4352         Update #include.
4353         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
4354         Moved ...
4355         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
4356         Update #include.
4357         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
4358         Moved ...
4359         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
4360         Update #include.
4361         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
4362         Moved ...
4363         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
4364         Update #include.
4365         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
4366         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
4367         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
4368         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
4369         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
4370         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
4371         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
4372         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
4373         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
4374         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
4375         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
4376         Moved ...
4377         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
4378         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
4379         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
4380         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
4381         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
4382
4383 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
4384
4385         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
4386         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
4387         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
4388         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
4389         * nscd/nscd.c: Likewise.
4390         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
4391         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
4392         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
4393         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
4394
4395         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
4396         <kernel-features.h>.
4397         (init_mq_netlink): Remove conditional have_sock_cloexec
4398         definitions.  Remove code conditional on have_sock_cloexec < 0.
4399         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
4400         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
4401         * sysdeps/unix/sysv/linux/opensock.c: Do not include
4402         <kernel-features.h>.
4403         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
4404         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
4405
4406 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
4407
4408         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4409         Add tests for memset_chk and memset.
4410
4411         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
4412         with AVX2_Usable.
4413
4414 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
4415
4416         [BZ #16046]
4417         * elf/tst-dl-iter-static.c: New file.
4418         * elf/Makefile (tests-static): Add tst-dl-iter-static.
4419
4420         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
4421         error.
4422
4423 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
4424
4425         * sysdeps/unix/sysv/linux/kernel-features.h
4426         (__ASSUME_F_GETOWN_EX): Remove macro.
4427         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
4428         <kernel-features.h>.
4429         (miss_F_GETOWN_EX): Remove variable or macro.
4430         (do_fcntl): Do not check miss_F_GETOWN_EX.
4431         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
4432
4433         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
4434         Remove macro.
4435         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
4436         [!__ASSUME_AT_RANDOM]: Remove conditional code.
4437         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
4438
4439         * sysdeps/unix/sysv/linux/kernel-features.h
4440         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
4441         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
4442         [ADJ_OFFSET_SS_READ]: Make code unconditional.
4443         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
4444
4445 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
4446
4447         [BZ #17075]
4448         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
4449         Fix calculation of the symbol's value.
4450         * sysdeps/arm/tst-armtlsdescloc.c: New file.
4451         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
4452         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
4453         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
4454         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
4455         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
4456         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
4457         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
4458         (modules-names): Add `tst-armtlsdescmod',
4459         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
4460         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
4461         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
4462         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
4463         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
4464         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
4465         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
4466         ($(objpfx)tst-armtlsdescloc): New dependency.
4467         ($(objpfx)tst-armtlsdescextnow): Likewise.
4468         ($(objpfx)tst-armtlsdescextlazy): Likewise.
4469         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
4470         TLS scheme support.
4471         * sysdeps/arm/configure: Regenerate.
4472
4473 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
4474
4475         * include/fcntl.h (__atfct_seterrno): Remove prototype.
4476         (__atfct_seterrno_2): Likewise.
4477         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
4478         <kernel-features.h>.
4479         (__ASSUME_ATFCTS): Do not undefine and redefine.
4480         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
4481         (__have_atfcts): Remove conditional definition.
4482         (__fxstatat([__NR_fstatat64]: Make code unconditional.
4483         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
4484         unreachable if [__ASSUME_ATFCTS].
4485         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
4486         not undefine and redefine.
4487         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
4488         <kernel-features.h>.
4489         (faccessat) [__NR_faccessat]: Make code unconditional.
4490         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
4491         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
4492         <kernel-features.h>.
4493         (fchmodat) [__NR_fchmodat]: Make code unconditional.
4494         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
4495         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
4496         <kernel-features.h>.
4497         (fchownat) [__NR_fchownat]: Make code unconditional.
4498         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
4499         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
4500         <kernel-features.h>.
4501         (futimesat) [__NR_futimesat]: Make code unconditional.
4502         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
4503         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
4504         <kernel-features.h>.
4505         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
4506         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
4507         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
4508         <kernel-features.h>.
4509         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
4510         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
4511         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
4512         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
4513         <kernel-features.h>.
4514         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
4515         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
4516         * sysdeps/unix/sysv/linux/linkat.c: Do not include
4517         <kernel-features.h>.
4518         (linkat) [__NR_linkat]: Make code unconditional.
4519         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
4520         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
4521         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
4522         <kernel-features.h>.
4523         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
4524         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
4525         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
4526         <kernel-features.h>.
4527         (mkdirat) [__NR_mkdirat]: Make code unconditional.
4528         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
4529         * sysdeps/unix/sysv/linux/openat.c: Do not include
4530         <kernel-features.h>.
4531         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
4532         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
4533         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
4534         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
4535         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
4536         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
4537         <kernel-features.h>.
4538         (readlinkat) [__NR_readlinkat]: Make code unconditional.
4539         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
4540         result of INLINE_SYSCALL directly, not via int variable.
4541         * sysdeps/unix/sysv/linux/renameat.c: Do not include
4542         <kernel-features.h>.
4543         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
4544         (renameat) [__NR_renameat]: Make code unconditional.
4545         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
4546         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
4547         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
4548         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
4549         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
4550         (__ASSUME_ATFCTS): Do not undefine and redefine.
4551         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
4552         <kernel-features.h>.
4553         (symlinkat) [__NR_symlinkat]: Make code unconditional.
4554         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
4555         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
4556         <kernel-features.h>.
4557         (unlinkat) [__NR_unlinkat]: Make code unconditional.
4558         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
4559         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
4560         (__ASSUME_ATFCTS): Do not undefine and redefine.
4561         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
4562         <kernel-features.h>.
4563         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
4564         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
4565         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
4566         <kernel-features.h>.
4567         (__xmknodat) [__NR_mknodat]: Make code unconditional.
4568         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
4569
4570 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
4571
4572         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
4573
4574 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
4575
4576         [BZ #17069]
4577         * posix/regcomp.c (parse_reg_exp): Deallocate partially
4578         constructed tree before returning error.
4579         * posix/bug-regexp36.c: Expand test case.
4580
4581 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
4582
4583         [BZ #6803]
4584         * math/libm-test.inc (scalbln_test_date):
4585         Add errno expectations.
4586         * math/w_scalblnf.c: New File.
4587         Add wrapper which checks for setting errno to ERANGE.
4588         Add weak_alias for corresponding scalbln function.
4589         * math/w_scalbln.c: Likewise.
4590         * math/w_scalblnl.c: Likewise.
4591         * math/Makefile (libm-calls): Add w_scalbln.
4592         * sysdeps/ieee754/flt-32/s_scalblnf.c:
4593         Remove weak_alias for corresponding scalbln function.
4594         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
4595         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
4596         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
4597         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
4598         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
4599         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
4600         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
4601         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
4602         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
4603         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
4604         Remove long_double_symbol for scalblnl function in libm, libc.
4605         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
4606         Add wrapper which checks for setting errno to ERANGE.
4607         Add long_double_symbol for scalblnl function in libm, libc.
4608         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
4609         Remove long_double_symbol for scalblnl in libm.
4610         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
4611         Add wrapper which checks for setting errno to ERANGE.
4612         Add long_double_symbol for scalblnl function in libm.
4613         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
4614         Do not use wrapper because of own implementation.
4615
4616 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
4617
4618         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
4619         3 bytes for __pad1 for x32.
4620         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
4621
4622 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
4623             H.J. Lu  <hongjiu.lu@intel.com>
4624
4625         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
4626         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
4627         * sysdeps/x86_64/multiarch/memset.S: Likewise.
4628         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4629         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
4630
4631 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
4632
4633         [BZ #17069]
4634         * posix/regcomp.c (parse_expression): Deallocate partially
4635         constructed tree before returning error.
4636         * posix/Makefile.c (tests): Add bug-regex36.
4637         (generated): Add bug-regex36.mtrace.
4638         (tests-special): Add $(objpfx)bug-regex36-mem.out
4639         (bug-regex36-ENV): New variable.
4640         ($(objpfx)bug-regex36-mem.out): New rule.
4641         * posix/bug-regex36.c: New file.
4642
4643 2014-06-19  Will Newton  <will.newton@linaro.org>
4644
4645         * malloc/malloc.c (systrim): If extra is zero then return
4646         early.
4647
4648 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
4649
4650         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
4651
4652 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
4653
4654         * sysdeps/aarch64/strchr.S: New file.
4655
4656 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
4657
4658         [BZ #17022]
4659         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
4660         from arguments -2 or below.
4661         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
4662         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
4663
4664 2014-06-18  Andreas Schwab  <schwab@suse.de>
4665
4666         [BZ #17062]
4667         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
4668         of a bracket expr not to run off the end of the string.
4669         * posix/Makefile (tests): Add tst-fnmatch3.
4670         * posix/tst-fnmatch3.c: New file.
4671
4672 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
4673
4674         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
4675         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
4676         [$(cross-compiling) = no]: Likewise.
4677         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
4678         [$(cross-compiling) = no]: Likewise.
4679
4680 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
4681
4682         [BZ #17031]
4683         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
4684         double, adjusted for any remainder from the high double.
4685         * math/libm-test.inc (nearbyint): Add tests.
4686         (rint): Likewise.
4687
4688 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4689
4690         * nptl/sysdeps/powerpc/Makefile: Moved ...
4691         * sysdeps/powerpc/nptl/Makefile: ... here.
4692         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
4693         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
4694         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
4695         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
4696         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
4697         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
4698         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
4699         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
4700         * nptl/sysdeps/powerpc/tls.h: Moved ...
4701         * sysdeps/powerpc/nptl/tls.h: ... here.
4702
4703 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
4704
4705         [BZ #16681]
4706         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
4707         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
4708         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
4709         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
4710         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
4711         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
4712         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
4713         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
4714         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
4715
4716 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
4717
4718         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
4719
4720 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
4721
4722         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
4723         defined operator.
4724
4725         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
4726         $TIMEOUTFACTOR.
4727
4728 2014-06-16  Florian Weimer  <fweimer@redhat.com>
4729
4730         [BZ #17058]
4731         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
4732         non-executed part of the test.
4733
4734 2014-06-16  Andreas Schwab  <schwab@suse.de>
4735
4736         * string/bits/string2.h (strdup, strndup): Update feature guard.
4737
4738 2014-06-14  David S. Miller  <davem@davemloft.net>
4739
4740         * sysdeps/sparc/fpu/libm-test-ulps: Update.
4741
4742 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
4743
4744         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
4745         that was previously under [RESET_PID].
4746         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
4747
4748         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
4749         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
4750         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
4751         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
4752         (__libc_vfork): New strong alias.
4753         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
4754
4755 2014-06-14 Andi Kleen  <ak@linux.intel.com>
4756
4757         * sysdeps/generic/elide.h: New file.
4758
4759 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4760
4761         * Makefile (installed-headers): Adjust path of pthread.h header.
4762
4763 2014-06-13  Roland McGrath  <roland@hack.frob.com>
4764
4765         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
4766         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
4767         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
4768         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
4769
4770         * nptl/sysdeps/s390/Makefile: Moved ...
4771         * sysdeps/s390/nptl/Makefile: ... here.
4772         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
4773         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
4774         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
4775         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
4776         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
4777         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
4778         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
4779         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
4780         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
4781         * sysdeps/s390/nptl/pthreaddef.h: ... here.
4782         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
4783         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
4784         * nptl/sysdeps/s390/tls.h: Moved ...
4785         * sysdeps/s390/nptl/tls.h: ... here.
4786
4787         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
4788         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
4789
4790 2014-06-13  David S. Miller  <davem@davemloft.net>
4791
4792         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
4793         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
4794         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
4795         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
4796         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
4797         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
4798         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
4799         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
4800         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
4801         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
4802         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
4803         Remove RESET_PID cpp guards.
4804         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
4805         Remove RESET_PID cpp guards.
4806         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
4807
4808 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
4809
4810         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
4811         __sp to uintptr_t.
4812
4813 2014-06-13  Andi Kleen  <ak@linux.intel.com>
4814
4815         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
4816         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
4817         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
4818         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
4819         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
4820         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
4821         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
4822         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
4823         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
4824         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
4825         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
4826         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
4827         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
4828         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
4829         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
4830         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
4831         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
4832         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
4833         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
4834         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
4835
4836         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
4837         (pthread_rwlock_rdlock): Add elision.
4838         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
4839         (pthread_rwlock_wrlock): Add elision.
4840         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
4841         (pthread_rwlock_trywrlock): Add elision.
4842         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
4843         (pthread_rwlock_tryrdlock): Add elision.
4844         * nptl/pthread_rwlock_unlock.c: Include elide.h.
4845         (pthread_rwlock_tryrdlock): Add elision unlock.
4846         * nptl/sysdeps/pthread/pthread.h:
4847         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
4848         (PTHREAD_RWLOCK_INITIALIZER,
4849         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
4850         Handle new elision field.
4851         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
4852         * sysdeps/arm/nptl/bits/pthreadtypes.h
4853         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4854         * sysdeps/sh/nptl/bits/pthreadtypes.h
4855         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4856         * sysdeps/tile/nptl/bits/pthreadtypes.h
4857         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4858         * sysdeps/a/nptl/bits/pthreadtypes.h
4859         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4860         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
4861         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4862         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
4863         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4864         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
4865         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4866         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
4867         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4868         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
4869         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4870         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
4871         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4872         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
4873         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4874         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
4875         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4876         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
4877         (elision_init): Set try_xbegin to zero when no RTM.
4878         * sysdeps/x86/nptl/bits/pthreadtypes.h
4879         (pthread_rwlock_t): Change __pad1 to __rwelision.
4880         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4881
4882 2014-06-13  Andi Kleen  <ak@linux.intel.com>
4883
4884         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
4885         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
4886         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
4887         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
4888
4889 2014-06-13  Meador Inge  <meadori@codesourcery.com>
4890
4891         [BZ #16996]
4892         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
4893         that the cached result has been set before returning it.
4894
4895 2014-06-12  Roland McGrath  <roland@hack.frob.com>
4896
4897         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
4898         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
4899         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
4900         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
4901         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
4902         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
4903
4904         * nptl/sysdeps/sparc/Makefile: Moved ...
4905         * sysdeps/sparc/nptl/Makefile: ... here.
4906         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
4907         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
4908         * nptl/sysdeps/sparc/tls.h: Moved ...
4909         * sysdeps/sparc/nptl/tls.h: ... here.
4910         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
4911         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
4912         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
4913         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
4914         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
4915         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
4916         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
4917         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
4918         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
4919         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
4920         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
4921         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
4922         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
4923         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
4924         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
4925         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
4926         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
4927         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
4928         Update #include.
4929         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
4930         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
4931         Update #include.
4932         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
4933         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
4934         Update #include.
4935         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
4936         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
4937         Update #include.
4938
4939         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
4940
4941         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
4942         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
4943
4944         * sysdeps/pthread/posix-timer.h: Include <list.h>.
4945         (struct list_links): Type removed.
4946         (struct thread_node, struct timer_node): Replace struct list_links
4947         with struct list_head.
4948         (list_unlink_ip): Likewise.
4949         * sysdeps/pthread/timer_routines.c
4950         (timer_free_list, thread_free_list, thread_active_list): Likewise.
4951         (list_append, list_insbefore): Likewise.
4952         (list_init): Function removed.
4953         (thread_init, init_module): Use INIT_LIST_HEAD instead.
4954         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
4955         * sysdeps/pthread/Makefile: ... here, new file.
4956
4957         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
4958         * sysdeps/nptl/Implies: ... here.
4959         * sysdeps/unix/sysv/linux/Implies: Add nptl.
4960         * nptl/sysdeps/pthread/list.h: Moved ...
4961         * include/list.h: ... here.
4962         * nptl/sysdeps/pthread/createthread.c: Moved ...
4963         * nptl/createthread.c: ... here.
4964         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
4965         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
4966         * nptl/pt-longjmp.c: ... here.
4967         * nptl/sysdeps/pthread/Makefile: Moved ...
4968         * sysdeps/nptl/Makefile: ... here.
4969         * nptl/sysdeps/pthread/Subdirs: Moved ...
4970         * sysdeps/nptl/Subdirs: ... here.
4971         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
4972         * sysdeps/nptl/aio_misc.h: ... here.
4973         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
4974         * sysdeps/nptl/bits/libc-lock.h: ... here.
4975         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
4976         * sysdeps/nptl/bits/libc-lockP.h: ... here.
4977         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
4978         * sysdeps/nptl/bits/stdio-lock.h: ... here.
4979         * nptl/sysdeps/pthread/configure: Moved ...
4980         * sysdeps/nptl/configure: ... here.
4981         * nptl/sysdeps/pthread/configure.ac: Moved ...
4982         * sysdeps/nptl/configure.ac: ... here.
4983         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
4984         * sysdeps/nptl/gai_misc.h: ... here.
4985         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
4986         * sysdeps/nptl/librt-cancellation.c: ... here.
4987         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
4988         * sysdeps/nptl/malloc-machine.h: ... here.
4989         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
4990         * sysdeps/nptl/pthread-functions.h: ... here.
4991         * nptl/sysdeps/pthread/pthread.h: Moved ...
4992         * sysdeps/nptl/pthread.h: ... here.
4993         * nptl/sysdeps/pthread/setxid.h: Moved ...
4994         * sysdeps/nptl/setxid.h: ... here.
4995         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
4996         * sysdeps/nptl/sigfillset.c: ... here.
4997         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
4998         * sysdeps/nptl/tcb-offsets.h: ... here.
4999         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
5000         * sysdeps/nptl/tst-mqueue8x.c: ... here.
5001         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
5002         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
5003         * nptl/sysdeps/pthread/allocalim.h: Moved ...
5004         * sysdeps/pthread/allocalim.h: ... here.
5005         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
5006         * sysdeps/pthread/bits/sigthread.h: ... here.
5007         * nptl/sysdeps/pthread/flockfile.c: Moved ...
5008         * sysdeps/pthread/flockfile.c: ... here.
5009         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
5010         * sysdeps/pthread/ftrylockfile.c: ... here.
5011         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
5012         * sysdeps/pthread/funlockfile.c: ... here.
5013         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
5014         * sysdeps/pthread/posix-timer.h: ... here.
5015         * nptl/sysdeps/pthread/timer_create.c: Moved ...
5016         * sysdeps/pthread/timer_create.c: ... here.
5017         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
5018         * sysdeps/pthread/timer_delete.c: ... here.
5019         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
5020         * sysdeps/pthread/timer_getoverr.c: ... here.
5021         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
5022         * sysdeps/pthread/timer_gettime.c: ... here.
5023         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
5024         * sysdeps/pthread/timer_routines.c: ... here.
5025         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
5026         * sysdeps/pthread/timer_settime.c: ... here.
5027         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
5028         * sysdeps/pthread/tst-timer.c: ... here.
5029         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
5030         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
5031
5032         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
5033         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
5034
5035         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
5036         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
5037         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
5038         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
5039         Update #include target.
5040         * nptl/sysdeps/i386/i686/Makefile: Moved ...
5041         * sysdeps/i386/i686/nptl/Makefile: ... here.
5042         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
5043         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
5044         Update #include target.
5045         * nptl/sysdeps/i386/i686/tls.h: Moved ...
5046         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
5047         * nptl/sysdeps/i386/Makefile: Moved ...
5048         * sysdeps/i386/nptl/Makefile: ... here.
5049         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
5050         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
5051         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
5052         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
5053         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
5054         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
5055         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
5056         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
5057         * sysdeps/i386/nptl/pthreaddef.h: ... here.
5058         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
5059         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
5060         * nptl/sysdeps/i386/tls.h: Moved ...
5061         * sysdeps/i386/nptl/tls.h: ... here.
5062
5063         * sysdeps/sh/Makefile [$(subdir) = csu]
5064         (gen-as-const-headers): Add tcb-offsets.sym.
5065         * nptl/sysdeps/sh/Makefile: File removed.
5066         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
5067         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
5068         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
5069         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
5070         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
5071         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
5072         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
5073         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
5074         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
5075         * sysdeps/sh/nptl/pthreaddef.h: ... here.
5076         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
5077         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
5078         * nptl/sysdeps/sh/tls.h: Moved ...
5079         * sysdeps/sh/nptl/tls.h: ... here.
5080         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
5081         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
5082         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
5083         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
5084         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
5085         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
5086         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
5087         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
5088         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
5089         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
5090         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
5091         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
5092         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
5093         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
5094         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
5095         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
5096         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
5097         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
5098         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
5099         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
5100         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
5101         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
5102         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
5103         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
5104         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
5105         Moved ...
5106         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
5107         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
5108         Moved ...
5109         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
5110         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
5111         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
5112         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
5113         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
5114         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
5115         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
5116         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
5117         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
5118         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
5119         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
5120         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
5121         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
5122         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
5123         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
5124         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
5125         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
5126         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
5127         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
5128
5129 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
5130
5131         * posix/spawn_faction_addopen.c: Include string.h.
5132
5133 2014-06-11  Roland McGrath  <roland@hack.frob.com>
5134
5135         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
5136         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
5137         * nptl/sysdeps/x86_64/Makefile: Moved ...
5138         * sysdeps/x86_64/nptl/Makefile: ... here.
5139         * nptl/sysdeps/x86_64/configure: Moved ...
5140         * sysdeps/x86_64/nptl/configure: ... here.
5141         * nptl/sysdeps/x86_64/configure.ac: Moved ...
5142         * sysdeps/x86_64/nptl/configure.ac: ... here.
5143         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
5144         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
5145         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
5146         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
5147         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
5148         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
5149         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
5150         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
5151         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
5152         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
5153         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
5154         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
5155         * nptl/sysdeps/x86_64/tls.h: Moved ...
5156         * sysdeps/x86_64/nptl/tls.h: ... here.
5157         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
5158         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
5159         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
5160         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
5161
5162         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
5163
5164 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5165
5166         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5167
5168 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
5169
5170         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
5171         type.
5172         [POSIX] (off_t): Likewise.
5173         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
5174         [POSIX] (S_ISBLK): Require macro.
5175         [POSIX] (S_ISCHR): Likewise.
5176         [POSIX] (S_ISDIR): Likewise.
5177         [POSIX] (S_ISFIFO): Likewise.
5178         [POSIX] (S_ISREG): Likewise.
5179         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
5180         optional-macro.
5181         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
5182         type.
5183         [POSIX] (time_t): Likewise.
5184         [POSIX] (timer_t): Likewise.
5185
5186 2014-06-11  Florian Weimer  <fweimer@redhat.com>
5187
5188         [BZ #17048]
5189         * posix/spawn_int.h (struct __spawn_action): Make the path string
5190         non-const to support deallocation.
5191         * posix/spawn_faction_addopen.c
5192         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
5193         * posix/spawn_faction_destroy.c
5194         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
5195         path in all spawn_do_open actions.
5196         * posix/tst-spawn.c (do_test): Exercise the copy operation in
5197         posix_spawn_file_actions_addopen.
5198
5199 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
5200
5201         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
5202         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
5203         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
5204         conditional code always true.
5205         (__libc_vfork): New alias.
5206
5207 2014-06-11  Roland McGrath  <roland@hack.frob.com>
5208
5209         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5210         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
5211
5212         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
5213
5214         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5215         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
5216
5217         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
5218         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
5219
5220         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5221         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
5222
5223 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5224
5225         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
5226         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
5227         multiarch strcmp for PPC64.
5228         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
5229         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
5230         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
5231         multiarch optimizations.
5232         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5233         (__libc_ifunc_impl_list): Likewise.
5234
5235 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
5236
5237         * benchtests/scripts/validate_benchout.py: New script.
5238         * benchtests/Makefile (bench-func): Call it.
5239         * benchtests/scripts/benchout.schema.json: New file.
5240
5241 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
5242
5243         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
5244         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
5245         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
5246         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
5247         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
5248         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
5249         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
5250         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
5251         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
5252         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
5253         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
5254         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
5255         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
5256         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
5257         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
5258         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
5259         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
5260         Moved ...
5261         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
5262         ... here.
5263         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
5264         Moved ...
5265         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
5266         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
5267         Moved ...
5268         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
5269         ... here.
5270         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
5271         Moved ...
5272         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
5273         ... here.
5274         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
5275         Moved ...
5276         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
5277         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
5278         Moved ...
5279         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
5280         ... here.
5281         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
5282         Moved ...
5283         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
5284         ... here.
5285         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
5286         Moved ...
5287         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
5288         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
5289         Moved ...
5290         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
5291         ... here.
5292         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
5293         Moved ...
5294         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
5295         ... here.
5296         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
5297         Moved ...
5298         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
5299         ... here.
5300         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
5301         Moved ...
5302         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
5303         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
5304         Moved ...
5305         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
5306         ... here.
5307         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
5308         Moved ...
5309         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
5310         ... here.
5311         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
5312         Moved ...
5313         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
5314         ... here.
5315         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
5316         Moved ...
5317         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
5318         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
5319         Moved ...
5320         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
5321         ... here.
5322         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
5323         Moved ...
5324         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
5325         ... here.
5326         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
5327         Moved ...
5328         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
5329         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
5330         Moved ...
5331         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
5332         ... here.
5333         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
5334         Moved ...
5335         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
5336         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
5337         Moved ...
5338         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
5339         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
5340         Moved ...
5341         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
5342         ... here.
5343         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
5344         Moved ...
5345         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
5346         ... here.
5347         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
5348         Moved ...
5349         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
5350         ... here.
5351         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
5352         Moved ...
5353         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
5354         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
5355         Moved ...
5356         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
5357         ... here.
5358         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
5359         Moved ...
5360         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
5361         ... here.
5362         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
5363         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
5364         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
5365         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
5366         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
5367         Moved ...
5368         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
5369         ... here.
5370         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
5371         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
5372         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
5373         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
5374         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
5375         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
5376         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
5377         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
5378         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
5379         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
5380         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
5381         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
5382         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
5383         Moved ...
5384         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
5385         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
5386         Moved ...
5387         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
5388         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
5389         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
5390         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
5391         Moved ...
5392         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
5393         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
5394         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
5395         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
5396         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
5397         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
5398         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
5399
5400 2014-06-10  Wilco  <wdijkstr@arm.com>
5401
5402         * math/test-fenv-return.c: New file.
5403         * math/Makefile: Add new test test-fenv-return.
5404
5405 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
5406
5407         [BZ #17042]
5408         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
5409         when x - 1 is zero.
5410         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
5411         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
5412         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
5413         0.0L for an argument of 1.0L.
5414         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
5415         Likewise.
5416         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
5417         value when x - 1 is zero.
5418         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
5419         * sysdeps/i386/fpu/libm-test-ulps: Update.
5420         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5421
5422 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
5423
5424         [BZ #15119]
5425         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
5426
5427 2014-06-09  Roland McGrath  <roland@hack.frob.com>
5428
5429         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
5430         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
5431
5432 2014-06-09  Roland McGrath  <roland@hack.frob.com>
5433
5434         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5435         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
5436
5437         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5438         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
5439
5440         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5441         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
5442
5443         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5444         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
5445
5446         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
5447         if not already defined.
5448         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
5449         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
5450         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
5451         (TLS_INIT_TP): Use it.
5452         (TLS_DEFINE_INIT_TP): New macro.
5453         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
5454
5455 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
5456
5457         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
5458         constant.
5459         [POSIX] (IXANY): Likewise.
5460         [POSIX] (OLCUC): Likewise.
5461         [POSIX || POSIX2008] (CBAUD): Do not allow.
5462         [POSIX || POSIX2008] (DEFECHO): Likewise.
5463         [POSIX || POSIX2008] (ECHOCTL): Likewise.
5464         [POSIX || POSIX2008] (ECHOKE): Likewise.
5465         [POSIX || POSIX2008] (ECHOPRT): Likewise.
5466         [POSIX || POSIX2008] (EXTA): Likewise.
5467         [POSIX || POSIX2008] (EXTB): Likewise.
5468         [POSIX || POSIX2008] (FLUSHO): Likewise.
5469         [POSIX || POSIX2008] (LOBLK): Likewise.
5470         [POSIX || POSIX2008] (PENDIN): Likewise.
5471         [POSIX || POSIX2008] (SWTCH): Likewise.
5472         [POSIX || POSIX2008] (VDISCARD): Likewise.
5473         [POSIX || POSIX2008] (VDSUSP): Likewise.
5474         [POSIX || POSIX2008] (VLNEXT): Likewise.
5475         [POSIX || POSIX2008] (VREPRINT): Likewise.
5476         [POSIX || POSIX2008] (VSTATUS): Likewise.
5477         [POSIX || POSIX2008] (VWERASE): Likewise.
5478         (B*): Change to B[0123456789]*.
5479         * conform/data/time.h-data [POSIX || UNIX98]
5480         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
5481         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
5482         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
5483         [POSIX] (tm_*): Do not allow.
5484
5485 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
5486
5487         * Makefile (install): Don't set LANGUAGE.
5488         * Makefile.in (install): Likewise.
5489         * assert/Makefile (test-assert-ENV): Remove variable.
5490         (test-assert-perr-ENV): Likewise.
5491         * elf/Makefile (neededtest4-ENV): Likewise.
5492         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
5493         [$(cross-compiling) = no]: Don't set LANGUAGE.
5494         * io/ftwtest-sh (LANG): Remove variable.
5495         * libio/Makefile (tst-widetext-ENV): Likewise.
5496         * manual/install.texi (Running make install): Don't refer to
5497         environment settings for make install.
5498         * INSTALL: Regenerated.
5499         * nptl/tst-tls6.sh: Don't set LANG.
5500         * posix/globtest.sh (LANG): Remove variable.
5501         * string/Makefile (tester-ENV): Likewise.
5502         (inl-tester-ENV): Likewise.
5503         (noinl-tester-ENV): Likewise.
5504         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
5505         [$(cross-compiling) = no]: Don't set LANGUAGE.
5506         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
5507         without explicit environment settings.
5508
5509 2014-06-06  Roland McGrath  <roland@hack.frob.com>
5510
5511         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
5512         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
5513         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
5514         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
5515
5516 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
5517
5518         * crypt/crypt-private.h [DOS]: Add some includes taken from the
5519         other files in the crypt directory.
5520         * crypt/crypt.c: Remove duplicate includes.
5521         * crypt/crypt-entry.c: Likewise.
5522         * crypt/crypt_util.c: Likewise.
5523
5524 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
5525
5526         * Makeconfig (run-program-env): New variable.
5527         (run-program-prefix-before-env): Likewise.
5528         (run-program-prefix-after-env): Likewise.
5529         (run-program-prefix): Define in terms of new variables.
5530         (built-program-cmd-before-env): New variable.
5531         (built-program-cmd-after-env): Likewise.
5532         (built-program-cmd): Define in terms of new variables.
5533         (test-program-prefix-before-env): New variable.
5534         (test-program-prefix-after-env): Likewise.
5535         (test-program-prefix): Define in terms of new variables.
5536         (test-program-cmd-before-env): New variable.
5537         (test-program-cmd-after-env): Likewise.
5538         (test-program-cmd): Define in terms of new variables.
5539         * Rules (make-test-out): Use $(run-program-env).
5540         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
5541         (help): Do not mention environment variables.  Mention
5542         --timeoutfactor option.
5543         (timeoutfactor): New variable.
5544         (blacklist_exports): Remove function.
5545         (exports): Remove variable.
5546         (command): Do not include ${exports}.
5547         * manual/install.texi (Configuring and compiling): Do not mention
5548         test wrappers preserving environment variables.  Mention that last
5549         assignment to a variable must take precedence.
5550         * INSTALL: Regenerated.
5551         * benchtests/Makefile (run-bench): Use $(run-program-env).
5552         * catgets/Makefile ($(objpfx)test1.cat): Use
5553         $(built-program-cmd-before-env), $(run-program-env) and
5554         $(built-program-cmd-after-env).
5555         ($(objpfx)test2.cat): Do not specify environment variables
5556         explicitly.
5557         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
5558         $(run-program-env) and $(built-program-cmd-after-env).
5559         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
5560         $(run-program-env) and $(test-program-cmd-after-env).
5561         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
5562         explicitly.
5563         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
5564         run_program_env and test_program_cmd_after_env arguments.
5565         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
5566         * elf/tst-pathopt.sh: Use run_program_env argument.
5567         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
5568         $(test-wrapper-env) and $(run-program-env).
5569         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
5570         run_program_env arguments.
5571         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
5572         * intl/Makefile ($(objpfx)tst-gettext.out): Use
5573         $(test-program-prefix-before-env), $(run-program-env) and
5574         $(test-program-prefix-after-env).
5575         ($(objpfx)tst-gettext2.out): Likewise.
5576         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
5577         run_program_env and test_program_prefix_after_env arguments.
5578         * intl/tst-gettext2.sh: Likewise.
5579         * intl/tst-gettext4.sh: Do not set environment variables
5580         explicitly.
5581         * intl/tst-gettext6.sh: Likewise.
5582         * intl/tst-translit.sh: Likewise.
5583         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
5584         $(test-program-prefix-before-env), $(run-program-env) and
5585         $(test-program-prefix-after-env).
5586         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
5587         run_program_env and test_program_prefix_after_env arguments.
5588         * math/Makefile (run-regen-ulps): Use $(run-program-env).
5589         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
5590         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
5591         explicitly with each use of ${test_wrapper_env}.
5592         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
5593         $(test-program-prefix-before-env), $(run-program-env) and
5594         $(test-program-prefix-after-env).
5595         * posix/tst-getconf.sh: Do not set environment variables
5596         explicitly.
5597         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
5598         run_program_env and test_program_prefix_after_env arguments.
5599         * stdio-common/tst-printf.sh: Do not set environment variables
5600         explicitly.
5601         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
5602         $(test-program-prefix-before-env), $(run-program-env) and
5603         $(test-program-prefix-after-env).
5604         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
5605         run_program_env and test_program_prefix_after_env arguments.
5606         Split $test calls into $test_pre and $test.
5607         * timezone/Makefile (build-testdata): Use
5608         $(built-program-cmd-before-env), $(run-program-env) and
5609         $(built-program-cmd-after-env).
5610
5611 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5612
5613         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
5614         strlen for non SHARED builds.
5615
5616 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
5617
5618         * nptl/allocatestack.c (check_list): Inlined function...
5619         (__reclaim_stacks): ... here.
5620
5621 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
5622
5623         [BZ #15698]
5624         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
5625         memory overrun.
5626
5627 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
5628
5629         * Rules (make-test-out): Include
5630         LOCPATH=$(common-objpfx)localedata in default environment.
5631         * debug/Makefile (tst-chk1-ENV): Remove variable.
5632         (tst-chk2-ENV): Likewise.
5633         (tst-chk3-ENV): Likewise.
5634         (tst-chk4-ENV): Likewise.
5635         (tst-chk5-ENV): Likewise.
5636         (tst-chk6-ENV): Likewise.
5637         (tst-lfschk1-ENV): Likewise.
5638         (tst-lfschk2-ENV): Likewise.
5639         (tst-lfschk3-ENV): Likewise.
5640         (tst-lfschk4-ENV): Likewise.
5641         (tst-lfschk5-ENV): Likewise.
5642         (tst-lfschk6-ENV): Likewise.
5643         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
5644         (tst-iconv7-ENV): Likewise.
5645         * intl/Makefile (LOCPATH-ENV): Likewise.
5646         (tst-codeset-ENV): Likewise.
5647         (tst-gettext3-ENV): Likewise.
5648         (tst-gettext5-ENV): Likewise.
5649         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
5650         (tst-fopenloc-ENV): Likewise.
5651         (tst-fgetws-ENV): Remove variable.
5652         (tst-ungetwc1-ENV): Likewise.
5653         (tst-ungetwc2-ENV): Likewise.
5654         (bug-ungetwc2-ENV): Likewise.
5655         (tst-swscanf-ENV): Likewise.
5656         (bug-ftell-ENV): Likewise.
5657         (tst-fgetwc-ENV): Likewise.
5658         (tst-fseek-ENV): Likewise.
5659         (tst-ftell-partial-wide-ENV): Likewise.
5660         (tst-ftell-active-handler-ENV): Likewise.
5661         (tst-ftell-append-ENV): Likewise.
5662         * posix/Makefile (tst-fnmatch-ENV): Likewise.
5663         (tst-regexloc-ENV): Likewise.
5664         (bug-regex1-ENV): Likewise.
5665         (tst-regex-ENV): Likewise.
5666         (tst-regex2-ENV): Likewise.
5667         (bug-regex5-ENV): Likewise.
5668         (bug-regex6-ENV): Likewise.
5669         (bug-regex17-ENV): Likewise.
5670         (bug-regex18-ENV): Likewise.
5671         (bug-regex19-ENV): Likewise.
5672         (bug-regex20-ENV): Likewise.
5673         (bug-regex22-ENV): Likewise.
5674         (bug-regex23-ENV): Likewise.
5675         (bug-regex25-ENV): Likewise.
5676         (bug-regex26-ENV): Likewise.
5677         (bug-regex30-ENV): Likewise.
5678         (bug-regex32-ENV): Likewise.
5679         (bug-regex33-ENV): Likewise.
5680         (bug-regex34-ENV): Likewise.
5681         (bug-regex35-ENV): Likewise.
5682         (tst-rxspencer-ENV): Likewise.
5683         (tst-rxspencer-no-utf8-ENV): Likewise.
5684         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
5685         (tst-sscanf-ENV): Likewise.
5686         (tst-swprintf-ENV): Likewise.
5687         (tst-swscanf-ENV): Likewise.
5688         (test-vfprintf-ENV): Likewise.
5689         (scanf13-ENV): Likewise.
5690         (bug14-ENV): Likewise.
5691         (tst-grouping-ENV): Likewise.
5692         * stdlib/Makefile (tst-strtod-ENV): Likewise.
5693         (tst-strtod3-ENV): Likewise.
5694         (tst-strtod4-ENV): Likewise.
5695         (tst-strtod5-ENV): Likewise.
5696         (testmb2-ENV): Likewise./
5697         * string/Makefile (tst-strxfrm-ENV): Likewise.
5698         (tst-strxfrm2-ENV): Likewise.
5699         (bug-strcoll1-ENV): Likewise.
5700         (test-strcasecmp-ENV): Likewise.
5701         (test-strncasecmp-ENV): Likewise.
5702         * time/Makefile (tst-strptime-ENV): Likewise.
5703         (tst-ftime_l-ENV): Likewise.
5704         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
5705         (tst-mbrtowc-ENV): Likewise.
5706         (tst-wcrtomb-ENV): Likewise.
5707         (tst-mbrtowc2-ENV): Likewise.
5708         (tst-c16c32-1-ENV): Likewise.
5709         (tst-mbsnrtowcs-ENV): Likewise.
5710
5711 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
5712
5713         * manual/resource.texi (How to get information about the memory
5714         subsystem?): Fix typo.
5715         Reported by Peon de la Parra Ivan <peon@keba.com>
5716
5717 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
5718
5719         [BZ #16882]
5720         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
5721         (pthread_spin_lock): Branch out of spin loop to proper location.
5722         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
5723         (pthread_spin_lock): Likewise.
5724
5725         * nptl/tst-spin4.c: New test.
5726         * nptl/Makefile (tests): Add tst-spin4.
5727
5728 2014-06-03  Andreas Schwab  <schwab@suse.de>
5729
5730         [BZ #15946]
5731         * resolv/res_send.c (send_dg): Reload file descriptor after
5732         calling reopen.
5733
5734 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
5735
5736         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5737
5738 2014-06-03  Richard Henderson  <rth@redhat.com>
5739
5740         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
5741         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
5742         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
5743         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
5744         in the SAVE_PID block.
5745         (__libc_vfork): New alias.
5746         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
5747
5748         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
5749         child in registers, not on the stack.  Remove RESET_PID conditionals.
5750         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
5751
5752 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5753
5754         * sysdeps/aarch64/libm-test-ulps: Regenerate.
5755
5756 2014-06-03  Wilco  <wdijkstr@arm.com>
5757
5758         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
5759         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
5760         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
5761         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
5762         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
5763         Likewise.
5764
5765 2014-06-03  Wilco  <wdijkstr@arm.com>
5766
5767         * sysdeps/aarch64/fpu/math_private.h
5768         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
5769         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
5770         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
5771         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
5772         Fix declarations.
5773
5774 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5775
5776         * crypt/crypt-private.h: Include ufc-crypt.h.
5777         (__b64_from_24bit): Declare extern.
5778         * crypt/crypt_util.c(__b64_from_24bit): New function.
5779         (b64t): New static const variable.
5780         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
5781         (b64t): Remove variable.
5782         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
5783         * crypt/sha256-crypt.c: Include crypt-private.h.
5784         (b64t): Remove variable.
5785         (__sha256_crypt_r): Remove b64_from_24bit and replace
5786         with __b64_from_24bit.
5787         * crypt/sha512-crypt.c: Likewise.
5788
5789 2014-06-02  Roland McGrath  <roland@hack.frob.com>
5790
5791         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
5792         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
5793         Label the code __libc_vfork rather than __vfork.
5794         [!NOT_IN_libc] (vfork): Define as weak alias.
5795         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
5796         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
5797         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
5798
5799 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5800
5801         * malloc/malloc.c (malloc_info): Fix format specifier for
5802         n_mmaps.
5803
5804 2014-06-02  Wilco  <wdijkstr@arm.com>
5805
5806         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
5807         FPCR write.
5808
5809 2014-06-02  Wilco  <wdijkstr@arm.com>
5810
5811         [BZ #17009]
5812         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
5813         Rewrite to reduce FPCR/FPSR accesses.
5814
5815 2014-06-01  David S. Miller  <davem@davemloft.net>
5816
5817         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5818
5819 2014-05-31  David S. Miller  <davem@davemloft.net>
5820
5821         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
5822         to occur in round to nearest mode when |x| >= 2.0
5823
5824 2014-05-30  Richard Henderson  <rth@twiddle.net>
5825
5826         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
5827         (PSEUDO_RET_NOERRNO): Remove.
5828         (ret): Don't redefine.
5829         (ret_NOERRNO): Define in terms of ret.
5830         (ret_ERRVAL): Likewise.
5831
5832         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
5833         use of PSEUDO_RET; perform the error check directly.
5834
5835 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
5836
5837         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
5838         with __int128_t.
5839
5840 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5841
5842         * malloc/malloc (malloc_info): Fix formatting.
5843
5844 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5845             Roland McGrath  <roland@hack.frob.com>
5846
5847         * malloc/malloc (malloc_info): Also print mmapped statistics.
5848
5849 2014-05-30  Roland McGrath  <roland@hack.frob.com>
5850
5851         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
5852         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
5853
5854 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
5855
5856         * malloc/malloc.c (malloc_info): Inline mi_arena.
5857
5858 2014-05-29  Richard Henderson  <rth@twiddle.net>
5859
5860         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
5861         Remove comma before expanding ASM_ARGS_##nr.
5862         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
5863         Make _x0 a strict output; make _x8 a strict input; adjust expansion
5864         of ASM_ARGS_##nr.
5865         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
5866         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
5867         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
5868         (ASM_ARGS_1): Add leading comma.
5869
5870         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
5871         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
5872         to __errno_location.
5873         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
5874         Remove the expected plt for __errno_location.
5875
5876         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5877         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
5878         call to __read_tp.
5879
5880         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5881         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
5882         it and break it down.
5883         (DOCARGS_0, DOCARGS_1): Do nothing.
5884         (DOCARGS_2): Update to store into the new stack frame.
5885         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
5886         (UNDOCARGS_1): Update to restore from the new stack frame.
5887         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
5888         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
5889
5890         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5891         (SINGLE_THREAD_P): New parameter for result regno.
5892         (PSEUDO): Update to match; use cbz instead of beq.
5893
5894         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5895         Use ENTRY to define the _nocancel entry point.  Share the syscall
5896         and syscall error check paths with the cancel path.
5897         (PSEUDO_END): New.
5898
5899         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
5900         whitespace; tabs before and after asm mnemonics.
5901
5902 2014-05-29  Eric Wong  <normalperson@yhbt.net>
5903
5904         [BZ #15132]
5905         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
5906         Call fstat64 or stat64 internally, depending on arguments passed.
5907         Replace stat buffer argument with file descriptor argument.
5908         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
5909         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
5910         Pass fd to __internal_statvfs instead of calling fstat64.
5911         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
5912         Pass fd to __internal_statvfs64 instead of calling fstat64.
5913         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
5914         Pass -1 to __internal_statvfs instead of calling stat64.
5915         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
5916         Pass -1 to __internal_statvfs64 instead of calling stat64.
5917
5918 2014-05-28  Roland McGrath  <roland@hack.frob.com>
5919
5920         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
5921         that was previously under [RESET_PID].
5922         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
5923
5924         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
5925         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
5926
5927 2014-05-27  Roland McGrath  <roland@hack.frob.com>
5928
5929         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
5930
5931         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
5932         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
5933
5934 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
5935
5936         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
5937
5938 2014-05-27  Andreas Schwab  <schwab@suse.de>
5939
5940         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
5941         TLS_INIT_TP macro.
5942         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
5943         * elf/rtld.c (init_tls, dl_main): Likewise.
5944         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
5945         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
5946         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
5947         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
5948         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
5949         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
5950         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
5951         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
5952         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
5953         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
5954         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
5955         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
5956         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
5957         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
5958         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
5959         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
5960         * sysdeps/generic/tls.h: Update description.
5961
5962 2014-05-27  Will Newton  <will.newton@linaro.org>
5963
5964         [BZ #16990]
5965         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
5966         and restore r2 rather than just restoring.
5967
5968 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
5969
5970         [BZ #16724]
5971         * libio/tst-ftell-append.c: New test case.
5972         * libio/Makefile (tests): Add test case.
5973         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
5974         append mode.
5975         * libio/wfileops.c (do_ftell_wide): Likewise.
5976
5977 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5978
5979         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5980
5981         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
5982         ...
5983         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
5984         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
5985         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
5986         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
5987         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
5988         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
5989         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
5990         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
5991         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
5992         Moved ...
5993         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
5994         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
5995         Moved ...
5996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
5997         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
5998         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
5999         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
6000         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
6001         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
6002         ...
6003         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
6004         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
6005         Moved ...
6006         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
6007         here.
6008         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
6009         ...
6010         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
6011         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
6012         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
6013
6014         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
6015         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
6016         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
6017         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
6018
6019         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
6020         merge into ...
6021         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
6022         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
6023         ...
6024         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
6025         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
6026         ...
6027         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
6028         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
6029         Moved ...
6030         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
6031         here.
6032         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
6033         Moved ...
6034         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
6035         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
6036         Moved ...
6037         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
6038
6039         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
6040         conditional [RESET_PID].
6041         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
6042         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
6043         removed.
6044         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
6045         removed.
6046
6047         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
6048         <tcb-offsets.h>.
6049         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6050         (__libc_vfork): New strong alias.
6051         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
6052         removed.
6053         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
6054         Removed.
6055
6056         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
6057         <tcb-offsets.h>.
6058         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
6059         (__libc_vfork): New strong alias.
6060         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
6061         removed.
6062         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
6063         removed.
6064
6065 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
6066
6067         * malloc/malloc.c (mi_arena): New function.
6068         (malloc_info): Remove nested function mi_arena. Call non-nosted
6069         function mi_arena.
6070
6071 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6072
6073         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
6074         by insrwi.
6075         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
6076         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
6077         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
6078         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
6079         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
6080         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
6081         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
6082
6083 2014-05-26  Andreas Schwab  <schwab@suse.de>
6084
6085         [BZ #16984]
6086         * locale/programs/repertoire.c (repertoire_read): Add slash
6087         between I18NPATH element and file name.
6088         * locale/programs/locfile.c (locfile_read): Likewise.
6089
6090 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
6091
6092         * nptl/pthread_mutexattr_settype.c
6093         (__pthread_mutexattr_settype):
6094         Disable lock elision for PTHREAD_MUTEX_NORMAL.
6095
6096 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
6097
6098         * nptl/tst-mutex5 (do_test):
6099         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
6100
6101 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6102
6103         * benchtests/README: Document 'init' directive.
6104         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
6105         BENCH_INIT.
6106         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
6107         (parse_file): Recognize 'init' directive.
6108
6109 2014-05-26  Kyle McMartin  <kyle@redhat.com>
6110
6111         [BZ #16796]
6112         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
6113         alignment of struct pthread.
6114
6115 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6116
6117         [BZ #16878]
6118         * nscd/netgroupcache.c (addgetnetgrentX): Look for
6119         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
6120         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
6121         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
6122
6123 2014-05-25  Richard Henderson  <rth@twiddle.net>
6124
6125         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6126         (SINGLE_THREAD_P_PIC): Remove.
6127         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
6128         (SINGLE_THREAD_P_PIC): Remove.
6129
6130         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
6131         branch to syscall error ...
6132         (PSEUDO): ... here.
6133         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
6134         from __local_syscall_error to .Lsyscall_error.
6135         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
6136         (SYSCALL_ERROR): Update label name.
6137
6138         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6139         Do not use DOARGS/UNDOARGS.
6140         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
6141         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
6142         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
6143         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
6144         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
6145
6146         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
6147         block comment.
6148
6149         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
6150         define if !NOT_IN_libc.
6151         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
6152         define with non-default symbol versions.
6153
6154 2014-05-23  Richard Henderson  <rth@twiddle.net>
6155
6156         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
6157         (vfork, __vfork): Define via compat_symbol.
6158
6159         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
6160         [!HAVE_IFUNC] (vfork_compat): Remove.
6161         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
6162
6163 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
6164
6165         [BZ #16978]
6166         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
6167         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
6168         variable.
6169
6170 2014-05-23  Richard Henderson  <rth@twiddle.net>
6171
6172         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
6173         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
6174         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
6175         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
6176
6177         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
6178         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
6179         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
6180         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
6181         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
6182         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
6183         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
6184         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
6185         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
6186         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
6187         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
6188         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
6189         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
6190         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
6191         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
6192         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
6193         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
6194         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
6195         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
6196         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
6197         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
6198         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
6199         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
6200         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
6201         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
6202         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
6203         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
6204         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
6205         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
6206         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
6207         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
6208         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
6209         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
6210         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
6211         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
6212         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
6213         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
6214         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
6215         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
6216         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
6217         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
6218         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
6219         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
6220         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
6221         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
6222         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
6223         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
6224         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
6225         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
6226         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
6227         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
6228         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
6229         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
6230         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
6231         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
6232         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
6233
6234         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
6235         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
6236         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
6237         before exiting on error.
6238         (__libc_vfork): New strong alias.
6239         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
6240         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
6241
6242         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
6243         that was previously under [RESET_PID].
6244         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
6245
6246         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
6247
6248 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
6249
6250         [BZ #16977]
6251         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
6252         value when x - 1 is zero.
6253         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
6254         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
6255         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
6256         0.0L for an argument of 1.0L.
6257         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
6258         Likewise.
6259         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
6260         value when x - 1 is zero.
6261         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
6262         * sysdeps/i386/fpu/libm-test-ulps: Update.
6263         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6264
6265 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
6266
6267         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
6268         alphasort and versionsort.
6269
6270 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6271
6272         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
6273         macro.
6274         [copysignf]: Likewise.
6275
6276 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
6277
6278         * crypt/md5-crypt.c: Fix formatting.
6279
6280 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6281
6282         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
6283         (b64_from_24bit): New function.
6284
6285 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6286
6287         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
6288         libc_hidden_builtin_def to ifunc.
6289         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
6290         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
6291
6292 2014-05-21  Roland McGrath  <roland@hack.frob.com>
6293
6294         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
6295         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
6296
6297 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
6298
6299         * nscd/Depend (linuxthreads): Remove.
6300         (nptl): Add.
6301         * resolv/Depend (linuxthreads): Remove.
6302         * rt/Depend (linuxthreads): Remove.
6303
6304         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
6305         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
6306         $(common-objpfx)elf/.
6307         (link-libc-before-gnulib): Likewise.
6308         (elfobjdir): Remove variable.
6309         * Makefile (install): Use $(elf-objpfx) instead of
6310         $(common-objpfx)elf/.
6311         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
6312         $(elfobjdir)/.
6313         (link-libc-deps): Likewise.
6314         ($(common-objpfx)libc.so): Likewise.
6315         ($(common-objpfx)linkobj/libc.so): Likewise.
6316         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
6317         instead of $(common-objpfx)elf/.
6318         (symbolic-link-list): Likewise.
6319         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
6320         [$(cross-compiling) = no]: Likewise.
6321         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
6322         $(elfobjdir)/.
6323         (static-gnulib-arch): Likewise.
6324         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
6325         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
6326         $(common-objpfx)elf/.
6327
6328 2014-05-21  Richard Henderson  <rth@redhat.com>
6329
6330         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6331         (SINGLE_THREAD_P): Use the correct width load.  Fold
6332         into the ldr offset.
6333
6334         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
6335         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
6336
6337 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
6338
6339         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
6340         (libgcc_s_resume): Use __attribute_used__.
6341         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
6342         Likewise.
6343
6344 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6345
6346         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
6347         optimization when used with float constants.
6348
6349         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6350
6351 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
6352
6353         [BZ #16915]
6354         * locale/nl_langinfo_l.c: Make direct reference to every
6355         _nl_current_CATEGORY symbol.
6356         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
6357         (tests-static): Add tst-langinfo-static.
6358         (tests-special): Add tst-langinfo-static.out.
6359         ($(objpfx)tst-langinfo.out): Redirect output.
6360         ($(objpfx)tst-langinfo-static.out): New.
6361         * localedata/tst-langinfo.sh: Send output to stdout.
6362         * localedata/tst-langinfo-static.c: New file.
6363
6364         [BZ #16965]
6365         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
6366         when the shift amount is modulo the limb size.
6367
6368 2014-05-20  Richard Henderson  <rth@redhat.com>
6369
6370         [BZ #16967]
6371         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
6372         Change type of sa_flags from unsigned int to int.
6373
6374         [BZ #16966]
6375         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
6376
6377         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
6378
6379 2014-05-20  Will Newton  <will.newton@linaro.org>
6380
6381         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6382         Test the return value of the system call in the nocancel case.
6383
6384 2014-05-20  Will Newton  <will.newton@linaro.org>
6385             Yvan Roux  <yvan.roux@linaro.org>
6386
6387         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
6388         #include of asm/ptrace.h.
6389         (PTRACE_GET_THREAD_AREA): Remove #undef.
6390         (PTRACE_GETHBPREGS): Likewise.
6391         (PTRACE_SETHBPREGS): Likewise.
6392         (struct user_regs_struct): New structure.
6393         (struct user_fpsimd_struct): New structure.
6394         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
6395         #include of asm/ptrace.h and second #include of sys/user.h.
6396         (PTRACE_GET_THREAD_AREA): Remove #undef.
6397         (PTRACE_GETHBPREGS): Likewise.
6398         (PTRACE_SETHBPREGS): Likewise.
6399         (ELF_NGREG): Use new struct user_regs_struct.
6400         (elf_fpregset_t): Use new struct user_fpsimd_struct.
6401
6402 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6403
6404         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
6405         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
6406
6407 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
6408
6409         [BZ #16958]
6410         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
6411         membar to avoid block loads/stores to overlap previous stores.
6412
6413 2014-05-17  Richard Henderson  <rth@redhat.com>
6414
6415         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
6416         Create the __##syscall_name##_nocancel entry point.
6417         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
6418         Remove; let the sysdep-cancel.h code create it.
6419
6420 2014-05-17  David S. Miller  <davem@davemloft.net>
6421
6422         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
6423         Protect with __USE_GNU.
6424         (TIOCSET_TEMPT): Likewise.
6425         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6426         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
6427         these are already provided in bits/ioctl-types.h
6428
6429 2014-05-16  Roland McGrath  <roland@hack.frob.com>
6430
6431         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
6432         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
6433
6434         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
6435         Use wait4 regardless of [__NR_waitpid].
6436
6437 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
6438
6439         PR libgcc/60166
6440         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
6441         (_FP_NANSIGN_Q): Set the quiet bit.
6442
6443 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
6444
6445         * benchtests/Makefile
6446         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
6447         not $(common-objpfx)math/libm.so.
6448         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
6449         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
6450         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
6451         $(common-objpfx)dlfcn/libdl.so.
6452         ($(objpfx)tst-audit8): Depend on $(libm), not
6453         $(common-objpfx)math/libm.so.
6454         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
6455         not $(common-objpfx)dlfcn/libdl.so.
6456         * math/Makefile
6457         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
6458         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
6459         [$(build-shared) = yes].
6460         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
6461         $(common-objpfx)nptl/libpthread.so.
6462         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
6463         $(common-objpfx)math/libm.so$(libm.so-version) or
6464         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
6465         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
6466         $(common-objpfx)dlfcn/libdl.so.
6467         * setjmp/Makefile (link-libm): Remove variable.
6468         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
6469         * stdio-common/Makefile (link-libm): Remove variable.
6470         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
6471         * stdlib/Makefile (link-libm): Remove variable.
6472         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
6473         ($(objpfx)tst-strtod-round): Likewise.
6474         ($(objpfx)tst-tininess): Likewise.
6475         ($(objpfx)tst-strtod-underflow): Likewise.
6476         ($(objpfx)tst-strtod6): Likewise.
6477         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
6478         $(libdl), not $(common-objpfx)nptl/libpthread.so and
6479         $(common-objpfx)dlfcn/libdl.so.
6480
6481 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6482
6483         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
6484         BSD terminal modes definitions.
6485
6486 2014-05-16  Roland McGrath  <roland@hack.frob.com>
6487
6488         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
6489         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
6490
6491         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
6492         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
6493         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
6494         Don't do #include_next.
6495         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
6496         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
6497         Don't do #include_next.
6498         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
6499         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
6500         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
6501         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
6502
6503 2014-05-16  Allan McRae  <allan@archlinux.org>
6504
6505         * po/sv.po: Update Swedish translation from translation project.
6506
6507         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
6508         in sed expression.
6509
6510 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
6511
6512         [BZ #16917]
6513         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
6514         errno if the TIOCGPTN ioctl fails with an error different than
6515         EINVAL.
6516         * login/tst-ptsname.c: New file.
6517         * login/Makefile (tests): Add tst-ptsname.
6518
6519         [BZ #16943]
6520         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
6521         and prlimit64.
6522
6523 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
6524
6525         [BZ #16849]
6526         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
6527         herrno to return EAI_AGAIN.
6528
6529 2014-05-14  Roland McGrath  <roland@hack.frob.com>
6530
6531         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
6532         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
6533         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
6534         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
6535         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
6536         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
6537         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
6538         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
6539         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
6540         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
6541         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
6542         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
6543         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
6544         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
6545         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
6546         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
6547         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
6548         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
6549         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
6550         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
6551         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
6552         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
6553         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
6554         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
6555         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
6556         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
6557         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
6558         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
6559         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
6560         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
6561         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
6562         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
6563         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
6564         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
6565         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
6566         Moved ...
6567         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
6568         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
6569         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
6570         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
6571         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
6572         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
6573         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
6574         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
6575         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
6576         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
6577         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
6578         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
6579         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
6580         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
6581         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
6582         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
6583         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
6584         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
6585         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
6586         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
6587         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
6588         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
6589         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
6590         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
6591         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
6592         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
6593         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
6594         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
6595         Moved ...
6596         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
6597         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
6598         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
6599         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
6600         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
6601         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
6602         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
6603         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
6604         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
6605         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
6606         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
6607         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
6608         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
6609         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
6610         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
6611         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
6612         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
6613         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
6614         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
6615         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
6616         Moved ...
6617         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
6618         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
6619         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
6620
6621         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
6622         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
6623         (libpthread-sysdep_routines): Add elision-related stuff here instead.
6624         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
6625         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
6626         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
6627         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
6628         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
6629         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
6630         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
6631         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
6632         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
6633         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
6634         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
6635         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
6636         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
6637         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
6638         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
6639         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
6640         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
6641         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
6642         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
6643         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
6644         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
6645         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
6646         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
6647         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
6648         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
6649         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
6650         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
6651         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
6652
6653         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
6654         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
6655
6656         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
6657         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
6658         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
6659         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
6660         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
6661         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
6662         Moved ...
6663         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
6664         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
6665         Moved ...
6666         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
6667         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
6668         Moved ...
6669         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
6670         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
6671         Moved ...
6672         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
6673         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
6674         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
6675         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
6676         Moved ...
6677         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
6678         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
6679         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
6680         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
6681         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
6682         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
6683         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
6684         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
6685         Moved ...
6686         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
6687         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
6688         Moved ...
6689         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
6690         ... here.
6691         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
6692         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
6693         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
6694         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
6695         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
6696         Moved ...
6697         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
6698         ... here.
6699         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
6700         Moved ...
6701         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
6702         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
6703         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
6704         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
6705         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
6706         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
6707         Moved ...
6708         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
6709         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
6710         Moved ...
6711         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
6712         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
6713         Moved ...
6714         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
6715         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
6716         Moved ...
6717         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
6718         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
6719         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
6720         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
6721         Moved ...
6722         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
6723         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
6724         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
6725         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
6726         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
6727         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
6728         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
6729         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
6730         Moved ...
6731         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
6732         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
6733         Moved ...
6734         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
6735         ... here.
6736         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
6737         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
6738         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
6739         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
6740         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
6741         Moved ...
6742         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
6743         ... here.
6744         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
6745         Moved ...
6746         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
6747         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
6748         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
6749         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
6750         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
6751         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
6752         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
6753         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
6754         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
6755         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
6756         Moved ...
6757         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
6758         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
6759         Moved ...
6760         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
6761         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
6762         Moved ...
6763         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
6764         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
6765         Moved ...
6766         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
6767         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
6768         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
6769         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
6770         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
6771         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
6772         Moved ...
6773         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
6774         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
6775         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
6776         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
6777         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
6778         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
6779         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
6780         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
6781         Moved ...
6782         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
6783         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
6784         Moved ...
6785         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
6786         ... here.
6787         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
6788         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
6789         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
6790         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
6791         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
6792         Moved ...
6793         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
6794         ... here.
6795         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
6796         Moved ...
6797         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
6798         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
6799         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
6800         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
6801         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
6802         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
6803         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
6804         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
6805         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
6806         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
6807         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
6808
6809         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
6810         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
6811
6812         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
6813         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
6814
6815         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
6816         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
6817         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
6818         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
6819         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
6820         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
6821         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
6822         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
6823         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
6824         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
6825         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
6826         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
6827         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
6828         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
6829         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
6830         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
6831         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
6832         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
6833         Moved ...
6834         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
6835         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
6836         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
6837         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
6838         Moved ...
6839         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
6840         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
6841         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
6842         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
6843         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
6844         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
6845         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
6846         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
6847         Moved ...
6848         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
6849         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
6850         Moved ...
6851         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
6852         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
6853         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
6854         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
6855         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
6856         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
6857         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
6858         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
6859         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
6860         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
6861         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
6862         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
6863         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
6864         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
6865         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
6866         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
6867         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
6868
6869         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
6870         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
6871         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
6872         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
6873         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
6874
6875         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
6876         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
6877         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
6878         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
6879         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
6880         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
6881         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
6882         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
6883         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
6884         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
6885
6886         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
6887         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
6888
6889         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
6890         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
6891         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
6892         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
6893         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
6894         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
6895         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
6896         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
6897         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
6898         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
6899         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
6900         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
6901         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
6902         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
6903         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
6904         Update #include.
6905         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
6906         Likewise.
6907         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
6908         Likewise.
6909         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
6910         Likewise.
6911         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
6912         Likewise.
6913         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
6914         Likewise.
6915         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
6916         Likewise.
6917         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
6918         Likewise.
6919         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
6920         Likewise.
6921         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
6922         Likewise.
6923         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
6924         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
6925         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
6926         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
6927         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
6928         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
6929         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
6930         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
6931         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
6932         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
6933         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
6934         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
6935         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
6936         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
6937         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
6938
6939         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
6940         that was previously under [RESET_PID].
6941         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
6942         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
6943         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
6944
6945         * sysdeps/i386/nptl/Implies: New file.
6946         * sysdeps/x86_64/nptl/Implies: New file.
6947         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
6948         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
6949         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
6950         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
6951
6952         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
6953         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6954         (__libc_vfork): New strong alias.
6955         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
6956         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
6957
6958         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
6959         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6960         (__libc_vfork): New strong alias.
6961         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
6962         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
6963
6964         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
6965         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6966         (__libc_vfork): New strong alias.
6967         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
6968         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
6969         * nptl/pt-vfork.c: New file.
6970         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
6971         (libpthread: GLIBC_2.20): New version set (empty).
6972
6973 2014-05-14  Will Newton  <will.newton@linaro.org>
6974
6975         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
6976         rather than #if.
6977
6978 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
6979
6980         [BZ #16564]
6981         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
6982         arguments with exponent 65 or above.
6983         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
6984         arguments 0x1p113L or above.
6985         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
6986         to arguments 0x1p107L or above.
6987         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
6988         positive arguments with exponent 65 or above.
6989         * math/auto-libm-test-in: Add more tests of log1p.
6990         * math/auto-libm-test-out: Regenerated.
6991
6992         [BZ #16928]
6993         * math/s_cacos.c (__cacos): Ensure zero real part of result from
6994         non-finite arguments is +0.
6995         * math/s_cacosf.c (__cacosf): Likewise.
6996         * math/s_cacosl.c (__cacosl): Likewise.
6997         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
6998         * sysdeps/i386/fpu/libm-test-ulps: Update.
6999         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7000
7001         [BZ #16927]
7002         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
7003         value.
7004         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
7005         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
7006         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
7007         for explicit high bit of mantissa when testing for argument equal
7008         to 1.
7009         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
7010         * sysdeps/i386/fpu/libm-test-ulps: Update.
7011         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7012
7013         [BZ #16516]
7014         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
7015         (__erf): Scale by 16 instead of 8 in potentially underflowing
7016         case.  Ensure exception if result actually underflows.
7017         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
7018         (__erff): Scale by 16 instead of 8 in potentially underflowing
7019         case.  Ensure exception if result actually underflows.
7020         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
7021         (efx8): Remove variable.
7022         (__erfl): Scale by 16 instead of 8 in potentially underflowing
7023         case.  Ensure exception if result actually underflows.
7024         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
7025         (efx8): Remove variable.
7026         (__erfl): Scale by 16 instead of 8 in potentially underflowing
7027         case.  Ensure exception if result actually underflows.
7028         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
7029         (efx8): Remove variable.
7030         (__erfl): Scale by 16 instead of 8 in potentially underflowing
7031         case.  Ensure exception if result actually underflows.
7032         * math/auto-libm-test-in: Add more tests of erf.
7033         * math/auto-libm-test-out: Regenerated.
7034
7035 2014-05-14  Andreas Schwab  <schwab@suse.de>
7036
7037         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
7038         Remove code conditionalized on USE___THREAD.
7039
7040         * config.h.in (HAVE_PT_CHOWN): Define as 0.
7041         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
7042         not definedness.
7043
7044 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
7045
7046         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
7047         Define unconditionally.
7048         (__ASSUME_O_CLOEXEC): Likewise.
7049         (__ASSUME_SOCK_CLOEXEC): Likewise.
7050         (__ASSUME_IN_NONBLOCK): Likewise.
7051         (__ASSUME_PIPE2): Likewise.
7052         (__ASSUME_EVENTFD2): Likewise.
7053         (__ASSUME_SIGNALFD4): Likewise.
7054         (__ASSUME_DUP3): Likewise.
7055         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
7056         (__ASSUME_DUP3): Do not define.
7057         (__ASSUME_EVENTFD2): Likewise.
7058         (__ASSUME_IN_NONBLOCK): Likewise.
7059         (__ASSUME_O_CLOEXEC): Likewise.
7060         (__ASSUME_PIPE2): Likewise.
7061         (__ASSUME_SIGNALFD4): Likewise.
7062         (__ASSUME_SOCK_CLOEXEC): Likewise.
7063         (__ASSUME_UTIMES): Undefine.
7064         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7065         (__ASSUME_UTIMES): Do not define.
7066         (__ASSUME_O_CLOEXEC): Likewise.
7067         (__ASSUME_SOCK_CLOEXEC): Likewise.
7068         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
7069         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
7070         0x020621].
7071         (__ASSUME_PIPE2): Likewise.
7072         (__ASSUME_EVENTFD2): Likewise.
7073         (__ASSUME_SIGNALFD4): Likewise.
7074         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
7075         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
7076         Do not define.
7077         (__ASSUME_EVENTFD2): Likewise.
7078         (__ASSUME_SIGNALFD4): Likewise.
7079         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
7080         (__ASSUME_32BITUIDS): Likewise.
7081         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
7082         (__ASSUME_IPC64): Likewise.
7083         (__ASSUME_ST_INO_64_BIT): Likewise.
7084         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
7085         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
7086         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
7087         (__ASSUME_UTIMES): Do not define.
7088         (__ASSUME_PSELECT): Likewise.
7089         (__ASSUME_PPOLL): Likewise.
7090         (__ASSUME_O_CLOEXEC): Likewise.
7091         (__ASSUME_SOCK_CLOEXEC): Likewise.
7092         (__ASSUME_IN_NONBLOCK): Likewise.
7093         (__ASSUME_PIPE2): Likewise.
7094         (__ASSUME_EVENTFD2): Likewise.
7095         (__ASSUME_SIGNALFD4): Likewise.
7096         (__ASSUME_DUP3): Likewise.
7097         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7098         (__ASSUME_UTIMES): Likewise.
7099         (__ASSUME_O_CLOEXEC): Likewise.
7100         (__ASSUME_SOCK_CLOEXEC): Likewise.
7101         (__ASSUME_IN_NONBLOCK): Likewise.
7102         (__ASSUME_PIPE2): Likewise.
7103         (__ASSUME_EVENTFD2): Likewise.
7104         (__ASSUME_SIGNALFD4): Likewise.
7105         (__ASSUME_DUP3): Likewise.
7106         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7107         (__ASSUME_UTIMES): Likewise.
7108         (__ASSUME_O_CLOEXEC): Likewise.
7109         (__ASSUME_SOCK_CLOEXEC): Likewise.
7110         (__ASSUME_IN_NONBLOCK): Likewise.
7111         (__ASSUME_PIPE2): Likewise.
7112         (__ASSUME_EVENTFD2): Likewise.
7113         (__ASSUME_SIGNALFD4): Likewise.
7114         (__ASSUME_DUP3): Likewise.
7115         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
7116         Likewise.
7117         (__ASSUME_UTIMES): Likewise.
7118         (__ASSUME_EVENTFD2): Likewise.
7119         (__ASSUME_SIGNALFD4): Likewise.
7120         * sysdeps/unix/sysv/linux/tile/kernel-features.h
7121         (__ASSUME_O_CLOEXEC): Likewise.
7122         (__ASSUME_SOCK_CLOEXEC): Likewise.
7123         (__ASSUME_IN_NONBLOCK): Likewise.
7124         (__ASSUME_PIPE2): Likewise.
7125         (__ASSUME_EVENTFD2): Likewise.
7126         (__ASSUME_SIGNALFD4): Likewise.
7127         (__ASSUME_DUP3): Likewise.
7128         (__ASSUME_UTIMES): Undefine.
7129
7130         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
7131         feclearexcept.  Remove symbol versioning code.
7132         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
7133         symbol versioning code.
7134         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
7135         symbol versioning code.
7136         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
7137         feupdateenv.  Remove symbol versioning code.
7138         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
7139         fegetexceptflag.  Remove symbol versioning code.
7140         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
7141         fesetexceptflag.  Remove symbol versioning code.
7142         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
7143         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
7144         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
7145         (__posix_fadvise64_l32): Remove prototype.
7146         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
7147         code.
7148
7149 2014-05-13  Roland McGrath  <roland@hack.frob.com>
7150
7151         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
7152         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
7153         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
7154         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
7155
7156 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
7157
7158         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
7159         current working directory
7160
7161 2014-05-13  Roland McGrath  <roland@hack.frob.com>
7162
7163         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
7164         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
7165         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
7166         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
7167         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
7168         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
7169         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
7170         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
7171         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
7172         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
7173         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
7174         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
7175         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
7176         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
7177         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
7178         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
7179         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
7180         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
7181         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
7182         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
7183         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
7184         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
7185         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
7186         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
7187         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
7188         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
7189         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
7190         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
7191         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
7192         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
7193         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
7194         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
7195         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
7196         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
7197         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
7198         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
7199         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
7200         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
7201         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
7202         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
7203         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
7204         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
7205
7206         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
7207         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
7208
7209         * sysdeps/unix/sysv/linux/arm/Makefile
7210         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
7211         Add rt-aeabi_unwind_cpp_pr1.
7212         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
7213         Add nptl-aeabi_unwind_cpp_pr1.
7214         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
7215         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
7216         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
7217         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
7218         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
7219         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
7220
7221         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
7222         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
7223         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
7224         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
7225
7226         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
7227         Deconditionalize the code that was previously under [RESET_PID].
7228         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
7229
7230         * sysdeps/generic/exit-thread.h: New file.
7231         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
7232         * include/unistd.h (__exit_thread): Remove declaration.
7233         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
7234         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
7235         * csu/libc-start.c: Include <exit-thread.h>.
7236         (LIBC_START_MAIN): Pass no argument to __exit_thread.
7237         * nptl/pthread_create.c: Include <exit-thread.h>.
7238         (start_thread): Call __exit_thread in place of __exit_thread_inline.
7239         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
7240         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
7241         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
7242         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
7243         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
7244         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
7245         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
7246         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
7247         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
7248         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
7249         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
7250         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
7251         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
7252         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
7253         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
7254         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
7255
7256 2014-05-13  Andreas Schwab  <schwab@suse.de>
7257
7258         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
7259
7260 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
7261
7262         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
7263         (__ASSUME_UTIMES): Do not condition on kernel version.
7264         (__ASSUME_PSELECT): Define unconditionally.
7265         (__ASSUME_PPOLL): Likewise.
7266         (__ASSUME_ATFCTS): Likewise.
7267         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
7268         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
7269         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
7270         (__ASSUME_UTIMENSAT): Define unconditionally.
7271         (__ASSUME_PRIVATE_FUTEX): Likewise.
7272         (__ASSUME_FALLOCATE): Likewise.
7273         (__ASSUME_O_CLOEXEC): Likewise.
7274         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
7275         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
7276         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
7277         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
7278         (__ASSUME_IN_NONBLOCK): Likewise.
7279         (__ASSUME_PIPE2): Likewise.
7280         (__ASSUME_EVENTFD2): Likewise.
7281         (__ASSUME_SIGNALFD4): Likewise.
7282         (__ASSUME_DUP3): Likewise.
7283         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
7284         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
7285         (__ASSUME_AT_RANDOM): Likewise.
7286         (__ASSUME_PREADV): Likewise.
7287         (__ASSUME_PWRITEV): Likewise.
7288         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
7289         (__ASSUME_F_GETOWN_EX): Define unconditionally.
7290         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
7291         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
7292         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
7293         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7294         (__ASSUME_O_CLOEXEC): Define unconditionally.
7295         (__ASSUME_PSELECT): Do not undefine conditionally.
7296         (__ASSUME_PPOLL): Likewise.
7297         (__ASSUME_ATFCTS): Likewise.
7298         (__ASSUME_SET_ROBUST_LIST): Likewise.
7299         (__ASSUME_UTIMENSAT): Likewise.
7300         (__ASSUME_FDATASYNC): Define unconditionally.
7301         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7302         (__ASSUME_SIGFRAME_V2): Likewise.
7303         )__ASSUME_EVENTFD2): Likewise.
7304         (__ASSUME_SIGNALFD4): Likewise.
7305         (__ASSUME_PSELECT): Do not undefine conditionally.
7306         (__ASSUME_PPOLL): Likewise.
7307         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
7308         (__ASSUME_PSELECT): Define unconditionally.
7309         (__ASSUME_PPOLL): Likewise.
7310         (__ASSUME_O_CLOEXEC): Likewise.
7311         (__ASSUME_SOCK_CLOEXEC): Likewise.
7312         (__ASSUME_IN_NONBLOCK): Likewise.
7313         (__ASSUME_PIPE2): Likewise.
7314         (__ASSUME_EVENTFD2): Likewise.
7315         (__ASSUME_SIGNALFD4): Likewise.
7316         (__ASSUME_DUP3): Likewise.
7317         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7318         (__ASSUME_O_CLOEXEC): Likewise.
7319         (__ASSUME_SOCK_CLOEXEC): Likewise.
7320         (__ASSUME_IN_NONBLOCK): Likewise.
7321         (__ASSUME_PIPE2): Likewise.
7322         (__ASSUME_EVENTFD2): Likewise.
7323         (__ASSUME_SIGNALFD4): Likewise.
7324         (__ASSUME_DUP3): Likewise.
7325         * sysdeps/unix/sysv/linux/mips/kernel-features.h
7326         (__ASSUME_EVENTFD2): Likewise.
7327         (__ASSUME_SIGNALFD4): Likewise.
7328         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
7329
7330 2014-05-12  Andreas Schwab  <schwab@suse.de>
7331
7332         [BZ #16932]
7333         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
7334         (_nss_nis_gethostbyname4_r): Return error if item length is larger
7335         than maximum RPC packet size.
7336         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
7337         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
7338         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
7339         (_nss_nis_getservbyport_r): Likewise.
7340
7341 2014-05-12  Will Newton  <will.newton@linaro.org>
7342
7343         * malloc/Makefile (tests): Add tst-mallopt.
7344         * malloc/tst-mallopt.c: New file.
7345
7346 2014-05-09  Roland McGrath  <roland@hack.frob.com>
7347
7348         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
7349         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
7350
7351 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7352
7353         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
7354         (tst-tlsmod6.so): Likewise.
7355
7356 2014-05-09  Roland McGrath  <roland@hack.frob.com>
7357
7358         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
7359
7360 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
7361
7362         [BZ #16064]
7363         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
7364         and <dl-procinfo.h>.
7365         (__fegetenv): Save SSE state in envp->__eip if supported.
7366         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
7367         envp->__eip if supported.
7368         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
7369         and <dl-procinfo.h>.
7370         (__fesetenv): Always set __eip, __cs_selector, __opcode,
7371         __data_offset and __data_selector in environment to 0.  Set SSE
7372         state if supported.
7373         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
7374         test-fenv-sse.
7375         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
7376         -mfpmath=sse.
7377         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
7378
7379 2014-05-09  Will Newton  <will.newton@linaro.org>
7380
7381         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
7382         and libc_relro_required for ARM.
7383         * sysdeps/arm/preconfigure: Regenerate.
7384
7385 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
7386             Stefan Liebler  <stli@linux.vnet.ibm.com>
7387
7388         * config.make.in (enable-lock-elision): New Makefile variable.
7389         * configure.ac: Likewise.
7390         * configure: Regenerate.
7391         * sysdeps/s390/configure.ac:
7392         Add check for gcc transactions support.
7393         * sysdeps/s390/configure: Regenerate.
7394         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
7395         Build elision files if enabled.
7396         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
7397         Add lock elision support for s390.
7398         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
7399         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
7400         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
7401         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
7402         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
7403         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
7404         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
7405         Likewise.
7406         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
7407         Likewise.
7408         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
7409         Likewise.
7410         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
7411         Likewise.
7412         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
7413         (__lll_timedlock_elision, __lll_lock_elision)
7414         (__lll_unlock_elision, __lll_trylock_elision)
7415         (lll_timedlock_elision, lll_lock_elision)
7416         (lll_unlock_elision, lll_trylock_elision): Add.
7417         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
7418         (pthread_mutex_t): Add lock elision support for s390.
7419
7420 2014-05-14  Wilco  <wdijkstr@arm.com>
7421
7422         * sysdeps/arm/fclrexcpt.c: Cleanup.
7423         * sysdeps/arm/fedisblxcpt.c: Cleanup.
7424         * sysdeps/arm/feenablxcpt.c: Cleanup.
7425         * sysdeps/arm/fegetenv.c: Cleanup.
7426         * sysdeps/arm/fegetexcept.c: Cleanup.
7427         * sysdeps/arm/fegetround.c: Cleanup.
7428         * sysdeps/arm/feholdexcpt.c: Cleanup.
7429         * sysdeps/arm/fesetenv.c: Cleanup.
7430         * sysdeps/arm/fesetround.c: Cleanup.
7431         * sysdeps/arm/feupdateenv.c: Cleanup.
7432         * sysdeps/arm/fgetexcptflg.c: Cleanup.
7433         * sysdeps/arm/fraiseexcpt.c: Cleanup.
7434         * sysdeps/arm/fsetexcptflg.c: Cleanup.
7435         * sysdeps/arm/ftestexcept.c: Cleanup.
7436         * sysdeps/arm/get-rounding-mode.h: Cleanup.
7437         * sysdeps/arm/setfpucw.c: Cleanup.
7438
7439 2014-05-09  Will Newton  <will.newton@linaro.org>
7440
7441         * sysdeps/arm/armv7/strcmp.S: New file.
7442         * NEWS: Mention addition of ARMv7 optimized strcmp.
7443
7444 2014-05-08  Roland McGrath  <roland@hack.frob.com>
7445
7446         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
7447         look for %.ac rather than %.in.
7448
7449         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
7450         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
7451         * sysdeps/mach/hurd/configure: Regenerated.
7452         * sysdeps/unix/sysv/linux/configure: Regenerated.
7453
7454         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
7455
7456 2014-05-07  Steve Ellcey  <sellcey@mips.com>
7457
7458         [BZ# 16922]
7459         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
7460         (LONG_SUB): Ditto.
7461         (PTR_SUB): Ditto.
7462
7463 2014-05-07  Andreas Schwab  <schwab@suse.de>
7464
7465         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
7466         when skipping over non-matching result from nscd.
7467
7468 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
7469
7470         [BZ #16876]
7471         * nptl/sockperf.c (client): Check socket return value.
7472
7473         [BZ #16877]
7474         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
7475         nscd security class.
7476
7477 2014-05-06  Roland McGrath  <roland@hack.frob.com>
7478
7479         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
7480         * sysdeps/arm/unwind.h: ... here.
7481
7482 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
7483
7484         [BZ# 16916]
7485         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
7486         Define.
7487
7488 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7489
7490         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
7491         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
7492         multiarch strncpy for PPC64.
7493         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
7494         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
7495         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
7496         multiarch optimizations.
7497         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7498         (__libc_ifunc_impl_list): Likewise.
7499         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
7500         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
7501         multiarch stpncpy for PPC64.
7502         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
7503         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
7504
7505 2014-05-06  Andreas Schwab  <schwab@suse.de>
7506
7507         [BZ #16912]
7508         * gmon/mcount.c (_MCOUNT_DECL): Use
7509         atomic_compare_and_exchange_bool_acq instead of
7510         catomic_compare_and_exchange_bool_acq.
7511
7512 2014-05-05  Roland McGrath  <roland@hack.frob.com>
7513
7514         * elf/Makefile (others, install-bin): Remove pldd.
7515         (pldd-modules): Variable removed.
7516         ($(objpfx)pldd): Target removed.
7517         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
7518         (others, install-bin): Append pldd here.
7519         ($(objpfx)pldd): New target.
7520
7521         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
7522         to 0, so the first #if test emitted later doesn't see it undefined.
7523         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
7524         * sysdeps/gnu/errlist.c: Regenerated.
7525
7526 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7527
7528         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
7529         [libc_hidden_builtin_def]: Define to empty value.
7530         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
7531         [libc_hidden_builtin_def]: Likewise.
7532         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
7533         [libc_hidden_builtin_def]: Likewise.
7534         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
7535         [libc_hidden_builtin_def]: Likewise.
7536         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
7537         __redirect_memcpy and define ifunc as default hidden symbol.
7538         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
7539         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
7540
7541 2014-05-04  Adam Conrad  <adconrad@0c3.net>
7542
7543         * locale/iso-4217.def: Reintroduce XDR currency.
7544
7545 2014-05-04  Allan McRae  <allan@archlinux.org>
7546
7547         * po/eo.po: Update Esperanto translation from translation project.
7548
7549 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
7550
7551         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
7552         and FEATURE_INDEX_MAX to 1.
7553         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
7554
7555 2014-05-01  Steve Ellcey  <sellcey@mips.com>
7556
7557         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
7558         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
7559         * iconvdata/big5.c (ONE_DIRECTION): Define.
7560         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
7561         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
7562         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
7563         * iconvdata/cp932.c (ONE_DIRECTION): Define.
7564         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
7565         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
7566         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
7567         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
7568         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
7569         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
7570         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
7571         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
7572         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
7573         * iconvdata/gbk.c (ONE_DIRECTION): Define.
7574         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
7575         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
7576         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
7577         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
7578         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
7579         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
7580         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
7581         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
7582         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
7583         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
7584         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
7585         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
7586         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
7587         * iconvdata/iso646.c (ONE_DIRECTION): Define.
7588         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
7589         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
7590         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
7591         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
7592         * iconvdata/johab.c (ONE_DIRECTION): Define.
7593         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
7594         * iconvdata/sjis.c (ONE_DIRECTION): Define.
7595         * iconvdata/t.61.c (ONE_DIRECTION): Define.
7596         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
7597         * iconvdata/tscii.c (ONE_DIRECTION): Define.
7598         * iconvdata/uhc.c (ONE_DIRECTION): Define.
7599         * iconvdata/unicode.c (ONE_DIRECTION): Define.
7600         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
7601         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
7602         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
7603
7604 2014-05-01  Roland McGrath  <roland@hack.frob.com>
7605
7606         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
7607         (_IO_JUMPS_OFFSET): Define to 0.
7608
7609         * nptl/sysdeps/pthread/bits/libc-lock.h
7610         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
7611         (__libc_lock_define_initialized_recursive): Always define using
7612         initializer.  Modern compilers treat uninitialized (implicit zero) and
7613         explicit zero initializers the same (i.e. put the datum in bss).
7614
7615 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
7616
7617         * nscd/nscd-client.h: Include <string.h>.
7618
7619 2014-05-01  David S. Miller  <davem@davemloft.net>
7620
7621         [BZ #16885]
7622         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
7623         multiple zero bytes exist at the end of a string.
7624         Reported by Aurelien Jarno <aurelien@aurel32.net>
7625
7626         * string/test-strcmp.c (check): Add explicit test for situations where
7627         there are multiple zero bytes after the first.
7628
7629 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
7630
7631         [BZ #16890]
7632         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
7633         when compiling wprintf.
7634         * stdio-common/tstdiomisc.c (t3): New function.
7635         (main): Call it.
7636
7637 2014-05-01  Steve Ellcey  <sellcey@mips.com>
7638
7639         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
7640         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
7641         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
7642         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
7643
7644 2014-05-01  Steve Ellcey  <sellcey@mips.com>
7645
7646         * stdlib/longlong.h: Updated from GCC.
7647
7648 2014-05-01  Will Newton  <will.newton@linaro.org>
7649             Bernard Ogden  <bernie.ogden@linaro.org>
7650
7651         * NEWS: Update fixed bug list.
7652
7653         [BZ #15119]
7654         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
7655
7656 2014-04-30  David S. Miller  <davem@davemloft.net>
7657
7658         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
7659         (libc_feholdexcept_setround_sparc_ctx): New function.
7660         (libc_fesetenv_sparc_ctx): Likewise.
7661         (libc_feupdateenv_sparc_ctx): Likewise.
7662         (libc_feholdsetround_sparc_ctx): Likewise.
7663         (libc_feholdexcept_setround_ctx): Define.
7664         (libc_feholdexcept_setroundf_ctx): Likewise.
7665         (libc_feholdexcept_setroundl_ctx): Likewise.
7666         (libc_fesetenv_ctx): Likewise.
7667         (libc_fesetenvf_ctx): Likewise.
7668         (libc_fesetenvl_ctx): Likewise.
7669         (libc_feupdateenv_ctx): Likewise.
7670         (libc_feupdateenvf_ctx): Likewise.
7671         (libc_feupdateenvl_ctx): Likewise.
7672         (libc_feresetround_ctx): Likewise.
7673         (libc_feresetroundf_ctx): Likewise.
7674         (libc_feresetroundl_ctx): Likewise.
7675         (libc_feholdsetround_ctx): Likewise.
7676         (libc_feholdsetroundf_ctx): Likewise.
7677         (libc_feholdsetroundl_ctx): Likewise.
7678
7679         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
7680         with __USE_GNU instead of XOPEN cpp guards.
7681
7682         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
7683         0.
7684
7685         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
7686         with XOPEN cpp guards.
7687
7688 2014-04-30  Julian Brown  <julian@codesourcery.com>
7689
7690         [BZ #16888]
7691         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
7692         handling.
7693
7694 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
7695
7696         [BZ #9894]
7697         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
7698         Change to 2.6.32.
7699         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
7700         * sysdeps/unix/sysv/linux/configure: Regenerated.
7701         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
7702         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
7703         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
7704         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
7705         * README: Update reference to required Linux kernel version.
7706         * manual/install.texi (Linux): Update reference to required Linux
7707         kernel headers version.
7708         * INSTALL: Regenerated.
7709
7710         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
7711         header inclusion.
7712         [POSIX] (limits.h): Likewise.
7713         [POSIX] (math.h): Likewise.
7714         [POSIX] (sys/wait.h): Likewise.
7715         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
7716         function.
7717         [POSIX] (stddef.h): Do not allow header inclusion.
7718
7719 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7720
7721         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
7722
7723 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
7724
7725         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
7726         Return immediately after lll_futex_wake.
7727
7728 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
7729
7730         [BZ #16791]
7731         * nscd/nscd-client.h (datahead_init_common): Initialize entire
7732         structure.
7733         (datahead_init_pos): Call datahead_init_common early.
7734         (datahead_init_neg): Likewise.
7735
7736         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
7737         datahead_init_neg): New functions.
7738         * nscd/aicache.c (addhstaiX): Use them.
7739         * nscd/grpcache.c (cache_addgr): Likewise.
7740         * nscd/hstcache.c (cache_addhst): Likewise.
7741         * nscd/initgrcache.c (addinitgroupsX): Likewise.
7742         * nscd/netgroupcache.c (do_notfound): Likewise.
7743         (addgetnetgrentX): Likewise.
7744         (addinnetgrX): Likewise.
7745         * nscd/pwdcache.c (cache_addpw): Likewise.
7746         * nscd/servicescache.c (cache_addserv): Likewise.
7747
7748 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
7749             Atsushi Onoe  <atsushi@onoe.org>
7750
7751         [BZ #14308]
7752         [BZ #12994]
7753         [BZ #13651]
7754         * resolv/res_query.c (__libc_res_nsearch): Return if at least
7755         one response is valid.
7756         * resolv/res_send.c (send_dg): Check for validity of other
7757         response if the current response is a referral.
7758
7759 2014-04-29  Steve Ellcey  <sellcey@mips.com>
7760
7761         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
7762
7763 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
7764
7765         [BZ #16823]
7766         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
7767         Always divide by positive zero when computing -Inf result.
7768         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
7769         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
7770
7771 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7772
7773         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
7774         FPSCR if value do not change.
7775         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
7776         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
7777         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
7778         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
7779         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
7780         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
7781         function.
7782
7783 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
7784
7785         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
7786         * sysdeps/unix/sysv/linux/hppa: Move directory from
7787         ports/systeps/unix/sysv/linux/hppa.
7788         * README: Update listing for hppa-*-linux-gnu.
7789
7790 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
7791
7792         [BZ #16754]
7793         * manual/stdio.texi (Hook functions): Fix types of stream hook
7794         functions.
7795         [BZ #16854]
7796         * socket/sys/socket.h: Fix typo in comment.
7797
7798 2014-04-28  Wilco  <wdijkstr@arm.com>
7799
7800         * sysdeps/arm/fenv_private.h: New file.
7801         * sysdeps/arm/math_private.h: New file.
7802         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
7803
7804 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
7805
7806         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
7807         with __int128_t.
7808         (La_x86_64_retval): Likewise.
7809
7810 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
7811
7812         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
7813         fpsr if value didn't change.
7814         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
7815         to fpcr if value didn't change.
7816         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
7817         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
7818         fpsr or fpcr if value didn't change.
7819         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
7820         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
7821         fpcr if value didn't change.
7822         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
7823         to fpsr if value didn't change.
7824
7825 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
7826
7827         * nptl/tst-sem3.c: Use test-skeleton.c
7828         (main): Rename to do_test.  Use return instead of
7829         exit.
7830         * nptl/tst-sem4.c: Use test-skeleton.c
7831         (main): Rename to do_test.
7832
7833 2014-04-22  David S. Miller  <davem@davemloft.net>
7834
7835         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
7836         (struct sigaction): New struct member __glibc_reserved0, change
7837         type of sa_flags to int.
7838
7839 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
7840
7841         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
7842         (COUNT_LEADING_ZEROS_0): Define for AArch64.
7843
7844 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
7845
7846         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
7847         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
7848
7849 2014-04-22  Will Newton  <will.newton@linaro.org>
7850             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
7851
7852         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
7853         (__longjmp): Add longjmp and longjmp_target SystemTap
7854         probes.
7855         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
7856         (__sigsetjmp): Add setjmp SystemTap probe.
7857
7858 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
7859
7860         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
7861         match manual order.
7862
7863 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7864
7865         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
7866
7867         * sysdeps/powerpc/fpu/fenv_private.h
7868         (libc_feholdexcept_setroundl_ctx): Define to
7869         libc_feholdexcept_setround_ppc_ctx.
7870         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
7871         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
7872         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
7873         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
7874
7875 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
7876
7877         * sysdeps/aarch64/math-tests.h: New file.
7878
7879 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
7880
7881         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
7882         New.
7883         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
7884         Check and set bit_AVX2_Usable.
7885         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
7886         macro.
7887         (bit_AVX2): Likewise.
7888         (index_AVX2_Usable): Likewise.
7889         (CPUID_AVX2): Likewise.
7890         (HAS_AVX2): Likewise.
7891
7892 2014-04-17  Will Newton  <will.newton@linaro.org>
7893
7894         * manual/setjmp.texi (System V contexts): Add note that
7895         calling setcontext on a context created by a call to a
7896         signal handler is undefined.  Update text to note that
7897         setcontext from a signal handler is possible but not
7898         recommended.
7899
7900         [BZ #16629]
7901         * stdlib/tst-setcontext.c: Include signal.h.
7902         (main): Check that the signal stack before and
7903         after swapcontext is the same.
7904
7905         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
7906         Re-implement to restore registers in user code and avoid
7907         rt_sigreturn system call.
7908
7909 2014-04-17  Wilco  <wdijkstr@arm.com>
7910
7911         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
7912         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
7913         * math/test-fenv.c: Skip exception trap tests on targets which only
7914         support non-stop mode.
7915
7916 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
7917             Wilco Dijkstra  <wilco.dijkstra@arm.com>
7918
7919         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
7920         (libc_feholdsetround_aarch64_ctx)
7921         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
7922         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
7923         (libc_feresetround_ctx, libc_feresetroundf_ctx)
7924         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
7925         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
7926         (libc_feresetround_noexl_ctx): Define.
7927
7928 2014-04-16  Richard Henderson  <rth@redhat.com>
7929
7930         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
7931
7932         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
7933         unwind tables.
7934
7935         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
7936         const from the non-libc, non-ldso copy.
7937
7938         * sysdeps/alpha/libm-test-ulps: Regenerate.
7939
7940 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
7941             Wilco Dijkstra  <wilco.dijkstra@arm.com>
7942
7943         * sysdeps/aarch64/fpu/math_private.h: New file.
7944
7945 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
7946
7947         * sysdeps/aarch64/libm-test-ulps: Regenerate.
7948
7949 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
7950
7951         [BZ #16275]
7952         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
7953         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
7954         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
7955         Intel MPX bound registers before _dl_profile_fixup.
7956         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
7957         registers after _dl_profile_fixup.  Save and restore bound
7958         registers bnd0/bnd1 when calling _dl_call_pltexit.
7959         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
7960         (LR_BND_OFFSET): Likewise.
7961         (LRV_BND0_OFFSET): Likewise.
7962         (LRV_BND1_OFFSET): Likewise.
7963
7964 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7965
7966         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
7967         to...
7968         * sysdeps/mach/hurd/i386/tls.h: ... here.
7969         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
7970         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
7971         fields.
7972
7973 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7974
7975         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
7976
7977 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
7978
7979         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
7980
7981 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
7982
7983         [BZ #14770]
7984         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
7985         * sysdeps/s390/configure: Regenerate.
7986
7987         [BZ #16824]
7988         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
7989         Set round-to-nearest internally to reduce error accumulation.
7990
7991 2014-04-16  Alan Modra  <amodra@gmail.com>
7992
7993         [BZ #16740]
7994         [BZ #16619]
7995         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
7996         * math/libm-test.inc (frexp_test_data): Add tests.
7997         * NEWS: Update fixed bug list.
7998
7999 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
8000
8001         * benchtests/Makefile: Depend on libraries in build directory.
8002         (bench-math): Separate out math tests.
8003         (bench-pthread): Separate out pthread tests.
8004         (bench): Include math and pthread tests.
8005
8006 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
8007
8008         [BZ #16831]
8009         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
8010         _dl_debug_initialize.
8011
8012         * configure.ac: Remove SELinux header check.
8013         * configure: Regenerate.
8014         * nscd/selinux.c (perms): Array of const char* to permission names.
8015         (nscd_request_avc_has_perm): Call security_deny_unknown to find
8016         default policy. Call string_to_security_class and string_to_av_perm to
8017         translate strings. Enforce default policy and call avs_has_perm with
8018         results of translated strings.
8019
8020 2014-04-13  David S. Miller  <davem@davemloft.net>
8021
8022         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8023
8024 2014-04-12  Allan McRae  <allan@archlinux.org>
8025
8026         [BZ #16838]
8027         * manual/string.texi (Collation Functions): Fix qsort argument
8028         order in example.
8029         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
8030
8031 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
8032
8033         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
8034         Make the test a no-op if there are no exceptions defined.
8035
8036 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
8037
8038         * elf/Makefile (tests): make tst-dlopen-aout conditional on
8039         enable-hardcoded-path-in-tests
8040
8041 2014-04-11  Will Newton  <will.newton@linaro.org>
8042
8043         * benchtests/Makefile (extra-objs): Add json-lib.o.
8044         (bench-func): Tidy up JSON output.
8045         * benchtests/bench-skeleton.c: Include json-lib.h.
8046         (main): Use JSON library functions to do output of
8047         benchmark results.
8048         * benchtests/bench-timing-type.c (main): Output the
8049         timing type simply, leaving formatting to the user.
8050         * benchtests/json-lib.c: New file.
8051         * benchtests/json-lib.h: Likewise.
8052
8053 2014-04-11  Torvald Riegel  <triegel@redhat.com>
8054
8055         [BZ #15215]
8056         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
8057         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
8058         memory barriers.  Add comments.
8059         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
8060         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
8061         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
8062         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
8063         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
8064         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
8065
8066 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
8067
8068         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
8069         * sysdeps/s390/s390-64/configure.ac: ... this ...
8070         * sysdeps/s390/configure.ac: ... to here.
8071         * sysdeps/s390/s390-32/configure: Delete file.
8072         * sysdeps/s390/s390-64/configure: Delete file.
8073         * sysdeps/s390/configure: Regenerate.
8074
8075 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
8076
8077         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
8078
8079 2014-04-11  Will Newton  <will.newton@linaro.org>
8080
8081         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
8082         to zero if it is not defined elsewhere.  (mtrim): Test
8083         the value of MALLOC_DEBUG with #if rather than #ifdef.
8084
8085 2014-04-10 Torvald Riegel  <triegel@redhat.com>
8086
8087         * benchtests/pthread_once-inputs: New file.
8088         * benchtests/pthread_once-source.c: New file.
8089         * benchtests/README: Update documentation.
8090
8091 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
8092             H.J. Lu  <hongjiu.lu@intel.com>
8093
8094         [BZ #16275]
8095         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
8096         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
8097         * sysdeps/x86_64/configure: Regenerated.
8098         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
8099         macro.
8100         (REGISTER_SAVE_RAX): Likewise.
8101         (REGISTER_SAVE_RCX): Likewise.
8102         (REGISTER_SAVE_RDX): Likewise.
8103         (REGISTER_SAVE_RSI): Likewise.
8104         (REGISTER_SAVE_RDI): Likewise.
8105         (REGISTER_SAVE_R8): Likewise.
8106         (REGISTER_SAVE_R9): Likewise.
8107         (REGISTER_SAVE_BND0): Likewise.
8108         (REGISTER_SAVE_BND1): Likewise.
8109         (REGISTER_SAVE_BND2): Likewise.
8110         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
8111         bound registers when calling _dl_fixup.
8112
8113 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8114
8115         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
8116         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
8117         of its definition.
8118         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
8119         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
8120         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
8121         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
8122         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
8123         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
8124         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
8125
8126 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
8127
8128         [BZ #15514]
8129         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
8130         pathconf(_PC_NAME_MAX).
8131
8132 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8133
8134         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
8135         Remove macro usage.
8136         (__PTHREAD_SPINS): Move definition to ...
8137         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
8138         (__PTHREAD_SPINS): ... here.
8139         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
8140         (__PTHREAD_SPIN): Likewise.
8141         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
8142         (__PTHREAD_SPIN): Likewise.
8143         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
8144         (__PTHREAD_SPIN): Likewise.
8145         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
8146         (__PTHREAD_SPIN): Likewise.
8147         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8148         (__PTHREAD_SPIN): Likewise.
8149         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8150         (__PTHREAD_SPIN): Likewise.
8151         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
8152         (__PTHREAD_SPIN): Likewise.
8153         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8154         (__PTHREAD_SPIN): Likewise.
8155         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8156         (__PTHREAD_SPIN): Likewise.
8157         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8158         (__PTHREAD_SPIN): Likewise.
8159         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8160         (__PTHREAD_SPIN): Likewise.
8161         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
8162         (__PTHREAD_SPIN): Likewise.
8163
8164         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
8165         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
8166         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
8167         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
8168         imply folder.
8169         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
8170         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
8171         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
8172         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
8173         correct imply path.
8174         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
8175         strlen symbol for non multi-arch builds.
8176         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
8177         missing hidden_def and weak_alias.
8178
8179 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
8180
8181         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
8182
8183 2014-04-07  Will Newton  <will.newton@linaro.org>
8184
8185         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
8186         and contents.  [!_LIBC] Remove #ifndef and contents.
8187         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
8188         * string/memccpy.c (__memccpy): Use ANSI prototype.
8189         * string/memfrob.c (memfrob): Likewise.
8190         * string/strcoll.c (STRCOLL): Likewise.
8191         * string/strlen.c (strlen): Likewise.
8192         * string/strtok.c (STRTOK): Likewise.
8193         * string/strcat.c: Remove unused #include of memcopy.h.
8194         (strcat): Use ANSI prototype.
8195         * string/strchr.c: Remove unused #include of memcopy.h.
8196         (strchr): Use ANSI prototype.
8197         * string/strcmp.c: Remove unused #include of memcopy.h.
8198         (strcmp): Use ANSI prototype.
8199         * string/strcpy.c: Remove unused #include of memcopy.h.
8200         (strcpy): Use ANSI prototype.
8201
8202 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8203
8204         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
8205         * config.make.in (config-extra-cppflags): Set it from
8206         libc_extra_cppflags.
8207         * configure.ac (libc_extra_cflags): Make it accumulate over
8208         configure fragments.
8209         (libc_extra_cppflags): New flag.
8210         * configure. Regenerate.
8211         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
8212         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
8213         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
8214         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
8215
8216         [BZ #16815]
8217         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
8218         result for FE_DOWNWARD rounding mode.
8219         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
8220         Likewise.
8221         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8222
8223 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
8224
8225         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
8226         in function argument name.
8227
8228 2014-04-03  David Svoboda  <svoboda@cert.org>
8229
8230         [BZ #5666]
8231         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
8232         explicitly.
8233
8234 2014-04-03  Roland McGrath  <roland@hack.frob.com>
8235
8236         * elf/dl-unmap-segments.h: New file.
8237         * sysdeps/generic/ldsodefs.h
8238         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
8239         * elf/dl-close.c: Include <dl-unmap-segments.h>.
8240         * elf/dl-fptr.c: Likewise.
8241         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
8242         * sysdeps/aarch64/tlsdesc.c: Likewise.
8243         * sysdeps/arm/tlsdesc.c: Likewise.
8244         * sysdeps/i386/tlsdesc.c: Likewise.
8245         * sysdeps/tile/dl-runtime.c: Likewise.
8246         * sysdeps/x86_64/tlsdesc.c: Likewise.
8247         * elf/dl-load.h: New file.
8248         * elf/dl-load.c: Include it.
8249         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
8250         Macros moved to dl-load.h.
8251         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
8252         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
8253         Use _dl_unmap_segments in place of __munmap.
8254         Break out segment-mapping loop into ...
8255         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
8256
8257 2014-04-03  Will Newton  <will.newton@linaro.org>
8258
8259         * elf/dl-lookup.c (do_lookup_x): Remove comment
8260         referring to nested function and move variable
8261         declarations down to before first use.
8262
8263 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
8264
8265         [BZ #16799]
8266         [BZ #16800]
8267         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
8268         with 0 numerator.
8269         * math/s_catanf.c (__catanf): Likewise.
8270         * math/s_catanh.c (__catanh): Likewise.
8271         * math/s_catanhf.c (__catanhf): Likewise.
8272         * math/s_catanhl.c (__catanhl): Likewise.
8273         * math/s_catanl.c (__catanl): Likewise.
8274         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
8275         by positive zero when computing -Inf result.
8276         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
8277         (catanh_test): Likewise.
8278         * sysdeps/i386/fpu/libm-test-ulps: Update.
8279         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8280
8281         [BZ #16789]
8282         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
8283         instead of using underflowing value in computing result.
8284         * math/s_clog10.c (__clog10): Likewise.
8285         * math/s_clog10f.c (__clog10f): Likewise.
8286         * math/s_clog10l.c (__clog10l): Likewise.
8287         * math/s_clogf.c (__clogf): Likewise.
8288         * math/s_clogl.c (__clogl): Likewise.
8289         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
8290         (clog10_test): Likewise.
8291         * sysdeps/i386/fpu/libm-test-ulps: Update.
8292         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8293
8294 2014-04-02  Alan Modra  <amodra@gmail.com>
8295
8296         [BZ #16739]
8297         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
8298         output when value is near a power of two.  Use int64_t for lx and
8299         remove casts.  Use decimal rather than hex exponent constants.
8300         Don't use long double multiplication when double will suffice.
8301         * math/libm-test.inc (nextafter_test_data): Add tests.
8302         * NEWS: Add 16739 and 16786 to bug list.
8303
8304         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
8305
8306         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
8307
8308 2014-04-01  Will Newton  <will.newton@linaro.org>
8309
8310         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
8311         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
8312
8313 2014-04-01  Florian Weimer  <fweimer@redhat.com>
8314
8315         [BZ #13347]
8316         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
8317         * nptl/tst-setuid2.c: New file.
8318         * nptl/Makefile (xtests): Add tst-setuid2.
8319
8320 2014-04-01  Alan Modra  <amodra@gmail.com>
8321
8322         [BZ #16786]
8323         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
8324
8325 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
8326
8327         [BZ #6803]
8328         [BZ #6804]
8329         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
8330         set errno as appropriate.
8331         * math/w_scalbf.c (__scalbf): Likewise.
8332         * math/w_scalbl.c (__scalbl): Likewise.
8333         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
8334         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
8335         * math/libm-test.inc (scalb_test_data): Add errno expectations.
8336         Add more NaN tests.
8337
8338         [BZ #16349]
8339         * math/w_atan2.c: Include <errno.h>.
8340         (__atan2): Set errno for result underflowing to zero.
8341         * math/w_atan2f.c: Include <errno.h>.
8342         (__atan2f): Set errno for result underflowing to zero.
8343         * math/w_atan2l.c: Include <errno.h>.
8344         (__atan2l): Set errno for result underflowing to zero.
8345         * math/auto-libm-test-in: Don't allow missing errno for some atan2
8346         tests.
8347         * math/auto-libm-test-out: Regenerated.
8348
8349 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8350
8351         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
8352         Encode instruction correctly in little endian.
8353         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
8354         Likewise.
8355         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
8356         Likewise.
8357         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
8358         Likewise.
8359         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
8360         Likewise.
8361
8362 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
8363
8364         [BZ #9894]
8365         * sysdeps/unix/sysv/linux/kernel-features.h
8366         [__sparc__ && !__arch64__ && !__sparc_v9__]
8367         (__ASSUME_SET_ROBUST_LIST): Do not define.
8368         [__sparc__ && !__arch64__ && !__sparc_v9__]
8369         (__ASSUME_FUTEX_LOCK_PI): Likewise.
8370         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
8371         Likewise.
8372         * sysdeps/unix/sysv/linux/arm/kernel-features.h
8373         (__ASSUME_FUTEX_LOCK_PI): Undefine.
8374         (__ASSUME_REQUEUE_PI): Likewise.
8375         (__ASSUME_SET_ROBUST_LIST): Likewise.
8376         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
8377         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
8378         Undefine.
8379         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8380         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
8381         Likewise.
8382         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
8383         Likewise.
8384         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
8385         Likewise.
8386         * sysdeps/unix/sysv/linux/mips/kernel-features.h
8387         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
8388         Undefine.
8389         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
8390         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
8391         Likewise.
8392
8393         [BZ #16648]
8394         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8395         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
8396         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
8397
8398 2014-03-31  Will Newton  <will.newton@linaro.org>
8399
8400         * benchtests/Makefile (bench): Add ffs and ffsll to list
8401         of tests.
8402         * benchtests/ffs-inputs: New file.
8403         * benchtests/ffsll-inputs: Likewise.
8404
8405 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
8406
8407         [BZ #16770]
8408         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
8409         too large before casting to int.
8410         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
8411         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
8412         * math/libm-test.inc (scalb_test_data): Add more tests.
8413
8414 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
8415
8416         * benchtests/Makefile (DETAILED_OPT): New make option.
8417         (bench-func): Run benchmark program with -d if DETAILED_OPT is
8418         set.
8419         * benchtests/bench-skeleton.c: Include stdbool.h.
8420         (main): Store and print timings per input.
8421         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
8422         member to each argument value.
8423         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
8424         (_print_arg_data): Initialize per-input timing to 0.
8425
8426         * benchtests/Makefile (timing-type): New binary.
8427         (bench-clean): Also remove bench-timing-type.
8428         (bench): New target for timing-type.
8429         (bench-func): Print output in JSON format.
8430         * benchtests/bench-skeleton.c (main): Print output in JSON
8431         format.
8432         * benchtests/bench-timing-type.c: New file.
8433         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
8434         (TIMING_PRINT_STATS): Remove.
8435         * benchtests/scripts/bench.py (_print_arg_data): Store variant
8436         name separately.
8437
8438         * benchtests/bench-modf.c: Remove.
8439         * benchtests/modf-inputs: New inputs file.
8440
8441 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
8442
8443         [BZ #16362]
8444         * math/s_clog10.c (M_PI_LOG10E): New macro.
8445         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
8446         imaginary parts are 0.
8447         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
8448         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
8449         imaginary parts are 0.
8450         * math/s_clog10l.c (M_PI_LOG10El): New macro.
8451         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
8452         imaginary parts are 0.
8453         * math/libm-test.inc (clog10_test_data): Update expected results
8454         for when real and imaginary parts are 0.
8455
8456 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
8457
8458         * elf/dl-load.c: Finish conversion of __builtin_expect into
8459         __glibc_{un}likely.
8460
8461 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
8462
8463         [BZ #16348]
8464         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
8465         1+x for argument with exponent below -67.
8466         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
8467         Likewise.
8468         * math/auto-libm-test-in: Add more tests of exp.
8469         * math/auto-libm-test-out: Regenerated.
8470
8471 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8472
8473         [BZ #16759]
8474         * inet/getnetgrent_r.c (get_nonempty_val): New function.
8475         (nscd_getnetgrent): Use it.
8476
8477         [BZ #16760]
8478         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
8479         of stpcpy.
8480
8481 2014-03-27  Andi Kleen  <ak@linux.intel.com>
8482
8483         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
8484         (lll_robust_lock, lll_cond_lock, lll_timedlock)
8485         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
8486         (lll_robust_unlock): Remove out of line section. Use cfi
8487         intrinsics.
8488         (LLL_STUB_UNWIND_INFO*): Remove.
8489         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
8490         (lll_robust_lock, lll_cond_lock, lll_timedlock)
8491         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
8492         (lll_robust_unlock): Remove out of line section. Use cfi
8493         intrinsics.
8494         (LLL_STUB_UNWIND_INFO*): Remove.
8495
8496 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8497
8498         [BZ #16758]
8499         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
8500         blank values.
8501
8502 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
8503
8504         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
8505
8506 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
8507
8508         [BZ #16198]
8509         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
8510         fnstenv.
8511         * math/test-fenv-preserve.c: New file.
8512         * math/Makefile (tests): Add test-fenv-preserve.
8513
8514 2014-03-26  Will Newton <will.newton@linaro.org>
8515
8516         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
8517
8518 2014-03-25  Roland McGrath  <roland@hack.frob.com>
8519
8520         * scripts/versionlist.awk: Partition the version sets and emit all
8521         GLIBC_* (sorted) before all others (sorted).
8522
8523 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
8524
8525         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
8526         GLIBC_2.2.5 version.
8527
8528 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8529
8530         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
8531         calls.
8532
8533         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
8534         previous change.
8535
8536         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8537
8538 2014-03-25  Andreas Schwab  <schwab@suse.de>
8539
8540         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
8541         label to be used after in6ailist is initialized.
8542
8543 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8544
8545         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
8546         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
8547
8548 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
8549
8550         [BZ #16357]
8551         [BZ #16599]
8552         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
8553         min_plus_half.
8554         (fp_formats): Update initializers.
8555         (init_fp_formats): Initialize new field.
8556         (output_for_one_input_case): Allow underflow for results up to
8557         min_plus_half.
8558         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
8559         * math/auto-libm-test-in: Don't mark some underflows from asin and
8560         atanh as spurious.
8561         * math/auto-libm-test-out: Regenerated.
8562         * sysdeps/i386/fpu/libm-test-ulps: Update.
8563         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8564
8565 2014-03-25  Andreas Schwab  <schwab@suse.de>
8566
8567         * libio/Makefile (tst-ftell-partial-wide-ENV)
8568         (tst-ftell-active-handler-ENV): Define.
8569
8570 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
8571
8572         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
8573
8574 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
8575
8576         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
8577
8578 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
8579
8580         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
8581         * sysdeps/x86_64/fpu/multiarch/e_exp.c
8582         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
8583
8584 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
8585
8586         [BZ #16634]
8587         * elf/dl-load.c (open_verify): Add mode parameter.
8588         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
8589         (open_path): Change from boolean 'secure' to complete flag 'mode'
8590         (_dl_map_object): Adjust.
8591         * elf/Makefile (tests): Add tst-dlopen-aout.
8592         * elf/tst-dlopen-aout.c: New test.
8593
8594 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
8595
8596         [BZ #16714]
8597         * sysdeps/unix/sysv/linux/s390/bits/stat.h
8598         (struct stat): Rename member pad0 to __glibc_reserved0.
8599
8600         [BZ #16712]
8601         * sysdeps/s390/s390-32/bits/wordsize.h
8602         (__WORDSIZE32_SIZE_ULONG): New define.
8603         * sysdeps/s390/s390-64/bits/wordsize.h
8604         (__WORDSIZE32_SIZE_ULONG): Likewise.
8605         * sysdeps/generic/stdint.h (SIZE_MAX):
8606         Define as UL if __WORDSIZE32_SIZE_ULONG.
8607
8608         [BZ #16713]
8609         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
8610         (__glibc_reserved0): New variable.
8611         (sa_flags): Change type to int.
8612
8613         * posix/Makefile (before-compile): Use += before-compile instead
8614         of a :=.
8615
8616         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
8617         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
8618
8619 2014-03-20  Andreas Schwab  <schwab@suse.de>
8620
8621         [BZ #16743]
8622         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
8623         non-matching result from nscd.
8624
8625 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
8626
8627         * scripts/bench.py: Moved to ...
8628         * benchtests/scripts/bench.py: ... here.
8629         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
8630
8631 2014-03-24  Andreas Schwab  <schwab@suse.de>
8632
8633         [BZ #16002]
8634         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
8635         alloca_account and account alloca use for struct in6ailist.
8636
8637 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
8638
8639         [BZ #16284]
8640         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
8641         rounding mode to recompute results that overflow to infinity or
8642         underflow to zero.
8643         * math/auto-libm-test-in: Don't mark tests as expected to fail for
8644         bug 16284.
8645         * math/auto-libm-test-out: Regenerated.
8646         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
8647         (ccosh_test): Likewise.
8648         (csin_test_data): Use plus_oflow.
8649         (csin_test): Use ALL_RM_TEST.
8650         (csinh_test_data): Use plus_oflow.
8651         (csinh_test): Use ALL_RM_TEST.
8652         * sysdeps/i386/fpu/libm-test-ulps: Update.
8653         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8654
8655 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
8656
8657         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
8658         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
8659         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
8660
8661         [BZ #16731]
8662         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
8663         when x - 1 is zero.
8664         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
8665         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
8666         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
8667         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
8668         argument is 1.
8669         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
8670         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
8671         zero.
8672         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
8673         * sysdeps/i386/fpu/libm-test-ulps: Update.
8674         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8675
8676 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
8677
8678         * scripts/bench.pl: Remove file.
8679         * scripts/bench.py: New benchmark script.
8680         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
8681         * benchtests/README: Mention python dependency.
8682         * scripts/pylintrc: New file.
8683         * scripts/pylint: New file.
8684
8685         * bits/mathdef.h: Use #ifdef instead of #if.
8686         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
8687         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8688         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
8689         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8690         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
8691         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8692
8693 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8694             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8695
8696         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
8697         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
8698         and strpbrk-ppc64 objects.
8699         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8700         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
8701         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
8702         multiarch strpbrk for POWER7.
8703         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
8704         multiarch strpbrk for PPC64.
8705         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
8706         ifunc selector.
8707         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
8708         strpbrk for POWER7.
8709
8710 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
8711
8712         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
8713         (atan_test): Likewise.
8714         (atanh_test_data): Use NO_TEST_INLINE for two tests.
8715         (atanh_test): Use ALL_RM_TEST.
8716         (atan2_test_data): Likewise.
8717         (cabs_test): Likewise.
8718         (cacosh_test): Likewise.
8719         (carg_test): Likewise.
8720         (casin_test): Likewise.
8721         (casinh_test): Likewise.
8722         (cbrt_test): Likewise.
8723         (csqrt_test): Likewise.
8724         (erf_test): Likewise.
8725         (erfc_test): Likewise.
8726         (pow10_test): Likewise.
8727         (exp2_test): Likewise.
8728         (hypot_test): Likewise.
8729         (j0_test): Likewise.
8730         (j1_test): Likewise.
8731         (lgamma_test): Likewise.
8732         (gamma_test): Likewise.
8733         (sincos_test): Likewise.
8734         (tanh_test): Likewise.
8735         (y0_test): Likewise.
8736         (y1_test): Likewise.
8737         * sysdeps/i386/fpu/libm-test-ulps: Update.
8738         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8739
8740 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8741
8742         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
8743         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
8744         and strcspn-ppc64 objects.
8745         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8746         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
8747         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
8748         multiarch strcspn for POWER7.
8749         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
8750         multiarch strcspn for PPC64.
8751         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
8752         ifunc selector.
8753         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
8754         strcspn for POWER7.
8755
8756 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
8757
8758         * math/gen-libm-test.pl (generate_testfile): Expect only function
8759         name as argument to AUTO_TESTS_* and pass results for all rounding
8760         modes to parse_args.
8761         (parse_auto_input): Separate inputs of automatic tests from
8762         outputs before storing in %auto_tests.
8763         * math/libm-test.inc (acos_test_data): Update call to
8764         AUTO_TESTS_f_f.
8765         (acos_test): Use ALL_RM_TEST.
8766         (acos_tonearest_test_data): Remove.
8767         (acos_test_tonearest): Likewise.
8768         (acos_towardzero_test_data): Likewise.
8769         (acos_test_towardzero): Likewise.
8770         (acos_downward_test_data): Likewise.
8771         (acos_test_downward): Likewise.
8772         (acos_upward_test_data): Likewise.
8773         (acos_test_upward): Likewise.
8774         (acosh_test_data): Update call to AUTO_TESTS_f_f.
8775         (asin_test_data): Likewise.
8776         (asin_test): Use ALL_RM_TEST.
8777         (asin_tonearest_test_data): Remove.
8778         (asin_test_tonearest): Likewise.
8779         (asin_towardzero_test_data): Likewise.
8780         (asin_test_towardzero): Likewise.
8781         (asin_downward_test_data): Likewise.
8782         (asin_test_downward): Likewise.
8783         (asin_upward_test_data): Likewise.
8784         (asin_test_upward): Likewise.
8785         (asinh_test_data): Update call to AUTO_TESTS_f_f.
8786         (atan_test_data): Likewise.
8787         (atanh_test_data): Likewise.
8788         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
8789         (cabs_test_data): Update call to AUTO_TESTS_c_f.
8790         (carg_test_data): Likewise.
8791         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
8792         (ccos_test_data): Update call to AUTO_TESTS_c_c.
8793         (ccosh_test_data): Likewise.
8794         (cexp_test_data): Likewise.
8795         (clog_test_data): Likewise.
8796         (clog10_test_data): Likewise.
8797         (cos_test_data): Update call to AUTO_TESTS_f_f.
8798         (cos_test): Use ALL_RM_TEST.
8799         (cos_tonearest_test_data): Remove.
8800         (cos_test_tonearest): Likewise.
8801         (cos_towardzero_test_data): Likewise.
8802         (cos_test_towardzero): Likewise.
8803         (cos_downward_test_data): Likewise.
8804         (cos_test_downward): Likewise.
8805         (cos_upward_test_data): Likewise.
8806         (cos_test_upward): Likewise.
8807         (cosh_test_data): Update call to AUTO_TESTS_f_f.
8808         (cosh_test): Use ALL_RM_TEST.
8809         (cosh_tonearest_test_data): Remove.
8810         (cosh_test_tonearest): Likewise.
8811         (cosh_towardzero_test_data): Likewise.
8812         (cosh_test_towardzero): Likewise.
8813         (cosh_downward_test_data): Likewise.
8814         (cosh_test_downward): Likewise.
8815         (cosh_upward_test_data): Likewise.
8816         (cosh_test_upward): Likewise.
8817         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
8818         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
8819         (ctan_test_data): Likewise.
8820         (ctan_test): Use ALL_RM_TEST.
8821         (ctan_tonearest_test_data): Remove.
8822         (ctan_test_tonearest): Likewise.
8823         (ctan_towardzero_test_data): Likewise.
8824         (ctan_test_towardzero): Likewise.
8825         (ctan_downward_test_data): Likewise.
8826         (ctan_test_downward): Likewise.
8827         (ctan_upward_test_data): Likewise.
8828         (ctan_test_upward): Likewise.
8829         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
8830         (ctanh_test): Use ALL_RM_TEST.
8831         (ctanh_tonearest_test_data): Remove.
8832         (ctanh_test_tonearest): Likewise.
8833         (ctanh_towardzero_test_data): Likewise.
8834         (ctanh_test_towardzero): Likewise.
8835         (ctanh_downward_test_data): Likewise.
8836         (ctanh_test_downward): Likewise.
8837         (ctanh_upward_test_data): Likewise.
8838         (ctanh_test_upward): Likewise.
8839         (erf_test_data): Update call to AUTO_TESTS_f_f.
8840         (erfc_test_data): Likewise.
8841         (exp_test_data): Likewise.
8842         (exp_test): Use ALL_RM_TEST.
8843         (exp_tonearest_test_data): Remove.
8844         (exp_test_tonearest): Likewise.
8845         (exp_towardzero_test_data): Likewise.
8846         (exp_test_towardzero): Likewise.
8847         (exp_downward_test_data): Likewise.
8848         (exp_test_downward): Likewise.
8849         (exp_upward_test_data): Likewise.
8850         (exp_test_upward): Likewise.
8851         (exp10_test_data): Update call to AUTO_TESTS_f_f.
8852         (exp10_test): Use ALL_RM_TEST.
8853         (exp10_tonearest_test_data): Remove.
8854         (exp10_test_tonearest): Likewise.
8855         (exp10_towardzero_test_data): Likewise.
8856         (exp10_test_towardzero): Likewise.
8857         (exp10_downward_test_data): Likewise.
8858         (exp10_test_downward): Likewise.
8859         (exp10_upward_test_data): Likewise.
8860         (exp10_test_upward): Likewise.
8861         (exp2_test_data): Update call to AUTO_TESTS_f_f.
8862         (expm1_test_data): Likewise.
8863         (expm1_test): Use ALL_RM_TEST.
8864         (expm1_tonearest_test_data): Remove.
8865         (expm1_test_tonearest): Likewise.
8866         (expm1_towardzero_test_data): Likewise.
8867         (expm1_test_towardzero): Likewise.
8868         (expm1_downward_test_data): Likewise.
8869         (expm1_test_downward): Likewise.
8870         (expm1_upward_test_data): Likewise.
8871         (expm1_test_upward): Likewise.
8872         (fma_test_data): Update call to AUTO_TESTS_fff_f.
8873         (fma_test): Use ALL_RM_TEST.
8874         (fma_towardzero_test_data): Remove.
8875         (fma_test_towardzero): Likewise.
8876         (fma_downward_test_data): Likewise.
8877         (fma_test_downward): Likewise.
8878         (fma_upward_test_data): Likewise.
8879         (fma_test_upward): Likewise.
8880         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
8881         (j0_test_data): Update call to AUTO_TESTS_f_f.
8882         (j1_test_data): Likewise.
8883         (jn_test_data): Update call to AUTO_TESTS_if_f.
8884         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
8885         (log_test_data): Update call to AUTO_TESTS_f_f.
8886         (log10_test_data): Likewise.
8887         (log1p_test_data): Likewise.
8888         (log2_test_data): Likewise.
8889         (pow_test_data): Update call to AUTO_TESTS_ff_f.
8890         (pow_tonearest_test_data): Likewise.
8891         (sin_test_data): Update call to AUTO_TESTS_f_f.
8892         (sin_test): Use ALL_RM_TEST.
8893         (sin_tonearest_test_data): Remove.
8894         (sin_test_tonearest): Likewise.
8895         (sin_towardzero_test_data): Likewise.
8896         (sin_test_towardzero): Likewise.
8897         (sin_downward_test_data): Likewise.
8898         (sin_test_downward): Likewise.
8899         (sin_upward_test_data): Likewise.
8900         (sin_test_upward): Likewise.
8901         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
8902         (sinh_test_data): Update call to AUTO_TESTS_f_f.
8903         (sinh_test): Use ALL_RM_TEST.
8904         (sinh_tonearest_test_data): Remove.
8905         (sinh_test_tonearest): Likewise.
8906         (sinh_towardzero_test_data): Likewise.
8907         (sinh_test_towardzero): Likewise.
8908         (sinh_downward_test_data): Likewise.
8909         (sinh_test_downward): Likewise.
8910         (sinh_upward_test_data): Likewise.
8911         (sinh_test_upward): Likewise.
8912         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
8913         (sqrt_test): Use ALL_RM_TEST.
8914         (sqrt_tonearest_test_data): Remove.
8915         (sqrt_test_tonearest): Likewise.
8916         (sqrt_towardzero_test_data): Likewise.
8917         (sqrt_test_towardzero): Likewise.
8918         (sqrt_downward_test_data): Likewise.
8919         (sqrt_test_downward): Likewise.
8920         (sqrt_upward_test_data): Likewise.
8921         (sqrt_test_upward): Likewise.
8922         (tan_test_data): Update call to AUTO_TESTS_f_f.
8923         (tan_test): Use ALL_RM_TEST.
8924         (tan_tonearest_test_data): Remove.
8925         (tan_test_tonearest): Likewise.
8926         (tan_towardzero_test_data): Likewise.
8927         (tan_test_towardzero): Likewise.
8928         (tan_downward_test_data): Likewise.
8929         (tan_test_downward): Likewise.
8930         (tan_upward_test_data): Likewise.
8931         (tan_test_upward): Likewise.
8932         (tanh_test_data): Update call to AUTO_TESTS_f_f.
8933         (tgamma_test_data): Likewise.
8934         (y0_test_data): Likewise.
8935         (y1_test_data): Likewise.
8936         (yn_test_data): Update call to AUTO_TESTS_if_f.
8937         (main): Do not call removed functions.
8938
8939 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
8940
8941         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
8942         (ldexp_test_data): Remove.
8943         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
8944         scalbn_test_data.
8945         (scalb_test): Use ALL_RM_TEST.
8946
8947 2014-03-19  Andreas Schwab  <schwab@suse.de>
8948
8949         * nscd/nscd.service: Also invalidate netgroup cache on reload.
8950
8951 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
8952
8953         [BZ #16649]
8954         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
8955         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
8956         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
8957         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8958         (__ASSUME_PREADV): Undefine.
8959         (__ASSUME_PWRITEV): Likewise.
8960
8961 2014-03-18  Roland McGrath  <roland@hack.frob.com>
8962
8963         * bits/mman-linux.h: Add comment about non-Linux use.
8964         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
8965         bits/mman-linux.h resting place.
8966
8967         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
8968         * bits/mman-linux.h: ... here.
8969
8970 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8971
8972         * conform/conformtest.pl: Add standard definition when calling C
8973         preprocessor on data files.
8974         (checknamespace): Remove unused variable.
8975
8976 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
8977
8978         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
8979         minus_oflow, plus_uflow and minus_uflow in expected results.
8980         * math/libm-test.inc (scalbn_test_data): Add more tests of
8981         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
8982         minus_uflow.
8983         (scalbn_test): Use ALL_RM_TEST.
8984         (scalbln_test_data): Add more tests of negative arguments.  Use
8985         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
8986         (scalbln_test): Use ALL_RM_TEST.
8987
8988 2014-03-18  Roland McGrath  <roland@hack.frob.com>
8989
8990         * scripts/abilist.awk: Ignore symbols marked with .hidden.
8991
8992 2014-03-18  Will Newton  <will.newton@linaro.org>
8993
8994         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
8995         inaccurate comment.
8996
8997 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
8998
8999         * Makerules [!subdir] (check-abi): Exit with error status if a
9000         test failed.
9001
9002 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
9003
9004         * math/libm-test.inc (nearbyint_test_data): Include all tests used
9005         for rint.  Include results for all rounding modes.
9006         (nearbyint_test): Use ALL_RM_TEST.
9007         (rint_test_data): Include all tests used for nearbyint.
9008
9009 2014-03-17  Will Newton  <will.newton@linaro.org>
9010
9011         * nptl/sysdeps/pthread/pthread.h: Revert previous
9012         change.
9013
9014         * sysdeps/generic/ldsodefs.h: Revert previous
9015         change.
9016
9017         * libio/genops.c: Revert previous change.
9018         * libio/libioP.h: Likewise.
9019         * stdio-common/vfprintf.c: Likewise.
9020
9021         * sysdeps/generic/math_private.h: Revert previous
9022         change.
9023
9024         * sysdeps/generic/math_private.h: Check whether
9025         HAVE_RM_CTX is defined with #ifdef rather
9026         than #if.
9027
9028         * argp/argp-fmtstream.h: Check whether
9029         __STRICT_ANSI__ is defined with #ifdef rather
9030         than #if.
9031         * argp/argp.h: Likewise.
9032
9033         * libio/genops.c: Check whether
9034         _IO_JUMPS_OFFSET is defined with #ifdef rather
9035         than #if.
9036         * libio/libioP.h: Likewise.
9037         * stdio-common/vfprintf.c: Likewise.
9038
9039         * sysdeps/generic/ldsodefs.h: Check whether
9040         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
9041         than #if.
9042
9043         * nptl/sysdeps/pthread/pthread.h: Check
9044         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
9045         its value.
9046
9047 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
9048
9049         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
9050         setting O_APPEND.
9051         * libio/tst-ftell-active-handler.c (do_append_test): Add a
9052         test case.
9053
9054         [BZ #16680]
9055         * libio/fileops.c (_IO_file_open): Seek to end of file but
9056         don't cache the offset.
9057         (get_file_offset): Remove function.
9058         (do_ftell): Use cached offset when available.
9059         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
9060         don't cache the offset.
9061         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
9062         case.
9063         (do_one_test): Call it.
9064         (do_ftell_test): Fix up expected old offset for a+ mode.
9065         * libio/wfileops.c (do_ftell_wide): Used cached offset when
9066         available.
9067
9068         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
9069         up test status with function return status.
9070         (do_write_test): Likewise.
9071         (do_append_test): Likewise.
9072
9073         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
9074         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
9075         Remove.
9076
9077 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
9078
9079         * math/gen-libm-test.pl (parse_args): Handle results specified for
9080         each rounding mode separately.
9081         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
9082         tests and results from lrint_tonearest_test_data,
9083         lrint_towardzero_test_data, lrint_downward_test_data and
9084         lrint_upward_test_data.
9085         (lrint_test): Use ALL_RM_TEST.
9086         (lrint_tonearest_test_data): Remove.
9087         (lrint_test_tonearest): Likewise.
9088         (lrint_towardzero_test_data): Likewise.
9089         (lrint_test_towardzero): Likewise.
9090         (lrint_downward_test_data): Likewise.
9091         (lrint_test_downward): Likewise.
9092         (lrint_upward_test_data): Likewise.
9093         (lrint_test_upward): Likewise.
9094         (llrint_test_data): Merge in per-rounding-mode tests and results
9095         from llrint_tonearest_test_data, llrint_towardzero_test_data,
9096         llrint_downward_test_data and llrint_upward_test_data.
9097         (llrint_test): Use ALL_RM_TEST.
9098         (llrint_tonearest_test_data): Remove.
9099         (llrint_test_tonearest): Likewise.
9100         (llrint_towardzero_test_data): Likewise.
9101         (llrint_test_towardzero): Likewise.
9102         (llrint_downward_test_data): Likewise.
9103         (llrint_test_downward): Likewise.
9104         (llrint_upward_test_data): Likewise.
9105         (llrint_test_upward): Likewise.
9106         (rint_test_data): Merge in per-rounding-mode tests and results
9107         from rint_tonearest_test_data, rint_towardzero_test_data,
9108         rint_downward_test_data and rint_upward_test_data.  Add
9109         per-rounding-mode results for tests not in those arrays.
9110         (rint_test): Use ALL_RM_TEST.
9111         (rint_tonearest_test_data): Remove.
9112         (rint_test_tonearest): Likewise.
9113         (rint_towardzero_test_data): Likewise.
9114         (rint_test_towardzero): Likewise.
9115         (rint_downward_test_data): Likewise.
9116         (rint_test_downward): Likewise.
9117         (rint_upward_test_data): Likewise.
9118         (rint_test_upward): Likewise.
9119         (main): Don't call removed functions.
9120
9121 2014-03-14  Roland McGrath  <roland@hack.frob.com>
9122
9123         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
9124         "Compiled on ..." crapola.  It is anti-useful.
9125
9126 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
9127
9128         * scripts/evaluate-test.sh: Handle fourth argument to determine
9129         whether test run should stop on failure.
9130         * Makeconfig (stop-on-test-failure): New variable.
9131         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
9132         $(stop-on-test-failure).
9133         * Makefile (tests): Give a summary of results from testing and
9134         exit with failure status if they include an ERROR or FAIL.
9135         (xtests): Likewise.
9136         * manual/install.texi (Configuring and compiling): Mention
9137         stop-on-test-failure=y.
9138         * INSTALL: Regenerated.
9139
9140 2014-03-14  Roland McGrath  <roland@hack.frob.com>
9141
9142         * scripts/versionlist.awk: New file.
9143         * Makerules [$(build-shared) = yes]
9144         (postclean-generated): Add Versions.def, not Versions.def.v and
9145         Versions.def.v.i.
9146         ($(common-objpfx)Versions.def.v.i): Target removed.
9147         ($(common-objpfx)Versions.def): New target.
9148         ($(common-objpfx)Versions.all): Depend on that rather that
9149         $(common-objpfx)Versions.def.v.
9150         * Versions.def: File removed.
9151
9152         * Makeconfig (+gccwarn): Add -Wundef.
9153         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
9154         a dl-sysdep.h breaking its contract.
9155         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
9156         * include/stackinfo.h: New file.
9157         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
9158         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
9159         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
9160         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
9161         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
9162         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
9163         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9164         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9165         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9166         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9167         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9168         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
9169         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9170         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9171         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9172
9173 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9174
9175         [BZ #16707]
9176         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
9177         implementation.
9178         * math/libm-test.inc (round_test_data): Add more tests.
9179
9180         [BZ #16706]
9181         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
9182         implementation.
9183         * math/libm-test.inc (nearbyint_test_data): Add more tests.
9184
9185         [BZ #16701]
9186         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
9187         implementation.
9188         * math/libm-test.inc (ceil_test_data): Add more tests.
9189
9190         * math/libm-test.inc (trunc_test_data): Add more tests related to
9191         BZ#16414.
9192
9193 2014-03-14  Roland McGrath  <roland@hack.frob.com>
9194
9195         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
9196         with #if rather than #ifdef.
9197         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
9198
9199 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
9200
9201         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
9202         first.  Disable AVX-512 GCC support if assembler doesn't support
9203         it.
9204         * sysdeps/x86_64/configure: Regenerated.
9205
9206 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
9207
9208         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
9209         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
9210         (__old_pthread_attr_setstack): Likewise.
9211         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
9212         [!_STACK_GROWS_DOWN]: Likewise.
9213
9214 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
9215
9216         * config.make.in (have-bash2): Delete.
9217         * configure.ac (libc_cv_have_bash2): Delete.
9218         * configure: Regenerate.
9219         * elf/Makefile (common-ldd-rewrite): Rename to ...
9220         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
9221         (sh-ldd-rewrite): Delete.
9222         (bash-ldd-rewrite): Delete.
9223         (have-bash2): Delete checks.
9224         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
9225         ldd-rewrite.
9226
9227         * config.make.in (have-ksh): Delete.
9228         (KSH): Delete.
9229         * configure.ac (libc_cv_have_ksh): Delete.
9230         * configure: Regenerate.
9231
9232         * elf/Makefile: Delete $(have-ksh) check.
9233         ($(objpfx)sotruss): Change KSH to BASH.
9234         * elf/sotruss.ksh: Rename to ...
9235         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
9236         function style to match POSIX.  Drop ksh vim mode setting.
9237
9238         * manual/time.texi (Specifying the Time Zone with TZ): Change
9239         Tuesday to Thursday.
9240
9241         * debug/tst-longjmp_chk2.c: Update header comment.
9242         (stackoverflow_handler): Add comment.  Call assert on pass value.
9243
9244 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
9245
9246         [BZ #16194]
9247         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
9248         (HAVE_AVX512_ASM_SUPPORT): Likewise.
9249         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
9250         (La_x86_64_vector): Add zmm.
9251         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
9252         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
9253         ($(objpfx)tst-audit10): New target.
9254         ($(objpfx)tst-audit10.out): Likewise.
9255         (tst-audit10-ENV): New.
9256         (AVX512-CFLAGS): Likewise.
9257         (CFLAGS-tst-audit10.c): Likewise.
9258         (CFLAGS-tst-auditmod10a.c): Likewise.
9259         (CFLAGS-tst-auditmod10b.c): Likewise.
9260         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
9261         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
9262         * sysdeps/x86_64/configure: Regenerated.
9263         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
9264         AVX-512 zmm register support.
9265         (_dl_x86_64_save_sse): Likewise.
9266         (_dl_x86_64_restore_sse): Likewise.
9267         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
9268         size vector registers.
9269         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
9270         (ZMM_SIZE): Likewise.
9271         * sysdeps/x86_64/tst-audit10.c: New file.
9272         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
9273         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
9274
9275 2014-03-13  Roland McGrath  <roland@hack.frob.com>
9276
9277         * configure.ac (HAVE_EHDR_START): New check.
9278         * configure: Regenerated.
9279         * config.h.in (HAVE_EHDR_START): New #undef.
9280         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
9281         assuming the lowest-addressed segment maps the start of the file.
9282
9283 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
9284
9285         * INSTALL: Regenerated.
9286
9287 2014-03-13  Will Newton  <will.newton@linaro.org>
9288
9289         * manual/setjmp.texi (System V contexts): Improve
9290         clarity and grammar of documentation.
9291
9292 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
9293
9294         [BZ #16381]
9295         * elf/Makefile (tests): Add tst-pie2.
9296         (tests-pie): Add tst-pie2.
9297         * elf/tst-pie2.c: New file.
9298         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
9299         for ET_EXEC.
9300         * elf/rtld.c (map_doit): Load executable as lt_executable.
9301         (dl_main): Likewise.
9302
9303 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
9304
9305         [BZ #16642]
9306         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9307         (__ASSUME_PSELECT): Undefine.
9308
9309 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9310
9311         [BZ #16689]
9312         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
9313         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
9314         static build.
9315         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
9316         selector for static builds.
9317
9318 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
9319
9320         [BZ #16695]
9321         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
9322         key in the buffer.
9323
9324 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9325
9326         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
9327         IFUNC selector for static builds.
9328
9329 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
9330
9331         * sysdeps/mips/math_private.h [__mips_hard_float]
9332         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
9333         libc_feresetround_mips_ctx.
9334         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
9335         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
9336         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
9337
9338         [BZ #16677]
9339         * math/s_nextafter.c (__nextafter): Do not return value from
9340         overflowing computation.
9341         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
9342         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
9343         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
9344         Likewise.
9345         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
9346         Likewise.
9347         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
9348         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
9349
9350 2014-03-11  Roland McGrath  <roland@hack.frob.com>
9351
9352         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
9353         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
9354         Move sfi_sp use from the load-multiple (that no longer sets sp) to
9355         the new mov targetting sp.
9356
9357 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9358
9359         [BZ #16683]
9360         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
9361         Define it for static builds as well.
9362         (NO_BZERO_IMPL): Likewise.
9363
9364 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9365
9366         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
9367         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
9368         multiarch strspn for PPC64.
9369         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
9370         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
9371         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9372         (__libc_ifunc_impl_list): Likewise.
9373         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
9374         multiarch optimizations
9375         * string/strspn.c (strspn): Using macro to redefine symbol name.
9376
9377 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9378             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9379
9380         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
9381         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
9382         multiarch strncat for PPC64.
9383         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
9384         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
9385         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9386         (__libc_ifunc_impl_list): Likewise.
9387         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
9388         multiarch optimizations
9389
9390 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
9391
9392         [BZ #16639]
9393         * nscd/nscd.service: Make service type forking.
9394
9395 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9396
9397         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
9398         sign in non default rounding modes.
9399         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
9400
9401 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
9402
9403         * math/libm-test.inc (ALL_RM_TEST): New macro.
9404         (ceil_test): Use ALL_RM_TEST.
9405         (cimag_test): Likewise.
9406         (conj_test): Likewise.
9407         (copysign_test): Likewise.
9408         (cproj_test): Likewise.
9409         (creal_test): Likewise.
9410         (fabs_test): Likewise.
9411         (floor_test): Likewise.
9412         (fmax_test): Likewise.
9413         (fmin_test): Likewise.
9414         (fmod_test): Likewise.
9415         (fpclassify_test): Likewise.
9416         (frexp_test): Likewise.
9417         (ilogb_test): Likewise.
9418         (isfinite_test): Likewise.
9419         (finite_test): Likewise.
9420         (isgreater_test): Likewise.
9421         (isgreaterequal_test): Likewise.
9422         (isinf_test): Likewise.
9423         (isless_test): Likewise.
9424         (islessequal_test): Likewise.
9425         (islessgreater_test): Likewise.
9426         (isnan_test): Likewise.
9427         (isnormal_test): Likewise.
9428         (issignaling_test): Likewise.
9429         (isunordered_test): Likewise.
9430         (logb_test): Likewise.
9431         (logb_downward_test_data): Remove.
9432         (logb_test_downward): Likewise.
9433         (lround_test): Use ALL_RM_TEST.
9434         (llround_test): Likewise.
9435         (modf_test): Likewise.
9436         (nexttoward_test): Likewise.
9437         (remainder_test): Likewise.
9438         (drem_test): Likewise.
9439         (remainder_tonearest_test_data): Likewise.
9440         (remainder_test_tonearest): Likewise.
9441         (drem_test_tonearest): Likewise.
9442         (remainder_towardzero_test_data): Likewise.
9443         (remainder_test_towardzero): Likewise.
9444         (drem_test_towardzero): Likewise.
9445         (remainder_downward_test_data): Likewise.
9446         (remainder_test_downward): Likewise.
9447         (drem_test_downward): Likewise.
9448         (remainder_upward_test_data): Likewise.
9449         (remainder_test_upward): Likewise.
9450         (drem_test_upward): Likewise.
9451         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
9452         (round_test): Use ALL_RM_TEST.
9453         (signbit_test): Likewise.
9454         (trunc_test): Likewise.
9455         (significand_test): Likewise.
9456         (main): Don't call removed functions.
9457
9458 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
9459
9460         [BZ #16674]
9461         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
9462         || __USE_XOPEN2K8].
9463         (ILL_ILLOPN): Likewise.
9464         (ILL_ILLADR): Likewise.
9465         (ILL_ILLTRP): Likewise.
9466         (ILL_PRVOPC): Likewise.
9467         (ILL_PRVREG): Likewise.
9468         (ILL_COPROC): Likewise.
9469         (ILL_BADSTK): Likewise.
9470         (FPE_INTDIV): Likewise.
9471         (FPE_INTOVF): Likewise.
9472         (FPE_FLTDIV): Likewise.
9473         (FPE_FLTOVF): Likewise.
9474         (FPE_FLTUND): Likewise.
9475         (FPE_FLTRES): Likewise.
9476         (FPE_FLTINV): Likewise.
9477         (FPE_FLTSUB): Likewise.
9478         (SEGV_MAPERR): Likewise.
9479         (SEGV_ACCERR): Likewise.
9480         (BUS_ADRALN): Likewise.
9481         (BUS_ADRERR): Likewise.
9482         (BUS_OBJERR): Likewise.
9483         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9484         (TRAP_TRACE): Likewise.
9485         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9486         __USE_XOPEN2K8].
9487         (CLD_KILLED): Likewise.
9488         (CLD_DUMPED): Likewise.
9489         (CLD_TRAPPED): Likewise.
9490         (CLD_STOPPED): Likewise.
9491         (CLD_CONTINUED): Likewise.
9492         (POLL_IN): Likewise.
9493         (POLL_OUT): Likewise.
9494         (POLL_MSG): Likewise.
9495         (POLL_ERR): Likewise.
9496         (POLL_PRI): Likewise.
9497         (POLL_HUP): Likewise.
9498         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
9499         Likewise.
9500         (ILL_ILLOPN): Likewise.
9501         (ILL_ILLADR): Likewise.
9502         (ILL_ILLTRP): Likewise.
9503         (ILL_PRVOPC): Likewise.
9504         (ILL_PRVREG): Likewise.
9505         (ILL_COPROC): Likewise.
9506         (ILL_BADSTK): Likewise.
9507         (FPE_INTDIV): Likewise.
9508         (FPE_INTOVF): Likewise.
9509         (FPE_FLTDIV): Likewise.
9510         (FPE_FLTOVF): Likewise.
9511         (FPE_FLTUND): Likewise.
9512         (FPE_FLTRES): Likewise.
9513         (FPE_FLTINV): Likewise.
9514         (FPE_FLTSUB): Likewise.
9515         (SEGV_MAPERR): Likewise.
9516         (SEGV_ACCERR): Likewise.
9517         (BUS_ADRALN): Likewise.
9518         (BUS_ADRERR): Likewise.
9519         (BUS_OBJERR): Likewise.
9520         (BUS_MCEERR_AR): Likewise.
9521         (BUS_MCEERR_AO): Likewise.
9522         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9523         (TRAP_TRACE): Likewise.
9524         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9525         __USE_XOPEN2K8].
9526         (CLD_KILLED): Likewise.
9527         (CLD_DUMPED): Likewise.
9528         (CLD_TRAPPED): Likewise.
9529         (CLD_STOPPED): Likewise.
9530         (CLD_CONTINUED): Likewise.
9531         (POLL_IN): Likewise.
9532         (POLL_OUT): Likewise.
9533         (POLL_MSG): Likewise.
9534         (POLL_ERR): Likewise.
9535         (POLL_PRI): Likewise.
9536         (POLL_HUP): Likewise.
9537         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
9538         (ILL_ILLOPN): Likewise.
9539         (ILL_ILLADR): Likewise.
9540         (ILL_ILLTRP): Likewise.
9541         (ILL_PRVOPC): Likewise.
9542         (ILL_PRVREG): Likewise.
9543         (ILL_COPROC): Likewise.
9544         (ILL_BADSTK): Likewise.
9545         (FPE_INTDIV): Likewise.
9546         (FPE_INTOVF): Likewise.
9547         (FPE_FLTDIV): Likewise.
9548         (FPE_FLTOVF): Likewise.
9549         (FPE_FLTUND): Likewise.
9550         (FPE_FLTRES): Likewise.
9551         (FPE_FLTINV): Likewise.
9552         (FPE_FLTSUB): Likewise.
9553         (SEGV_MAPERR): Likewise.
9554         (SEGV_ACCERR): Likewise.
9555         (BUS_ADRALN): Likewise.
9556         (BUS_ADRERR): Likewise.
9557         (BUS_OBJERR): Likewise.
9558         (BUS_MCEERR_AR): Likewise.
9559         (BUS_MCEERR_AO): Likewise.
9560         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9561         (TRAP_TRACE): Likewise.
9562         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9563         __USE_XOPEN2K8].
9564         (CLD_KILLED): Likewise.
9565         (CLD_DUMPED): Likewise.
9566         (CLD_TRAPPED): Likewise.
9567         (CLD_STOPPED): Likewise.
9568         (CLD_CONTINUED): Likewise.
9569         (POLL_IN): Likewise.
9570         (POLL_OUT): Likewise.
9571         (POLL_MSG): Likewise.
9572         (POLL_ERR): Likewise.
9573         (POLL_PRI): Likewise.
9574         (POLL_HUP): Likewise.
9575         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
9576         Likewise.
9577         (ILL_ILLOPN): Likewise.
9578         (ILL_ILLADR): Likewise.
9579         (ILL_ILLTRP): Likewise.
9580         (ILL_PRVOPC): Likewise.
9581         (ILL_PRVREG): Likewise.
9582         (ILL_COPROC): Likewise.
9583         (ILL_BADSTK): Likewise.
9584         (ILL_BADIADDR): Likewise.
9585         (ILL_BREAK): Likewise.
9586         (FPE_INTDIV): Likewise.
9587         (FPE_INTOVF): Likewise.
9588         (FPE_FLTDIV): Likewise.
9589         (FPE_FLTOVF): Likewise.
9590         (FPE_FLTUND): Likewise.
9591         (FPE_FLTRES): Likewise.
9592         (FPE_FLTINV): Likewise.
9593         (FPE_FLTSUB): Likewise.
9594         (FPE_DECOVF): Likewise.
9595         (FPE_DECDIV): Likewise.
9596         (FPE_DECERR): Likewise.
9597         (FPE_INVASC): Likewise.
9598         (FPE_INVDEC): Likewise.
9599         (SEGV_MAPERR): Likewise.
9600         (SEGV_ACCERR): Likewise.
9601         (SEGV_PSTKOVF): Likewise.
9602         (BUS_ADRALN): Likewise.
9603         (BUS_ADRERR): Likewise.
9604         (BUS_OBJERR): Likewise.
9605         (BUS_MCEERR_AR): Likewise.
9606         (BUS_MCEERR_AO): Likewise.
9607         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9608         (TRAP_TRACE): Likewise.
9609         (TRAP_BRANCH): Likewise.
9610         (TRAP_HWBKPT): Likewise.
9611         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9612         __USE_XOPEN2K8].
9613         (CLD_KILLED): Likewise.
9614         (CLD_DUMPED): Likewise.
9615         (CLD_TRAPPED): Likewise.
9616         (CLD_STOPPED): Likewise.
9617         (CLD_CONTINUED): Likewise.
9618         (POLL_IN): Likewise.
9619         (POLL_OUT): Likewise.
9620         (POLL_MSG): Likewise.
9621         (POLL_ERR): Likewise.
9622         (POLL_PRI): Likewise.
9623         (POLL_HUP): Likewise.
9624         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
9625         (ILL_ILLOPN): Likewise.
9626         (ILL_ILLADR): Likewise.
9627         (ILL_ILLTRP): Likewise.
9628         (ILL_PRVOPC): Likewise.
9629         (ILL_PRVREG): Likewise.
9630         (ILL_COPROC): Likewise.
9631         (ILL_BADSTK): Likewise.
9632         (FPE_INTDIV): Likewise.
9633         (FPE_INTOVF): Likewise.
9634         (FPE_FLTDIV): Likewise.
9635         (FPE_FLTOVF): Likewise.
9636         (FPE_FLTUND): Likewise.
9637         (FPE_FLTRES): Likewise.
9638         (FPE_FLTINV): Likewise.
9639         (FPE_FLTSUB): Likewise.
9640         (SEGV_MAPERR): Likewise.
9641         (SEGV_ACCERR): Likewise.
9642         (BUS_ADRALN): Likewise.
9643         (BUS_ADRERR): Likewise.
9644         (BUS_OBJERR): Likewise.
9645         (BUS_MCEERR_AR): Likewise.
9646         (BUS_MCEERR_AO): Likewise.
9647         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9648         (TRAP_TRACE): Likewise.
9649         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9650         __USE_XOPEN2K8].
9651         (CLD_KILLED): Likewise.
9652         (CLD_DUMPED): Likewise.
9653         (CLD_TRAPPED): Likewise.
9654         (CLD_STOPPED): Likewise.
9655         (CLD_CONTINUED): Likewise.
9656         (POLL_IN): Likewise.
9657         (POLL_OUT): Likewise.
9658         (POLL_MSG): Likewise.
9659         (POLL_ERR): Likewise.
9660         (POLL_PRI): Likewise.
9661         (POLL_HUP): Likewise.
9662         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
9663         (ILL_ILLOPN): Likewise.
9664         (ILL_ILLADR): Likewise.
9665         (ILL_ILLTRP): Likewise.
9666         (ILL_PRVOPC): Likewise.
9667         (ILL_PRVREG): Likewise.
9668         (ILL_COPROC): Likewise.
9669         (ILL_BADSTK): Likewise.
9670         (FPE_INTDIV): Likewise.
9671         (FPE_INTOVF): Likewise.
9672         (FPE_FLTDIV): Likewise.
9673         (FPE_FLTOVF): Likewise.
9674         (FPE_FLTUND): Likewise.
9675         (FPE_FLTRES): Likewise.
9676         (FPE_FLTINV): Likewise.
9677         (FPE_FLTSUB): Likewise.
9678         (SEGV_MAPERR): Likewise.
9679         (SEGV_ACCERR): Likewise.
9680         (BUS_ADRALN): Likewise.
9681         (BUS_ADRERR): Likewise.
9682         (BUS_OBJERR): Likewise.
9683         (BUS_MCEERR_AR): Likewise.
9684         (BUS_MCEERR_AO): Likewise.
9685         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9686         (TRAP_TRACE): Likewise.
9687         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9688         __USE_XOPEN2K8].
9689         (CLD_KILLED): Likewise.
9690         (CLD_DUMPED): Likewise.
9691         (CLD_TRAPPED): Likewise.
9692         (CLD_STOPPED): Likewise.
9693         (CLD_CONTINUED): Likewise.
9694         (POLL_IN): Likewise.
9695         (POLL_OUT): Likewise.
9696         (POLL_MSG): Likewise.
9697         (POLL_ERR): Likewise.
9698         (POLL_PRI): Likewise.
9699         (POLL_HUP): Likewise.
9700         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
9701         (ILL_ILLOPN): Likewise.
9702         (ILL_ILLADR): Likewise.
9703         (ILL_ILLTRP): Likewise.
9704         (ILL_PRVOPC): Likewise.
9705         (ILL_PRVREG): Likewise.
9706         (ILL_COPROC): Likewise.
9707         (ILL_BADSTK): Likewise.
9708         (FPE_INTDIV): Likewise.
9709         (FPE_INTOVF): Likewise.
9710         (FPE_FLTDIV): Likewise.
9711         (FPE_FLTOVF): Likewise.
9712         (FPE_FLTUND): Likewise.
9713         (FPE_FLTRES): Likewise.
9714         (FPE_FLTINV): Likewise.
9715         (FPE_FLTSUB): Likewise.
9716         (SEGV_MAPERR): Likewise.
9717         (SEGV_ACCERR): Likewise.
9718         (BUS_ADRALN): Likewise.
9719         (BUS_ADRERR): Likewise.
9720         (BUS_OBJERR): Likewise.
9721         (BUS_MCEERR_AR): Likewise.
9722         (BUS_MCEERR_AO): Likewise.
9723         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9724         (TRAP_TRACE): Likewise.
9725         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9726         __USE_XOPEN2K8].
9727         (CLD_KILLED): Likewise.
9728         (CLD_DUMPED): Likewise.
9729         (CLD_TRAPPED): Likewise.
9730         (CLD_STOPPED): Likewise.
9731         (CLD_CONTINUED): Likewise.
9732         (POLL_IN): Likewise.
9733         (POLL_OUT): Likewise.
9734         (POLL_MSG): Likewise.
9735         (POLL_ERR): Likewise.
9736         (POLL_PRI): Likewise.
9737         (POLL_HUP): Likewise.
9738         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
9739         (ILL_ILLOPN): Likewise.
9740         (ILL_ILLADR): Likewise.
9741         (ILL_ILLTRP): Likewise.
9742         (ILL_PRVOPC): Likewise.
9743         (ILL_PRVREG): Likewise.
9744         (ILL_COPROC): Likewise.
9745         (ILL_BADSTK): Likewise.
9746         (ILL_DBLFLT): Likewise.
9747         (ILL_HARDWALL): Likewise.
9748         (FPE_INTDIV): Likewise.
9749         (FPE_INTOVF): Likewise.
9750         (FPE_FLTDIV): Likewise.
9751         (FPE_FLTOVF): Likewise.
9752         (FPE_FLTUND): Likewise.
9753         (FPE_FLTRES): Likewise.
9754         (FPE_FLTINV): Likewise.
9755         (FPE_FLTSUB): Likewise.
9756         (SEGV_MAPERR): Likewise.
9757         (SEGV_ACCERR): Likewise.
9758         (BUS_ADRALN): Likewise.
9759         (BUS_ADRERR): Likewise.
9760         (BUS_OBJERR): Likewise.
9761         (BUS_MCEERR_AR): Likewise.
9762         (BUS_MCEERR_AO): Likewise.
9763         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9764         (TRAP_TRACE): Likewise.
9765         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9766         __USE_XOPEN2K8].
9767         (CLD_KILLED): Likewise.
9768         (CLD_DUMPED): Likewise.
9769         (CLD_TRAPPED): Likewise.
9770         (CLD_STOPPED): Likewise.
9771         (CLD_CONTINUED): Likewise.
9772         (POLL_IN): Likewise.
9773         (POLL_OUT): Likewise.
9774         (POLL_MSG): Likewise.
9775         (POLL_ERR): Likewise.
9776         (POLL_PRI): Likewise.
9777         (POLL_HUP): Likewise.
9778         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
9779         (ILL_ILLOPN): Likewise.
9780         (ILL_ILLADR): Likewise.
9781         (ILL_ILLTRP): Likewise.
9782         (ILL_PRVOPC): Likewise.
9783         (ILL_PRVREG): Likewise.
9784         (ILL_COPROC): Likewise.
9785         (ILL_BADSTK): Likewise.
9786         (FPE_INTDIV): Likewise.
9787         (FPE_INTOVF): Likewise.
9788         (FPE_FLTDIV): Likewise.
9789         (FPE_FLTOVF): Likewise.
9790         (FPE_FLTUND): Likewise.
9791         (FPE_FLTRES): Likewise.
9792         (FPE_FLTINV): Likewise.
9793         (FPE_FLTSUB): Likewise.
9794         (SEGV_MAPERR): Likewise.
9795         (SEGV_ACCERR): Likewise.
9796         (BUS_ADRALN): Likewise.
9797         (BUS_ADRERR): Likewise.
9798         (BUS_OBJERR): Likewise.
9799         (BUS_MCEERR_AR): Likewise.
9800         (BUS_MCEERR_AO): Likewise.
9801         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9802         (TRAP_TRACE): Likewise.
9803         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9804         __USE_XOPEN2K8].
9805         (CLD_KILLED): Likewise.
9806         (CLD_DUMPED): Likewise.
9807         (CLD_TRAPPED): Likewise.
9808         (CLD_STOPPED): Likewise.
9809         (CLD_CONTINUED): Likewise.
9810         (POLL_IN): Likewise.
9811         (POLL_OUT): Likewise.
9812         (POLL_MSG): Likewise.
9813         (POLL_ERR): Likewise.
9814         (POLL_PRI): Likewise.
9815         (POLL_HUP): Likewise.
9816         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
9817         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
9818
9819         [BZ #16670]
9820         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
9821         before #include of <time.h>.
9822         [!__USE_XOPEN2K] (__need_timespec): Likewise.
9823         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
9824         (test-xfail-UNIX98/sched.h/conform): Likewise.
9825
9826 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9827
9828         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
9829         error absence of trapping exception support.
9830         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
9831
9832 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
9833
9834         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
9835         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
9836         * timezone/Makefile (testdata): Move definition above include of
9837         Rules.
9838         (test-zones): New variable.
9839         (tests-special): Add zone files.
9840         (build-testdata): Use $(evaluate-test).
9841
9842         * elf/Makefile (tests-special): Rename tests to end with .out.
9843         ($(objpfx)noload-mem): Likewise.
9844         ($(objpfx)tst-leaks1-mem): Likewise.
9845         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
9846         * iconv/Makefile (xtests-special): Change test-iconvconfig to
9847         $(objpfx)test-iconvconfig.out.
9848         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
9849         set -e inside subshell and redirect output to file.
9850         * iconvdata/Makefile (generated): Rename tests to end with .out.
9851         Correct type.
9852         (tests-special): Rename tests to end with .out.
9853         ($(objpfx)mtrace-tst-loading): Likewise.
9854         * intl/Makefile (generated): Likewise.
9855         (tests-special): Likewise.
9856         ($(objpfx)mtrace-tst-gettext): Likewise.
9857         * misc/Makefile (generated): Likewise.
9858         (tests-special): Likewise.
9859         ($(objpfx)tst-error1-mem): Likewise.
9860         * nptl/Makefile (tests-special): Likewise.
9861         ($(objpfx)tst-stack3-mem): Likewise.
9862         (generated): Likewise.
9863         * posix/Makefile (generated): Likewise.
9864         (tests-special): Likewise.
9865         (xtests-special): Likewise.
9866         ($(objpfx)tst-fnmatch-mem): Likewise.
9867         ($(objpfx)bug-regex2-mem): Likewise.
9868         ($(objpfx)bug-regex14-mem): Likewise.
9869         ($(objpfx)bug-regex21-mem): Likewise.
9870         ($(objpfx)bug-regex31-mem): Likewise.
9871         ($(objpfx)tst-vfork3-mem): Likewise.
9872         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
9873         ($(objpfx)tst-pcre-mem): Likewise.
9874         ($(objpfx)tst-boost-mem): Likewise.
9875         ($(objpfx)bug-ga2-mem): Likewise.
9876         ($(objpfx)bug-glob2-mem): Likewise.
9877         * resolv/Makefile (generate): Likewise.
9878         (tests-special): Likewise.
9879         (xtests-special): Likewise.
9880         (generated): Likewise.
9881         ($(objpfx)mtrace-tst-leaks): Likewise.
9882         ($(objpfx)mtrace-tst-leaks2): Likewise.
9883
9884         * scripts/merge-test-results.sh: New file.
9885         * Makefile (tests-special-notdir): New variable.
9886         (tests): Run merge-test-results.sh.
9887         (xtests): Likewise.
9888         * Rules (tests-special-notdir): New variable.
9889         (xtests-special-notdir): Likewise.
9890         (tests): Run merge-test-results.sh
9891         (xtests): Likewise.
9892
9893         * Makeconfig (test-xfail-name): New variable.
9894         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
9895         compute variable name for expected failures.
9896         * conform/Makefile (conformtest-headers-data): New variable.
9897         (conformtest-standards): Likewise.
9898         (conformtest-headers-ISO): Likewise.
9899         (conformtest-headers-ISO99): Likewise.
9900         (conformtest-headers-ISO11): Likewise.
9901         (conformtest-headers-POSIX): Likewise.
9902         (conformtest-headers-XPG3): Likewise.
9903         (conformtest-headers-XPG4): Likewise.
9904         (conformtest-headers-UNIX98): Likewise.
9905         (conformtest-headers-XOPEN2K): Likewise.
9906         (conformtest-headers-POSIX2008): Likewise.
9907         (conformtest-headers-XOPEN2K8): Likewise.
9908         (conformtest-header-list-base): Likewise.
9909         (conformtest-header-list-tests): Likewise.
9910         (conformtest-header-base): Likewise.
9911         (conformtest-header-tests): Likewise.
9912         (tests-special): Add $(conformtest-header-list-tests).  If
9913         [$(fast-check) && !$(cross-compiling)], add
9914         $(conformtest-header-tests) instead of
9915         $(objpfx)run-conformtest.out.
9916         (generated): Add $(conformtest-header-list-base).  If
9917         [$(fast-check) && !$(cross-compiling)], add
9918         $(conformtest-header-base).  Remove previous setting.
9919         ($(conformtest-header-list-tests)): New target.
9920         (test-xfail-run-conformtest): Remove variable.
9921         ($(objpfx)run-conformtest.out): Remove target.
9922         (test-xfail-ISO11/complex.h/conform): New variable.
9923         (test-xfail-ISO11/stdalign.h/conform): Likewise.
9924         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
9925         (test-xfail-XPG3/varargs.h/conform): Likewise.
9926         (test-xfail-XPG4/varargs.h/conform): Likewise.
9927         (test-xfail-UNIX98/varargs.h/conform): Likewise.
9928         (test-xfail-XPG4/ndbm.h/conform): Likewise.
9929         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
9930         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
9931         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
9932         (test-xfail-XPG3/fcntl.h/conform): Likewise.
9933         (test-xfail-XPG3/ftw.h/conform): Likewise.
9934         (test-xfail-XPG3/grp.h/conform): Likewise.
9935         (test-xfail-XPG3/langinfo.h/conform): Likewise.
9936         (test-xfail-XPG3/limits.h/conform): Likewise.
9937         (test-xfail-XPG3/pwd.h/conform): Likewise.
9938         (test-xfail-XPG3/search.h/conform): Likewise.
9939         (test-xfail-XPG3/signal.h/conform): Likewise.
9940         (test-xfail-XPG3/stdio.h/conform): Likewise.
9941         (test-xfail-XPG3/stdlib.h/conform): Likewise.
9942         (test-xfail-XPG3/string.h/conform): Likewise.
9943         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
9944         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
9945         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
9946         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
9947         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
9948         (test-xfail-XPG3/sys/types.h/conform): Likewise.
9949         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
9950         (test-xfail-XPG3/termios.h/conform): Likewise.
9951         (test-xfail-XPG3/time.h/conform): Likewise.
9952         (test-xfail-XPG3/unistd.h/conform): Likewise.
9953         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
9954         (test-xfail-XPG4/fcntl.h/conform): Likewise.
9955         (test-xfail-XPG4/langinfo.h/conform): Likewise.
9956         (test-xfail-XPG4/netdb.h/conform): Likewise.
9957         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
9958         (test-xfail-XPG4/signal.h/conform): Likewise.
9959         (test-xfail-XPG4/stdio.h/conform): Likewise.
9960         (test-xfail-XPG4/stdlib.h/conform): Likewise.
9961         (test-xfail-XPG4/stropts.h/conform): Likewise.
9962         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
9963         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
9964         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
9965         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
9966         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
9967         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
9968         (test-xfail-XPG4/sys/time.h/conform): Likewise.
9969         (test-xfail-XPG4/sys/types.h/conform): Likewise.
9970         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
9971         (test-xfail-XPG4/termios.h/conform): Likewise.
9972         (test-xfail-XPG4/ucontext.h/conform): Likewise.
9973         (test-xfail-XPG4/unistd.h/conform): Likewise.
9974         (test-xfail-XPG4/utmpx.h/conform): Likewise.
9975         (test-xfail-POSIX/sched.h/conform): Likewise.
9976         (test-xfail-POSIX/signal.h/conform): Likewise.
9977         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
9978         (test-xfail-POSIX/tar.h/conform): Likewise.
9979         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
9980         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
9981         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
9982         (test-xfail-UNIX98/netdb.h/conform): Likewise.
9983         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
9984         (test-xfail-UNIX98/sched.h/conform): Likewise.
9985         (test-xfail-UNIX98/signal.h/conform): Likewise.
9986         (test-xfail-UNIX98/stdio.h/conform): Likewise.
9987         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
9988         (test-xfail-UNIX98/stropts.h/conform): Likewise.
9989         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
9990         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
9991         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
9992         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
9993         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
9994         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
9995         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
9996         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
9997         (test-xfail-UNIX98/unistd.h/conform): Likewise.
9998         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
9999         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
10000         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
10001         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
10002         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
10003         (test-xfail-XOPEN2K/math.h/conform): Likewise.
10004         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
10005         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
10006         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
10007         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
10008         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
10009         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
10010         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
10011         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
10012         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
10013         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
10014         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
10015         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
10016         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
10017         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
10018         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
10019         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
10020         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
10021         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
10022         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
10023         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
10024         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
10025         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
10026         (test-xfail-POSIX2008/signal.h/conform): Likewise.
10027         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
10028         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
10029         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
10030         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
10031         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
10032         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
10033         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
10034         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
10035         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
10036         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
10037         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
10038         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
10039         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
10040         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
10041         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
10042         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
10043         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
10044         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
10045         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
10046         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
10047         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
10048         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
10049         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
10050         (conformtest-cc-flags): Likewise.
10051         ($(conformtest-header-tests): New target.
10052         * conform/check-header-lists.sh: New file.
10053         * conform/run-conformtest.sh: Remove.
10054
10055         * conform/conformtest.pl: Allow ' and \ in values given for
10056         constants.
10057         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
10058         inclusion.
10059         [POSIX] (sys/types.h): Likewise.
10060         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
10061         inclusion.
10062         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
10063         inclusion.
10064         * conform/data/signal.h-data (SIGIO): Remove expectation.
10065         [XPG3] (SIGBUS): Do not expect.
10066         [POSIX || XPG3] (SIGPOLL): Likewise.
10067         [POSIX || XPG3] (SIGPROF): Likewise.
10068         [POSIX || XPG3] (SIGSYS): Likewise.
10069         [XPG3] (SIGTRAP): Likewise.
10070         [POSIX || XPG3] (SIGURG): Likewise.
10071         [POSIX || XPG3] (SIGVTALRM): Likewise.
10072         [POSIX || XPG3] (SIGXCPU): Likewise.
10073         [POSIX || XPG3] (SIGXFSZ): Likewise.
10074         [POSIX] (SA_SIGINFO): Expect.
10075         [XPG3] (siginfo_t): Do not expect type or contents.
10076         [POSIX] (si_pid): Do not expect element.
10077         [POSIX] (si_uid): Likewise.
10078         [POSIX] (si_addr): Likewise.
10079         [POSIX] (si_status): Likewise.
10080         [POSIX] (si_band): Likewise.
10081         [XPG4] (si_value): Likewise.
10082         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
10083         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
10084         [POSIX || XPG3] (ILL_ILLADR): Likewise.
10085         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
10086         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
10087         [POSIX || XPG3] (ILL_PRVREG): Likewise.
10088         [POSIX || XPG3] (ILL_COPROC): Likewise.
10089         [POSIX || XPG3] (ILL_BADSTK): Likewise.
10090         [POSIX || XPG3] (FPE_INTDIV): Likewise.
10091         [POSIX || XPG3] (FPE_INTOVF): Likewise.
10092         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
10093         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
10094         [POSIX || XPG3] (FPE_FLTUND): Likewise.
10095         [POSIX || XPG3] (FPE_FLTRES): Likewise.
10096         [POSIX || XPG3] (FPE_FLTINV): Likewise.
10097         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
10098         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
10099         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
10100         [POSIX || XPG3] (BUS_ADRALN): Likewise.
10101         [POSIX || XPG3] (BUS_ADRERR): Likewise.
10102         [POSIX || XPG3] (BUS_OBJERR): Likewise.
10103         [POSIX || XPG3] (CLD_EXITED): Likewise.
10104         [POSIX || XPG3] (CLD_KILLED): Likewise.
10105         [POSIX || XPG3] (CLD_DUMPED): Likewise.
10106         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
10107         [POSIX || XPG3] (CLD_STOPPED): Likewise.
10108         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
10109         [POSIX || XPG3] (POLL_IN): Likewise.
10110         [POSIX || XPG3] (POLL_OUT): Likewise.
10111         [POSIX || XPG3] (POLL_MSG): Likewise.
10112         [POSIX || XPG3] (POLL_ERR): Likewise.
10113         [POSIX || XPG3] (POLL_PRI): Likewise.
10114         [POSIX || XPG3] (POLL_HUP): Likewise.
10115         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
10116         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
10117         (SIG*): Do not allow.
10118         [XPG3] (si_*): Likewise.
10119         [XPG3] (SI_*): Likewise.
10120         [XPG3 || XPG4] (sigev_*): Likewise.
10121         [XPG3 || XPG4] (SIGEV_*): Likewise.
10122         [XPG3 || XPG4] (sival_*): Likewise.
10123         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
10124         [POSIX || XPG3] (BUS_*): Likewise.
10125         [POSIX || XPG3] (CLD_*): Likewise.
10126         [POSIX || XPG3] (FPE_*): Likewise.
10127         [POSIX || XPG3] (ILL_*): Likewise.
10128         [POSIX || XPG3] (POLL_*): Likewise.
10129         [POSIX || XPG3] (SEGV_*): Likewise.
10130         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
10131         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
10132         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
10133         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
10134         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
10135         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
10136         Specify type and value.
10137         (TVERSLEN): Likewise.
10138         (REGTYPE): Likewise.
10139         (AREGTYPE): Likewise.
10140         (LNKTYPE): Likewise.
10141         (SYMTYPE): Likewise.
10142         (CHRTYPE): Likewise.
10143         (BLKTYPE): Likewise.
10144         (DIRTYPE): Likewise.
10145         (FIFOTYPE): Likewise.
10146         (CONTTYPE): Likewise.
10147         (TSUID): Likewise.
10148         (TSGID): Likewise.
10149         (TSVTX): Likewise.
10150         (TUREAD): Likewise.
10151         (TUWRITE): Likewise.
10152         (TUEXEC): Likewise.
10153         (TGREAD): Likewise.
10154         (TGWRITE): Likewise.
10155         (TGEXEC): Likewise.
10156         (TOREAD): Likewise.
10157         (TOWRITE): Likewise.
10158         (TOEXEC): Likewise.
10159         [POSIX] (TSVTX): Expect constant.
10160
10161 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
10162
10163         * Makefile (tests): Change dependencies to ....
10164         (tests-special): ... additions to this variable.
10165         (tests): Depend on $(tests-special).
10166         * Makerules (check-abi-list): New variable.
10167         (check-abi): Depend on $(check-abi-list).
10168         [$(subdir) = elf] (tests-special): Add
10169         $(objpfx)check-abi-libc.out.
10170         [$(build-shared) = yes && subdir] (tests-special): Add
10171         $(check-abi-list).
10172         [$(build-shared) = yes && subdir] (tests): Do not depend on
10173         check-abi.
10174         * Rules (tests): Depend on $(tests-special).
10175         (xtests): Depend on $(xtests-special).
10176         * catgets/Makefile (tests): Change dependencies to ....
10177         (tests-special): ... additions to this variable.
10178         * conform/Makefile (tests): Change dependencies to ....
10179         (tests-special): ... additions to this variable.
10180         * elf/Makefile (tests): Change dependencies to ....
10181         (tests-special): ... additions to this variable.
10182         * grp/Makefile (tests): Change dependencies to ....
10183         (tests-special): ... additions to this variable.
10184         * iconv/Makefile (xtests): Change dependencies to ....
10185         (xtests-special): ... additions to this variable.
10186         * iconvdata/Makefile (tests): Change dependencies to ....
10187         (tests-special): ... additions to this variable.
10188         * intl/Makefile (tests): Change dependencies to ....
10189         (tests-special): ... additions to this variable.  Also add
10190         $(objpfx)tst-gettext.out.
10191         * io/Makefile (tests): Change dependencies to ....
10192         (tests-special): ... additions to this variable.
10193         * libio/Makefile (tests): Change dependencies to ....
10194         (tests-special): ... additions to this variable.
10195         * malloc/Makefile (tests): Change dependencies to ....
10196         (tests-special): ... additions to this variable.
10197         * misc/Makefile (tests): Change dependencies to ....
10198         (tests-special): ... additions to this variable.
10199         * nptl/Makefile (tests): Change dependencies to ....
10200         (tests-special): ... additions to this variable.
10201         * nptl_db/Makefile (tests): Change dependencies to ....
10202         (tests-special): ... additions to this variable.
10203         * posix/Makefile (tests): Change dependencies to ....
10204         (tests-special): ... additions to this variable.
10205         (xtests): Change dependencies to ....
10206         (xtests-special): ... additions to this variable.
10207         * resolv/Makefile (tests): Change dependencies to ....
10208         (tests-special): ... additions to this variable.
10209         (xtests): Change dependencies to ....
10210         (xtests-special): ... additions to this variable.
10211         * stdio-common/Makefile (tests): Change dependencies to ....
10212         (tests-special): ... additions to this variable.
10213         (do-tst-unbputc): Remove target.
10214         (do-tst-printf): Likewise.
10215         * stdlib/Makefile (tests): Change dependencies to ....
10216         (tests-special): ... additions to this variable.
10217         * string/Makefile (tests): Change dependencies to ....
10218         (tests-special): ... additions to this variable.
10219         * sysdeps/x86/Makefile (tests): Change dependencies to ....
10220         (tests-special): ... additions to this variable.
10221
10222         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
10223         whole file.
10224         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
10225         whole file.
10226         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
10227         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
10228
10229         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
10230         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
10231         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
10232         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
10233         * conform/data/libgen.h-data [XPG3]: Likewise.
10234         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
10235         * conform/data/ndbm.h-data [XPG3]: Likewise.
10236         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
10237         * conform/data/netdb.h-data [XPG3]: Likewise.
10238         * conform/data/netinet/in.h-data [XPG3]: Likewise.
10239         * conform/data/poll.h-data [XPG3]: Likewise.
10240         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
10241         * conform/data/strings.h-data [XPG3]: Likewise.
10242         * conform/data/stropts.h-data [XPG3]: Likewise.
10243         * conform/data/sys/mman.h-data [XPG3]: Likewise.
10244         * conform/data/sys/resource.h-data [XPG3]: Likewise.
10245         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
10246         Likewise.
10247         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
10248         * conform/data/sys/time.h-data [XPG3]: Likewise.
10249         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
10250         * conform/data/sys/uio.h-data [XPG3]: Likewise.
10251         * conform/data/sys/un.h-data [XPG3]: Likewise.
10252         * conform/data/syslog.h-data [XPG3]: Likewise.
10253         * conform/data/ucontext.h-data [XPG3]: Likewise.
10254         * conform/data/utmpx.h-data [XPG3]: Likewise.
10255         * conform/data/varargs.h-data [UNIX98]: Enable file.
10256
10257         * manual/Makefile (INSTALL_INFO): Remove variable setting.
10258
10259         * math/libm-test.inc (struct test_f_f_data): Move expected results
10260         into structure for each rounding mode.
10261         (struct test_ff_f_data): Likewise.
10262         (struct test_ff_f_data_nexttoward): Likewise.
10263         (struct test_fi_f_data): Likewise.
10264         (struct test_fl_f_data): Likewise.
10265         (struct test_if_f_data): Likewise.
10266         (struct test_fff_f_data): Likewise.
10267         (struct test_c_f_data): Likewise.
10268         (struct test_f_f1_data): Likewise.
10269         (struct test_fF_f1_data): Likewise.
10270         (struct test_ffI_f1_data): Likewise.
10271         (struct test_c_c_data): Likewise.
10272         (struct test_cc_c_data): Likewise.
10273         (struct test_f_i_data): Likewise.
10274         (struct test_ff_i_data): Likewise.
10275         (struct test_f_l_data): Likewise.
10276         (struct test_f_L_data): Likewise.
10277         (struct test_fFF_11_data): Likewise.
10278         (RM_): New macro.
10279         (RM_FE_DOWNWARD): Likewise.
10280         (RM_FE_TONEAREST): Likewise.
10281         (RM_FE_TOWARDZERO): Likewise.
10282         (RM_FE_UPWARD): Likewise.
10283         (RUN_TEST_LOOP_f_f): Update references to expected results.
10284         (RUN_TEST_LOOP_2_f): Likewise.
10285         (RUN_TEST_LOOP_fff_f): Likewise.
10286         (RUN_TEST_LOOP_c_f): Likewise.
10287         (RUN_TEST_LOOP_f_f1): Likewise.
10288         (RUN_TEST_LOOP_fF_f1): Likewise.
10289         (RUN_TEST_LOOP_fI_f1): Likewise.
10290         (RUN_TEST_LOOP_ffI_f1): Likewise.
10291         (RUN_TEST_LOOP_c_c): Likewise.
10292         (RUN_TEST_LOOP_cc_c): Likewise.
10293         (RUN_TEST_LOOP_f_i): Likewise.
10294         (RUN_TEST_LOOP_f_i_tg): Likewise.
10295         (RUN_TEST_LOOP_ff_i_tg): Likewise.
10296         (RUN_TEST_LOOP_f_b): Likewise.
10297         (RUN_TEST_LOOP_f_b_tg): Likewise.
10298         (RUN_TEST_LOOP_f_l): Likewise.
10299         (RUN_TEST_LOOP_f_L): Likewise.
10300         (RUN_TEST_LOOP_fFF_11): Likewise.
10301         * math/gen-libm-test.pl (parse_args): Output four copies of
10302         expected results for each test.
10303
10304         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10305         (__ASSUME_UTIMES): Remove.
10306         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10307         (__ASSUME_UTIMES): Likewise.
10308
10309         * math/gen-auto-libm-tests.c: Update comment on output format.
10310         (output_for_one_input_case): Generate before-rounding and
10311         after-rounding information as conditions on output flags not
10312         floating-point format.
10313         * math/auto-libm-test-out: Regenerated.
10314         * math/gen-libm-test.pl (cond_value): New function.
10315         (or_cond_value): Use cond_value.
10316         (generate_testfile): Handle conditional exceptions.
10317
10318 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
10319
10320         * math/libm-test.inc (max_valid_error): New variable.
10321         (init_max_error): Take new argument specifying whether function
10322         results are exactly determined.  Set max_valid_error and bound
10323         other variables for errors based on this argument.
10324         (set_max_error): Do not record results above max_valid_error.
10325         (check_float_internal): Only accept errors of up to 0.5ulps if
10326         also at most max_valid_error.
10327         (START): Take new argument EXACT and pass it to init_max_error.
10328         (acos_test): Update call to START.
10329         (acos_test_tonearest): Likewise.
10330         (acos_test_towardzero): Likewise.
10331         (acos_test_downward): Likewise.
10332         (acos_test_upward): Likewise.
10333         (acosh_test): Likewise.
10334         (asin_test): Likewise.
10335         (asin_test_tonearest): Likewise.
10336         (asin_test_towardzero): Likewise.
10337         (asin_test_downward): Likewise.
10338         (asin_test_upward): Likewise.
10339         (asinh_test): Likewise.
10340         (atan_test): Likewise.
10341         (atanh_test): Likewise.
10342         (atan2_test): Likewise.
10343         (cabs_test): Likewise.
10344         (cacos_test): Likewise.
10345         (cacosh_test): Likewise.
10346         (carg_test): Likewise.
10347         (casin_test): Likewise.
10348         (casinh_test): Likewise.
10349         (catan_test): Likewise.
10350         (catanh_test): Likewise.
10351         (cbrt_test): Likewise.
10352         (ccos_test): Likewise.
10353         (ccosh_test): Likewise.
10354         (ceil_test): Likewise.
10355         (cexp_test): Likewise.
10356         (cimag_test): Likewise.
10357         (clog_test): Likewise.
10358         (clog10_test): Likewise.
10359         (conj_test): Likewise.
10360         (copysign_test): Likewise.
10361         (cos_test): Likewise.
10362         (cos_test_tonearest): Likewise.
10363         (cos_test_towardzero): Likewise.
10364         (cos_test_downward): Likewise.
10365         (cos_test_upward): Likewise.
10366         (cosh_test): Likewise.
10367         (cosh_test_tonearest): Likewise.
10368         (cosh_test_towardzero): Likewise.
10369         (cosh_test_downward): Likewise.
10370         (cosh_test_upward): Likewise.
10371         (cpow_test): Likewise.
10372         (cproj_test): Likewise.
10373         (creal_test): Likewise.
10374         (csin_test): Likewise.
10375         (csinh_test): Likewise.
10376         (csqrt_test): Likewise.
10377         (ctan_test): Likewise.
10378         (ctan_test_tonearest): Likewise.
10379         (ctan_test_towardzero): Likewise.
10380         (ctan_test_downward): Likewise.
10381         (ctan_test_upward): Likewise.
10382         (ctanh_test): Likewise.
10383         (ctanh_test_tonearest): Likewise.
10384         (ctanh_test_towardzero): Likewise.
10385         (ctanh_test_downward): Likewise.
10386         (ctanh_test_upward): Likewise.
10387         (erf_test): Likewise.
10388         (erfc_test): Likewise.
10389         (exp_test): Likewise.
10390         (exp_test_tonearest): Likewise.
10391         (exp_test_towardzero): Likewise.
10392         (exp_test_downward): Likewise.
10393         (exp_test_upward): Likewise.
10394         (exp10_test): Likewise.
10395         (exp10_test_tonearest): Likewise.
10396         (exp10_test_towardzero): Likewise.
10397         (exp10_test_downward): Likewise.
10398         (exp10_test_upward): Likewise.
10399         (pow10_test): Likewise.
10400         (exp2_test): Likewise.
10401         (expm1_test): Likewise.
10402         (expm1_test_tonearest): Likewise.
10403         (expm1_test_towardzero): Likewise.
10404         (expm1_test_downward): Likewise.
10405         (expm1_test_upward): Likewise.
10406         (fabs_test): Likewise.
10407         (fdim_test): Likewise.
10408         (floor_test): Likewise.
10409         (fma_test): Likewise.
10410         (fma_test_towardzero): Likewise.
10411         (fma_test_downward): Likewise.
10412         (fma_test_upward): Likewise.
10413         (fmax_test): Likewise.
10414         (fmin_test): Likewise.
10415         (fmod_test): Likewise.
10416         (fpclassify_test): Likewise.
10417         (frexp_test): Likewise.
10418         (hypot_test): Likewise.
10419         (ilogb_test): Likewise.
10420         (isfinite_test): Likewise.
10421         (finite_test): Likewise.
10422         (isgreater_test): Likewise.
10423         (isgreaterequal_test): Likewise.
10424         (isinf_test): Likewise.
10425         (isless_test): Likewise.
10426         (islessequal_test): Likewise.
10427         (islessgreater_test): Likewise.
10428         (isnan_test): Likewise.
10429         (isnormal_test): Likewise.
10430         (issignaling_test): Likewise.
10431         (isunordered_test): Likewise.
10432         (j0_test): Likewise.
10433         (j1_test): Likewise.
10434         (jn_test): Likewise.
10435         (ldexp_test): Likewise.
10436         (lgamma_test): Likewise.
10437         (gamma_test): Likewise.
10438         (lrint_test): Likewise.
10439         (lrint_test_tonearest): Likewise.
10440         (lrint_test_towardzero): Likewise.
10441         (lrint_test_downward): Likewise.
10442         (lrint_test_upward): Likewise.
10443         (llrint_test): Likewise.
10444         (llrint_test_tonearest): Likewise.
10445         (llrint_test_towardzero): Likewise.
10446         (llrint_test_downward): Likewise.
10447         (llrint_test_upward): Likewise.
10448         (log_test): Likewise.
10449         (log10_test): Likewise.
10450         (log1p_test): Likewise.
10451         (log2_test): Likewise.
10452         (logb_test): Likewise.
10453         (logb_test_downward): Likewise.
10454         (lround_test): Likewise.
10455         (llround_test): Likewise.
10456         (modf_test): Likewise.
10457         (nearbyint_test): Likewise.
10458         (nextafter_test): Likewise.
10459         (nexttoward_test): Likewise.
10460         (pow_test): Likewise.
10461         (pow_test_tonearest): Likewise.
10462         (pow_test_towardzero): Likewise.
10463         (pow_test_downward): Likewise.
10464         (pow_test_upward): Likewise.
10465         (remainder_test): Likewise.
10466         (drem_test): Likewise.
10467         (remainder_test_tonearest): Likewise.
10468         (drem_test_tonearest): Likewise.
10469         (remainder_test_towardzero): Likewise.
10470         (drem_test_towardzero): Likewise.
10471         (remainder_test_downward): Likewise.
10472         (drem_test_downward): Likewise.
10473         (remainder_test_upward): Likewise.
10474         (drem_test_upward): Likewise.
10475         (remquo_test): Likewise.
10476         (rint_test): Likewise.
10477         (rint_test_tonearest): Likewise.
10478         (rint_test_towardzero): Likewise.
10479         (rint_test_downward): Likewise.
10480         (rint_test_upward): Likewise.
10481         (round_test): Likewise.
10482         (scalb_test): Likewise.
10483         (scalbn_test): Likewise.
10484         (scalbln_test): Likewise.
10485         (signbit_test): Likewise.
10486         (sin_test): Likewise.
10487         (sin_test_tonearest): Likewise.
10488         (sin_test_towardzero): Likewise.
10489         (sin_test_downward): Likewise.
10490         (sin_test_upward): Likewise.
10491         (sincos_test): Likewise.
10492         (sinh_test): Likewise.
10493         (sinh_test_tonearest): Likewise.
10494         (sinh_test_towardzero): Likewise.
10495         (sinh_test_downward): Likewise.
10496         (sinh_test_upward): Likewise.
10497         (sqrt_test): Likewise.
10498         (sqrt_test_tonearest): Likewise.
10499         (sqrt_test_towardzero): Likewise.
10500         (sqrt_test_downward): Likewise.
10501         (sqrt_test_upward): Likewise.
10502         (tan_test): Likewise.
10503         (tan_test_tonearest): Likewise.
10504         (tan_test_towardzero): Likewise.
10505         (tan_test_downward): Likewise.
10506         (tan_test_upward): Likewise.
10507         (tanh_test): Likewise.
10508         (tgamma_test): Likewise.
10509         (trunc_test): Likewise.
10510         (y0_test): Likewise.
10511         (y1_test): Likewise.
10512         (yn_test): Likewise.
10513         (significand_test): Likewise.
10514
10515         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
10516         individual tests in comment.
10517         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
10518         (prev_max_error): New variable.
10519         (prev_real_max_error): Likewise.
10520         (prev_imag_max_error): Likewise.
10521         (compare_ulp_data): Don't refer to test names in comment.
10522         (find_test_ulps): Remove function.
10523         (find_function_ulps): Likewise.
10524         (find_complex_function_ulps): Likewise.
10525         (init_max_error): Take function name as argument.  Look up ulps
10526         for that function.
10527         (print_ulps): Remove function.
10528         (print_max_error): Use prev_max_error instead of calling
10529         find_function_ulps.
10530         (print_complex_max_error): Use prev_real_max_error and
10531         prev_imag_max_error instead of calling find_complex_function_ulps.
10532         (check_float_internal): Take max_ulp parameter instead of calling
10533         find_test_ulps.  Don't call print_ulps.
10534         (check_float): Update call to check_float_internal.
10535         (check_complex): Update calls to check_float_internal.
10536         (START): Pass argument to init_max_error.
10537         * math/gen-libm-test.pl (%results): Don't include "kind"
10538         information.
10539         (parse_ulps): Don't handle ulps of individual tests.
10540         (print_ulps_file): Likewise.
10541         (output_ulps): Likewise.
10542         * math/README.libm-test: Update.
10543         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
10544         individual tests.
10545         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
10546         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
10547         * sysdeps/arm/libm-test-ulps: Likewise.
10548         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
10549         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
10550         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
10551         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
10552         * sysdeps/microblaze/libm-test-ulps: Likewise.
10553         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
10554         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
10555         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
10556         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
10557         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
10558         * sysdeps/sh/libm-test-ulps: Likewise.
10559         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
10560         * sysdeps/tile/libm-test-ulps: Likewise.
10561         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10562
10563 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
10564
10565         * math/libm-test.inc (print_complex_max_error): Check separately
10566         whether real and imaginary errors are within allowed range and
10567         pass 0 to print_complex_function_ulps instead of value within
10568         allowed range.
10569
10570 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
10571
10572         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
10573         formatting.
10574         (get_handles_fopen): Likewise.
10575         (do_write_test): Likewise.
10576
10577         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
10578
10579         * libio/fileops.c (do_ftell): Use cached offset when
10580         available.
10581         * libio/iofwide.c (do_ftell_wide): Likewise.
10582         * libio/iofdopen.c (_IO_new_fdopen): Don't use
10583         _IO_file_attach.
10584         * libio/wfileops.c (_IO_fwide): Don't cache offset.
10585
10586         [BZ #16532]
10587         * libio/libioP.h (get_file_offset): New function.
10588         * libio/fileops.c (get_file_offset): Likewise.
10589         (do_ftell): Likewise.
10590         (_IO_new_file_seekoff): Split out ftell logic.
10591         * libio/wfileops.c (do_ftell_wide): Likewise.
10592         (_IO_wfile_seekoff): Split out ftell logic.
10593         * libio/tst-ftell-active-handler.c: New test case.
10594         * libio/Makefile (tests): Add it.
10595
10596 2014-03-03  Roland McGrath  <roland@hack.frob.com>
10597
10598         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
10599         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
10600
10601 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
10602
10603         [BZ #16639]
10604         * nscd/connections.c (nscd_init): Call do_exit.
10605         (start_threads): Call do_exit and notify_parent.
10606         (begin_drop_privileges): Call do_exit.
10607         (finish_drop_privileges): Likewise.
10608         * nscd/selinux.c (preserve_capabilities): Likewise.
10609         (install_real_capabilities): Likewise.
10610         (nscd_selinux_enabled): Likewise.
10611         (avc_create_thread): Likewise.
10612         (avc_alloc_lock): Likewise.
10613         (nscd_avc_init): Likewise.
10614         * nscd/nscd.c (parent_fd): New static variable.
10615         (main): Create a pipe between parent and child processes.
10616         Skip closing parent_fd.
10617         (monitor_child): New function.
10618         (do_exit): Likewise.
10619         (notify_parent): Likewise.
10620         * nscd/nscd.h (notify_parent): Likewise.
10621         (do_exit): Likewise.
10622
10623 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
10624
10625         * malloc/malloc.c (__libc_calloc): Revert last change.
10626
10627 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10628
10629         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10630
10631 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
10632
10633         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
10634         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
10635         implementation.
10636         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10637         (__libc_ifunc_impl_list): Likewise.
10638         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
10639         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
10640         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
10641         * string/strrchr.c: Define STRRCHR.
10642
10643 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
10644
10645         * benchtest/bench-strtok.c (simple_strtok): Delete.
10646         (strtok_string): Use as benchmark.
10647         * string/strtok (STRTOK): New macro.
10648
10649 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
10650
10651         * manual/threads.texi: Add header and standard comments to all
10652         functions.
10653
10654         * elf/dl-lookup.c (check_match): New function.
10655         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
10656         (do_lookup_x): Remove nested function check_match. Use non-nested
10657         function check_match.
10658
10659 2014-02-28  Roland McGrath  <roland@hack.frob.com>
10660
10661         * csu/Makefile (generated, before-compile): Use += rather than =.
10662         * catgets/Makefile (generated, generated-dirs): Likewise.
10663         * debug/Makefile (generated): Likewise.
10664         * dlfcn/Makefile (generated): Likewise.
10665         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
10666         * iconvdata/Makefile (before-compile, generated): Likewise.
10667         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
10668         * libio/Makefile (generated): Likewise.
10669         * malloc/Makefile (generated): Likewise.
10670         * manual/Makefile (generated, generated-dirs): Likewise.
10671         * misc/Makefile (generated): Likewise.
10672         * posix/Makefile (generated): Likewise.
10673         * resolv/Makefile (generated): Likewise.
10674         * sunrpc/Makefile (generated, generated-dirs): Likewise.
10675         * timezone/Makefile (generated, generated-dirs): Likewise.
10676
10677         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
10678
10679 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10680
10681         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
10682         power8 implementation.
10683         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
10684         file: POWER8 llround ifunc implementation.
10685         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
10686         (__lllround): Add POWER8 implementation.
10687         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
10688         POWER8 llround implementation.
10689
10690         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
10691         power8 implementation.
10692         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
10693         file: POWER8 llrint ifunc implementation.
10694         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
10695         Add POWER8 implementation.
10696         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
10697         POWER8 llrint implementation.
10698
10699         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
10700         power8 implementation.
10701         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
10702         file: POWER8 finite ifunc implementation.
10703         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
10704         Add POWER8 implementation.
10705         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
10706         Likewise.
10707         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
10708         POWER8 finite implementation.
10709         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
10710
10711         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
10712         power8 implementation.
10713         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
10714         file: POWER8 isinf ifunc implementation.
10715         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
10716         POWER8 implementation.
10717         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
10718         Likewise.
10719         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
10720         isinf implementation.
10721         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
10722
10723         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
10724         (INIT_ARCH): Add hwcap2 initialization.
10725         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
10726         power8 implementation.
10727         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
10728         file: POWER8 isnan ifunc implementation.
10729         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
10730         POWER8 implementation.
10731         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
10732         Likewise.
10733         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
10734         isnan implementation.
10735         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
10736
10737 2014-02-27  Joey Ye  <joey.ye@arm.com>
10738
10739         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
10740         (_FP_NANFRAC_Q): Set to zero.
10741
10742 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
10743
10744         [BZ #16623]
10745         * math/auto-libm-test-in: New test inputs.
10746         * math/auto-libm-test-out: Regenerate.
10747         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
10748         and DA.
10749         (__cos): Likewise.
10750         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
10751
10752 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
10753
10754         * scripts/evaluate-test.sh: Take new argument indicating whether
10755         failure is expected.
10756         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
10757         indicating whether failure is expected.
10758         * conform/Makefile (test-xfail-run-conformtest): New variable.
10759         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
10760         level.
10761         * posix/Makefile (test-xfail-annexc): New variable.
10762         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
10763
10764 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
10765
10766         * argp/Makefile: Include Makeconfig immediately after defining
10767         subdir.
10768         * assert/Makefile: Likewise.
10769         * benchtests/Makefile: Likewise.
10770         * catgets/Makefile: Likewise.
10771         * conform/Makefile: Likewise.
10772         * crypt/Makefile: Likewise.
10773         * csu/Makefile: Likewise.
10774         (all): Remove target.
10775         * ctype/Makefile: Include Makeconfig immediately after defining
10776         subdir.
10777         * debug/Makefile: Likewise.
10778         * dirent/Makefile: Likewise.
10779         * dlfcn/Makefile: Likewise.
10780         * gmon/Makefile: Likewise.
10781         * gnulib/Makefile: Likewise.
10782         * grp/Makefile: Likewise.
10783         * gshadow/Makefile: Likewise.
10784         * hesiod/Makefile: Likewise.
10785         * hurd/Makefile: Likewise.
10786         (all): Remove target.
10787         * iconvdata/Makefile: Include Makeconfig immediately after
10788         defining subdir.
10789         * inet/Makefile: Likewise.
10790         * intl/Makefile: Likewise.
10791         * io/Makefile: Likewise.
10792         * libio/Makefile: Likewise.
10793         (all): Remove target.
10794         * locale/Makefile: Include Makeconfig immediately after defining
10795         subdir.
10796         * login/Makefile: Likewise.
10797         * mach/Makefile: Likewise.
10798         (all): Remove target.
10799         * malloc/Makefile: Include Makeconfig immediately after defining
10800         subdir.
10801         (all): Remove target.
10802         * manual/Makefile: Include Makeconfig immediately after defining
10803         subdir.
10804         * math/Makefile: Likewise.
10805         * misc/Makefile: Likewise.
10806         * nis/Makefile: Likewise.
10807         * nss/Makefile: Likewise.
10808         * po/Makefile: Likewise.
10809         (all): Remove target.
10810         * posix/Makefile: Include Makeconfig immediately after defining
10811         subdir.
10812         * pwd/Makefile: Likewise.
10813         * resolv/Makefile: Likewise.
10814         * resource/Makefile: Likewise.
10815         * rt/Makefile: Likewise.
10816         * setjmp/Makefile: Likewise.
10817         * shadow/Makefile: Likewise.
10818         * signal/Makefile: Likewise.
10819         * socket/Makefile: Likewise.
10820         * soft-fp/Makefile: Likewise.
10821         * stdio-common/Makefile: Likewise.
10822         * stdlib/Makefile: Likewise.
10823         * streams/Makefile: Likewise.
10824         * string/Makefile: Likewise.
10825         * sunrpc/Makefile: Likewise.
10826         (all): Remove target.
10827         * sysvipc/Makefile: Include Makeconfig immediately after defining
10828         subdir.
10829         * termios/Makefile: Likewise.
10830         * time/Makefile: Likewise.
10831         * timezone/Makefile: Likewise.
10832         (all): Remove target.
10833         * wcsmbs/Makefile: Include Makeconfig immediately after defining
10834         subdir.
10835         * wctype/Makefile: Likewise.
10836
10837 2014-02-26  Steve Ellcey  <sellcey@mips.com>
10838
10839         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
10840         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
10841         (libc_feholdexcept_setround_mips): Ditto.
10842         (libc_feholdsetround): New.
10843         (libc_feholdsetroundf): New.
10844         (libc_feholdsetroundl): New.
10845         (libc_feupdateenv_test_mips): New.
10846         (libc_feupdateenv_test): New.
10847         (libc_feupdateenv_testf): New.
10848         (libc_feupdateenv_testl): New.
10849         (libc_feresetround): New.
10850         (libc_feresetroundf): New.
10851         (libc_feresetroundl): New.
10852         (libc_fetestexcept_mips): New.
10853         (libc_fetestexcept): New.
10854         (libc_fetestexceptf): New.
10855         (libc_fetestexceptl): New.
10856         (HAVE_RM_CTX): New.
10857         (libc_feholdexcept_setround_mips_ctx): New.
10858         (libc_feholdexcept_setround_ctx): New.
10859         (libc_feholdexcept_setroundf_ctx): New.
10860         (libc_feholdexcept_setroundl_ctx): New.
10861         (libc_fesetenv_mips_ctx): New.
10862         (libc_fesetenv_ctx): New.
10863         (libc_fesetenv_ctxf): New.
10864         (libc_fesetenv_ctxl): New.
10865         (libc_feupdateenv_mips_ctx): New.
10866         (libc_feupdateenv_ctx): New.
10867         (libc_feupdateenvf_ctx): New.
10868         (libc_feupdateenvl_ctx): New.
10869         (libc_feholdsetround_mips_ctx): New.
10870         (libc_feholdsetround_ctx): New.
10871         (libc_feholdsetroundf_ctx): New.
10872         (libc_feholdsetroundl_ctx): New.
10873         (libc_feresetround_mips_ctx): New.
10874         (libc_feresetround_ctx): New.
10875         (libc_feresetroundf_ctx): New.
10876         (libc_feresetroundl_ctx): New.
10877
10878 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
10879
10880         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
10881
10882         * manual/ipc.texi: New file.
10883         * manual/Makefile (chapters): Add ipc.
10884         * manual/job.texi: Add "Inter-Process Communication" to next.
10885         * manual/process.texi: Add "Inter-Process Communication" to prev.
10886
10887 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10888
10889         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10890
10891 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
10892
10893         * malloc/malloc.c (__libc_calloc): Simplify implementation.
10894
10895         * manual/arith.texi: Fix spaces after sentences.
10896         * manual/charset.texi: Likewise.
10897         * manual/errno.texi: Likewise.
10898         * manual/install.texi: Likewise.
10899         * manual/llio.texi: Likewise.
10900         * manual/locale.texi: Likewise.
10901         * manual/maint.texi: Likewise.
10902         * manual/math.texi: Likewise.
10903         * manual/memory.texi: Likewise.
10904         * manual/message.texi: Likewise.
10905         * manual/probes.texi: Likewise.
10906         * manual/resource.texi: Likewise.
10907         * manual/signal.texi: Likewise.
10908         * manual/socket.texi: Likewise.
10909         * manual/stdio.texi: Likewise.
10910         * manual/string.texi: Likewise.
10911         * manual/time.texi: Likewise.
10912         * manual/users.texi: Likewise.
10913
10914 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
10915
10916         [BZ #16632]
10917         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
10918         _DEFAULT_SOURCE is defined.
10919
10920 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
10921             Carlos O'Donell  <carlos@redhat.com>
10922
10923         [BZ #16613]
10924         * elf/dl-tls.c (_dl_count_modids): New function.
10925         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
10926         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
10927         audit library and increment generation counter.
10928         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
10929         * elf/tst-audit9.c: New file.
10930         * elf/tst-auditmod9a.c: New file.
10931         * elf/tst-auditmod9b.c: New file.
10932         * elf/Makefile: Add rules to build and run tst-audit9.
10933
10934 2014-02-25  Florian Weimer  <fweimer@redhat.com>
10935
10936         [BZ #15347]
10937         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
10938
10939 2014-02-25  Will Newton  <will.newton@linaro.org>
10940
10941         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
10942         (__longjmp): Restore sp and lr before restoring callee
10943         saved registers.  Add longjmp and longjmp_target
10944         SystemTap probe point.
10945         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
10946         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
10947         Define to zero to match jmpbuf layout.
10948         * sysdeps/arm/setjmp.S: Include stap-probe.h.
10949         (__sigsetjmp): Save sp and lr before saving callee
10950         saved registers.  Add setjmp SystemTap probe point.
10951
10952 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
10953
10954         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10955
10956 2014-02-24  Andreas Schwab  <schwab@suse.de>
10957
10958         [BZ #15804]
10959         * elf/pldd.c (wait_for_ptrace_stop): New function.
10960         (main): Call it after attaching.
10961
10962 2014-02-22  Roland McGrath  <roland@hack.frob.com>
10963
10964         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
10965         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
10966         Versions files is now verboten.
10967         * hurd/Versions (libc: GLIBC_2.0):
10968         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
10969         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
10970         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
10971         * mach/Versions: Likewise.
10972
10973         * csu/Versions: Remove unused %include.
10974         * resolv/Versions: Likewise.
10975
10976 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
10977
10978         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
10979         ($(objpfx)check-local-headers.out): Likewise.
10980         ($(objpfx)begin-end-check.out): Likewise.
10981         * Makerules (check-abi-%.out): Likewise.
10982         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
10983         ($(objpfx)test2.cat): Likewise.
10984         ($(objpfx)de/libc.cat): Likewise.
10985         ($(objpfx)test-gencat.out): Likewise.
10986         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
10987         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
10988         ($(objpfx)noload-mem): Likewise.
10989         ($(objpfx)tst-pathopt.out): Likewise.
10990         ($(objpfx)tst-rtld-load-self.out): Likewise.
10991         ($(objpfx)tst-array1-cmp.out): Likewise.
10992         ($(objpfx)tst-array1-static-cmp.out): Likewise.
10993         ($(objpfx)tst-array2-cmp.out): Likewise.
10994         ($(objpfx)tst-array3-cmp.out): Likewise.
10995         ($(objpfx)tst-array4-cmp.out): Likewise.
10996         ($(objpfx)tst-array5-cmp.out): Likewise.
10997         ($(objpfx)tst-array5-static-cmp.out): Likewise.
10998         ($(objpfx)check-textrel.out): Likewise.
10999         ($(objpfx)check-execstack.out): Likewise.
11000         ($(objpfx)check-localplt.out): Likewise.
11001         ($(objpfx)order2-cmp.out): Likewise.
11002         ($(objpfx)tst-leaks1-mem): Likewise.
11003         ($(objpfx)tst-leaks1-static-mem): Likewise.
11004         ($(objpfx)tst-initorder-cmp.out): Likewise.
11005         ($(objpfx)tst-initorder2-cmp.out): Likewise.
11006         ($(objpfx)tst-unused-dep.out): Likewise.
11007         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
11008         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
11009         * iconv/Makefile (test-iconvconfig): Likewise.
11010         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
11011         ($(objpfx)iconv-test.out): Likewise.
11012         ($(objpfx)tst-tables.out): Likewise.
11013         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
11014         ($(objpfx)tst-gettext.out): Likewise.
11015         ($(objpfx)tst-translit.out): Likewise.
11016         ($(objpfx)tst-gettext2.out): Likewise.
11017         ($(objpfx)tst-gettext4.out): Likewise.
11018         ($(objpfx)tst-gettext6.out): Likewise.
11019         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
11020         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
11021         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
11022         ($(objpfx)tst-fopenloc-mem.out): Likewise.
11023         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
11024         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
11025         * posix/Makefile ($(objpfx)globtest.out): Likewise.
11026         ($(objpfx)wordexp-tst.out): Likewise.
11027         ($(objpfx)annexc.out): Likewise.
11028         ($(objpfx)tst-fnmatch-mem): Likewise.
11029         ($(objpfx)bug-regex2-mem): Likewise.
11030         ($(objpfx)bug-regex14-mem): Likewise.
11031         ($(objpfx)bug-regex21-mem): Likewise.
11032         ($(objpfx)bug-regex31-mem): Likewise.
11033         ($(objpfx)tst-vfork3-mem): Likewise.
11034         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
11035         ($(objpfx)tst-pcre-mem): Likewise.
11036         ($(objpfx)tst-boost-mem): Likewise.
11037         ($(objpfx)tst-getconf.out): Likewise.
11038         ($(objpfx)bug-ga2-mem): Likewise.
11039         ($(objpfx)bug-glob2-mem): Likewise.
11040         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
11041         ($(objpfx)mtrace-tst-leaks2): Likewise.
11042         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
11043         ($(objpfx)tst-printf.out): Likewise.
11044         ($(objpfx)tst-setvbuf1.out): Likewise.
11045         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
11046         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
11047         ($(objpfx)tst-fmtmsg.out): Likewise.
11048         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
11049         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
11050
11051         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
11052         * bits/sigaction.h [__USE_MISC]: Likewise.
11053         * bits/waitstatus.h: Update #endif comments.
11054         * ctype/ctype.h: Likewise.
11055         * dirent/dirent.h: Likewise.
11056         [__USE_MISC]: Remove redundant conditionals.
11057         * grp/grp.h: Update #endif comments.
11058         [__USE_GNU]: Remove redundant conditionals.
11059         [__USE_MISC]: Likewise.
11060         * inet/netinet/in.h [__USE_GNU]: Likewise.
11061         * io/sys/stat.h [__USE_MISC]: Likewise.
11062         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
11063         * libio/bits/stdio.h: Update #endif comments.
11064         [__USE_MISC]: Remove redundant conditionals.
11065         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
11066         * libio/stdio.h: Update #endif comments.
11067         [__USE_MISC]: Remove redundant conditionals.
11068         * math/bits/math-finite.h [__USE_MISC]: Likewise.
11069         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
11070         * math/math.h: Update #else and #endif comments.
11071         [__USE_MISC]: Remove redundant conditionals.
11072         * misc/sys/uio.h: Update #endif comments.
11073         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
11074         * posix/glob.h [__USE_MISC]: Likewise.
11075         * posix/sys/types.h: Update #endif comments.
11076         [__USE_MISC]: Remove redundant conditionals.
11077         * posix/sys/wait.h: Update #endif comments.
11078         [__USE_MISC]: Remove redundant conditionals.
11079         * posix/unistd.h: Update #endif comments.
11080         [__USE_MISC]: Remove redundant conditionals.
11081         * pwd/pwd.h [__USE_GNU]: Likewise.
11082         [__USE_MISC]: Likewise.
11083         * resolv/netdb.h [__USE_GNU]: Likewise.
11084         * signal/signal.h: Update #endif comments.
11085         [__USE_MISC]: Remove redundant conditionals.
11086         * stdlib/stdlib.h: Update #else and #endif comments.
11087         [__USE_MISC]: Remove redundant conditionals.
11088         [__USE_GNU]: Likewise.
11089         * string/bits/string2.h [__USE_MISC]: Likewise.
11090         * string/string.h: Update #endif comments.
11091         [__USE_MISC]: Remove redundant conditionals.
11092         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
11093         Likewise.
11094         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
11095         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
11096         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
11097         Likewise.
11098         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
11099         Likewise.
11100         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
11101         comments.
11102         [__USE_MISC]: Remove redundant conditionals.
11103         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
11104         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
11105         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
11106         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
11107         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
11108         Likewise.
11109         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
11110         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
11111         Likewise.
11112         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
11113         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
11114         Likewise.
11115         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
11116         Likewise.
11117         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
11118         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
11119         Likewise.
11120         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
11121         Likewise.
11122         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
11123         * sysdeps/x86/bits/string.h: Update #endif comments.
11124         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
11125         conditionals.
11126         * time/sys/time.h: Update #endif comments.
11127         * time/time.h: Likewise.
11128         [__USE_MISC]: Remove redundant conditionals.
11129
11130 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
11131
11132         [BZ #16600]
11133         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
11134
11135 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
11136
11137         * Versions.def (librt): Add GLIBC_2.17.
11138
11139 2014-02-21  Adam Conrad  <adconrad@0c3.net>
11140
11141         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
11142         synonym for _SYS_AUXV_H to allow direct inclusion.
11143         * sysdeps/sparc/bits/hwcap.h: Likewise.
11144         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
11145         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
11146         * sysdeps/sparc/sysdep.h: Likewise.
11147
11148 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
11149
11150         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
11151
11152 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
11153
11154         * benchtests/bench-strrchr.c: Print length instead of position.
11155
11156 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
11157
11158         [BZ #16611]
11159         * sysdeps/unix/sysv/linux/kernel-features.h
11160         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
11161         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
11162         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
11163         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
11164         Likewise.
11165         [__i386__ || __powerpc__ || __sh__ || __sparc__]
11166         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11167         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
11168         (__ASSUME_SENDMMSG): Define instead of using previous
11169         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
11170         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11171         (__ASSUME_SENDMMSG_SYSCALL): Define.
11172         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11173         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
11174         Likewise.
11175         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11176         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11177         Likewise.
11178         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11179         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11180         Likewise.
11181         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
11182         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
11183         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
11184         [__ASSUME_SENDMMSG]: Change conditionals to
11185         [__ASSUME_SENDMMSG_SOCKETCALL].
11186         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11187         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
11188         Define.
11189         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11190         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
11191         Likewise.
11192         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
11193         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
11194         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
11195         [!__ASSUME_SENDMMSG]: Change conditional to
11196         [!__ASSUME_SENDMMSG_SOCKETCALL].
11197         * sysdeps/unix/sysv/linux/tile/kernel-features.h
11198         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11199         Define.
11200
11201         [BZ #16610]
11202         * sysdeps/unix/sysv/linux/kernel-features.h
11203         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
11204         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
11205         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
11206         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
11207         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
11208         [__i386__ || __sparc__]
11209         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11210         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
11211         (__ASSUME_RECVMMSG): Define instead of using previous
11212         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
11213         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11214         (__ASSUME_RECVMMSG_SYSCALL): Define.
11215         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11216         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11217         Likewise.
11218         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11219         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11220         Likewise.
11221         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11222         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11223         Likewise.
11224         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
11225         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
11226         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
11227         [__ASSUME_RECVMMSG]: Change condition to
11228         [__ASSUME_RECVMMSG_SOCKETCALL].
11229         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11230         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11231         Define.
11232         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11233         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11234         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11235         Likewise.
11236         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
11237         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
11238         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
11239         [!__ASSUME_RECVMMSG]: Change condition to
11240         [!__ASSUME_RECVMMSG_SOCKETCALL].
11241         * sysdeps/unix/sysv/linux/tile/kernel-features.h
11242         (__ASSUME_RECVMMSG_SYSCALL): Define.
11243
11244         [BZ #16609]
11245         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
11246         __powerpc__ || __s390__ || __sh__ || __sparc__]
11247         (__ASSUME_SOCKETCALL): Define.
11248         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
11249         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
11250         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
11251         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
11252         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
11253         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
11254         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
11255         (__ASSUME_ACCEPT4): Define instead of using previous
11256         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
11257         __powerpc__ || __sparc__ || __s390__)] condition.
11258         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11259         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
11260         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
11261         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
11262         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
11263         [!__ASSUME_ACCEPT4]: Change condition to
11264         [!__ASSUME_ACCEPT4_SOCKETCALL].
11265         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11266         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
11267         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
11268         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11269         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
11270         __ASSUME_ACCEPT4_SYSCALL.
11271         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
11272         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
11273         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11274         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
11275         __ASSUME_ACCEPT4_SYSCALL.
11276         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
11277         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
11278         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
11279         [__ASSUME_ACCEPT4]: Change condition to
11280         [__ASSUME_ACCEPT4_SOCKETCALL].
11281         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11282         (__ASSUME_SOCKETCALL): Define.
11283         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
11284         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11285         (__ASSUME_SOCKETCALL): Define.
11286         (__ASSUME_ACCEPT4): Remove.
11287         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
11288         Define.
11289         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11290         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
11291         Likewise.
11292         * sysdeps/unix/sysv/linux/tile/kernel-features.h
11293         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
11294
11295         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
11296         macro.
11297         (HWCAP_ARM_LPAE): Likewise.
11298         (HWCAP_ARM_EVTSTRM): Likewise.
11299         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
11300         Add vpfd32, lpae and evtstrm.
11301         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
11302         Increase to 22.
11303
11304 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
11305
11306         * math/auto-libm-test-in: Add tests of clog10.
11307         * math/auto-libm-test-out: Regenerated.
11308         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
11309         * sysdeps/i386/fpu/libm-test-ulps: Update.
11310         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11311
11312 2014-02-18  Andreas Schwab  <schwab@suse.de>
11313
11314         [BZ #16574]
11315         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
11316         Store non-zero if the second buffer was newly allocated.
11317         (send_dg): Likewise.
11318         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
11319         to send_vc and send_dg.
11320         (res_nsend): Pass NULL for ansp2_malloced.
11321         * resolv/res_query.c (__libc_res_nquery): Add parameter
11322         answerp2_malloced and pass it down to __libc_res_nsend.
11323         (res_nquery): Pass additional NULL to __libc_res_nquery.
11324         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
11325         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
11326         second answer buffer if answerp2_malloced was set.
11327         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
11328         (__libc_res_nquerydomain): Add parameter
11329         answerp2_malloced and pass it down to __libc_res_nquery.
11330         (res_nquerydomain): Pass additional NULL to
11331         __libc_res_nquerydomain.
11332         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
11333         additional NULL to __libc_res_nsend and __libc_res_nquery.
11334         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
11335         additional NULL to __libc_res_nsearch.
11336         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
11337         parameter of __libc_res_nsearch to check for separately allocated
11338         second buffer.
11339         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
11340         __libc_res_nquery.
11341         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
11342         additional NULL to __libc_res_nquery.
11343         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
11344         __libc_res_nsearch.
11345         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
11346         * include/resolv.h: Update prototypes of __libc_res_nquery,
11347         __libc_res_nsearch, __libc_res_nsend.
11348
11349 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
11350
11351         * math/auto-libm-test-in: Add tests of fma.
11352         * math/auto-libm-test-out: Regenerated.
11353         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
11354         (fma_towardzero_test_data): Likewise.
11355         (fma_downward_test_data): Likewise.
11356         (fma_upward_test_data): Likewise.
11357         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
11358         mpc_mode.
11359         (rounding_modes): Add values for new field.
11360         (func_calc_method): Add value mpfr_fff_f.
11361         (func_calc_desc): Add mpfr_fff_f union field.
11362         (test_function): Add field exact_args.
11363         (FUNC): Add macro argument EXACT_ARGS.
11364         (FUNC_mpfr_f_f): Update call to FUNC.
11365         (FUNC_mpfr_f_f): Likewise.
11366         (FUNC_mpfr_ff_f): Likewise.
11367         (FUNC_mpfr_if_f): Likewise.
11368         (FUNC_mpc_c_f): Likewise.
11369         (FUNC_mpc_c_c): Likewise.
11370         (test_functions): Add fma.  Update calls to FUNC.
11371         (handle_input_arg): Add argument exact_args.
11372         (add_test): Update call to handle_input_arg.
11373         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
11374         (output_for_one_input_case): Update call to calc_generic_results.
11375         Recalculate exact zero results in each rounding mode.
11376
11377         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
11378         non-negative before setting low bit.
11379         * math/auto-libm-test-in: Mark one asin test possibly having
11380         spurious underflow.
11381         * math/auto-libm-test-out: Regenerated.
11382         * sysdeps/i386/fpu/libm-test-ulps: Update.
11383         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11384
11385 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
11386
11387         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
11388         * sysdeps/unix/sysv/linux/microblaze: Move directory from
11389         ports/sysdeps/unix/sysv/linux/microblaze.
11390         * README: Add missing listing for microblaze*-*-linux-gnu.
11391
11392 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
11393
11394         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
11395         duplicate code
11396
11397 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
11398
11399         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
11400         * sysdeps/unix/sysv/linux/ia64: Move directory from
11401         ports/sysdeps/unix/sysv/linux/ia64.
11402         * README: Update listing for ia64-*-linux-gnu.
11403
11404 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
11405             Joseph Myers  <joseph@codesourcery.com>
11406
11407         * Makeconfig (test-name): New variable.
11408         (evaluate-test): Likewise.
11409         * Makerules (do-test-clean): Remove .test-result files.
11410         (common-mostlyclean): Likewise.
11411         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
11412         * scripts/evaluate-test.sh: New file.
11413
11414 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
11415
11416         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
11417         separate $(objpfx)tst-fopenloc-cmp.out and
11418         $(objpfx)tst-fopenloc-mem.out targets.
11419         (tests): Update dependencies.
11420         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
11421         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
11422         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
11423         (tst-rxspencer-no-utf8-ARGS): New variable.
11424         (tst-rxspencer-no-utf8-ENV): Likewise.
11425         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
11426         instead of $(objpfx)tst-rxspencer-mem.
11427         ($(objpfx)tst-rxspencer-mem): Change target to
11428         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
11429         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
11430         * posix/tst-rxspencer-no-utf8.c: New file.
11431
11432         * elf/Makefile ($(objpfx)order.out): Remove rule.
11433         [$(run-built-tests) = yes] (tests): Depend on
11434         $(objpfx)order-cmp.out.
11435         ($(objpfx)order-cmp.out): New rule.
11436         [$(run-built-tests) = yes] (tests): Depend on
11437         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
11438         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
11439         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
11440         $(objpfx)tst-array5-static-cmp.out.
11441         ($(objpfx)tst-array1.out): Remove rule.
11442         ($(objpfx)tst-array1-cmp.out): New rule.
11443         ($(objpfx)tst-array1-static.out): Remove rule.
11444         ($(objpfx)tst-array1-static-cmp.out): New rule.
11445         ($(objpfx)tst-array2.out): Remove rule.
11446         ($(objpfx)tst-array2-cmp.out): New rule.
11447         ($(objpfx)tst-array3.out): Remove rule.
11448         ($(objpfx)tst-array3-cmp.out): New rule.
11449         ($(objpfx)tst-array4.out): Remove rule.
11450         ($(objpfx)tst-array4-cmp.out): New rule.
11451         ($(objpfx)tst-array5.out): Remove rule.
11452         ($(objpfx)tst-array5-cmp.out): New rule.
11453         ($(objpfx)tst-array5-static.out): Remove rule.
11454         ($(objpfx)tst-array5-static-cmp.out): New rule.
11455         [$(run-built-tests) = yes] (tests): Depend on
11456         $(objpfx)order2-cmp.out.
11457         ($(objpfx)order2.out): Remove rule.
11458         ($(objpfx)order2-cmp.out): New rule.
11459         ($(objpfx)tst-initorder.out): Remove rule.
11460         [$(run-built-tests) = yes] (tests): Depend on
11461         $(objpfx)tst-initorder-cmp.out.
11462         ($(objpfx)tst-initorder-cmp.out): New rule.
11463         ($(objpfx)tst-initorder2.out): Remove rule.
11464         [$(run-built-tests) = yes] (tests): Depend on
11465         $(objpfx)tst-initorder2-cmp.out.
11466         ($(objpfx)tst-initorder2-cmp.out): New rule.
11467         [$(run-built-tests) = yes] (tests): Depend on
11468         $(objpfx)tst-unused-dep-cmp.out.
11469         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
11470         ($(objpfx)tst-unused-dep-cmp.out): New rule.
11471         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
11472         on $(objpfx)tst-setvbuf1-cmp.out.
11473         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
11474         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
11475         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
11476         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
11477         ($(objpfx)tst-svc.out): Remove rule.
11478         ($(objpfx)tst-svc-cmp.out): New rule.
11479
11480 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
11481
11482         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
11483         * ctype/ctype.h [__USE_MISC]: Likewise.
11484         * dirent/dirent.h [__USE_MISC]: Likewise.
11485         * grp/grp.h [__USE_MISC]: Likewise.
11486         * io/fcntl.h [__USE_MISC]: Likewise.
11487         * io/sys/stat.h [__USE_MISC]: Likewise.
11488         * libio/stdio.h [__USE_MISC]: Likewise.
11489         * posix/unistd.h [__USE_MISC]: Likewise.
11490         * pwd/pwd.h [__USE_MISC]: Likewise.
11491         * stdlib.h [__USE_MISC]: Likewise.
11492         * string/bits/string2.h [__USE_MISC]: Likewise.
11493         * string/string.h [__USE_MISC]: Likewise.
11494         * time/time.h [__USE_MISC]: Likewise.
11495
11496 2014-02-13  Andreas Schwab  <schwab@suse.de>
11497
11498         [BZ #16574]
11499         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
11500         second answer buffer if it was separately allocated.
11501
11502 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
11503
11504         * sysdeps/mips/math-tests.h: Include <features.h>.
11505         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
11506         (ROUNDING_TESTS_long_double): Do not define.
11507         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
11508         (EXCEPTION_TESTS_long_double): Likewise.
11509         * sysdeps/mips/mips64/libm-test-ulps: Update.
11510
11511         * include/features.h (__USE_BSD): Remove macro definitions.
11512         (__USE_SVID): Likewise.
11513         (_BSD_SOURCE): Likewise.
11514         (_SVID_SOURCE): Likewise.
11515         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
11516         from definition of _DEFAULT_SOURCE.
11517         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
11518         [_DEFAULT_SOURCE].
11519         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
11520         * bits/mman.h [__USE_BSD]: Likewise.
11521         * bits/termios.h [__USE_BSD]: Likewise.
11522         * bits/waitstatus.h [__USE_BSD]: Likewise.
11523         * ctype/ctype.h [__USE_SVID]: Likewise.
11524         * dirent/dirent.h [__USE_BSD]: Likewise.
11525         * grp/grp.h [__USE_SVID]: Likewise.
11526         [__USE_BSD]: Likewise.
11527         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
11528         * io/fcntl.h [__USE_BSD]: Likewise.
11529         * io/ftw.h [__USE_BSD]: Likewise.
11530         * io/sys/stat.h [__USE_BSD]: Likewise.
11531         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
11532         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
11533         * libio/stdio.h [__USE_SVID]: Likewise.
11534         [__USE_BSD]: Likewise.
11535         * math/math.h [__USE_SVID]: Likewise.
11536         [__USE_BSD]: Likewise.
11537         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
11538         * misc/bits/syslog.h [__USE_BSD]: Likewise.
11539         * misc/search.h [__USE_SVID]: Likewise.
11540         * misc/sys/mman.h [__USE_BSD]: Likewise.
11541         * misc/sys/syslog.h [__USE_BSD]: Likewise.
11542         * misc/sys/uio.h [__USE_BSD]: Likewise.
11543         * posix/bits/unistd.h [__USE_BSD]: Likewise.
11544         * posix/glob.h [__USE_BSD]: Likewise.
11545         * posix/regex.h [__USE_BSD]: Likewise.
11546         * posix/sys/types.h [__USE_BSD]: Likewise.
11547         [__USE_SVID]: Likewise.
11548         * posix/sys/utsname.h [__USE_SVID]: Likewise.
11549         * posix/sys/wait.h [__USE_BSD]: Likewise.
11550         [__USE_SVID]: Likewise.
11551         * posix/unistd.h [__USE_BSD]: Likewise.
11552         [__USE_SVID]: Likewise.
11553         * pwd/pwd.h [__USE_SVID]: Likewise.
11554         * resolv/netdb.h [__USE_BSD]: Likewise.
11555         * setjmp/setjmp.h [__USE_BSD]: Likewise.
11556         * signal/signal.h [__USE_BSD]: Likewise.
11557         [__USE_SVID]: Likewise.
11558         * socket/sys/socket.h [__USE_BSD]: Likewise.
11559         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
11560         * stdlib/stdlib.h [__USE_BSD]: Likewise.
11561         [__USE_SVID]: Likewise.
11562         * string/bits/string2.h [__USE_BSD]: Likewise.
11563         [__USE_SVID]: Likewise.
11564         * string/bits/string3.h [__USE_BSD]: Likewise.
11565         * string/endian.h [__USE_BSD]: Likewise.
11566         * string/string.h [__USE_SVID]: Likewise.
11567         [__USE_BSD]: Likewise.
11568         * string/strings.h [__USE_BSD]: Likewise.
11569         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
11570         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
11571         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
11572         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
11573         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
11574         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
11575         Likewise.
11576         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
11577         Likewise.
11578         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
11579         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
11580         Likewise.
11581         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
11582         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
11583         Likewise.
11584         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
11585         Likewise.
11586         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
11587         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
11588         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
11589         Likewise.
11590         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
11591         Likewise.
11592         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
11593         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
11594         * termios/termios.h [__USE_BSD]: Likewise.
11595         * time/sys/time.h [__USE_BSD]: Likewise.
11596         * time/time.h [__USE_BSD]: Likewise.
11597         [__USE_SVID]: Likewise.
11598
11599         * Makefile (subdir_targets): Remove subdir_lint.out.
11600
11601         * stdio-common/Makefile (do-tst-unbputc): Remove target.
11602         (do-tst-printf): Likewise.
11603         (tests): Depend directly on $(objpfx)tst-unbputc.out and
11604         $(objpfx)tst-printf.out.
11605
11606         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
11607
11608         * Makerules (check-abi-%): Change target to
11609         $(objpfx)check-abi-%.out.
11610         (check-abi target): Update dependencies.
11611         (check-abi-pattern variable): Redirect output of diff to $@.
11612         (check-abi variable): Likewise.
11613         * elf/Makefile (check-abi): Update dependencies.
11614
11615         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
11616         unused.
11617         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
11618         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
11619         subnormal range.
11620         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
11621         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
11622         value has largest subnormal exponent.
11623         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
11624         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
11625         * sysdeps/aarch64/soft-fp/sfp-machine.h
11626         (_FP_TININESS_AFTER_ROUNDING): New macro.
11627         * sysdeps/alpha/soft-fp/sfp-machine.h
11628         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11629         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
11630         Likewise.
11631         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
11632         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11633         * sysdeps/mips/soft-fp/sfp-machine.h
11634         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11635         * sysdeps/powerpc/soft-fp/sfp-machine.h
11636         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11637         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
11638         Likewise.
11639         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
11640         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11641         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
11642         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11643         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
11644         Likewise.
11645
11646 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
11647
11648         [BZ #16545]
11649         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
11650         model 1.
11651
11652 2014-02-12  Richard Henderson  <rth@redhat.com>
11653
11654         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
11655         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
11656         * sysdeps/unix/sysv/linux/alpha: Move directory from
11657         ports/sysdeps/unix/sysv/linux/alpha.
11658         * README: Update listing for alpha-*-linux-gnu.
11659
11660 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
11661
11662         * include/features.h: Update comment documenting feature test
11663         macros.
11664         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
11665         _DEFAULT_SOURCE.
11666         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
11667         (_SVID_SOURCE): Likewise.
11668         (_DEFAULT_SOURCE): Update description of default features.
11669         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
11670         with _GNU_SOURCE.
11671         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
11672         (S_ISVTX): Likewise.
11673         * manual/math.texi (Mathematical Constants): Likewise.
11674         * manual/signal.texi (Interrupted Primitives): Likewise.
11675         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
11676         * math/test-matherr.c (_SVID_SOURCE): Do not define.
11677         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
11678         Don't refer to _SVID_SOURCE in warning text.
11679
11680         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11681
11682         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
11683         already defined.
11684         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
11685         * sysdeps/mips/dl-lookup.c: Remove.
11686         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
11687
11688 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11689
11690         [BZ #16447]
11691         * math/auto-libm-test-in: Add testcase for expl.
11692         * math/auto-libm-test-out: Regenerate.
11693         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
11694         calculation of unsafe.
11695         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
11696
11697 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11698
11699         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
11700         * sysdeps/unix/sysv/linux/aarch64: Move directory from
11701         ports/sysdeps/unix/sysv/linux/aarch64.
11702         * README: Update listing for aarch64*-*-linux-gnu.
11703
11704 2014-02-11  Will Newton  <will.newton@linaro.org>
11705
11706         * manual/probes.texi (Mathematical Function Probes): Use
11707         "triggered" instead of "hit".
11708
11709         * manual/probes.texi (Internal Probes): Add documentation
11710         of setjmp, longjmp and longjmp_target probes.
11711
11712         * include/stap-probe.h: Add comment about probe argument
11713         format.
11714
11715         * malloc/mtrace.c (attribute_hidden): Remove unused macro
11716         definition.  (tr_where, tr_freehook, tr_mallochook,
11717         tr_reallochook, tr_memalignhook): Use ANSI protoype.
11718
11719 2014-02-11  David S. Miller  <davem@davemloft.net>
11720
11721         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
11722         processing int_tests.
11723
11724 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
11725
11726         * sysdeps/mips: Move directory from ports/sysdeps/mips.
11727         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
11728         * sysdeps/unix/sysv/linux/mips: Move directory from
11729         ports/sysdeps/unix/sysv/linux/mips.
11730         * README: Update listing for mips-*-linux-gnu and
11731         mips64-*-linux-gnu.
11732
11733 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
11734
11735         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
11736         * sysdeps/unix/sysv/linux/m68k: Move directory from
11737         ports/sysdeps/unix/sysv/linux/m68k.
11738         * README: Update listing for m68k-*-linux-gnu.
11739
11740 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
11741
11742         * sysdeps/tile: Move directory from ports/sysdeps/tile.
11743         * sysdeps/unix/sysv/linux/generic: Move directory from
11744         ports/sysdeps/unix/sysv/linux/generic.
11745         * sysdeps/unix/sysv/linux/tile: Move directory from
11746         ports/sysdeps/unix/sysv/linux/tile.
11747         * README: Update listing for tile*-*-linux-gnu.
11748
11749 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
11750
11751         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
11752         __builtin_expect.
11753         * benchtests/bench-memmem.c (simple_memmem): Likewise.
11754         * catgets/open_catalog.c (__open_catalog): Likewise.
11755         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
11756         * debug/confstr_chk.c: Likewise.
11757         * debug/fread_chk.c (__fread_chk): Likewise.
11758         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
11759         * debug/getgroups_chk.c: Likewise.
11760         * debug/mbsnrtowcs_chk.c: Likewise.
11761         * debug/mbsrtowcs_chk.c: Likewise.
11762         * debug/mbstowcs_chk.c: Likewise.
11763         * debug/memcpy_chk.c: Likewise.
11764         * debug/memmove_chk.c: Likewise.
11765         * debug/mempcpy_chk.c: Likewise.
11766         * debug/memset_chk.c: Likewise.
11767         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
11768         * debug/strcat_chk.c (__strcat_chk): Likewise.
11769         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
11770         * debug/strncat_chk.c (__strncat_chk): Likewise.
11771         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
11772         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
11773         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
11774         * debug/wcpncpy_chk.c: Likewise.
11775         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
11776         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
11777         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
11778         * debug/wcsncpy_chk.c: Likewise.
11779         * debug/wcsnrtombs_chk.c: Likewise.
11780         * debug/wcsrtombs_chk.c: Likewise.
11781         * debug/wcstombs_chk.c: Likewise.
11782         * debug/wmemcpy_chk.c: Likewise.
11783         * debug/wmemmove_chk.c: Likewise.
11784         * debug/wmempcpy_chk.c: Likewise.
11785         * debug/wmemset_chk.c: Likewise.
11786         * dirent/scandirat.c (SCANDIRAT): Likewise.
11787         * dlfcn/dladdr1.c (dladdr1): Likewise.
11788         * dlfcn/dladdr.c (dladdr): Likewise.
11789         * dlfcn/dlclose.c (dlclose_doit): Likewise.
11790         * dlfcn/dlerror.c (__dlerror): Likewise.
11791         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
11792         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
11793         * dlfcn/dlopen.c (dlopen_doit): Likewise.
11794         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
11795         * dlfcn/dlsym.c (dlsym_doit): Likewise.
11796         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
11797         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
11798         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
11799         Likewise.
11800         * elf/dl-conflict.c: Likewise.
11801         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
11802         * elf/dl-dst.h: Likewise.
11803         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
11804         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
11805         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
11806         * elf/dl-init.c (call_init, _dl_init): Likewise.
11807         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
11808         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
11809         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
11810         Likewise.
11811         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
11812         Likewise.
11813         * elf/dl-minimal.c (__libc_memalign): Likewise.
11814         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
11815         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
11816         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
11817         * elf/dl-sym.c (do_sym): Likewise.
11818         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
11819         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
11820         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
11821         * elf/dl-writev.h (_dl_writev): Likewise.
11822         * elf/ldconfig.c (search_dir): Likewise.
11823         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
11824         (dl_main): Likewise.
11825         * elf/setup-vdso.h (setup_vdso): Likewise.
11826         * grp/compat-initgroups.c (compat_call): Likewise.
11827         * grp/fgetgrent.c (fgetgrent): Likewise.
11828         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
11829         * grp/putgrent.c (putgrent): Likewise.
11830         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
11831         Likewise.
11832         * hurd/hurdinit.c: Likewise.
11833         * iconvdata/8bit-gap.c (struct): Likewise.
11834         * iconvdata/ansi_x3.110.c : Likewise.
11835         * iconvdata/big5.c : Likewise.
11836         * iconvdata/big5hkscs.c : Likewise.
11837         * iconvdata/cp1255.c: Likewise.
11838         * iconvdata/cp1258.c : Likewise.
11839         * iconvdata/cp932.c : Likewise.
11840         * iconvdata/euc-cn.c: Likewise.
11841         * iconvdata/euc-jisx0213.c : Likewise.
11842         * iconvdata/euc-jp.c: Likewise.
11843         * iconvdata/euc-jp-ms.c : Likewise.
11844         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
11845         * iconvdata/gb18030.c : Likewise.
11846         * iconvdata/gbbig5.c (const): Likewise.
11847         * iconvdata/gbgbk.c: Likewise.
11848         * iconvdata/gbk.c : Likewise.
11849         * iconvdata/ibm1364.c : Likewise.
11850         * iconvdata/ibm930.c : Likewise.
11851         * iconvdata/ibm932.c: Likewise.
11852         * iconvdata/ibm933.c : Likewise.
11853         * iconvdata/ibm935.c : Likewise.
11854         * iconvdata/ibm937.c : Likewise.
11855         * iconvdata/ibm939.c : Likewise.
11856         * iconvdata/ibm943.c: Likewise.
11857         * iconvdata/iso_11548-1.c: Likewise.
11858         * iconvdata/iso-2022-cn.c : Likewise.
11859         * iconvdata/iso-2022-cn-ext.c : Likewise.
11860         * iconvdata/iso-2022-jp-3.c: Likewise.
11861         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
11862         * iconvdata/iso-2022-kr.c : Likewise.
11863         * iconvdata/iso646.c (gconv_end): Likewise.
11864         * iconvdata/iso_6937-2.c : Likewise.
11865         * iconvdata/iso_6937.c : Likewise.
11866         * iconvdata/iso8859-1.c: Likewise.
11867         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
11868         * iconvdata/shift_jisx0213.c : Likewise.
11869         * iconvdata/sjis.c : Likewise.
11870         * iconvdata/t.61.c : Likewise.
11871         * iconvdata/tcvn5712-1.c : Likewise.
11872         * iconvdata/tscii.c: Likewise.
11873         * iconvdata/uhc.c : Likewise.
11874         * iconvdata/unicode.c (gconv_end): Likewise.
11875         * iconvdata/utf-16.c (gconv_end): Likewise.
11876         * iconvdata/utf-32.c (gconv_end): Likewise.
11877         * iconvdata/utf-7.c (base64): Likewise.
11878         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
11879         * iconv/gconv_close.c (__gconv_close): Likewise.
11880         * iconv/gconv_open.c (__gconv_open): Likewise.
11881         * iconv/gconv_simple.c (internal_ucs4_loop_single)
11882         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
11883         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
11884         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
11885         (ucs4le_internal_loop_single): Likewise.
11886         * iconv/iconv.c (iconv): Likewise.
11887         * iconv/iconv_close.c: Likewise.
11888         * iconv/loop.c (SINGLE): Likewise.
11889         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
11890         * include/atomic.h: Likewise.
11891         * inet/inet6_option.c (option_alloc): Likewise.
11892         * intl/bindtextdom.c (set_binding_values): Likewise.
11893         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
11894         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
11895         * intl/localealias.c (read_alias_file): Likewise.
11896         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
11897         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
11898         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
11899         * libio/fmemopen.c (fmemopen): Likewise.
11900         * libio/iofgets.c (_IO_fgets): Likewise.
11901         * libio/iofgets_u.c (fgets_unlocked): Likewise.
11902         * libio/iofgetws.c (fgetws): Likewise.
11903         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
11904         * libio/iogetdelim.c (_IO_getdelim): Likewise.
11905         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
11906         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
11907         * locale/findlocale.c (_nl_find_locale): Likewise.
11908         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
11909         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
11910         Likewise.
11911         * locale/setlocale.c (setlocale): Likewise.
11912         * login/programs/pt_chown.c (main): Likewise.
11913         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
11914         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
11915         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
11916         (mmap, mmap64, mremap, munmap): Likewise.
11917         * math/e_exp2l.c: Likewise.
11918         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
11919         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
11920         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
11921         * math/s_catan.c (__catan): Likewise.
11922         * math/s_catanf.c (__catanf): Likewise.
11923         * math/s_catanh.c (__catanh): Likewise.
11924         * math/s_catanhf.c (__catanhf): Likewise.
11925         * math/s_catanhl.c (__catanhl): Likewise.
11926         * math/s_catanl.c (__catanl): Likewise.
11927         * math/s_ccosh.c (__ccosh): Likewise.
11928         * math/s_ccoshf.c (__ccoshf): Likewise.
11929         * math/s_ccoshl.c (__ccoshl): Likewise.
11930         * math/s_cexp.c (__cexp): Likewise.
11931         * math/s_cexpf.c (__cexpf): Likewise.
11932         * math/s_cexpl.c (__cexpl): Likewise.
11933         * math/s_clog10.c (__clog10): Likewise.
11934         * math/s_clog10f.c (__clog10f): Likewise.
11935         * math/s_clog10l.c (__clog10l): Likewise.
11936         * math/s_clog.c (__clog): Likewise.
11937         * math/s_clogf.c (__clogf): Likewise.
11938         * math/s_clogl.c (__clogl): Likewise.
11939         * math/s_csin.c (__csin): Likewise.
11940         * math/s_csinf.c (__csinf): Likewise.
11941         * math/s_csinh.c (__csinh): Likewise.
11942         * math/s_csinhf.c (__csinhf): Likewise.
11943         * math/s_csinhl.c (__csinhl): Likewise.
11944         * math/s_csinl.c (__csinl): Likewise.
11945         * math/s_csqrt.c (__csqrt): Likewise.
11946         * math/s_csqrtf.c (__csqrtf): Likewise.
11947         * math/s_csqrtl.c (__csqrtl): Likewise.
11948         * math/s_ctan.c (__ctan): Likewise.
11949         * math/s_ctanf.c (__ctanf): Likewise.
11950         * math/s_ctanh.c (__ctanh): Likewise.
11951         * math/s_ctanhf.c (__ctanhf): Likewise.
11952         * math/s_ctanhl.c (__ctanhl): Likewise.
11953         * math/s_ctanl.c (__ctanl): Likewise.
11954         * math/w_pow.c: Likewise.
11955         * math/w_powf.c: Likewise.
11956         * math/w_powl.c: Likewise.
11957         * math/w_scalb.c (sysv_scalb): Likewise.
11958         * math/w_scalbf.c (sysv_scalbf): Likewise.
11959         * math/w_scalbl.c (sysv_scalbl): Likewise.
11960         * misc/error.c (error_tail): Likewise.
11961         * misc/pselect.c (__pselect): Likewise.
11962         * nis/nis_callback.c (__nis_create_callback): Likewise.
11963         * nis/nis_call.c (__nisfind_server): Likewise.
11964         * nis/nis_creategroup.c (nis_creategroup): Likewise.
11965         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
11966         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
11967         * nis/nis_getservlist.c (nis_getservlist): Likewise.
11968         * nis/nis_lookup.c (nis_lookup): Likewise.
11969         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
11970         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
11971         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
11972         * nis/nis_xdr.c (xdr_endpoint): Likewise.
11973         * nis/nss_compat/compat-grp.c (getgrent_next_file)
11974         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
11975         * nis/nss_compat/compat-initgroups.c (add_group)
11976         (internal_getgrent_r): Likewise.
11977         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
11978         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
11979         * nis/nss_compat/compat-spwd.c (getspent_next_file)
11980         (internal_getspnam_r): Likewise.
11981         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
11982         (_nss_nis_getaliasbyname_r): Likewise.
11983         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
11984         (_nss_nis_getntohost_r): Likewise.
11985         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
11986         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
11987         (_nss_nis_getgrgid_r): Likewise.
11988         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
11989         (internal_nis_gethostent_r, internal_gethostbyname2_r)
11990         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
11991         (_nss_nis_gethostbyname4_r): Likewise.
11992         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
11993         (initgroups_netid): Likewise.
11994         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
11995         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
11996         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
11997         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
11998         (_nss_nis_getprotobynumber_r): Likewise.
11999         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
12000         (_nss_nis_getsecretkey): Likewise.
12001         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
12002         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
12003         (_nss_nis_getpwuid_r): Likewise.
12004         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
12005         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
12006         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
12007         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
12008         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
12009         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
12010         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
12011         Likewise.
12012         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
12013         (_nss_nisplus_getntohost_r): Likewise.
12014         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
12015         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
12016         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
12017         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
12018         Likewise.
12019         * nis/nss_nisplus/nisplus-initgroups.c
12020         (_nss_nisplus_initgroups_dyn): Likewise.
12021         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
12022         (_nss_nisplus_getnetbyaddr_r): Likewise.
12023         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
12024         (_nss_nisplus_getprotobynumber_r): Likewise.
12025         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
12026         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
12027         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
12028         Likewise.
12029         * nis/nss_nisplus/nisplus-service.c
12030         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
12031         (_nss_nisplus_getservbyport_r): Likewise.
12032         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
12033         (_nss_nisplus_getspnam_r): Likewise.
12034         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
12035         Likewise.
12036         * nscd/aicache.c (addhstaiX): Likewise.
12037         * nscd/cache.c (cache_search, prune_cache): Likewise.
12038         * nscd/connections.c (register_traced_file, send_ro_fd)
12039         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
12040         (main_loop_epoll): Likewise.
12041         * nscd/grpcache.c (addgrbyX): Likewise.
12042         * nscd/hstcache.c (addhstbyX): Likewise.
12043         * nscd/initgrcache.c (addinitgroupsX): Likewise.
12044         * nscd/mem.c (gc, mempool_alloc): Likewise.
12045         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
12046         (addinnetgrX): Likewise.
12047         * nscd/nscd-client.h (__nscd_acquire_maplock)
12048         (__nscd_drop_map_ref): Likewise.
12049         * nscd/nscd_getai.c (__nscd_getai): Likewise.
12050         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
12051         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
12052         Likewise.
12053         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
12054         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
12055         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
12056         (__nscd_get_map_ref): Likewise.
12057         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
12058         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
12059         Likewise.
12060         * nscd/pwdcache.c (addpwbyX): Likewise.
12061         * nscd/selinux.c (preserve_capabilities): Likewise.
12062         * nscd/servicescache.c (addservbyX): Likewise.
12063         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
12064         * posix/fnmatch.c (fnmatch): Likewise.
12065         * posix/getopt.c (_getopt_internal_r): Likewise.
12066         * posix/glob.c (glob, glob_in_dir): Likewise.
12067         * posix/wordexp.c (exec_comm_child): Likewise.
12068         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
12069         (getanswer_r, gaih_getanswer_slice): Likewise.
12070         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
12071         * resolv/res_init.c: Likewise.
12072         * resolv/res_mkquery.c (res_nmkquery): Likewise.
12073         * resolv/res_query.c (__libc_res_nquery): Likewise.
12074         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
12075         Likewise.
12076         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
12077         * stdio-common/perror.c (perror): Likewise.
12078         * stdio-common/printf_fp.c (___printf_fp): Likewise.
12079         * stdio-common/tmpnam.c (tmpnam): Likewise.
12080         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
12081         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
12082         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
12083         Likewise.
12084         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
12085         * stdlib/putenv.c (putenv): Likewise.
12086         * stdlib/setenv.c (__add_to_environ): Likewise.
12087         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
12088         * stdlib/strtol_l.c (INTERNAL): Likewise.
12089         * string/memmem.c (memmem): Likewise.
12090         * string/strerror.c (strerror): Likewise.
12091         * string/strnlen.c (__strnlen): Likewise.
12092         * string/test-memmem.c (simple_memmem): Likewise.
12093         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
12094         * sunrpc/pm_getport.c (__get_socket): Likewise.
12095         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
12096         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
12097         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
12098         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
12099         Likewise.
12100         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
12101         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
12102         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
12103         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
12104         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
12105         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
12106         Likewise.
12107         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
12108         Likewise.
12109         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
12110         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
12111         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
12112         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
12113         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
12114         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
12115         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
12116         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
12117         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
12118         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
12119         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
12120         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
12121         Likewise.
12122         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
12123         Likewise.
12124         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
12125         Likewise.
12126         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
12127         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
12128         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
12129         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
12130         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
12131         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
12132         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
12133         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
12134         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
12135         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
12136         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
12137         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
12138         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
12139         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
12140         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
12141         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
12142         Likewise.
12143         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
12144         Likewise.
12145         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
12146         Likewise.
12147         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
12148         Likewise.
12149         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
12150         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
12151         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
12152         Likewise.
12153         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
12154         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
12155         * sysdeps/posix/opendir.c (__opendirat): Likewise.
12156         * sysdeps/posix/sleep.c: Likewise.
12157         * sysdeps/posix/tempname.c: Likewise.
12158         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
12159         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
12160         Likewise.
12161         * sysdeps/powerpc/powerpc32/dl-machine.h
12162         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
12163         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
12164         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
12165         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
12166         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
12167         Likewise.
12168         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
12169         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
12170         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
12171         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
12172         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
12173         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
12174         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
12175         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
12176         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
12177         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
12178         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
12179         (elf_machine_lazy_rel): Likewise.
12180         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
12181         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
12182         (elf_machine_lazy_rel): Likewise.
12183         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
12184         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
12185         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
12186         * sysdeps/unix/grantpt.c (grantpt): Likewise.
12187         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
12188         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
12189         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
12190         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
12191         Likewise.
12192         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
12193         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
12194         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
12195         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
12196         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
12197         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
12198         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
12199         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
12200         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
12201         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
12202         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
12203         Likewise.
12204         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
12205         (__posix_fallocate64_l64): Likewise.
12206         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
12207         (posix_fallocate): Likewise.
12208         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
12209         Likewise.
12210         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
12211         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
12212         (getifaddrs_internal): Likewise.
12213         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
12214         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
12215         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
12216         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
12217         * sysdeps/unix/sysv/linux/posix_fallocate64.c
12218         (__posix_fallocate64_l64): Likewise.
12219         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
12220         Likewise.
12221         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
12222         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
12223         (__get_clockfreq): Likewise.
12224         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
12225         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
12226         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
12227         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
12228         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
12229         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
12230         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
12231         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
12232         Likewise.
12233         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
12234         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
12235         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
12236         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
12237         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
12238         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
12239         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
12240         Likewise.
12241         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
12242         (posix_fallocate): Likewise.
12243         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
12244         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
12245         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
12246         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
12247         (elf_machine_rela, elf_machine_rela_relative)
12248         (elf_machine_lazy_rel): Likewise.
12249         * time/asctime.c (asctime_internal): Likewise.
12250         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
12251         * time/tzset.c (__tzset_parse_tz): Likewise.
12252         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
12253         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
12254         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
12255         * wcsmbs/wcsmbsload.h: Likewise.
12256
12257         [BZ #15894]
12258         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
12259
12260         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
12261         (arena_get2): Remove THREAD_STATS conditionals.
12262         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
12263         (__malloc_stats, int): Likewise.
12264
12265 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
12266
12267         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
12268         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
12269
12270         * manual/setjmp.texi: Fix typos/grammar errors.
12271
12272         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
12273         Only return early when n is <= 0.  Delete unused return statement.
12274
12275         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
12276         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
12277         * debug/tst-longjmp_chk3.c: New file.
12278
12279         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
12280         (test_main): Replace code with set_fortify_handler call.
12281         * debug/test-strcpy_chk.c: Likewise.
12282         * debug/tst-chk1.c: Likewise.
12283         * debug/tst-longjmp_chk.c: Likewise.
12284         * test-skeleton.c: Include fcntl.h & paths.h
12285         (set_fortify_handler): Define.
12286
12287         * debug/tst-longjmp_chk.c: Add header comment and include
12288         ../test-skeleton.c.
12289         (do_test): Mark static.
12290         (TEST_FUNCTION): Define.
12291
12292         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
12293         (IP_PMTUDISC_INTERFACE): Likewise.
12294         (IP_MULTICAST_IF): Likewise.
12295         (IP_MULTICAST_TTL): Likewise.
12296         (IP_MULTICAST_LOOP): Likewise.
12297         (IP_ADD_MEMBERSHIP): Likewise.
12298         (IP_DROP_MEMBERSHIP): Likewise.
12299         (IP_UNBLOCK_SOURCE): Likewise.
12300         (IP_BLOCK_SOURCE): Likewise.
12301         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
12302         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
12303         (IP_MSFILTER): Likewise.
12304         (MCAST_JOIN_GROUP): Likewise.
12305         (MCAST_BLOCK_SOURCE): Likewise.
12306         (MCAST_UNBLOCK_SOURCE): Likewise.
12307         (MCAST_LEAVE_GROUP): Likewise.
12308         (MCAST_JOIN_SOURCE_GROUP): Likewise.
12309         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
12310         (MCAST_MSFILTER): Likewise.
12311         (IP_MULTICAST_ALL): Likewise.
12312         (IP_UNICAST_IF): Likewise.
12313
12314         * timezone/Makefile: Delete $(have-ksh) check.
12315         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
12316         * timezone/tzselect.ksh: Add +x mode bits.
12317
12318         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
12319         (ANON_INODE_FS_MAGIC): Likewise.
12320         (BDEVFS_MAGIC): Likewise.
12321         (BINFMTFS_MAGIC): Likewise.
12322         (BTRFS_TEST_MAGIC): Likewise.
12323         (CRAMFS_MAGIC_WEND): Likewise.
12324         (DEBUGFS_MAGIC): Likewise.
12325         (ECRYPTFS_SUPER_MAGIC): Likewise.
12326         (EXT3_SUPER_MAGIC): Likewise.
12327         (EXT4_SUPER_MAGIC): Likewise.
12328         (FUTEXFS_SUPER_MAGIC): Likewise.
12329         (HOSTFS_SUPER_MAGIC): Likewise.
12330         (HUGETLBFS_MAGIC): Likewise.
12331         (MINIX3_SUPER_MAGIC): Likewise.
12332         (MTD_INODE_FS_MAGIC): Likewise.
12333         (NILFS_SUPER_MAGIC): Likewise.
12334         (OPENPROM_SUPER_MAGIC): Likewise.
12335         (PIPEFS_MAGIC): Likewise.
12336         (PSTOREFS_MAGIC): Likewise.
12337         (QNX6_SUPER_MAGIC): Likewise.
12338         (RAMFS_MAGIC): Likewise.
12339         (REISERFS_SUPER_MAGIC_STRING): Likewise.
12340         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
12341         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
12342         (SECURITYFS_MAGIC): Likewise.
12343         (SELINUX_MAGIC): Likewise.
12344         (SMACK_MAGIC): Likewise.
12345         (SOCKFS_MAGIC): Likewise.
12346         (SQUASHFS_MAGIC): Likewise.
12347         (STACK_END_MAGIC): Likewise.
12348         (TMPFS_MAGIC): Likewise.
12349         (USBDEVICE_SUPER_MAGIC): Likewise.
12350         (V9FS_MAGIC): Likewise.
12351         (XENFS_SUPER_MAGIC): Likewise.
12352         (CRAMFS_MAGIC): Fix typo in comment.
12353         (EXT2_SUPER_MAGIC): Update comment.
12354         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
12355
12356 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
12357
12358         * sysdeps/arm: Move directory from ports/sysdeps/arm.
12359         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
12360         * sysdeps/unix/sysv/linux/arm: Move directory from
12361         ports/sysdeps/unix/sysv/linux/arm.
12362         * README: Update listing for arm-*-linux-gnueabi.
12363
12364         * README: Remove mention of am33.
12365
12366 2014-02-07  Roland McGrath  <roland@hack.frob.com>
12367
12368         * bits/sigset.h (__sigemptyset): Use a statement expression rather
12369         than the comma operator, to avoid "rhs of comma has no effect"
12370         compiler warnings.
12371         (__sigfillset, __sigandset, __sigorset): Likewise.
12372         * include/signal.h (__sigemptyset): Likewise.
12373         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
12374
12375 2014-02-07  Allan McRae  <allan@archlinux.org>
12376
12377         * version.h (RELEASE): Set to "development".
12378         (VERSION): Set to "2.19.90"
12379         * NEWS: Add 2.20 section.
12380
12381 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
12382
12383         [BZ #16529]
12384         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
12385
12386 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
12387
12388         * manual/contrib.texi: Update entry for Carlos O'Donell,
12389         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
12390
12391 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
12392
12393         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
12394
12395         * sysdeps/unix/sysv/linux/kernel-features.h
12396         [__LINUX_KERNEL_VERSION >= 0x020621]
12397         (__ASSUME_PROC_PID_TASK_COMM): Define.
12398
12399 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
12400
12401         [BZ #16398]
12402         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
12403         conversion when destination buffer does not have enough space.
12404         * libio/tst-ftell-partial-wide.c: New test case.
12405         * libio/Makefile (tests): Add tst-ftell-partial-wide.
12406
12407         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
12408         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
12409         Leonard and Allan McRae.
12410
12411 2014-02-04  David S. Miller  <davem@davemloft.net>
12412
12413         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
12414         32-bit.
12415
12416 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12417
12418         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
12419         New file
12420         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
12421         New file
12422         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
12423         New file.
12424         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
12425         New file.
12426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
12427         New file.
12428         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
12429         New file.
12430         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
12431         New file.
12432         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
12433         New file.
12434         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
12435         New file.
12436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
12437         New file.
12438         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
12439         New file.
12440         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
12441         New file.
12442         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
12443         New file.
12444
12445 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12446
12447         * nptl/shlib-versions: Change powerpc*le start to 2.17.
12448         * shlib-versions: Likewise.
12449
12450 2014-02-04  Roland McGrath  <roland@hack.frob.com>
12451             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12452
12453         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
12454         (abilist-pattern): New variable, set to %-le.abilist.
12455
12456         * Makerules (abilist-pattern): New variable.
12457         (vpath): Use $(abilist-pattern) in place of %.abilist.
12458         (check-abi-% pattern rule): Likewise.
12459         (check-abi, update-abi): Likewise.
12460
12461 2014-02-04  Eric Wong  <normalperson@yhbt.net>
12462
12463         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
12464
12465 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
12466
12467         * manual/startup.texi: Add next, previous, and top entries for
12468         the `Program Arguments' and `Environment Variables' nodes.
12469
12470 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
12471
12472         * manual/macros.texi: Add comments before MTASC-safety macros.
12473
12474         * manual/users.texi: Document MTASC-safety properties.
12475
12476         * manual/threads.texi (pthread_key_create, pthread_key_delete)
12477         (pthread_getspecific, pthread_setspecific): Format with
12478         @deftypefun, and add @safety note.
12479         * manual/signal.texi: Move comments that analyze the above
12480         functions to their home place.
12481
12482 2014-02-03  Allan McRae  <allan@archlinux.org>
12483
12484         * po/sl.po: Update Slovenian translation from translation project.
12485
12486 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
12487
12488         * manual/time.texi (timegm): Add missing blank after @c.
12489         Reported by Joseph Myers <joseph@codesourcery.com>.
12490
12491 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
12492
12493         * manual/check-safety.sh: New.
12494         * manual/Makefile ($(objpfx)stamp-summary): Run it.
12495
12496         * manual/terminal.texi: Document MTASC-safety properties.
12497
12498         * manual/filesys.texi: Document MTASC-safety properties.
12499
12500         * manual/errno.texi: Document MTASC-safety properties.
12501
12502         * manual/intro.texi: Document safety identifiers and
12503         conditionals.
12504
12505         * manual/string.texi (wcstok): Fix prototype.
12506         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
12507
12508         * manual/time.texi: Document MTASC-safety properties.
12509
12510         * manual/string.texi: Document MTASC-safety properties.
12511
12512         * manual/threads.texi: Document MTASC-safety properties.
12513
12514         * manual/stdio.texi: Document MTASC-safety properties.
12515
12516         * manual/syslog.texi: Document MTASC-safety properties.
12517
12518         * manual/sysinfo.texi: Document MTASC-safety properties.
12519
12520         * manual/startup.texi: Document MTASC-safety properties.
12521
12522         * manual/socket.texi: Document MTASC-safety properties.
12523
12524         * manual/signal.texi: Document MTASC-safety properties.
12525
12526 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
12527
12528         * manual/setjmp.texi: Document MTASC-safety properties.
12529
12530         * manual/search.texi: Document MTASC-safety properties.
12531
12532         * manual/resource.texi: Document MTASC-safety properties.
12533
12534         * manual/process.texi: Document MTASC-safety properties.
12535
12536         * manual/platform.texi: Document MTASC-safety properties.
12537
12538         * manual/pipe.texi: Document MTASC-safety properties.
12539
12540         * manual/pattern.texi: Document MTASC-safety properties.
12541
12542         * manual/message.texi: Document MTASC-safety properties.
12543
12544         [BZ #12751]
12545         * manual/memory.texi: Document MTASC-safety properties.
12546
12547         * manual/math.texi: Document MTASC-safety properties.
12548
12549         * manual/locale.texi: Document MTASC-safety properties.
12550
12551         * manual/llio.texi: Document MTASC-safety properties.
12552
12553         * manual/libdl.texi: New.
12554
12555         * manual/lang.texi: Document MTASC-safety properties.
12556
12557         * manual/job.texi: Document MTASC-safety properties.
12558
12559         * manual/getopt.texi: Document MTASC-safety properties.
12560
12561         * manual/ctype.texi: Document MTASC-safety properties.
12562
12563 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
12564
12565         [BZ #16046]
12566         * csu/libc-tls.c (static_map): Remove variable.
12567         (__libc_setup_tls): Use main executable's link map for TLS data.
12568         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
12569         casing for LM_ID_BASE and GL(dl_nns).
12570         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
12571         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
12572         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
12573         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
12574         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
12575         member.
12576         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
12577         l_phnum members.
12578
12579 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
12580
12581         * manual/debug.texi: Document MTASC-safety properties.
12582
12583 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
12584
12585         [BZ #16510]
12586         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
12587         of __x86_64__ when disabling x87 inline functions.
12588
12589 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
12590
12591         * manual/charset.texi: Document MTASC-safety properties.
12592
12593         * manual/crypt.texi: Document MTASC-safety properties.
12594
12595         * manual/conf.texi: Document MTASC-safety properties.
12596
12597         * manual/arith.texi: Document MTASC-safety properties.
12598
12599         * manual/argp.texi: Document MTASC-safety properties.
12600
12601         * manual/macros.texi: Introduce macros to document multi
12602         thread, asynchronous signal and asynchronous cancellation
12603         safety properties.
12604         * manual/intro.texi: Introduce the properties themselves.
12605
12606 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12607
12608         * sysdeps/sh/sh4/Makefile: New file.
12609
12610 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
12611
12612         * math/gen-libm-test.pl ($srcdir): New variable.
12613         ($auto_input): Use it.
12614
12615 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12616
12617         [BZ #16506]
12618         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
12619         access beyond array bounds when parsing netgroups file.
12620
12621         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
12622         the old buffer before realloc.
12623
12624 2014-01-27  Allan McRae  <allan@archlinux.org>
12625
12626         * po/fr.po: Update French translation from translation project.
12627
12628 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12629
12630         * sysdeps/sh/libm-test-ulps: Regenerate.
12631
12632 2014-01-24  David S. Miller  <davem@davemloft.net>
12633
12634         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
12635
12636 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12637
12638         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
12639         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
12640
12641 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
12642
12643         [BZ #16474]
12644         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
12645         string pointers after reallocation.
12646
12647 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12648
12649         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
12650         __SH4A__ instead of __SH_FPU_ANY__.
12651
12652 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12653
12654         * sysdeps/sh/fpu_control.h: New file.
12655         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
12656         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
12657         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
12658         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
12659         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
12660         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
12661         * sysdeps/sh/sys/ucontext.h: Remove.
12662         * sysdeps/sh/sys: Remove directory.
12663
12664 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12665
12666         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
12667         s390/sys/ucontext.h.
12668         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12669         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
12670
12671 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
12672
12673         [BZ #15605]
12674         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
12675
12676 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12677
12678         [BZ#16431]
12679         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
12680         Adjust the vDSO correctly for internal calls.
12681         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
12682
12683 2014-01-20  Allan McRae  <allan@archlinux.org>
12684
12685         * po/ca.po: Update Catalan translation from translation project.
12686
12687 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
12688
12689         * sysdeps/s390/sotruss-lib.c: New file.
12690
12691 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12692
12693         [BZ#16430]
12694         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
12695         (__GI___gettimeofday): Alias for a different internal symbol to avoid
12696         local calls issues by not having a PLT stub required for IFUNC calls.
12697         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
12698
12699 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
12700
12701         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
12702         * math/test-fpucw-static.c: Likewise.
12703
12704 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
12705
12706         [BZ #16453]
12707         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
12708
12709 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12710
12711         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
12712         implementation for powerpc.
12713
12714 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
12715
12716         [BZ #14782]
12717         * sysdeps/posix/system.c (__libc_system): Do not enable
12718         asynchronous cancellation.
12719
12720 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12721
12722         [BZ #16427]
12723         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
12724         handling only for numbers special also in the IEEE case.
12725
12726 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12727
12728         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
12729
12730 2014-01-11  Allan McRae  <allan@archlinux.org>
12731
12732         * po/bg.po: Update Bulgarian translation from translation project.
12733
12734         * po/de.po: Update German translation from translation project.
12735
12736 2014-01-10  Roland McGrath  <roland@hack.frob.com>
12737
12738         * sysdeps/generic/gcc-compat.h: New file.
12739
12740 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12741
12742         * benchtests/asin-inputs: Correct slow inputs.
12743         * benchtests/acos-inputs: Likewise.
12744
12745 2014-01-10  Allan McRae  <allan@archlinux.org>
12746
12747         * po:sv.po: Update Swedish translation from translation project.
12748
12749         * po/vi.po: Update Vietnamese translation from translation project.
12750
12751         * po/eo.po: Update Esperanto translation from translation project.
12752
12753         * po/cs.po: Update Czech translation from translation project.
12754
12755         * po/nl.po: Update Dutch translation from translation project.
12756
12757         * po/pl.po: Update Polish translation from translation project.
12758
12759         * po/ru.po: Update Russian translation from translation project.
12760
12761         * po/uk.po: Update Ukrainian translation from translation project.
12762
12763 2014-01-08  Brooks Moses  <bmoses@google.com>
12764
12765         * elf/dl-load.c: Fix comment typo.
12766
12767 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
12768
12769         * po/header.pot: Rename to...
12770         * po/pot.header: ... this.
12771         * po/Makefile: Use pot.header.
12772
12773 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
12774             Maxim Kuvyrkov  <maxim@kugelworks.com>
12775
12776         [BZ #16394]
12777         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
12778         SRC and DEST against LEN.
12779
12780 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12781
12782         [BZ #16414]
12783         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
12784         implementation.
12785         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
12786
12787 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12788
12789         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12790
12791 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
12792
12793         [BZ #16408]
12794         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
12795         for large positive arguments.
12796
12797 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
12798
12799         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
12800
12801         * math/auto-libm-test-in: Mark various tests with
12802         xfail-rounding:ldbl-128ibm.
12803         * math/auto-libm-test-out: Regenerated.
12804
12805         [BZ #16407]
12806         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
12807         Increase overflow threshold.
12808
12809 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
12810
12811         [BZ #14286]
12812         * stdio-common/vfprintf.c: Check for integer overflow.
12813
12814 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12815
12816         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
12817         the first argument and return value of __tls_get_addr_internal.
12818
12819 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12820
12821         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
12822         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
12823
12824 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12825
12826         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
12827         * sysdeps/s390/rtld-global-offsets.sym: New file.
12828         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
12829         GLIBC_2.19 symbol.
12830         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
12831         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
12832         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
12833         ... this.
12834         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
12835         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
12836         ... this.
12837         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
12838         Regenerate.
12839         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
12840         Regenerate.
12841         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
12842         halfs of GPRs for high_gprs contexts.
12843         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
12844         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
12845         field.
12846         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
12847         uc_flags field.
12848         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
12849         64 bit versions:
12850         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
12851         for high GPRs (uc_high_gprs) and for future extensions
12852         (__reserved).
12853         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
12854         for future extensions (__reserved).
12855         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
12856         64 bit versions:
12857         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
12858         SC_HIGHGPRS offset definition.
12859         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
12860         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
12861
12862         * Versions.def: Add GLIBC_2.19 for libpthread.
12863         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
12864         siglongjmp for libpthread with GLIBC_2.19 symver.
12865         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
12866         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
12867         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
12868         * sysdeps/s390/__longjmp.c: New file.
12869         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
12870         * sysdeps/s390/longjmp.c: New file.
12871         * sysdeps/s390/setjmp.S: New file.
12872         * sysdeps/s390/sigjmp.S: New file.
12873         * sysdeps/s390/v1-longjmp.c: New file.
12874         * sysdeps/s390/v1-setjmp.h: New file.
12875         * sysdeps/s390/v1-sigjmp.c: New file.
12876         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
12877         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
12878         GLIBC_2.19 version.
12879         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
12880         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
12881         versioned symbols for ____longjmp_chk.
12882         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
12883         Likewise.
12884         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
12885         Regenerate.
12886         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
12887         Regenerate.
12888         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
12889         Regenerate.
12890         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
12891         Regenerate.
12892         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
12893         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
12894         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
12895         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
12896         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
12897         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
12898         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
12899         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
12900         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
12901         * sysdeps/s390/rtld-__longjmp.c: New file.
12902         * sysdeps/s390/rtld-setjmp.S: New file.
12903
12904 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
12905
12906         [BZ #16400]
12907         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
12908         Return -__logl (x) for small positive arguments without evaluating
12909         a polynomial.
12910
12911 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
12912
12913         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
12914         Rename to ...
12915         (__ptrace_peeksiginfo_args): ... this.
12916         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
12917         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
12918         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
12919
12920 2014-01-06  Allan McRae  <allan@archlinux.org>
12921
12922         * inet/netinet/in.h: Fix typo in comment.
12923
12924 2014-01-05  Andreas Jaeger  <aj@suse.de>
12925
12926         * sysdeps/i386/fpu/libm-test-ulps: Update.
12927
12928 2014-01-05  Allan McRae  <allan@archlinux.org>
12929
12930         * po/libc.pot: Regenerated.
12931
12932         * malloc/memusagestat.c: Fix gettext call formatting.
12933
12934 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
12935
12936         * nscd/nscd.c: Improve usage() output.
12937
12938 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
12939
12940         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
12941         * sysdeps/unix/sysv/linux/configure: Regenerated.
12942         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
12943         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
12944
12945 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
12946
12947         [BZ #16390]
12948         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
12949         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
12950
12951 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12952
12953         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
12954         extra tokens at end of #undef directive.
12955         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
12956         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
12957         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
12958
12959 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
12960
12961         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
12962
12963         * math/auto-libm-test-in: Mark various tests with
12964         xfail-rounding:ldbl-128ibm.
12965         * math/auto-libm-test-out: Regenerated.
12966
12967 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
12968
12969         [BZ #16386]
12970         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
12971         numbers with subnormal high part when calculating exponent.
12972
12973         [BZ #16385]
12974         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
12975         fabs.
12976
12977         [BZ #16384]
12978         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
12979         M_LN2l.
12980         (__ieee754_acoshl): Use __log1pl not __log1p.
12981
12982 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
12983
12984         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
12985         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
12986         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
12987         (grow_heap, heap_trim, _int_new_arena, get_free_list)
12988         (reused_arena, arena_get2): Convert to GNU style.
12989         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
12990         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
12991         (memalign_check, __malloc_set_state): Likewise.
12992         * malloc/mallocbug.c (main): Likewise.
12993         * malloc/malloc.c (__malloc_assert, malloc_init_state)
12994         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
12995         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
12996         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
12997         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
12998         (__posix_memalign, malloc_info): Likewise.
12999         * malloc/malloc.h: Likewise.
13000         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
13001         (mallochook, memalignhook, reallochook, mabort): Likewise.
13002         * malloc/mcheck.h: Likewise.
13003         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
13004         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
13005         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
13006         * malloc/morecore.c (__default_morecore): Likewise.
13007         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
13008         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
13009         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
13010         (print_and_abort): Likewise.
13011         * malloc/obstack.h: Likewise.
13012         * malloc/set-freeres.c (__libc_freeres): Likewise.
13013         * malloc/tst-mallocstate.c (main): Likewise.
13014         * malloc/tst-mtrace.c (main): Likewise.
13015         * malloc/tst-realloc.c (do_test): Likewise.
13016
13017 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
13018
13019         [BZ #16366]
13020         * nscd/netgroupcache.c (do_notfound): New function.
13021         (addgetnetgrentX): Use it.
13022
13023         [BZ # 16365]
13024         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
13025         NSS_STATUS_NOTFOUND.
13026
13027 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
13028
13029         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
13030         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13031
13032 2014-01-01  Allan McRae  <allan@archlinux.org>
13033
13034         * scripts/update-copyrights: Update configure input file suffix.
13035
13036         * NEWS: Update copyright year.
13037         * catgets/gencat.c: Likewise.
13038         * csu/version.c: Likewise.
13039         * debug/catchsegv.sh: Likewise.
13040         * debug/pcprofiledump.c: Likewise.
13041         * debug/xtrace.sh: Likewise.
13042         * elf/ldconfig.c: Likewise.
13043         * elf/ldd.bash.in: Likewise.
13044         * elf/pldd.c: Likewise.
13045         * elf/sotruss.ksh: Likewise.
13046         * elf/sprof.c: Likewise.
13047         * iconv/iconv_prog.c: Likewise.
13048         * iconv/iconvconfig.c: Likewise.
13049         * locale/programs/locale.c: Likewise.
13050         * locale/programs/localedef.c: Likewise.
13051         * login/programs/pt_chown.c: Likewise.
13052         * malloc/memusage.sh: Likewise.
13053         * malloc/memusagestat.c: Likewise.
13054         * malloc/mtrace.pl: Likewise.
13055         * manual/libc.texinfo: Likewise.
13056         * nscd/nscd.c: Likewise.
13057         * nss/getent.c: Likewise.
13058         * nss/makedb.c: Likewise.
13059         * posix/getconf.c: Likewise.
13060         * scripts/test-installation.pl: Likewise.
13061
13062         * All files with FSF copyright notices: Update copyright dates
13063         using scripts/update-copyrights.
13064         * intl/plural.c: Regenerated.
13065         * locale/programs/charmap-kw.h: Likewise.
13066         * locale/programs/locfile-kw.h: Likewise.
13067
13068 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
13069
13070         * sysdeps/unix/sysv/linux/configure: Regenerated.
13071         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
13072         the linux/fanotify.h header.
13073         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
13074         HAVE_LINUX_FANOTIFY_H is defined.
13075
13076 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
13077
13078         * benchtests/cos-inputs: New inputs.
13079         * benchtests/sin-inputs: Likewise.
13080
13081         * benchtests/atan-inputs: New inputs. Fix name of multiple
13082         precision fallback inputs.
13083
13084         * benchtests/atanh-inputs: New inputs.
13085         * benchtests/tanh-inputs: Likewise.
13086
13087         * benchtests/acosh-inputs: New inputs.
13088         * benchtests/asinh-inputs: Likewise.
13089
13090         * benchtests/cosh-inputs: New inputs.
13091         * benchtests/sinh-inputs: Likewise.
13092
13093         * benchtests/acos-inputs: Add more inputs.
13094         * benchtests/asin-inputs: Likewise.
13095
13096 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
13097
13098         [BZ #16375]
13099         * manual/arith.texi: Fix spelling.
13100         * manual/charset.texi: Likewise.
13101         * manual/errno.texi: Likewise.
13102         * manual/filesys.texi: Likewise.
13103         * manual/lang.texi: Likewise.
13104         * manual/llio.texi: Likewise.
13105         * manual/locale.texi: Likewise.
13106         * manual/message.texi: Likewise.
13107         * manual/resource.texi: Likewise.
13108         * manual/search.texi: Likewise.
13109         * manual/setjmp.texi: Likewise.
13110         * manual/stdio.texi: Likewise.
13111         * manual/string.texi: Likewise.
13112         * manual/sysinfo.texi: Likewise.
13113         * manual/time.texi: Likewise.
13114
13115 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
13116
13117         * po/sl.po: New file.
13118
13119 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
13120
13121         * .gitignore: Add core/.gdbinit/.gdb_history.
13122
13123 2013-12-27  Allan McRae  <allan@archlinux.org>
13124
13125         [BZ #16369]
13126         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
13127         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
13128
13129 2013-12-24  Brooks Moses  <bmoses@google.com>
13130
13131         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
13132         all compilers that claim C++98 compliance, not just GCC.
13133         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
13134         Likewise.
13135
13136 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
13137
13138         * NEWS: Restore accidentally deleted bug-fix entries.
13139
13140 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
13141             Ondřej Bílka  <neleai@seznam.cz>
13142
13143         [BZ #15073]
13144         * malloc/malloc.c (_int_free): Perform sanity check only if we
13145         have_lock.
13146
13147 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
13148
13149         [BZ #12986]
13150         * manual/stdio.texi (String Input Conversions): Clarify that character
13151         classes are not supported.
13152
13153 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13154
13155         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13156
13157 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
13158
13159         [BZ #16337]
13160         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
13161         Calculate results for small negative arguments directly rather
13162         than using reflection formula with special underflow handling.
13163
13164         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
13165         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
13166         sysdeps/unix/bsd/bsd4.4/syscalls.list.
13167         (fchflags): Likewise.
13168         (revoke): Likewise.
13169         (setlogin): Likewise.
13170         (sigaltstack): Likewise.
13171         (wait4): Likewise.
13172         (sigblock): Remove.
13173         (sigsetmask): Likewise.
13174         (wait3): Likewise.
13175         (waitpid): Likewise.
13176         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
13177         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
13178         file.
13179         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
13180         * sysdeps/unix/bsd/Makefile: ... here.
13181         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
13182         * sysdeps/unix/bsd/Versions: ... here.
13183         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
13184         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
13185         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
13186         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
13187         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
13188         * sysdeps/unix/bsd/sigblock.c: ... here.
13189         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
13190         * sysdeps/unix/bsd/sigsetmask.c: ... here.
13191         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
13192         * sysdeps/unix/bsd/sigvec.c: ... here.
13193         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
13194         * sysdeps/unix/bsd/tcdrain.c: ... here.
13195         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
13196         * sysdeps/unix/bsd/tcgetattr.c: ... here.
13197         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
13198         * sysdeps/unix/bsd/tcsetattr.c: ... here.
13199         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
13200         * sysdeps/unix/bsd/wait.c: ... here.
13201         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
13202         * sysdeps/unix/bsd/wait3.c: ... here.
13203         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
13204         * sysdeps/unix/bsd/waitpid.c: ... here.
13205
13206 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
13207
13208         [BZ #16356]
13209         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
13210         round-to-nearest for [!USE_AS_EXPM1L].
13211         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
13212         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
13213         more tests of exp and exp10.  Expect some exp10 tests to miss
13214         exceptions or fail in directed rounding modes.
13215         * math/auto-libm-test-out: Regenerated.
13216         * math/libm-test.inc (exp10_tonearest_test_data): New array.
13217         (exp10_test_tonearest): New function.
13218         (exp10_towardzero_test_data): New array.
13219         (exp10_test_towardzero): New function.
13220         (exp10_downward_test_data): New array.
13221         (exp10_test_downward): New function.
13222         (exp10_upward_test_data): New array.
13223         (exp10_test_upward): New function.
13224         (main): Call the new functions.
13225         * sysdeps/i386/fpu/libm-test-ulps: Update.
13226         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13227
13228 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
13229
13230         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
13231         asinh, atan, atan2, atanh, cbrt, cos and cosh.
13232         * math/auto-libm-test-out: Regenerated.
13233         * math/libm-test.inc (acosh_test_data): Add more tests.
13234         (atanh_test_data): Likewise.
13235         (ceil_test_data): Likewise.
13236         (copysign_test_data): Likewise.
13237         * sysdeps/i386/fpu/libm-test-ulps: Update.
13238         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13239
13240         * timezone/checktab.awk: Update from tzcode 2013i.
13241         * timezone/private.h: Likewise.
13242         * timezone/scheck.c: Likewise.
13243         * timezone/tzfile.h: Likewise.
13244         * timezone/tzselect.ksh: Likewise.
13245         * timezone/zdump.c: Likewise.
13246         * timezone/zic.c: Likewise.
13247
13248         * math/auto-libm-test-in: Add tests of cpow.
13249         * math/auto-libm-test-out: Regenerated.
13250         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
13251         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13252         mpc_cc_c.
13253         (func_calc_desc): Add mpc_cc_c union field.
13254         (test_functions): Add cpow.
13255         (special_fill_2pi): New function.
13256         (special_real_inputs): Add 2pi.
13257         (calc_generic_results): Handle mpc_cc_c.
13258         * sysdeps/i386/fpu/libm-test-ulps: Update.
13259         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13260
13261         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
13262         csqrt, ctan and ctanh.
13263         * math/auto-libm-test-out: Regenerated.
13264         * math/libm-test.inc (TEST_COND_x86_64): New macro.
13265         (TEST_COND_x86): Likewise.
13266         (ccos_test_data): Use AUTO_TESTS_c_c.
13267         (ccosh_test_data): Likewise.
13268         (cexp_test_data): Likewise.
13269         (clog_test_data): Likewise.
13270         (csqrt_test_data): Likewise.
13271         (ctan_test_data): Likewise.
13272         (ctan_tonearest_test_data): Likewise.
13273         (ctan_towardzero_test_data): Likewise.
13274         (ctan_downward_test_data): Likewise.
13275         (ctan_upward_test_data): Likewise.
13276         (ctanh_test_data): Likewise.
13277         (ctanh_tonearest_test_data): Likewise.
13278         (ctanh_towardzero_test_data): Likewise.
13279         (ctanh_downward_test_data): Likewise.
13280         (ctanh_upward_test_data): Likewise.
13281         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13282         mpc_c_c.
13283         (func_calc_desc): Add mpc_c_c union field.
13284         (FUNC_mpc_c_c): New macro.
13285         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
13286         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
13287         ctanh.
13288         (special_fill_min_subnorm_p120): New function.
13289         (special_real_inputs): Add min_subnorm_p120.
13290         (calc_generic_results): Handle mpc_c_c.
13291         * sysdeps/i386/fpu/libm-test-ulps: Update.
13292         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13293
13294 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
13295
13296         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
13297         (do_sin_slow): New functions.
13298         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
13299         (cslow2, csloww1, csloww2): Use the new functions.
13300
13301         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
13302         Use M to change sign of result instead of X.  Assume X is
13303         positive.
13304         (csloww1): Likewise.
13305         (__sin): Adjust.
13306         (__cos): Adjust.
13307
13308         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
13309         arguments A and DA.
13310         (__sin): Adjust.
13311         (__cos): Likewise.
13312
13313         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
13314         (__cos): Likewise.
13315         (sloww1): Don't adjust sign of DX.
13316         (csloww1): Likewise.
13317         (sloww2): Use X directly and don't adjust sign of DX.
13318         (csloww2): Likewise.
13319
13320 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
13321
13322         * math/auto-libm-test-in: Add tests of cabs and carg.
13323         * math/auto-libm-test-out: Regenerated.
13324         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
13325         (carg_test_data): Likewise.
13326         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13327         mpc_c_f.
13328         (func_calc_desc): Add mpc_c_f union field.
13329         (test_functions): Add cabs and carg.
13330         (calc_generic_results): Handle mpc_c_f.
13331
13332         * sysdeps/powerpc/powerpc32/libgcc-compat.S
13333         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
13334         as a macro and a compat symbol.
13335         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
13336         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
13337         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
13338         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
13339         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
13340         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
13341         not use .hidden.
13342         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
13343         Likewise.
13344         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
13345         Likewise.
13346         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
13347         Likewise.
13348         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
13349         Likewise.
13350         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
13351         Likewise.
13352         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
13353         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
13354         from GLIBC_2.3.2.
13355
13356 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13357
13358         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13359
13360 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
13361
13362         * manual/texinfo.tex: Update to version 2013-11-26.10 with
13363         trailing whitespace removed.
13364         * scripts/config.guess: Update to version 2013-11-29.
13365         * scripts/config.sub: Update to version 2013-10-01.
13366
13367         * math/auto-libm-test-in: Add tests of sincos.
13368         * math/auto-libm-test-out: Regenerated.
13369         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
13370         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13371         mpfr_f_11.
13372         (func_calc_desc): Add mpfr_f_11 union field.
13373         (test_functions): Add sincos.
13374         (calc_generic_results): Handle mpfr_f_11.
13375         * sysdeps/i386/fpu/libm-test-ulps: Update.
13376         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13377
13378 2013-12-19  Andreas Schwab  <schwab@suse.de>
13379
13380         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
13381         CALL_MCOUNT.
13382         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
13383         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
13384         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
13385
13386 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
13387
13388         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
13389         * sysdeps/i386/fpu/libm-test-ulps: Update.
13390         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13391
13392         [BZ #16293]
13393         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
13394         round-to-nearest mode when using frndint.
13395         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
13396         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
13397         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
13398         Likewise.
13399         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
13400         sinh test to fail.
13401         * math/auto-libm-test-out: Regenerated.
13402         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
13403         (TEST_COND_x86): Likewise.
13404         (expm1_tonearest_test_data): New array.
13405         (expm1_test_tonearest): New function.
13406         (expm1_towardzero_test_data): New array.
13407         (expm1_test_towardzero): New function.
13408         (expm1_downward_test_data): New array.
13409         (expm1_test_downward): New function.
13410         (expm1_upward_test_data): New array.
13411         (expm1_test_upward): New function.
13412         (main): Run the new test functions.
13413         * sysdeps/i386/fpu/libm-test-ulps: Update.
13414         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13415
13416         * include/features.h: Update comment documenting feature test
13417         macros.  Mention _DEFAULT_SOURCE in comment.
13418         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
13419         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
13420         _BSD_SOURCE and _SVID_SOURCE.
13421         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
13422         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
13423         !_SVID_SOURCE]: Likewise.
13424         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13425         (__USE_POSIX_IMPLICITLY): Define.
13426         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13427         (_POSIX_SOURCE): Undefine and redefine.
13428         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13429         (_POSIX_C_SOURCE): Likewise.
13430         * manual/creature.texi (_DEFAULT_SOURCE): Document.
13431         (Feature Test Macros): Update documentation of default features.
13432
13433 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
13434
13435         * benchtests/Makefile: Add bench-strtok.
13436         * benchtests/bench-strtok.c: New file: strtok benchtest.
13437
13438 2013-12-19  Allan McRae  <allan@archlinux.org>
13439
13440         * manual/install.texi: Suppress menu for plain text output.
13441         * INSTALL: Regenerated.
13442
13443 2013-12-18  Brooks Moses  <bmoses@google.com>
13444
13445         [BZ #15846]
13446         * misc/getauxval.c: Include errno.h.
13447         (__getauxval): Set errno to ENOENT if the requested type is not
13448         found.
13449         * misc/sys/auxv.h (getauxval): Document that it may set errno;
13450         don't declare with __attribute_const__.
13451         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
13452         * manual/startup.texi: Document that getauxval sets errno.
13453
13454 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
13455
13456         * math/auto-libm-test-in: Add tests of jn and yn.
13457         * math/auto-libm-test-out: Regenerated.
13458         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
13459         (yn_test_data): Likewise.
13460         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13461         mpfr_if_f.
13462         (func_calc_desc): Add mpfr_if_f union field.
13463         (FUNC_mpfr_if_f): New macro.
13464         (test_functions): Add jn and yn.
13465         (calc_generic_results): Assert type of second input for
13466         mpfr_ff_f.  Handle mpfr_if_f.
13467         (output_for_one_input_case): Disable all checking for arguments
13468         fitting floating-point types in case of an integer argument.
13469         * sysdeps/i386/fpu/libm-test-ulps: Update.
13470         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13471
13472         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
13473         Don't expect fegetround reference in libm.so.
13474
13475 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
13476
13477         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
13478         $(config-cflags-nofma).
13479
13480 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
13481
13482         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
13483         * math/auto-libm-test-out: Regenerated.
13484
13485         [BZ #16338]
13486         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
13487         to determine exponent and adjust argument to have exponent of -1.
13488         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
13489         log2.
13490         * math/auto-libm-test-out: Regenerated.
13491         * sysdeps/i386/fpu/libm-test-ulps: Update.
13492         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13493
13494 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
13495
13496         * manual/probes.texi: Remove cases when per-thread arenas are
13497         disabled.
13498
13499 2013-12-18  Andreas Schwab  <schwab@suse.de>
13500
13501         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
13502         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
13503         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
13504         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
13505         * sysdeps/i386/i686/multiarch/Makefile: Update.
13506         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
13507
13508 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
13509
13510         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
13511         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
13512
13513 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
13514
13515         [BZ #15968]
13516         Support TZ transition times < 00:00:00.
13517         This is needed for version-3 tz-format files; it supports time
13518         stamps past 2037 for America/Godthab (the only entry in the tz
13519         database for which this change is relevant).
13520         * manual/time.texi (TZ Variable): Document transition times
13521         from -167:59:59 through -00:00:01.
13522         * time/tzset.c (tz_rule): Time of day is now signed.
13523         (__tzset_parse_tz): Parse negative time of day.
13524
13525         Document TZ transition times >= 25:00:00.
13526         * manual/time.texi (TZ Variable): Document transition times from
13527         25:00:00 through 167:59:59.  These are already supported, and this
13528         support will help with version-3 tz-format files.
13529
13530         * manual/time.texi (TZ Variable): Modernize North America example
13531         to reflect current (i.e., 2007-and-later) daylight saving rules.
13532
13533         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
13534
13535 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
13536
13537         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
13538         * sysdeps/unix/bsd/bits/stat.h: Likewise.
13539         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
13540         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
13541         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
13542         * sysdeps/unix/bsd/bsdstat.h: Likewise.
13543         * sysdeps/unix/bsd/clock.c: Likewise.
13544         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
13545         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
13546         * sysdeps/unix/bsd/init-posix.c: Likewise.
13547         * sysdeps/unix/bsd/poll.c: Likewise.
13548         * sysdeps/unix/bsd/ptsname.c: Likewise.
13549         * sysdeps/unix/bsd/seekdir.c: Likewise.
13550         * sysdeps/unix/bsd/setegid.c: Likewise.
13551         * sysdeps/unix/bsd/seteuid.c: Likewise.
13552         * sysdeps/unix/bsd/setgid.c: Likewise.
13553         * sysdeps/unix/bsd/setrgid.c: Likewise.
13554         * sysdeps/unix/bsd/setruid.c: Likewise.
13555         * sysdeps/unix/bsd/setsid.c: Likewise.
13556         * sysdeps/unix/bsd/setuid.c: Likewise.
13557         * sysdeps/unix/bsd/sigaction.c: Likewise.
13558         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
13559         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
13560         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
13561         * sysdeps/unix/bsd/telldir.c: Likewise.
13562         * sysdeps/unix/bsd/times.c: Likewise.
13563         * sysdeps/unix/bsd/usleep.c: Likewise.
13564
13565         * misc/Makefile (install-lib): Remove libbsd-compat.a.
13566         ($(objpfx)libbsd-compat.a): Remove rule.
13567
13568         * include/features.h (__FAVOR_BSD): Do not define.
13569         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
13570         features conflicting with POSIX.
13571         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
13572         (_BSD_SOURCE): Remove description of not being a subset of other
13573         feature test macros.
13574         * manual/job.texi (getpgrp): Do not document BSD version.
13575         (getpgid): Do not document by reference to BSD getpgrp.
13576         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
13577         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
13578         * signal/signal.h [__FAVOR_BSD]: Likewise.
13579         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
13580         instead of making contents conditional on [__FAVOR_BSD].
13581         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
13582
13583 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13584
13585         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13586
13587 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
13588
13589         [BZ #16314]
13590         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
13591         values below 2**-450, not 2**-500.
13592         * math/auto-libm-test-in: Don't allow spurious underflow from
13593         hypot.
13594         * math/auto-libm-test-out: Regenerated.
13595
13596         [BZ #16316]
13597         [BZ #16330]
13598         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
13599         values of ha and hb and sort them after adjusting subnormal
13600         arguments.
13601         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
13602         Likewise.
13603         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
13604         values of ea and eb and sort them after adjusting subnormal
13605         arguments.
13606         * math/auto-libm-test-in: Do not expect some hypot tests of
13607         subnormals to fail.  Add more hypot tests.
13608         * math/auto-libm-test-out: Regenerated.
13609
13610 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13611
13612         [BZ #13304]
13613         * sysdeps/sh/s_fma.c: New file.
13614         * sysdeps/sh/s_fmaf.c: New file.
13615         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
13616         version.
13617         * sysdeps/sh/Implies: Add sh/soft-fp.
13618
13619 2013-12-16  Roland McGrath  <roland@hack.frob.com>
13620
13621         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
13622         level of indirection to members `objname', `errstring', `malloced'.
13623         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
13624         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
13625         it as the __longjmp argument (just pass 1 instead).
13626         (_dl_catch_error): Initialize C with argument pointers and address of
13627         volatile local ERRCODE rather than copying values out of C at return.
13628
13629 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
13630
13631         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
13632         * math/auto-libm-test-out: Regenerated.
13633         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
13634         (hypot_test_data): Likewise.
13635         (pow_test_data): Likewise.
13636         (pow_tonearest_test_data): Likewise.
13637         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13638         mpfr_ff_f.
13639         (func_calc_desc): Add mpfr_ff_f union field.
13640         (FUNC_mpfr_ff_f): New macro.
13641         (test_functions): Add atan2, hypot and pow.
13642         (special_fill_min): New function.
13643         (special_fill_minus_min): Likewise.
13644         (special_fill_min_subnorm): Likewise.
13645         (special_fill_minus_min_subnorm): Likewise.
13646         (special_real_inputs): Add min, -min, min_subnorm and
13647         -min_subnorm.
13648         (calc_generic_results): Handle mpfr_ff_f.
13649         * sysdeps/i386/fpu/libm-test-ulps: Update.
13650         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13651
13652 2013-12-16  Will Newton  <will.newton@linaro.org>
13653
13654         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
13655         (Aligned Memory Blocks): Add documentation for aligned_alloc
13656         and suggest it as an alternative to posix_memalign.
13657         (Hooks for Malloc): Document __memalign_hook is also called
13658         for aligned_alloc.  (Summary of Malloc): Add summary for
13659         aligned alloc.  Document __memalign_hook is also called
13660         for aligned_alloc.
13661
13662 2013-12-16  Will Newton  <will.newton@linaro.org>
13663
13664         * manual/memory.texi (Malloc Examples): Clarify default
13665         alignment documentation.  Suggest posix_memalign rather
13666         than memalign or valloc.
13667         (Aligned Memory Blocks): Remove suggestion to use memalign
13668         or valloc.  Remove obsolete comment about BSD.
13669         Document memalign errno values and mark the function obsolete.
13670         Document posix_memalign returned error codes.  Mark valloc
13671         as obsolete.  (Hooks for Malloc): __memalign_hook is also
13672         called for posix_memalign and valloc.
13673         (Summary of Malloc): Add posix_memalign to function summary.
13674         __memalign_hook is also called for posix_memalign and valloc.
13675
13676 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
13677
13678         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
13679         TAYLOR_SIN.
13680         (__sin): Adjust.
13681         (__cos): Likewise.
13682         (sloww): Use mynumber union.  Expand ternary operator into
13683         if-else statements.
13684         (cslow): use mynumber union.
13685
13686 2013-12-16  Allan McRae  <allan@archlinux.org>
13687
13688         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
13689         * configure: Regenerated.
13690
13691         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
13692
13693         [BZ #14120]
13694         * configure.ac: Added --enable-maintainer-mode. Check for
13695         autoconf when enabled.
13696         * configure: Regenerated.
13697
13698         * nscd/nscd.service: New file.
13699         * nscd/nscd.tmpfiles: New file.
13700
13701 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
13702
13703         [BZ #12100]
13704         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
13705         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
13706         * sysdeps/x86_64/multiarch/strstr.c: ... here.
13707         (strstr): Add __strstr_sse2_unaligned ifunc.
13708         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
13709         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
13710         (strcasestr): Remove __strcasestr_sse42 ifunc.
13711         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
13712         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
13713         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
13714
13715 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13716
13717         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
13718         * sysdeps/sh/bits/fenv.h: ... here.
13719         * sysdeps/sh/sh4/fpu/bits: Remove directory.
13720
13721 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13722
13723         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
13724
13725         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
13726         hypotf multiarch implementations.
13727         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
13728         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
13729         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
13730         multiarch hypot for PPC64.
13731         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
13732         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
13733         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
13734         multiarch hypotf for PPC64.
13735
13736         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
13737         modff multiarch implementations.
13738         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
13739         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
13740         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
13741         multiarch modf for PPC64.
13742         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
13743         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
13744         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
13745         multiarch modff for PPC64.
13746
13747         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
13748         and logl multiarch implementations.
13749         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
13750         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
13751         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
13752         multiarch logb for PPC64.
13753         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
13754         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
13755         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
13756         multiarch logb for PPC64.
13757         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
13758         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
13759         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
13760         multiarch logb for PPC64.
13761
13762         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
13763         isinff multiarch implementation.
13764         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
13765         file.
13766         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
13767         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
13768         multiarch isinf for PPC64.
13769         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
13770         file.
13771         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
13772         multiarch isinff for PPC64.
13773
13774         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
13775         finitef multiarch implementation.
13776         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
13777         file.
13778         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
13779         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
13780         multiarch finite for PPC64.
13781         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
13782         file.
13783         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
13784         multiarch finitef for PPC64.
13785
13786         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
13787         lrint multiarch implementation.
13788         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
13789         file.
13790         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
13791         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
13792         multiarch llrint for PPC64.
13793         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
13794         multiarch lrint for PPC64.
13795
13796         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
13797         copysignf multiarch implementation.
13798         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
13799         file.
13800         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
13801         file.
13802         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
13803         multiarch copysign for PPC64.
13804         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
13805         multiarch copysignf for PPC64.
13806
13807         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
13808         multiarch implementation.
13809         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
13810         file.
13811         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
13812         file.
13813         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
13814         file.
13815         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
13816         file.
13817         multiarch llround for PPC64.
13818         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
13819         multiarch trunc for PPC64.
13820         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
13821         multiarch truncf for PPC64.
13822
13823         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
13824         multiarch implementation.
13825         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
13826         file.
13827         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
13828         file.
13829         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
13830         file.
13831         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
13832         file.
13833         multiarch llround for PPC64.
13834         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
13835         multiarch round for PPC64.
13836         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
13837         multiarch roundf for PPC64.
13838
13839         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
13840         multiarch implementation.
13841         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
13842         file.
13843         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
13844         file.
13845         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
13846         file.
13847         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
13848         file.
13849         multiarch llround for PPC64.
13850         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
13851         multiarch floor for PPC64.
13852         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
13853         multiarch floorf for PPC64.
13854
13855         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
13856         multiarch implementation.
13857         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
13858         file.
13859         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
13860         file.
13861         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
13862         file.
13863         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
13864         file.
13865         multiarch llround for PPC64.
13866         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
13867         multiarch ceil for PPC64.
13868         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
13869         multiarch ceilf for PPC64.
13870
13871         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
13872         multiarch implementation.
13873         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
13874         file.
13875         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
13876         file.
13877         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
13878         file.
13879         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
13880         multiarch llround for PPC64.
13881         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
13882         multiarch lround for PPC64.
13883
13884         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
13885         multiarch implementation.
13886         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
13887         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
13888         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
13889         file.
13890         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
13891         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
13892         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
13893         multiarch isnan for PPC64.
13894         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
13895         multiarch isnanf for PPC64.
13896
13897         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
13898         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
13899         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
13900         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
13901         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
13902         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
13903
13904         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
13905         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
13906         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
13907         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
13908
13909         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
13910         multiarch implementations.
13911         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13912         (__libc_ifunc_impl_list): Likewise.
13913         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
13914         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
13915         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
13916         multiarch stpcpy for PPC64.
13917
13918         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
13919         multiarch implementations.
13920         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13921         (__libc_ifunc_impl_list): Likewise.
13922         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
13923         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
13924         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
13925         multiarch strcpy for PPC64.
13926
13927         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
13928         redefine function name.
13929         (_wordcopy_fwd_dest_aligned): Likewise.
13930         (_wordcopy_bwd_aligned): Likewise.
13931         (_wordcopy_bwd_dest_aligned): Likewise.
13932         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
13933         multiarch implementations.
13934         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13935         (__libc_ifunc_impl_list): Likewise.
13936         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
13937         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
13938         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
13939         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
13940         multiarch wcscpy for PPC64.
13941
13942         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
13943         multiarch implementations.
13944         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13945         (__libc_ifunc_impl_list): Likewise.
13946         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
13947         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
13948         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
13949         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
13950         multiarch wcscpy for PPC64.
13951
13952         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
13953         multiarch implementations.
13954         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13955         (__libc_ifunc_impl_list): Likewise.
13956         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
13957         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
13958         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
13959         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
13960         multiarch wcsrchr for PPC64.
13961
13962         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
13963         multiarch implementations.
13964         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13965         (__libc_ifunc_impl_list): Likewise.
13966         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
13967         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
13968         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
13969         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
13970         multiarch wcschr for PPC64.
13971
13972         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
13973         multiarch implementations.
13974         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13975         (__libc_ifunc_impl_list): Likewise.
13976         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
13977         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
13978         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
13979         multiarch strchrnul for PPC64.
13980
13981         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
13982         implementations.
13983         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13984         (__libc_ifunc_impl_list): Likewise.
13985         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
13986         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
13987         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
13988         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
13989         strchr for PPC64.
13990
13991         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
13992         implementations.
13993         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13994         (__libc_ifunc_impl_list): Likewise.
13995         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
13996         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
13997         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
13998         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
13999         strncmp for PPC64.
14000
14001         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
14002         multiarch implementations.
14003         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14004         (__libc_ifunc_impl_list): Likewise.
14005         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
14006         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
14007         strncasecmp for PPC64.
14008         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
14009         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
14010         multiarch strncasecmp_l for PPC64.
14011
14012         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
14013         multiarch implementations.
14014         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14015         (__libc_ifunc_impl_list): Likewise.
14016         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
14017         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
14018         multiarch strcasecmp for PPC64.
14019         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
14020         file.
14021         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
14022         multiarch strcasecmp_l for PPC64.
14023
14024         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
14025         implementations.
14026         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14027         (__libc_ifunc_impl_list): Likewise.
14028         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
14029         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
14030         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
14031         strnlen for PPC64.
14032
14033         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
14034         implementations.
14035         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14036         (__libc_ifunc_impl_list): Likewise.
14037         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
14038         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
14039         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
14040         strlen for PPC64.
14041
14042         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
14043         implementations.
14044         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14045         (__libc_ifunc_impl_list): Likewise.
14046         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
14047         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
14048         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
14049         rawmemrchr for PPC64.
14050
14051         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
14052         implementation.
14053         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14054         (__libc_ifunc_impl_list): Likewise.
14055         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
14056         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
14057         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
14058         memrchr for PPC64.
14059
14060         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
14061         implementation.
14062         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14063         (__libc_ifunc_impl_list): Likewise.
14064         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
14065         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
14066         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
14067         memchr for PPC64.
14068
14069         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
14070         implementation.
14071         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14072         (__libc_ifunc_impl_list): Likewise.
14073         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
14074         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
14075         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
14076         mempcpy for PPC64.
14077
14078         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
14079         avoid cretion of __bzero symbol.
14080         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
14081         Likewise.
14082         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
14083         Likewise.
14084         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
14085         Likewise.
14086         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
14087         multiarch implementations.
14088         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14089         (__libc_ifunc_impl_list): Likewise.
14090         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
14091         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
14092         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
14093         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
14094         bzero for PPC32.
14095         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
14096         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
14097         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
14098         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
14099         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
14100         memset for PPC64.
14101         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
14102
14103         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
14104         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
14105         implementations.
14106         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14107         (__libc_ifunc_impl_list): Likewise.
14108         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
14109         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
14110         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
14111         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
14112         memcmp for PPC64.
14113
14114         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
14115         multiarch for POWER/PPC64.
14116         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
14117         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
14118         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
14119         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
14120         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
14121         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
14122         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
14123         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
14124         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
14125         memcpy for PPC64.
14126
14127         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
14128         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
14129         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
14130         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
14131         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
14132         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
14133         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
14134         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
14135         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
14136         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
14137         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
14138         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
14139         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
14140         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
14141         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
14142         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
14143         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
14144         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
14145         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
14146         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
14147         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
14148         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
14149
14150 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
14151
14152         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
14153
14154 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
14155
14156         * benchtests/Makefile (bench): Add exp2 and log2.
14157         (LDLIBS-bench-exp2): Add -lm.
14158         (LDLIBS-bench-log2): Likewise.
14159         * benchtests/exp2-inputs: New inputs file.
14160         * benchtests/log2-inputs: New inputs file.
14161         * benchtests/log-inputs: Add new inputs.
14162         * benchtests/tan-inputs: Likewise.
14163
14164 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
14165
14166         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
14167         definition...
14168         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
14169         (csloww2): ... from here.
14170
14171         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
14172         instead of structures.
14173         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
14174         (POLYNOMIAL): Likewise.
14175         (TAYLOR_SLOW): Likewise.
14176         (__sin): Likewise.
14177         (__cos): Likewise.
14178         (slow1): Likewise.
14179         (slow2): Likewise.
14180         (sloww): Likewise.
14181         (sloww1); Likewise.
14182         (sloww2): Likewise.
14183         (bsloww1): Likewise.
14184         (bsloww2): Likewise.
14185         (cslow2): Likewise.
14186         (csloww): Likewise.
14187         (csloww1): Likewise.
14188         (csloww2): Likewise.
14189
14190 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
14191
14192         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
14193         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
14194         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
14195         * malloc/hooks.c (realloc_check): Likewise.
14196
14197         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
14198         * malloc/arena.c: Remove PER_THREAD conditional.
14199         [!PER_THREAD]: Remove code.
14200         (ptmalloc_unlock_all2): Likewise.
14201         (ptmalloc_init): Likewise.
14202         (_int_new_arena): Likewise.
14203         (arena_get2): Likewise.
14204         * malloc/hooks.c (__malloc_get_state): Likewise.
14205         (__malloc_set_state): Likewise.
14206         * malloc/malloc.c: Likewise.
14207         (struct malloc_state): Likewise.
14208         (struct malloc_par): Likewise.
14209         (__libc_realloc): Likewise.
14210         (__libc_mallopt): Likewise.
14211
14212 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14213
14214         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
14215
14216 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
14217
14218         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
14219         macro to a function.  Check for zero perturb_byte.
14220         (_int_malloc, _int_free): Remove zero perturb_byte checks.
14221
14222         * malloc/malloc.c: (force_reg): Remove.
14223         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
14224         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
14225         force_reg by atomic_forced_read.
14226         * malloc/arena.c (ptmalloc_init): Likewise.
14227         * malloc/hooks.c (top_check): Likewise.
14228
14229 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14230
14231         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14232
14233 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
14234
14235         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14236
14237 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
14238
14239         * math/auto-libm-test-in: Add tests of lgamma.
14240         * math/auto-libm-test-out: Regenerated.
14241         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
14242         (M_LOG_2_SQRT_PIl): Likewise.
14243         (lgamma_test_data): Use AUTO_TESTS_f_f1.
14244         * math/gen-auto-libm-tests.c (func_calc_method): Add value
14245         mpfr_f_f1.
14246         (func_calc_desc): Add mpfr_f_f1 union field.
14247         (ARGS1): New macro.
14248         (ARGS2): Likewise.
14249         (ARGS3): Likewise.
14250         (ARGS4): Likewise.
14251         (RET1): Likewise.
14252         (RET2): Likewise.
14253         (CALC): Likewise.
14254         (FUNC): Likewise.
14255         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
14256         (test_functions): Add lgamma.
14257         (calc_generic_results): Handle mpfr_f_f1.
14258         * sysdeps/i386/fpu/libm-test-ulps: Update.
14259         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14260
14261 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14262
14263         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
14264         __mpn_add_n for PowerPC64/POWER7.
14265         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
14266         __mpn_sub_n for PowerPC64/POWER7.
14267
14268         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
14269         __mpn_addmul_1 for PowerPC64.
14270         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
14271         __mpn_submul_1 for PowerPC64.
14272         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
14273         for PowerPC64.
14274         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
14275         for PowerPC64.
14276
14277 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
14278
14279         [BZ #15089]
14280         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
14281
14282 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14283
14284         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
14285
14286         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
14287         add multiarch folders.
14288         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
14289         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
14290         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
14291         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
14292         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
14293         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
14294         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
14295         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
14296         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
14297         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
14298         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
14299         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
14300         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
14301         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
14302         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
14303         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
14304         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
14305
14306         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
14307         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
14308         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
14309         New file.
14310         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
14311         New file.
14312         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
14313         multiarch __ieee754_hypot for PowerPC32.
14314         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
14315         New file.
14316         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
14317         New file.
14318         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
14319         multiarch __ieee754_hypotf for PowerPC32.
14320
14321         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
14322         long_double_symbol only if __logbl is defined.
14323         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
14324         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
14325         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
14326         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
14327         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
14328         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
14329         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
14330         path for implementation.
14331         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
14332         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
14333         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
14334         logb, and logbl multiarch implementations for PowerPC32.
14335         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
14336         file.
14337         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
14338         file.
14339         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
14340         multiarch logb for PowerPC32.
14341         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
14342         file.
14343         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
14344         file.
14345         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
14346         multiarch logbf for PowerPC32.
14347         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
14348         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
14349         file.
14350         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
14351         multiarch logbl implementation for PowerPC32.
14352
14353         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
14354         and modff multiarch implementations.
14355         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
14356         New file.
14357         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
14358         New file.
14359         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
14360         multiarch modf for PowerPC32.
14361         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
14362         New file.
14363         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
14364         New file.
14365         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
14366         multiarch modff for PowerPC32.
14367
14368         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
14369         and lrintf multiarch implementations.
14370         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
14371         New file.
14372         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
14373         New file.
14374         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
14375         multiarch lrint for PowerPC32.
14376         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
14377         file: multiarch lrintf for PowerPC32.
14378
14379         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
14380         and lroundf multiarch implementations.
14381         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
14382         New file.
14383         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
14384         New file.
14385         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
14386         New file.
14387         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
14388         multiarch lround for PowerPC32.
14389         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
14390         file: multiarch lroundf for PowerPC32.
14391
14392         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
14393         copysign and copysignf multiarch implementations.
14394         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
14395         New file.
14396         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
14397         New file.
14398         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
14399         file: multiarch copysign for PowerPC32.
14400         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
14401         file: multiarch copysignf for PowerPC32.
14402
14403         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
14404         and truncf multiarch implementations.
14405         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
14406         New file.
14407         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
14408         file.
14409         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
14410         multiarch trunc for PowerPC32.
14411         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
14412         New file.
14413         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
14414         New file.
14415         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
14416         multiarch truncf for PowerPC32.
14417
14418         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
14419         and roundf multiarch implementations.
14420         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
14421         New file.
14422         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
14423         file.
14424         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
14425         multiarch round for PowerPC32.
14426         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
14427         New file.
14428         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
14429         New file.
14430         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
14431         multiarch roundf for PowerPC32.
14432
14433         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
14434         and floorf multiarch implementations.
14435         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
14436         New file.
14437         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
14438         file.
14439         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
14440         multiarch floor for PowerPC32.
14441         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
14442         New file.
14443         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
14444         New file.
14445         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
14446         multiarch floorf for PowerPC32.
14447
14448         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
14449         and ceilf multiarch implementations.
14450         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
14451         New file.
14452         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
14453         file.
14454         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
14455         multiarch ceil for PowerPC32.
14456         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
14457         New file.
14458         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
14459         file.
14460         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
14461         multiarch ceilf for PowerPC32.
14462
14463         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
14464         is defined.
14465         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
14466         FINITEF is defined.
14467         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
14468         and finitef multiarch implementations.
14469         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
14470         New file.
14471         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
14472         file.
14473         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
14474         multiarch finite for PowerPC32.
14475         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
14476         New file.
14477         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
14478         file: multiarch finitef for PowerPC32.
14479
14480         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
14481         and isinff multiarch implementations.
14482         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
14483         file.
14484         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
14485         file.
14486         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
14487         multiarch isinf for PowerPC32.
14488         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
14489         New file.
14490         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
14491         multiarch isinff for PowerPC32.
14492
14493         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
14494         alias when __isnan is defined.
14495         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
14496         and isnanf multiarch implementations.
14497         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
14498         file.
14499         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
14500         file.
14501         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
14502         file.
14503         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
14504         file.
14505         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
14506         multiarch isnan for PowerPC32.
14507         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
14508         New file.
14509         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
14510         New file.
14511         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
14512         multiarch isnanf for PowerPC32.
14513
14514         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
14515         and sqrtf multiarch implementations.
14516         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
14517         file.
14518         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
14519         file.
14520         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
14521         multiarch sqrt for PowerPC32.
14522         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
14523         file.
14524         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
14525         file.
14526         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
14527         multiarch sqrtf for PowerPC32.
14528
14529         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
14530         and llroundf multiarch implementations.
14531         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
14532         New file.
14533         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
14534         New file.
14535         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
14536         New file.
14537         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
14538         file: multiarch llround for PowerPC32.
14539         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
14540         file: multiarch llroundf for PowerPC32.
14541
14542         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
14543         multiarch PowerPC32 fpu implementations.
14544         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
14545         New file.
14546         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
14547         New file.
14548         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
14549         multiarch llrint for PowerPC32.
14550         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
14551         New file.
14552         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
14553         New file.
14554         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
14555         file.
14556
14557         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
14558
14559         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
14560         file.
14561         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
14562         file.
14563         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
14564         file.
14565         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
14566         multiarch wordcopy for PPC32.
14567         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
14568         wordcopy objects.
14569         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14570         (__libc_ifunc_impl_list): Likewise.
14571         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
14572         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
14573         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
14574         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
14575         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
14576         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
14577
14578         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
14579         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
14580         file.
14581         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
14582         file.
14583         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
14584         file.
14585         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
14586         multiarch wcscpy for PPC32.
14587         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
14588         multiarch objects.
14589         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14590         (__libc_ifunc_impl_list): Likewise.
14591         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
14592         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
14593         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
14594         sysdeps/powerpc/power6/wcscpy.c.
14595
14596         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
14597         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
14598         file.
14599         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
14600         file.
14601         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
14602         file.
14603         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
14604         multiarch wcsrchr for PPC32.
14605         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
14606         multiarch objects.
14607         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14608         (__libc_ifunc_impl_list): Likewise.
14609         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
14610         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
14611         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
14612         sysdeps/powerpc/power6/wcsrchr.c.
14613
14614         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
14615         file.
14616         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
14617         file.
14618         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
14619         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
14620         multiarch wcschr for PPc32.
14621         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
14622         multiarch objects.
14623         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14624         (__libc_ifunc_impl_list): Likewise.
14625         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
14626         * sysdeps/powerpc/power6/wcschr.c: ... to here.
14627         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
14628         sysdeps/powerpc/power6/wcschr.c.
14629
14630         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
14631         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
14632         file.
14633         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
14634         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
14635         file: multiarch strchr for PPC32.
14636         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
14637         multiarch objects.
14638         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14639         (__libc_ifunc_impl_list): Likewise.
14640
14641         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
14642         name.
14643         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
14644         file.
14645         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
14646         file.
14647         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
14648         multiarch strchrnul for PPC32.
14649         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
14650         multiarch objects.
14651         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14652         (__libc_ifunc_impl_list): Likewise.
14653
14654         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
14655         file.
14656         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
14657         multiarch strncasecmp for PPC32.
14658         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
14659         file.
14660         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
14661         multiarch strncasecmp_l for PPC32.
14662         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
14663         strncasecmp multiarch objects.
14664         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14665         (__libc_ifunc_impl_list): Likewise.
14666
14667         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
14668         file.
14669         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
14670         multiarch strncasecmp for PPC32.
14671         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
14672         New file.
14673         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
14674         multiarch strcasecmp_l for PPC32.
14675         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
14676         multiarch objects.
14677         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14678         (__libc_ifunc_impl_list): Likewise.
14679
14680         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
14681         file.
14682         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
14683         file.
14684         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
14685         multiarch strncmp for PPC32.
14686         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
14687         multiarch objects.
14688         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14689         (__libc_ifunc_impl_list): Likewise.
14690
14691         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
14692         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
14693         file.
14694         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
14695         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
14696         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
14697         multiarch objects.
14698         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14699         (__libc_ifunc_impl_list): Likewise.
14700
14701         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
14702         file.
14703         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
14704         file.
14705         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
14706         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
14707         multiarch objects.
14708         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14709         (__libc_ifunc_impl_list): Likewise.
14710
14711         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
14712         file.
14713         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
14714         file.
14715         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
14716         multiarch rawmemchr for PPC32.
14717         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
14718         multiarch objects.
14719         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14720         (__libc_ifunc_impl_list): Likewise.
14721
14722         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
14723         file.
14724         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
14725         file.
14726         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
14727         file: memrchr multiarch for PPC32.
14728         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
14729         multiarch objects.
14730         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14731         (__libc_ifunc_impl_list): Likewise.
14732
14733         * string/memchr.c (__memchr): Using macro to redefine symbol name.
14734         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
14735         file.
14736         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
14737         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
14738         multiarch memchr for PPC32.
14739         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
14740         multiarch objects.
14741         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14742         (__libc_ifunc_impl_list): Likewise.
14743
14744         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
14745         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
14746         file.
14747         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
14748         file.
14749         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
14750         file: multiarch mempcpy for PPC32.
14751         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
14752         multiarch objects.
14753         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14754         (__libc_ifunc_impl_list): Likewise.
14755
14756         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
14757         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
14758         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
14759         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
14760         multiarch bzero for PPC32.
14761         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
14762         file.
14763         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
14764         file.
14765         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
14766         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
14767         file: multiarch memset for PPC32.
14768         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
14769         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
14770         memset multiarch objects.
14771         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14772         (__libc_ifunc_impl_list): Likewise.
14773
14774         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
14775         file.
14776         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
14777         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
14778         memcmp for PPC32.
14779         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
14780         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
14781         multiarch objects.
14782         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14783         (__libc_ifunc_impl_list): Likewise.
14784
14785         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
14786         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
14787         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
14788         file.
14789         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
14790         file.
14791         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
14792         file.
14793         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
14794         multiarch memcpy for PPC32.
14795         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
14796         multiarch objects.
14797         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14798         (__libc_ifunc_impl_list): Likewise.
14799
14800         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
14801         support multiarch for POWER/PPC32.
14802         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
14803         Likewise.
14804         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
14805         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
14806         Implies file to make multiarch folder appers before the fpu and
14807         default folder for power4 configuration.
14808
14809 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
14810
14811         * scripts/bench.pl: Append volatile keyword to type.
14812
14813 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
14814
14815         * sysdeps/sh/sotruss-lib.c: New file.
14816         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
14817
14818 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14819
14820         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14821
14822 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
14823
14824         [BZ #6810]
14825         * math/w_tgamma.c: Include <errno.h>.
14826         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
14827         * math/w_tgammaf.c: Include <errno.h>.
14828         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
14829         * math/w_tgammal.c: Include <errno.h>.
14830         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
14831         * math/auto-libm-test-in: Do not allow missing errno on tgamma
14832         underflow.  Add more tgamma tests.
14833         * math/auto-libm-test-out: Regenerated.
14834         * sysdeps/i386/fpu/libm-test-ulps: Update.
14835         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14836
14837         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
14838         sin, sinh, tan, tanh, tgamma, y0 and y1.
14839         * math/auto-libm-test-out: Regenerated.
14840         * math/libm-test.inc (TEST_COND_x86_64): New macro.
14841         (TEST_COND_x86): Likewise.
14842         (M_E2l): Remove macro.
14843         (M_E3l): Likewise.
14844         (M_2_SQRT_PIl): Likewise.
14845         (M_SQRT_PIl): Likewise.
14846         (M_1_DIV_El): Likewise.
14847         (log_test_data): Use AUTO_TESTS_f_f.
14848         (log10_test_data): Likewise.
14849         (log1p_test_data): Likewise.
14850         (log2_test_data): Likewise.
14851         (sin_test_data): Likewise.
14852         (sin_tonearest_test_data): Likewise.
14853         (sin_towardzero_test_data): Likewise.
14854         (sin_downward_test_data): Likewise.
14855         (sin_upward_test_data): Likewise.
14856         (sinh_test_data): Likewise.
14857         (sinh_tonearest_test_data): Likewise.
14858         (sinh_towardzero_test_data): Likewise.
14859         (sinh_downward_test_data): Likewise.
14860         (sinh_upward_test_data): Likewise.
14861         (tan_test_data): Likewise.
14862         (tan_tonearest_test_data): Likewise.
14863         (tan_towardzero_test_data): Likewise.
14864         (tan_downward_test_data): Likewise.
14865         (tan_upward_test_data): Likewise.
14866         (tanh_test_data): Likewise.
14867         (tgamma_test_data): Likewise.
14868         (y0_test_data): Likewise.
14869         (y1_test_data): Likewise.
14870         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
14871         (special_real_inputs): Add pi/4.
14872         * sysdeps/i386/fpu/libm-test-ulps: Update.
14873         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14874
14875 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14876
14877         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
14878         "longjmp_target" static probes.
14879         (__longjmp): Rename to __longjmp_symbol.
14880         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
14881         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
14882         on which longjmp to generate.
14883         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
14884         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
14885         probe.
14886         (__sigsetjmp): Rename to __sigsetjmp_symbol.
14887         (__sigjmp_save): Rename to __sigjmp_save_symbol.
14888         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
14889         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
14890         and __sigjmp_save_symbol based on which sigsetjmp to generated.
14891         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
14892         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
14893         __longjmp_symbol based on which __longjmp to generate.
14894         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
14895         probe.
14896         (setjmp): Rename to setjmp_symbol.
14897         (__sigsetjmp): Rename to __sigsetjmp_symbol.
14898         (_setjmp): Rename to _setjmp_symbol.
14899         (__sigsetjmp): Rename to __sigsetjmp_symbol.
14900         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
14901         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
14902         which setjmp to generate.
14903         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
14904         "longjmp_target" static probes.
14905
14906 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
14907
14908         * benchtests/README: Add note about output arguments.
14909         * benchtests/bench-sincos.c: Remove file.
14910         * benchtests/sincos-inputs: New file.
14911         * scripts/bench.pl: Identify output arguments and define
14912         static variables for them.
14913
14914         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
14915
14916         [BZ #15941]
14917         * Makefile (INSTALL): Add install-plain.texi as the primary
14918         dependency.
14919         * manual/install-plain.texi: New file.
14920         * manual/install.texi: Include node directive only for
14921         non-plaintext output.
14922
14923 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
14924
14925         * stdlib/longlong.h: Update from GCC.
14926
14927         [BZ #6807]
14928         [BZ #15901]
14929         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
14930         * math/w_j0f.c (y0f): Likewise.
14931         * math/w_j0l.c (__y0l): Likewise.
14932         * math/w_j1.c (y1): Likewise.
14933         * math/w_j1f.c (y1f): Likewise.
14934         * math/w_j1l.c (__y1l): Likewise
14935         * math/w_jn.c (yn): Likewise.
14936         * math/w_jnf.c (ynf): Likewise.
14937         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
14938         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
14939         value for Bessel function domain errors outside _SVID_ mode.
14940         Adjust sign of return value for yn (negative integer, 0).
14941         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
14942         by zero in return for negative x and set sign appropriately for
14943         negative n.
14944         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
14945         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
14946         * math/libm-test.inc (y0_test_data): Add more tests and adjust
14947         expectations in error cases.
14948         (y1_test_data): Likewise.
14949         (yn_test_data): Likewise.
14950         * sysdeps/i386/fpu/libm-test-ulps: Update.
14951         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14952
14953 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14954
14955         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
14956         "64" to "64-v1".  Add "64-v2".
14957         (abi-64-options): Rename to ...
14958         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
14959         (abi-64-condition): Rename to ...
14960         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
14961         (abi-64-ld-soname): Rename to ...
14962         (abi-64-v1-ld-soname): ... this.
14963         (abi-64-v2-options): Define.
14964         (abi-64-v2-condition): Likewise.
14965         (abi-64-v2-ld-soname): Likewise.
14966         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
14967         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
14968         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
14969         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
14970         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
14971
14972 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14973             Alan Modra  <amodra@gmail.com>
14974
14975         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
14976         New versions for use with the ELFv2 ABI.
14977         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
14978         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
14979         declaration.
14980         (struct La_ppc64v2_retval): Likewise.
14981         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
14982         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
14983         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
14984         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
14985         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
14986         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
14987         Do not save or restore CR.
14988         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
14989         (_dl_profile_resolve): Do no save or restore CR.  Support extended
14990         return values for ELFv2 ABI.  Fix location of FPR return registers.
14991         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
14992         updated values for _CALL_ELF == 2.
14993         (La_regs, La_retval, int_retval): Likewise.
14994
14995 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14996
14997         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
14998         (FRAME_MIN_SIZE_PARM): Likewise.
14999         (FRAME_BACKCHAIN): Likewise.
15000         (FRAME_CR_SAVE): Likewise.
15001         (FRAME_LR_SAVE): Likewise.
15002         (FRAME_TOC_SAVE): Likewise.
15003         (FRAME_PARM_SAVE): Likewise.
15004         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
15005         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
15006         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
15007         (call_mcount_parm_offset): New macro.
15008         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
15009         (PROF): Use symbolic stack frame offsets.
15010         (TAIL_CALL_SYSCALL_ERROR): Likewise.
15011         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
15012         Redefine in terms of FRAME_MIN_SIZE.
15013         (_dl_runtime_resolve): Use symbolic stack frame offsets.
15014         (_dl_profile_resolve): Likewise.  Update comment.
15015         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
15016         symbols stack frame offsets.
15017         (__sigsetjmp): Likewise.
15018         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
15019         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
15020         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
15021         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
15022
15023         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
15024         (FRAME_BACKCHAIN): Remove.
15025         (FRAME_CR_SAVE): Likewise.
15026         (FRAME_LR_SAVE): Likewise.
15027         (FRAME_COMPILER_DW): Likewise.
15028         (FRAME_LINKER_DW): Likewise.
15029         (FRAME_TOC_SAVE): Likewise.
15030         (FRAME_PARM_SAVE): Likewise.
15031         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
15032         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
15033         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
15034         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
15035         (CHECK_SP): Use symbolic stack frame offsets.
15036         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
15037         zone" instead of caller's parameter save area for temp storage.
15038         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
15039         Likewise.  Also, use symbolic stack frame offsets.
15040         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
15041         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
15042         our own stack frame instead of the caller's.
15043         (__socket): Use symbolic stack frame offsets.
15044
15045 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15046             Alan Modra  <amodra@gmail.com>
15047
15048         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
15049         Define.
15050         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
15051         (PPC64_LOCAL_ENTRY_OFFSET): Define.
15052         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
15053         New function.
15054         (elf_machine_fixup_plt): Call it.
15055         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
15056         reloc arguments.
15057         (elf_machine_rela): Update call to elf_machine_plt_conflict.
15058         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
15059         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
15060         r2 before calling target.
15061
15062 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15063             Alan Modra  <amodra@gmail.com>
15064
15065         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
15066         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
15067         versions of macros to support ELFv2 ABI.
15068         (LOCALENTRY): New macro.
15069         (ENTRY, EALIGN): Use it.
15070         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
15071         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
15072         fall through into ENTRY entry point.
15073         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
15074         Only define if _CALL_ELF != 2.
15075
15076         (elf_machine_matches_host): Verify ABI version matches.
15077         (RTLD_START): Use LOCALENTRY.
15078         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
15079         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
15080         (PLT_ENTRY_WORDS): New macro.
15081         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
15082         (elf_machine_runtime_setup): Support ELFv2 ABI.
15083         (elf_machine_fixup_plt): Likewise.
15084         (elf_machine_plt_conflict): Likewise.
15085         (resolve_ifunc): Likewise.
15086         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15087         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
15088         Likewise.
15089         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
15090         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
15091         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
15092         (makecontext): Support ELFv2 ABI.
15093         * elf/elf.h (EF_PPC64_ABI): Define.
15094
15095 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15096
15097         * sysdeps/powerpc/powerpc64/sysdep.h
15098         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
15099         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
15100         (ENTRY) [ASSEMBLER]: ... but instead here ...
15101         (EALIGN) [ASSEMBLER]: ... and here.
15102         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
15103         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
15104         (ENTRY_2) [!ASSEMBLER]: Use it.
15105         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
15106         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
15107         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
15108         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
15109         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
15110         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
15111         Use PPC64_LOAD_FUNCPTR.
15112
15113         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
15114
15115 2013-12-04  Alan Modra  <amodra@gmail.com>
15116
15117         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
15118         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
15119         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
15120         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
15121
15122         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
15123         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
15124         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
15125         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
15126         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
15127         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
15128
15129 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15130
15131         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
15132         (__makecontext): Fix incorrect CFI when backtracing out of
15133         context created via makecontext.
15134         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
15135         (__setcontext): Fix incorrect CFI during switch to new context.
15136         (__novec_setcontext): Likewise.
15137
15138 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
15139
15140         [BZ #4772]
15141         * time/strptime_l.c (__strptime_internal): Allow modifiers
15142         in strptime.
15143         * time/tst-strptime.c (day_tests): Add testcase.
15144
15145 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
15146
15147         * scripts/bench.pl: Skip over blank lines.
15148
15149 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15150
15151         [BZ #926]
15152         * manual/time.texi (Calendar Time): Clarify what timezone functions
15153         use.
15154
15155 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15156
15157         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15158
15159 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
15160
15161         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
15162         implementation.
15163         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
15164         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
15165         * debug/memset_chk.c (__memset_chk): Likewise.
15166         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
15167         * debug/strncpy_chk.c: Likewise.
15168
15169 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
15170
15171         [BZ #15268]
15172         [BZ #15425]
15173         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
15174         (__ieee754_exp): For possibly underflowing results, check size of
15175         result and force underflow exception if required.
15176         * math/auto-libm-test-in: Add more tests of exp.
15177         * math/auto-libm-test-out: Regenerated.
15178         * sysdeps/i386/fpu/libm-test-ulps: Update.
15179         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15180
15181         [BZ #16283]
15182         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
15183         * math/w_exp2f.c (__exp2f): Likewise.
15184         * math/w_exp2l.c (__exp2l): Likewise.
15185         * math/auto-libm-test-in: Do not allow missing errno on exp2
15186         underflow.
15187         * math/auto-libm-test-out: Regenerated.
15188
15189 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
15190
15191         [BZ #16274]
15192         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
15193         handle filename validation.
15194         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
15195         (do_open): Delete.
15196
15197 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
15198
15199         [BZ #6786]
15200         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
15201         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
15202         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
15203         <float.h>.
15204         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
15205         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
15206         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15207         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
15208         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15209         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
15210         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15211         * math/auto-libm-test-in: Don't allow missing errno from erfc.
15212         Add more erfc tests.
15213         * math/auto-libm-test-out: Regenerated.
15214         * sysdeps/i386/fpu/libm-test-ulps: Update.
15215         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15216
15217         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
15218         exp2, expm1, j0 and j1.
15219         * math/auto-libm-test-out: Regenerated.
15220         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
15221         (erfc_test_data): Likewise.
15222         (exp_test_data): Likewise.
15223         (exp_tonearest_test_data): Likewise.
15224         (exp_towardzero_test_data): Likewise.
15225         (exp_downward_test_data): Likewise.
15226         (exp_upward_test_data): Likewise.
15227         (exp10_test_data): Likewise.
15228         (exp2_test_data): Likewise.
15229         (expm1_test_data): Likewise.
15230         (j0_test_data): Likewise.
15231         (j1_test_data): Likewise.
15232         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
15233         (input_flag_type): Add flag_xfail_rounding.
15234         (input_flags): Add xfail-rounding.
15235         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
15236         (output_for_one_input_case): Handle flag_xfail_rounding.
15237         * sysdeps/i386/fpu/libm-test-ulps: Update.
15238         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15239
15240 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
15241
15242         [BZ #16289]
15243         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
15244         division by 0.
15245
15246 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
15247
15248         [BZ #16195]
15249         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
15250         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
15251         (STAP_PROBE0): New macro.
15252         (STAP_PROBE1): Likewise.
15253         (STAP_PROBE2): Likewise.
15254         (STAP_PROBE3): Likewise.
15255         (STAP_PROBE4): Likewise.
15256
15257 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
15258
15259         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
15260
15261 2013-12-02  Steve Ellcey  <sellcey@mips.com>
15262
15263         * benchtests/Makefile (bench): Add sqrt.
15264         (LDLIBS-bench-sqrt): New.
15265         * benchtests/sqrt-input: New.
15266
15267 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
15268
15269         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
15270         (GAIH_EAI): Likewise.
15271         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
15272         (gaih_inet): Likewise.
15273         (getaddrinfo): Don't use GAIH_EAI.
15274
15275         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
15276         (struct gaih): Remove definition.
15277
15278 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
15279
15280         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
15281         Use HERRNOP directly.
15282
15283 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15284
15285         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15286
15287 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
15288
15289         * math/gen-auto-libm-tests.c (test_functions): Add more
15290         single-argument functions.
15291         (special_fill_pi_2): New function.
15292         (special_fill_minus_pi_2): Likewise.
15293         (special_fill_pi_6): Likewise.
15294         (special_fill_minus_pi_6): Likewise.
15295         (special_fill_pi_3): Likewise.
15296         (special_fill_2pi_3): Likewise.
15297         (special_fill_e): Likewise.
15298         (special_fill_1_e): Likewise.
15299         (special_fill_e_minus_1): Likewise.
15300         (special_real_inputs): Add more special inputs.
15301         (output_for_one_input_case): Do not require ERANGE on underflow to
15302         zero if round-to-nearest result does not underflow to zero, unless
15303         exact results required.
15304         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
15305         atan, atanh, cbrt, cos and cosh.
15306         * math/auto-libm-test-out: Regenerated.
15307         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
15308         (acos_tonearest_test_data): Likewise.
15309         (acos_towardzero_test_data): Likewise.
15310         (acos_downward_test_data): Likewise.
15311         (acos_upward_test_data): Likewise.
15312         (acosh_test_data): Likewise.
15313         (asin_test_data): Likewise.
15314         (asin_tonearest_test_data): Likewise.
15315         (asin_towardzero_test_data): Likewise.
15316         (asin_upward_test_data): Likewise.
15317         (asinh_test_data): Likewise.
15318         (atan_test_data): Likewise.
15319         (atanh_test_data): Likewise.
15320         (cbrt_test_data): Likewise.
15321         (cos_test_data): Likewise.
15322         (cos_tonearest_test_data): Likewise.
15323         (cos_towardzero_test_data): Likewise.
15324         (cos_downward_test_data): Likewise.
15325         (cos_upward_test_data): Likewise.
15326         (cosh_test_data): Likewise.
15327         (cosh_tonearest_test_data): Likewise.
15328         (cosh_towardzero_test_data): Likewise.
15329         (cosh_downward_test_data): Likewise.
15330         (cosh_upward_test_data): Likewise.
15331         * sysdeps/i386/fpu/libm-test-ulps: Update.
15332         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15333
15334 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
15335
15336         [BZ #6787]
15337         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
15338         * math/w_exp10f.c (__exp10f): Likewise.
15339         * math/w_exp10l.c (__exp10l): Likewise.
15340         * math/libm-test.inc (exp10_test_data): Add more tests and expect
15341         errno settings in existing tests.
15342
15343         [BZ #14032]
15344         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
15345         precision control set to double precision.
15346         * sysdeps/i386/fpu/w_sqrt.c: New file.
15347         * math/auto-libm-test-in: Add more tests.
15348         * math/auto-libm-test-out: Update.
15349
15350         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
15351         (sqrt_test_tonearest): New function.
15352         (sqrt_towardzero_test_data): New variable.
15353         (sqrt_test_towardzero): New function.
15354         (sqrt_downward_test_data): New variable.
15355         (sqrt_test_downward): New function.
15356         (sqrt_upward_test_data): New variable.
15357         (sqrt_test_upward): New function.
15358         (main): Call the new functions.
15359
15360         * math/gen-auto-libm-tests.c: New file.
15361         * math/auto-libm-test-in: Likewise.
15362         * math/auto-libm-test-out: New generated file.
15363         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
15364         variables.
15365         (%beautify): Add generated representations of zero.
15366         (top level): Set $auto_input and call parse_auto_input.
15367         (beautify): Remove trailing "f" from hex float constants.
15368         (parse_args): Handle XFAIL_TEST.
15369         (convert_condition): New function.
15370         (or_value): Likewise.
15371         (or_cond_value): Likewise.
15372         (generate_testfile): Handle AUTO_TESTS_* lines.
15373         (parse_auto_input): New function.
15374         * math/libm-test.inc (XFAIL_TEST): New macro.
15375         (ERRNO_UNCHANGED): Update value.
15376         (ERRNO_EDOM): Likewise.
15377         (ERRNO_ERANGE): Likewise.
15378         (IGNORE_RESULT): Likewise.
15379         (TEST_COND_flt_32): New macro.
15380         (TEST_COND_dbl_64): Likewise.
15381         (TEST_COND_ldbl_96_intel): Likewise.
15382         (TEST_COND_ldbl_96_m68k): Likewise.
15383         (TEST_COND_ldbl_128): Likewise.
15384         (TEST_COND_ldbl_128ibm): Likewise.
15385         (TEST_COND_long32): Likewise.
15386         (TEST_COND_long64): Likewise.
15387         (TEST_COND_before_rounding): Likewise.
15388         (TEST_COND_after_rounding): Likewise.
15389         (enable_test): Handle XFAIL_TEST flag.
15390         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
15391         with finite results.
15392         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
15393         auto-libm-test-out.
15394
15395 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
15396             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15397
15398         [BZ #16214]
15399         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
15400         __tls_get_addr_internal instead of __tls_get_offset in order to
15401         avoid GOT pointer dependency.  Make rtld export
15402         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
15403         __tls_get_addr since we are a __tls_get_offset platform.
15404         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
15405         GOT pointer being set up before.
15406         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
15407
15408 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
15409
15410         * manual/math.texi (Errors in Math Functions): Document accuracy
15411         goals.
15412
15413         [BZ #15004]
15414         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
15415         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
15416         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
15417         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
15418         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
15419         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
15420         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
15421         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
15422         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
15423         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
15424         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
15425         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
15426         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
15427         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
15428         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
15429         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
15430
15431         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
15432         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
15433         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
15434         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
15435         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
15436         Likewise.
15437         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
15438         Likewise.
15439         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
15440         Likewise.
15441         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
15442         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
15443         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
15444         atomic-feupdateenv and flt-rounds.
15445         * sysdeps/powerpc/nofpu/Versions (libc): Add
15446         __atomic_feholdexcept, __atomic_feclearexcept,
15447         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
15448         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
15449         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
15450         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
15451         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
15452         here.
15453         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
15454         Update.
15455
15456         * manual/arith.texi (FP Exceptions): Document that exceptions may
15457         not be raised when matherr is used.
15458         (Math Error Reporting): Document overflow in directed rounding
15459         modes.  Document that errno may not be set when finite values are
15460         returned on overflow.  Document intent to set errno on underflow
15461         only for underflow to zero.
15462
15463         [BZ #16271]
15464         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
15465         round-to-nearest then adjust result for other rounding modes.
15466         * include/fenv.h (fegetround): Use libm_hidden_proto.
15467         * math/fegetround.c (fegetround): Use libm_hidden_def.
15468         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
15469         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
15470         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
15471         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
15472         Likewise.
15473         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
15474         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
15475         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
15476         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
15477
15478 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
15479
15480         [BZ #16077]
15481         * nss/Versions (libnss_files): Add
15482         _nss_files_gethostbyname3_r.
15483         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
15484         New function.
15485         (HOST_DB_LOOKUP): Remove macro.
15486         (_nss_files_gethostbyname_r): Implement function without the
15487         HOST_DB_LOOKUP macro.
15488         (_nss_files_gethostbyname2_r): Likewise.
15489
15490 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
15491
15492         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
15493
15494 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
15495
15496         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
15497         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
15498         warning.
15499
15500 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15501
15502         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
15503         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
15504         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
15505         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
15506         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
15507         __fe_nomask_env_priv and attribute_hidden.
15508         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
15509         (libc_feupdateenv_test_ppc): Likewise.
15510         (libc_feresetround_ppc): Likewise.
15511         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
15512         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
15513         compat_symbol macro.
15514         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
15515         (__fe_nomask_env): Likewise.
15516         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
15517
15518 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15519
15520         * string/Makefile: Remove ifunc tests.
15521         * string/test-string.h: Define TEST_IFUNC.
15522         * string/test-bcopy-ifunc.c: Remove.
15523         * string/test-bzero-ifunc.c: Likewise.
15524         * string/test-memccpy-ifunc.c: Likewise.
15525         * string/test-memchr-ifunc.c: Likewise.
15526         * string/test-memcmp-ifunc.c: Likewise.
15527         * string/test-memcpy-ifunc.c: Likewise.
15528         * string/test-memmem-ifunc.c: Likewise.
15529         * string/test-memmove-ifunc.c: Likewise.
15530         * string/test-mempcpy-ifunc.c: Likewise.
15531         * string/test-memrchr-ifunc.c: Likewise.
15532         * string/test-memset-ifunc.c: Likewise.
15533         * string/test-rawmemchr-ifunc.c: Likewise.
15534         * string/test-stpcpy-ifunc.c: Likewise.
15535         * string/test-stpncpy-ifunc.c: Likewise.
15536         * string/test-strcasecmp-ifunc.c: Likewise.
15537         * string/test-strcasestr-ifunc.c: Likewise.
15538         * string/test-strcat-ifunc.c: Likewise.
15539         * string/test-strchr-ifunc.c: Likewise.
15540         * string/test-strchrnul-ifunc.c: Likewise.
15541         * string/test-strcmp-ifunc.c: Likewise.
15542         * string/test-strcpy-ifunc.c: Likewise.
15543         * string/test-strcspn-ifunc.c: Likewise.
15544         * string/test-strlen-ifunc.c: Likewise.
15545         * string/test-strncasecmp-ifunc.c: Likewise.
15546         * string/test-strncat-ifunc.c: Likewise.
15547         * string/test-strncmp-ifunc.c: Likewise.
15548         * string/test-strncpy-ifunc.c: Likewise.
15549         * string/test-strnlen-ifunc.c: Likewise.
15550         * string/test-strpbrk-ifunc.c: Likewise.
15551         * string/test-strrchr-ifunc.c: Likewise.
15552         * string/test-strspn-ifunc.c: Likewise.
15553         * string/test-strstr-ifunc.c: Likewise.
15554
15555 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15556
15557         * benchtests/Makefile: Remove ifunc tests.
15558         * benchtests/bench-string.h: Define TEST_IFUNC.
15559         * benchtests/bench-bcopy-ifunc.c: Remove.
15560         * benchtests/bench-bzero-ifunc.c: Likewise.
15561         * benchtests/bench-memccpy-ifunc.c: Likewise.
15562         * benchtests/bench-memchr-ifunc.c: Likewise.
15563         * benchtests/bench-memcmp-ifunc.c: Likewise.
15564         * benchtests/bench-memcpy-ifunc.c: Likewise.
15565         * benchtests/bench-memmem-ifunc.c: Likewise.
15566         * benchtests/bench-memmove-ifunc.c: Likewise.
15567         * benchtests/bench-mempcpy-ifunc.c: Likewise.
15568         * benchtests/bench-memrchr-ifunc.c: Likewise.
15569         * benchtests/bench-memset-ifunc.c: Likewise.
15570         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
15571         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
15572         * benchtests/bench-stpcpy-ifunc.c: Likewise.
15573         * benchtests/bench-stpncpy-ifunc.c: Likewise.
15574         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
15575         * benchtests/bench-strcasestr-ifunc.c: Likewise.
15576         * benchtests/bench-strcat-ifunc.c: Likewise.
15577         * benchtests/bench-strchr-ifunc.c: Likewise.
15578         * benchtests/bench-strchrnul-ifunc.c: Likewise.
15579         * benchtests/bench-strcmp-ifunc.c: Likewise.
15580         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
15581         * benchtests/bench-strcpy-ifunc.c: Likewise.
15582         * benchtests/bench-strcspn-ifunc.c: Likewise.
15583         * benchtests/bench-strlen-ifunc.c: Likewise.
15584         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
15585         * benchtests/bench-strncat-ifunc.c: Likewise.
15586         * benchtests/bench-strncmp-ifunc.c: Likewise.
15587         * benchtests/bench-strncpy-ifunc.c: Likewise.
15588         * benchtests/bench-strnlen-ifunc.c: Likewise.
15589         * benchtests/bench-strpbrk-ifunc.c: Likewise.
15590         * benchtests/bench-strrchr-ifunc.c: Likewise.
15591         * benchtests/bench-strsep-ifunc.c: Likewise.
15592         * benchtests/bench-strspn-ifunc.c: Likewise.
15593         * benchtests/bench-strstr-ifunc.c: Likewise.
15594
15595 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15596
15597         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
15598
15599 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15600
15601         * resolv/netdb.h: Use __glibc_reserved instead __unused.
15602         * rt/aio.h: Likewise.
15603         * sysdeps/gnu/bits/utmp.h: Likewise.
15604         * sysdeps/gnu/bits/utmpx.h: Likewise.
15605         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
15606         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
15607         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
15608         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
15609         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
15610         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
15611         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
15612         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
15613         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
15614         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
15615         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
15616         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
15617         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
15618         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
15619         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
15620         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
15621         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
15622         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
15623         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
15624         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
15625         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
15626         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
15627         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
15628         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
15629         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
15630         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
15631         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
15632         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
15633         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
15634         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
15635         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
15636         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
15637         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
15638         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
15639         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
15640         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
15641         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
15642         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
15643         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
15644         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
15645         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
15646         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
15647
15648 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
15649
15650         [BZ #16245]
15651         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
15652         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
15653
15654 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
15655
15656         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
15657         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
15658         Likewise.
15659
15660 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15661
15662         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
15663         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
15664         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
15665         (__fesetround): Remove define.
15666         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
15667         rounding and exceptions handling.
15668         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
15669         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
15670         (__fe_nomask_env): Likewise.
15671         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
15672         __fegetround instead of fegetround.
15673         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15674         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
15675
15676 2013-11-21  Roland McGrath  <roland@hack.frob.com>
15677
15678         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
15679         it's there.
15680
15681         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
15682
15683 2013-11-21  Meador Inge  <meadori@codesourcery.com>
15684
15685         [BZ #11157]
15686         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
15687         (encrypt_r): Likewise.
15688         * malloc/obstack.h (obstack_free): Likewise.
15689         * posix/unistd.h (encrypt): Likewise.
15690
15691 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
15692
15693         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
15694         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
15695         DL_CALL_DT_FINI() that call the functions directly.
15696         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
15697         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
15698         * elf/dl-fini.c: Likewise.
15699
15700 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
15701
15702         * malloc/hooks.c (memalign_check): Add alignment rounding.
15703         * malloc/malloc.c (_mid_memalign): New function.
15704         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
15705         Implement by calling _mid_memalign.
15706         * manual/probes.texi (Memory Allocation Probes): Remove
15707         memory_valloc_retry and memory_pvalloc_retry.
15708
15709 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
15710
15711         * locale/programs/locarchive.c (open_archive): Add const
15712         qualifier to ARCHIVEFNAME and copy default fname to
15713         DEFAULT_FNAME.
15714
15715         [BZ #15601]
15716         * libio/tst-widetext.input: Rename Oriya to Odia.
15717         * locale/iso-639.def: Likewise.
15718
15719         * manual/probes.texi (Mathematical Function Probes): Add
15720         documentation for sin, cos, asin and acos probes.
15721         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
15722         (__sin32): Add slowasin probe.
15723         (__cos32): Add slowacos probe.
15724         (__mpsin): Add slowsin probe.
15725         (__mpcos): Add slowcos probe.
15726
15727 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
15728
15729         [BZ #15483]
15730         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
15731         thread-local __sim_exceptions_thread and global
15732         __sim_exceptions_global.
15733         (__sim_disabled_exceptions): Change to thread-local
15734         __sim_disabled_exceptions_thread and global
15735         __sim_disabled_exceptions_global.
15736         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
15737         and global __sim_round_mode_global.
15738         (__simulate_exceptions): Use thread-local floating-point state and
15739         set global state from it as needed.
15740         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
15741         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
15742         __sim_round_mode_thread.
15743         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
15744         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
15745         and global __sim_exceptions_global.
15746         (__sim_disabled_exceptions): Change to thread-local
15747         __sim_disabled_exceptions_thread and global
15748         __sim_disabled_exceptions_global.
15749         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
15750         and global __sim_round_mode_global.
15751         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
15752         (SIM_SET_GLOBAL): Likewise.
15753         * sysdeps/powerpc/soft-fp/sfp-machine.h
15754         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
15755         __sim_round_mode_thread.
15756         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
15757         __sim_disabled_exceptions_thread.
15758         (__sim_exceptions): Change to __sim_exceptions_thread.
15759         (__sim_disabled_exceptions): Change to
15760         __sim_disabled_exceptions_thread.
15761         (__sim_round_mode): Change to __sim_round_mode_thread.
15762         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
15763         thread-local floating-point state and set global state from it as
15764         needed.
15765         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
15766         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
15767         (__sim_disabled_exceptions): Remove extern declaration.
15768         (feenableexcept): Use thread-local floating-point state and set
15769         global state from it as needed.
15770         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
15771         extern declaration.
15772         (__sim_disabled_exceptions): Likewise.
15773         (__sim_round_mode): Likewise.
15774         (__fegetenv): Use thread-local floating-point state.
15775         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
15776         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
15777         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
15778         floating-point state and set global state from it as needed.
15779         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
15780         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
15781         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
15782         Likewise.
15783         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
15784         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
15785         Likewise.
15786         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
15787         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
15788         Use __sim_round_mode_thread.
15789         * math/test-fenv-tls.c: New file.
15790         * math/Makefile (tests): Add test-fenv-tls.
15791         ($(objpfx)test-fenv-tls): Depend on
15792         $(common-objpfx)nptl/libpthread.so.
15793
15794 2013-11-19  Andreas Schwab  <schwab@suse.de>
15795
15796         * locale/programs/locale.c (show_info): Decode wordarray elements.
15797         * locale/categories.def (LC_MONETARY): Add element for
15798         _NL_MONETARY_CRNCYSTR.
15799         * locale/C-monetary.c (conversion_rate): New variable.
15800         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
15801         element.
15802
15803 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
15804
15805         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
15806         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
15807
15808 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
15809
15810         * elf/Makefile (tst-auxv): New test.
15811         * elf/tst-auxv.c: New
15812         * elf/rtld.c (dl_main): Adjust AT_EXECFN
15813
15814 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
15815
15816         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
15817         (hidden_proto): Caller changed.
15818         (hidden_tls_proto): New macro.
15819         (libc_hidden_tls_proto): Likewise.
15820         (rtld_hidden_tls_proto): Likewise.
15821         (libm_hidden_tls_proto): Likewise.
15822         (libresolv_hidden_tls_proto): Likewise.
15823         (librt_hidden_tls_proto): Likewise.
15824         (libdl_hidden_tls_proto): Likewise.
15825         (libnss_files_hidden_tls_proto): Likewise.
15826         (libnsl_hidden_tls_proto): Likewise.
15827         (libnss_nisplus_hidden_tls_proto): Likewise.
15828         (libutil_hidden_tls_proto): Likewise.
15829
15830 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
15831
15832         [BZ #10253]
15833         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
15834         (decompose_rpath): Defer expansion to fillin_rpath.
15835         (_dl_init_paths): Pass linkmap to fillin_rpath.
15836
15837 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
15838
15839         * benchtests/Makefile: Add strsep.
15840         * benchtests/bench-strsep.c: New file: strsep benchtest.
15841         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
15842
15843 2013-11-18  Andreas Schwab  <schwab@suse.de>
15844
15845         * locale/programs/locale.c (show_info) [case byte]: Check for
15846         '\377' instead of '\177'.
15847         * locale/C-monetary.c (not_available): Always use "\377".
15848         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
15849         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
15850         detect unavailable sign_posn locale elements.
15851         * locale/localeconv.c (__localeconv): For grouping and
15852         mon_grouping handle "\177" and "\377" like no grouping.
15853         (INT_ELEM): New macro.  Use it to set all numeric members.
15854         * locale/programs/ld-monetary.c (monetary_read)
15855         <tok_mon_grouping>: Normalize single -1 to the empty string.
15856         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
15857         Likewise.
15858
15859 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
15860
15861         [BZ #16055]
15862         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
15863         when we match (nil).
15864         * stdio-common/tst-sscanf.c (struct test): Add testcase.
15865
15866 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
15867
15868         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
15869         (NO_TEST_INLINE): Update value.
15870         (ERRNO_UNCHANGED): Likewise.
15871         (ERRNO_EDOM): Likewise.
15872         (ERRNO_ERANGE): Likewise.
15873         (IGNORE_RESULT): Likewise.
15874         (check_float_internal): Check signs of NaN results if
15875         TEST_NAN_SIGN used.
15876         (check_complex): Pass TEST_NAN_SIGN flag through to second
15877         check_float_internal call.
15878         (copysign_test_data): Add tests with quiet NaNs as second
15879         argument.  Use TEST_NAN_SIGN.
15880         (fabs_test_data): Add test of negative quiet NaN argument.  Use
15881         TEST_NAN_SIGN.
15882         (signbit_test_data): Add tests of quiet NaN argument.
15883         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
15884
15885         * math/gen-libm-test.pl (show_exceptions): Take extra argument
15886         $ignore_result.
15887         (parse_args): Handle function results specified as IGNORE.
15888         * math/libm-test.inc (IGNORE_RESULT): New macro.
15889         (check_float_internal): Do not check numerical result if flag
15890         IGNORE_RESULT set.
15891         (check_complex): Pass through IGNORE_RESULT to second
15892         check_float_internal call.
15893         (check_int): Do not check numerical result if flag IGNORE_RESULT
15894         set.
15895         (check_long): Likewise.
15896         (check_bool): Likewise.
15897         (check_longlong): Likewise.
15898         (lrint_test_data): Add tests of infinite and NaN arguments.
15899         (lrint_tonearest_test_data): Likewise.
15900         (lrint_towardzero_test_data): Likewise.
15901         (lrint_downward_test_data): Likewise.
15902         (lrint_upward_test_data): Likewise.
15903         (llrint_test_data): Likewise.
15904         (llrint_tonearest_test_data): Likewise.
15905         (llrint_towardzero_test_data): Likewise.
15906         (llrint_downward_test_data): Likewise.
15907         (llrint_upward_test_data): Likewise.
15908         (lround_test_data): Likewise.
15909         (llround_test_data): Likewise.
15910
15911         * math/libm-test.inc (NO_TEST_INLINE): New macro.
15912         (ERRNO_UNCHANGED): Update value.
15913         (ERRNO_EDOM): Likewise.
15914         (ERRNO_ERANGE): Likewise.
15915         (NO_TEST_INLINE_FLOAT): New macro.
15916         (NO_TEST_INLINE_DOUBLE): Likewise.
15917         (enable_test): New function.
15918         (RUN_TEST_f_f): Check enable_test before running test.
15919         (RUN_TEST_2_f): Likewise.
15920         (RUN_TEST_fff_f): Likewise.
15921         (RUN_TEST_c_f): Likewise.
15922         (RUN_TEST_f_f1): Likewise.
15923         (RUN_TEST_fF_f1): Likewise.
15924         (RUN_TEST_fI_f1): Likewise.
15925         (RUN_TEST_ffI_f1): Likewise.
15926         (RUN_TEST_c_c): Likewise.
15927         (RUN_TEST_cc_c): Likewise.
15928         (RUN_TEST_f_i): Likewise.
15929         (RUN_TEST_f_i_tg): Likewise.
15930         (RUN_TEST_ff_i_tg): Likewise.
15931         (RUN_TEST_f_b): Likewise.
15932         (RUN_TEST_f_b_tg): Likewise.
15933         (RUN_TEST_f_l): Likewise.
15934         (RUN_TEST_f_L): Likewise.
15935         (RUN_TEST_fFF_11): Likewise.
15936         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
15937         conditionals.
15938         (cosh_test_data): Likewise.
15939         (exp_test_data): Likewise.
15940         (expm1_test_data): Likewise.
15941         (hypot_test_data): Likewise.
15942         (pow_test_data): Likewise.
15943         (sinh_test_data): Likewise.
15944         (tanh_test_data): Likewise.
15945         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
15946         flags argument.
15947
15948         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
15949         tests with quiet NaN input and output.
15950         (acosh_test_data): Likewise.
15951         (asin_test_data): Likewise.
15952         (asinh_test_data): Likewise.
15953         (atan_test_data): Likewise.
15954         (atanh_test_data): Likewise.
15955         (atan2_test_data): Likewise.
15956         (cbrt_test_data): Likewise.
15957         (cos_test_data): Likewise.
15958         (cosh_test_data): Likewise.
15959         (erf_test_data): Likewise.
15960         (erfc_test_data): Likewise.
15961         (exp_test_data): Likewise.
15962         (exp10_test_data): Likewise.
15963         (exp2_test_data): Likewise.
15964         (expm1_test_data): Likewise.
15965         (hypot_test_data): Likewise.
15966         (j0_test_data): Likewise.
15967         (j1_test_data): Likewise.
15968         (jn_test_data): Likewise.
15969         (lgamma_test_data): Likewise.
15970         (log_test_data): Likewise.
15971         (log10_test_data): Likewise.
15972         (log1p_test_data): Likewise.
15973         (log2_test_data): Likewise.
15974         (pow_test_data): Likewise.
15975         (scalb_test_data): Likewise.
15976         (sin_test_data): Likewise.
15977         (sincos_test_data): Likewise.
15978         (sinh_test_data): Likewise.
15979         (tan_test_data): Likewise.
15980         (tanh_test_data): Likewise.
15981         (tgamma_test_data): Likewise.
15982         (y0_test_data): Likewise.
15983         (y1_test_data): Likewise.
15984         (yn_test_data): Likewise.
15985
15986         [BZ #16167]
15987         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
15988         argument being NaN and avoid computations with second argument in
15989         that case.
15990         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
15991         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
15992         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
15993
15994 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
15995
15996         * locale/iso-639.def: Add Chitwani Tharu (the).
15997
15998 2013-11-14  Andreas Schwab  <schwab@suse.de>
15999
16000         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
16001         word instead of empty string.
16002
16003 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16004
16005         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
16006         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
16007         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
16008         (__fe_nomask_env): Likewise.
16009
16010 2013-11-13  Steve Ellcey  <sellcey@mips.com>
16011
16012         * benchtests/bench-timing.h: Include time.h.
16013
16014 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
16015
16016         [BZ #15997]
16017         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
16018         to 3.4.0 for x32.
16019         * sysdeps/unix/sysv/linux/configure: Regenerated.
16020
16021 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
16022
16023         [BZ #16151]
16024         * stdlib/strtod_l.c (round_and_return): Do not consider
16025         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
16026         exponent one less than half the least subnormal exponent.
16027         * stdlib/test-strtod-round-data: Add more tests.
16028         * stdlib/tst-strtod-round.c (tests): Regenerated.
16029
16030 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16031
16032         [BZ #14143]
16033         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
16034         (__fe_mask_env): Likewise.
16035         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
16036         libm_hidden_proto and add function prototype.
16037         (__fe_mask_env): Add function prototype.
16038         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
16039         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
16040         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
16041         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
16042         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
16043         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
16044
16045 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16046
16047         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
16048         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
16049
16050 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16051
16052         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
16053         of htab_find_slot().
16054
16055 2013-11-11  David S. Miller  <davem@davemloft.net>
16056
16057         [BZ #16150]
16058         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
16059         symbol in the non-vis3 case in static builds.
16060         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
16061         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
16062         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
16063         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
16064
16065 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
16066
16067         [BZ #387]
16068         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
16069         it is empty.
16070
16071 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16072
16073         * benchtests/Makefile: Add bench-strtod.
16074         * benchtests/bench-strtod.c: New file: strtod benchtest
16075
16076 2013-11-11  Andreas Schwab  <schwab@suse.de>
16077
16078         [BZ #16153]
16079         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
16080         terminating NUL in key length.
16081
16082 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16083
16084         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
16085         Add artificial ODP entry for vDSO symbol for PPC64.
16086         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
16087         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
16088
16089 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
16090
16091         [BZ #15374]
16092         * nss/getent.c (services_keys): Recognize services starting with digit.
16093
16094 2013-11-06  David S. Miller  <davem@davemloft.net>
16095
16096         [BZ #15985]
16097         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
16098         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
16099
16100 2013-11-06  Will Newton  <will.newton@linaro.org>
16101
16102         * manual/memory.texi (Malloc Examples): Remove register
16103         keyword from examples.
16104
16105 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
16106
16107         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
16108
16109 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
16110
16111         [BZ #6981]
16112         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
16113         depending on [__GCC_IEC_559 > 0].
16114         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
16115         depending on [__GCC_IEC_559_COMPLEX > 0].
16116
16117 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
16118
16119         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
16120         to iso-639.def.
16121
16122 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
16123
16124         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
16125
16126 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
16127
16128         [BZ #16112]
16129         * malloc/malloc (malloc_info): Do not handle first bin as
16130         special case.
16131
16132 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
16133
16134         * locale/iso-639.def: Add Central Nahuatl (nhn).
16135
16136 2013-11-01  Bruno Haible  <bruno@clisp.org>
16137
16138         [BZ #7003]
16139         * manual/math.texi (BSD Random): Specify range upper bound as
16140         in POSIX.
16141
16142 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
16143
16144         * locale/iso-639.def: Add Meadow Mari (mhr).
16145
16146 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
16147
16148         [BZ #14752], [BZ #15763]
16149         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
16150         Validate name.
16151         * rt/tst_shm.c: Add test for escaping directory.
16152
16153 2013-10-31  Andreas Schwab  <schwab@suse.de>
16154
16155         [BZ #15917]
16156         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
16157         followed by 'x' as part of digit sequence.
16158         * stdio-common/tst-sscanf.c (double_tests2): New tests.
16159
16160 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
16161
16162         [BZ #16037]
16163         * configure.ac: allow GNU Make 4.0 and greater.
16164         * configure: Regenerated.
16165
16166 2013-10-30  Will Newton  <will.newton@linaro.org>
16167
16168         [BZ #16038]
16169         * malloc/hooks.c (memalign_check): Limit alignment to the
16170         maximum representable power of two.
16171         * malloc/malloc.c (__libc_memalign): Likewise.
16172         * malloc/tst-memalign.c (do_test): Add test for very
16173         large alignment values.
16174         * malloc/tst-posix_memalign.c (do_test): Likewise.
16175
16176 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
16177
16178         [BZ #11087]
16179         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
16180         (munmap_chunk): Likewise.
16181         (mremap_chunk): Likewise.
16182
16183 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
16184
16185         [BZ #15799]
16186         * stdlib/div.c (div): Remove obsolete code.
16187         * stdlib/ldiv.c (ldiv): Likewise.
16188         * stdlib/lldiv.c (lldiv): Likewise.
16189
16190 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
16191
16192         [BZ #16071]
16193         * nss/nss_files/files-XXX.c (get_contents_ret): New
16194         enumerator.
16195         (get_contents): New function.
16196         (internal_getent): Use it.  Expand size of LINEBUFLEN.
16197
16198 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
16199
16200         * configure.in: Moved to ...
16201         * configure.ac: ... here. Change reference to configure.in
16202         to configure.ac.
16203         * sysdeps/arm/preconfigure.ac: ... here.
16204         configure.in to configure.ac.
16205         * sysdeps/gnu/configure.in: Moved to ...
16206         * sysdeps/gnu/configure.ac: ... here.
16207         * sysdeps/i386/configure.in: Moved to ...
16208         * sysdeps/i386/configure.ac: ... here.
16209         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
16210         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
16211         * sysdeps/mach/configure.in: Moved to ...
16212         * sysdeps/mach/configure.ac: ... here.
16213         * sysdeps/mach/hurd/configure.in: Moved to ...
16214         * sysdeps/mach/hurd/configure.ac: ... here.
16215         * sysdeps/powerpc/configure.in: Moved to ...
16216         * sysdeps/powerpc/configure.ac: ... here.
16217         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
16218         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
16219         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
16220         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
16221         * sysdeps/s390/s390-32/configure.in: Moved to ...
16222         * sysdeps/s390/s390-32/configure.ac: ... here.
16223         * sysdeps/s390/s390-64/configure.in: Moved to ...
16224         * sysdeps/s390/s390-64/configure.ac: ... here.
16225         * sysdeps/sh/configure.in: Moved to ...
16226         * sysdeps/sh/configure.ac: ... here.
16227         * sysdeps/sparc/configure.in: Moved to ...
16228         * sysdeps/sparc/configure.ac: ... here.
16229         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
16230         * sysdeps/unix/sysv/linux/configure.ac: ... here.
16231         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
16232         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
16233         * sysdeps/x86_64/configure.in: Moved to ...
16234         * sysdeps/x86_64/configure.ac: ... here.
16235         * sysdeps/x86_64/preconfigure.in: Moved to ...
16236         * sysdeps/x86_64/preconfigure.ac: ... here.
16237         * aclocal.m4: Change reference to configure.in to configure.ac.
16238         * config.h.in: Likewise.
16239         * manual/install.texi: Likewise.
16240         * manual/maint.texi: Likewise.
16241         * Makefile: Likewise.
16242         * malloc/Makefile: Likewise.
16243         * nscd/Makefile: Likewise.
16244         * Makeconfig: Change reference to configure.in and
16245         preconfigure.in to configure.ac and preconfigure.ac
16246         respectively.
16247         * INSTALL: Regenerated.
16248         * configure: Likewise.
16249         * sysdeps/gnu/configure: Likewise.
16250         * sysdeps/i386/configure: Likewise.
16251         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
16252         * sysdeps/mach/configure: Likewise.
16253         * sysdeps/mach/hurd/configure: Likewise.
16254         * sysdeps/powerpc/configure: Likewise.
16255         * sysdeps/powerpc/powerpc32/configure: Likewise.
16256         * sysdeps/powerpc/powerpc64/configure: Likewise.
16257         * sysdeps/s390/s390-32/configure: Likewise.
16258         * sysdeps/s390/s390-64/configure: Likewise.
16259         * sysdeps/sh/configure: Likewise.
16260         * sysdeps/sparc/configure: Likewise.
16261         * sysdeps/unix/sysv/linux/configure: Likewise.
16262         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
16263         * sysdeps/x86_64/configure: Likewise.
16264         * sysdeps/x86_64/preconfigure: Likewise.
16265
16266 2013-10-29  Andreas Schwab  <schwab@suse.de>
16267
16268         * stdio-common/Makefile (tst-swscanf-ENV): Define.
16269
16270 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
16271
16272         * benchtests/pow-inputs: Add new inputs.
16273
16274         * benchtests/exp-inputs: Add new inputs.
16275
16276         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
16277         conditional check for return value.
16278         (__cos32): Likewise.
16279
16280 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16281
16282         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
16283         to provide a boost for large inputs with word alignment.
16284         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
16285         implementation based on optimized PPC64 strcpy.
16286         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
16287         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
16288         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
16289         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
16290
16291 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
16292
16293         [BZ #2801]
16294         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
16295
16296 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
16297
16298         [BZ #14876]
16299         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
16300         * time/tst-strptime.c (day_tests): Add testcase.
16301
16302 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
16303
16304         [BZ #14029]
16305         * manual/pattern.texi: Acknowledge that fnmatch can fail.
16306
16307 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
16308
16309         [BZ #16074]
16310         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
16311         MAP_FAILED on error.
16312
16313 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
16314
16315         [BZ #16072]
16316         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
16317         heap for large requests.
16318
16319 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
16320
16321         [BZ #9954]
16322         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
16323         result if the result has no associated interface.
16324         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
16325         interface for all 127.X.Y.Z addresses.
16326
16327 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
16328
16329         * locale/iso-639.def: Add Ligurian (lij)
16330
16331 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
16332
16333         [BZ #15825]
16334         * sunrpc/rpc_main.c: Document rpcgen -5.
16335
16336 2013-10-19  Michael Stahl  <mstahl@redhat.com>
16337
16338         * elf/rtld.c (do_preload): Print the reason why preloading failed.
16339
16340 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
16341
16342         [BZ #10278]
16343         * posix/glob.c: Match only directories when trailing slash is present.
16344         * posix/tst-gnuglob.c (my_opendir): Do not open files.
16345         (main): Add testcase.
16346
16347 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
16348
16349         [BZ #15670]
16350         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
16351
16352 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
16353
16354         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
16355         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
16356         AUTH_DES and cindex for FIPS 140-2.
16357         (DES Encryption): Add cindex FIPS 46-3.
16358
16359         * locale/locarchive.h (struct locarhandle): Add fname.
16360         * locale/programs/localedef.c (main): Pass ARGV[remaining]
16361         if an optional argument was specified to --list-archive,
16362         otherwise NULL.
16363         * locale/programs/locarchive.c (show_archive_content): Take new
16364         argument fname and pass it via ah.fname to open_archive.
16365         * locale/programs/localedef.h: Update decl.
16366         (open_archive): If AH->fname is non-null, open that file
16367         rather than the default file name, and don't ignore ENOENT.
16368         (create_archive): Set AH.fname to NULL.
16369         (delete_locales_from_archive): Likewise.
16370         (add_locales_to_archive): Likewise.
16371         * locale/programs/locfile.c (write_all_categories): Likewise.
16372
16373 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
16374             Aldy Hernandez  <aldyh@redhat.com>
16375
16376         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
16377         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
16378         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
16379         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
16380         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
16381         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
16382         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
16383         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
16384         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
16385         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
16386         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
16387         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
16388         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
16389         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
16390         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
16391         Likewise.
16392         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
16393         Likewise.
16394         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
16395         Likewise.
16396         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
16397         Likewise.
16398         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
16399         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
16400         Likewise.
16401         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
16402         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
16403         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
16404         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
16405         Likewise.
16406         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
16407         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
16408         * sysdeps/powerpc/preconfigure: Likewise.
16409         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
16410         Likewise.
16411         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
16412         Replace contents of file by #include of <fenv_libc.h>.
16413         * sysdeps/powerpc/soft-fp/sfp-machine.h
16414         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
16415         and <sys/prctl.h>.
16416         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
16417         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
16418         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
16419         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
16420         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
16421         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
16422         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
16423         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
16424         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
16425         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
16426         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
16427         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
16428         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16429         Allow copysignl PLT reference to be missing.
16430
16431 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
16432             Joseph Myers  <joseph@codesourcery.com
16433
16434         [BZ #15948]
16435         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
16436         single character.
16437         (add_to_tablewc): Assert sequence of wide characters is nonempty.
16438
16439 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
16440
16441         * elf/tst-tls-dlinfo.c: Don't include tls.h.
16442         * elf/tst-tls1.c: Likewise.
16443         * elf/tst-tls10.h: Likewise.
16444         * elf/tst-tls14.c: Likewise.
16445         * elf/tst-tls2.c: Likewise.
16446         * elf/tst-tls3.c: Likewise.
16447         * elf/tst-tls4.c: Likewise.
16448         * elf/tst-tls5.c: Likewise.
16449         * elf/tst-tls6.c: Likewise.
16450         * elf/tst-tls7.c: Likewise.
16451         * elf/tst-tls8.c: Likewise.
16452         * elf/tst-tls9.c: Likewise.
16453         * elf/tst-tlsmod1.c: Likewise.
16454         * elf/tst-tlsmod13.c: Likewise.
16455         * elf/tst-tlsmod13a.c: Likewise.
16456         * elf/tst-tlsmod14a.c: Likewise.
16457         * elf/tst-tlsmod16a.c: Likewise.
16458         * elf/tst-tlsmod16b.c: Likewise.
16459         * elf/tst-tlsmod2.c: Likewise.
16460         * elf/tst-tlsmod3.c: Likewise.
16461         * elf/tst-tlsmod4.c: Likewise.
16462         * elf/tst-tlsmod5.c: Likewise.
16463         * elf/tst-tlsmod6.c: Likewise.
16464
16465 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
16466
16467         [BZ #12486]
16468         * malloc/malloc.c: remove checks for statistics.
16469
16470 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
16471
16472         [BZ #15277]
16473         * inet/inet_net.c (inet_network): Detect additional invalid strings.
16474         * inet/tst-network.c: Add testcase.
16475
16476 2013-10-17  Andreas Schwab  <schwab@suse.de>
16477
16478         [BZ #15218]
16479         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
16480         to determine canonical name.
16481
16482 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
16483
16484         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
16485         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
16486         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
16487         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
16488         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
16489         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
16490         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
16491         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
16492         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
16493         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
16494         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
16495         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
16496         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
16497         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
16498         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
16499         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
16500         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
16501         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
16502         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
16503         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
16504         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
16505         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
16506         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
16507         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
16508         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
16509         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
16510         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
16511         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
16512         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
16513         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
16514         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
16515         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
16516         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
16517         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
16518         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
16519         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
16520         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
16521         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
16522         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
16523         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
16524         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
16525         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
16526         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
16527         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
16528         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
16529         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
16530         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
16531         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
16532         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
16533         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
16534         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
16535         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
16536         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
16537         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
16538         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
16539         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
16540         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
16541         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
16542
16543 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
16544
16545         [BZ #16041]
16546         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
16547         make result into a quiet NaN.
16548
16549 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
16550
16551         * soft-fp/adddf3.c: Fix horizontal whitespace.
16552         * soft-fp/addsf3.c: Likewise.
16553         * soft-fp/addtf3.c: Likewise.
16554         * soft-fp/divdf3.c: Likewise.
16555         * soft-fp/divsf3.c: Likewise.
16556         * soft-fp/divtf3.c: Likewise.
16557         * soft-fp/double.h: Likewise.
16558         * soft-fp/eqdf2.c: Likewise.
16559         * soft-fp/eqsf2.c: Likewise.
16560         * soft-fp/eqtf2.c: Likewise.
16561         * soft-fp/extenddftf2.c: Likewise.
16562         * soft-fp/extended.h: Likewise.
16563         * soft-fp/extendsfdf2.c: Likewise.
16564         * soft-fp/extendsftf2.c: Likewise.
16565         * soft-fp/extendxftf2.c: Likewise.
16566         * soft-fp/fixdfdi.c: Likewise.
16567         * soft-fp/fixdfsi.c: Likewise.
16568         * soft-fp/fixdfti.c: Likewise.
16569         * soft-fp/fixsfdi.c: Likewise.
16570         * soft-fp/fixsfsi.c: Likewise.
16571         * soft-fp/fixsfti.c: Likewise.
16572         * soft-fp/fixtfdi.c: Likewise.
16573         * soft-fp/fixtfsi.c: Likewise.
16574         * soft-fp/fixtfti.c: Likewise.
16575         * soft-fp/fixunsdfdi.c: Likewise.
16576         * soft-fp/fixunsdfsi.c: Likewise.
16577         * soft-fp/fixunsdfti.c: Likewise.
16578         * soft-fp/fixunssfdi.c: Likewise.
16579         * soft-fp/fixunssfsi.c: Likewise.
16580         * soft-fp/fixunssfti.c: Likewise.
16581         * soft-fp/fixunstfdi.c: Likewise.
16582         * soft-fp/fixunstfsi.c: Likewise.
16583         * soft-fp/fixunstfti.c: Likewise.
16584         * soft-fp/floatdidf.c: Likewise.
16585         * soft-fp/floatdisf.c: Likewise.
16586         * soft-fp/floatditf.c: Likewise.
16587         * soft-fp/floatsidf.c: Likewise.
16588         * soft-fp/floatsisf.c: Likewise.
16589         * soft-fp/floatsitf.c: Likewise.
16590         * soft-fp/floattidf.c: Likewise.
16591         * soft-fp/floattisf.c: Likewise.
16592         * soft-fp/floattitf.c: Likewise.
16593         * soft-fp/floatundidf.c: Likewise.
16594         * soft-fp/floatundisf.c: Likewise.
16595         * soft-fp/floatunditf.c: Likewise.
16596         * soft-fp/floatunsidf.c: Likewise.
16597         * soft-fp/floatunsisf.c: Likewise.
16598         * soft-fp/floatunsitf.c: Likewise.
16599         * soft-fp/floatuntidf.c: Likewise.
16600         * soft-fp/floatuntisf.c: Likewise.
16601         * soft-fp/floatuntitf.c: Likewise.
16602         * soft-fp/fmadf4.c: Likewise.
16603         * soft-fp/fmasf4.c: Likewise.
16604         * soft-fp/fmatf4.c: Likewise.
16605         * soft-fp/gedf2.c: Likewise.
16606         * soft-fp/gesf2.c: Likewise.
16607         * soft-fp/getf2.c: Likewise.
16608         * soft-fp/ledf2.c: Likewise.
16609         * soft-fp/lesf2.c: Likewise.
16610         * soft-fp/letf2.c: Likewise.
16611         * soft-fp/muldf3.c: Likewise.
16612         * soft-fp/mulsf3.c: Likewise.
16613         * soft-fp/multf3.c: Likewise.
16614         * soft-fp/negdf2.c: Likewise.
16615         * soft-fp/negsf2.c: Likewise.
16616         * soft-fp/negtf2.c: Likewise.
16617         * soft-fp/op-1.h: Likewise.
16618         * soft-fp/op-2.h: Likewise.
16619         * soft-fp/op-4.h: Likewise.
16620         * soft-fp/op-8.h: Likewise.
16621         * soft-fp/op-common.h: Likewise.
16622         * soft-fp/quad.h: Likewise.
16623         * soft-fp/single.h: Likewise.
16624         * soft-fp/soft-fp.h: Likewise.
16625         * soft-fp/sqrtdf2.c: Likewise.
16626         * soft-fp/sqrtsf2.c: Likewise.
16627         * soft-fp/sqrttf2.c: Likewise.
16628         * soft-fp/subdf3.c: Likewise.
16629         * soft-fp/subsf3.c: Likewise.
16630         * soft-fp/subtf3.c: Likewise.
16631         * soft-fp/truncdfsf2.c: Likewise.
16632         * soft-fp/trunctfdf2.c: Likewise.
16633         * soft-fp/trunctfsf2.c: Likewise.
16634         * soft-fp/trunctfxf2.c: Likewise.
16635         * soft-fp/unorddf2.c: Likewise.
16636         * soft-fp/unordsf2.c: Likewise.
16637         * soft-fp/unordtf2.c: Likewise.
16638
16639 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
16640
16641         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
16642         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
16643
16644 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
16645
16646         * elf/dl-libc.c: Clear initfini list after freeing.
16647
16648 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
16649
16650         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
16651         * soft-fp/addsf3.c: Likewise.
16652         * soft-fp/addtf3.c: Likewise.
16653         * soft-fp/divdf3.c: Likewise.
16654         * soft-fp/divsf3.c: Likewise.
16655         * soft-fp/divtf3.c: Likewise.
16656         * soft-fp/double.h: Likewise.
16657         * soft-fp/eqdf2.c: Likewise.
16658         * soft-fp/eqsf2.c: Likewise.
16659         * soft-fp/eqtf2.c: Likewise.
16660         * soft-fp/extenddftf2.c: Likewise.
16661         * soft-fp/extended.h: Likewise.
16662         * soft-fp/extendsfdf2.c: Likewise.
16663         * soft-fp/extendsftf2.c: Likewise.
16664         * soft-fp/extendxftf2.c: Likewise.
16665         * soft-fp/fixdfdi.c: Likewise.
16666         * soft-fp/fixdfsi.c: Likewise.
16667         * soft-fp/fixdfti.c: Likewise.
16668         * soft-fp/fixsfdi.c: Likewise.
16669         * soft-fp/fixsfsi.c: Likewise.
16670         * soft-fp/fixsfti.c: Likewise.
16671         * soft-fp/fixtfdi.c: Likewise.
16672         * soft-fp/fixtfsi.c: Likewise.
16673         * soft-fp/fixtfti.c: Likewise.
16674         * soft-fp/fixunsdfdi.c: Likewise.
16675         * soft-fp/fixunsdfsi.c: Likewise.
16676         * soft-fp/fixunsdfti.c: Likewise.
16677         * soft-fp/fixunssfdi.c: Likewise.
16678         * soft-fp/fixunssfsi.c: Likewise.
16679         * soft-fp/fixunssfti.c: Likewise.
16680         * soft-fp/fixunstfdi.c: Likewise.
16681         * soft-fp/fixunstfsi.c: Likewise.
16682         * soft-fp/fixunstfti.c: Likewise.
16683         * soft-fp/floatdidf.c: Likewise.
16684         * soft-fp/floatdisf.c: Likewise.
16685         * soft-fp/floatditf.c: Likewise.
16686         * soft-fp/floatsidf.c: Likewise.
16687         * soft-fp/floatsisf.c: Likewise.
16688         * soft-fp/floatsitf.c: Likewise.
16689         * soft-fp/floattidf.c: Likewise.
16690         * soft-fp/floattisf.c: Likewise.
16691         * soft-fp/floattitf.c: Likewise.
16692         * soft-fp/floatundidf.c: Likewise.
16693         * soft-fp/floatundisf.c: Likewise.
16694         * soft-fp/floatunsidf.c: Likewise.
16695         * soft-fp/floatunsisf.c: Likewise.
16696         * soft-fp/floatuntidf.c: Likewise.
16697         * soft-fp/floatuntisf.c: Likewise.
16698         * soft-fp/floatuntitf.c: Likewise.
16699         * soft-fp/fmadf4.c: Likewise.
16700         * soft-fp/fmasf4.c: Likewise.
16701         * soft-fp/fmatf4.c: Likewise.
16702         * soft-fp/gedf2.c: Likewise.
16703         * soft-fp/gesf2.c: Likewise.
16704         * soft-fp/getf2.c: Likewise.
16705         * soft-fp/ledf2.c: Likewise.
16706         * soft-fp/lesf2.c: Likewise.
16707         * soft-fp/letf2.c: Likewise.
16708         * soft-fp/muldf3.c: Likewise.
16709         * soft-fp/mulsf3.c: Likewise.
16710         * soft-fp/multf3.c: Likewise.
16711         * soft-fp/negdf2.c: Likewise.
16712         * soft-fp/negsf2.c: Likewise.
16713         * soft-fp/negtf2.c: Likewise.
16714         * soft-fp/op-1.h: Likewise.
16715         * soft-fp/op-2.h: Likewise.
16716         * soft-fp/op-4.h: Likewise.
16717         * soft-fp/op-8.h: Likewise.
16718         * soft-fp/op-common.h: Likewise.
16719         * soft-fp/quad.h: Likewise.
16720         * soft-fp/single.h: Likewise.
16721         * soft-fp/soft-fp.h: Likewise.
16722         * soft-fp/sqrtdf2.c: Likewise.
16723         * soft-fp/sqrtsf2.c: Likewise.
16724         * soft-fp/sqrttf2.c: Likewise.
16725         * soft-fp/subdf3.c: Likewise.
16726         * soft-fp/subsf3.c: Likewise.
16727         * soft-fp/subtf3.c: Likewise.
16728         * soft-fp/truncdfsf2.c: Likewise.
16729         * soft-fp/trunctfdf2.c: Likewise.
16730         * soft-fp/trunctfsf2.c: Likewise.
16731         * soft-fp/trunctfxf2.c: Likewise.
16732         * soft-fp/unorddf2.c: Likewise.
16733         * soft-fp/unordsf2.c: Likewise.
16734         * soft-fp/unordtf2.c: Likewise.
16735
16736 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
16737
16738         [BZ #15672]
16739         * misc/error.c (error_tail): Fix possible buffer overflow.
16740
16741 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
16742
16743         [BZ #13028]
16744         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
16745         address.
16746
16747 2013-10-14  P. J. McDermott  <pj@pehjota.net>
16748
16749         [BZ #832]
16750         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
16751         testing pipefail option.
16752
16753 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
16754
16755         * soft-fp/double.h: Indent preprocessor directives inside #if.
16756         * soft-fp/extended.h: Likewise.
16757         * soft-fp/op-2.h: Likewise.
16758         * soft-fp/op-4.h: Likewise.
16759         * soft-fp/op-common.h: Likewise.
16760         * soft-fp/quad.h: Likewise.
16761         * soft-fp/single.h: Likewise.
16762         * soft-fp/soft-fp.h: Likewise.
16763
16764 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
16765
16766         * iconv/iconv_prog.c: Fix typos.
16767         * stdio-common/psiginfo-data.h: Likewise.
16768
16769 2013-10-12   Reuben Thomas <rrt@sc3d.org>
16770
16771         [BZ #15764]
16772         * locale/setlocale.c: Fix typo.
16773
16774 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
16775
16776         [BZ #16036]
16777         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
16778         signaling NaN arguments.
16779         * soft-fp/unordsf2.c (__unordsf2): Likewise.
16780         * soft-fp/unordtf2.c (__unordtf2): Likewise.
16781
16782         [BZ #14910]
16783         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
16784         unordered operands.
16785         * soft-fp/gesf2.c (__gesf2): Likewise.
16786         * soft-fp/getf2.c (__getf2): Likewise.
16787         * soft-fp/ledf2.c (__ledf2): Likewise.
16788         * soft-fp/lesf2.c (__lesf2): Likewise.
16789         * soft-fp/letf2.c (__letf2): Likewise.
16790
16791         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
16792         * soft-fp/eqsf2.c (__eqsf2): Likewise.
16793         * soft-fp/eqtf2.c (__eqtf2): Likewise.
16794         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
16795         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
16796         * soft-fp/fixdfti.c (__fixdfti): Likewise.
16797         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
16798         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
16799         * soft-fp/fixsfti.c (__fixsfti): Likewise.
16800         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
16801         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
16802         * soft-fp/fixtfti.c (__fixtfti): Likewise.
16803         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
16804         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
16805         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
16806         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
16807         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
16808         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
16809         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
16810         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
16811         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
16812         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
16813         * soft-fp/floatdisf.c (__floatdisf): Likewise.
16814         * soft-fp/floatsisf.c (__floatsisf): Likewise.
16815         * soft-fp/floattidf.c (__floattidf): Likewise.
16816         * soft-fp/floattisf.c (__floattisf): Likewise.
16817         * soft-fp/floattitf.c (__floattitf): Likewise.
16818         * soft-fp/floatundidf.c (__floatundidf): Likewise.
16819         * soft-fp/floatundisf.c (__floatundisf): Likewise.
16820         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
16821         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
16822         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
16823         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
16824         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
16825         * soft-fp/gesf2.c (__gesf2): Likewise.
16826         * soft-fp/getf2.c (__getf2): Likewise.
16827         * soft-fp/ledf2.c (__ledf2): Likewise.
16828         * soft-fp/lesf2.c (__lesf2): Likewise.
16829         * soft-fp/letf2.c (__letf2): Likewise.
16830
16831         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
16832         Undefine and redefine.
16833         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
16834         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
16835         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
16836         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
16837         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16838         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
16839         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16840         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
16841         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16842         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
16843         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16844         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
16845         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16846         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
16847         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16848
16849         [BZ #16032]
16850         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
16851         without decrementing exponent if mantissa >= that for the
16852         denominator, not >.
16853         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
16854         denominator, not >.  Decrement exponent in < case instead of
16855         incrementing in >= case.
16856         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
16857         without decrementing exponent if mantissa >= that for the
16858         denominator, not >.
16859
16860         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
16861         computing saturated result for unsigned overflow.
16862
16863 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
16864             Jeff Law  <law@redhat.com>
16865
16866         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
16867         (atan2Mp): Add systemtap probe marker.
16868         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
16869         (__ieee754_log): Add systemtap probe marker.
16870         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
16871         (atanMp): Add systemtap probe marker.
16872         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
16873         (tanMp): Add systemtap probe marker.
16874         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
16875         (__slowexp): Add systemtap probe marker.
16876         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
16877         (__slowpow): Add systemtap probe marker.
16878         * manual/probes.texi: Document probes.
16879
16880 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
16881
16882         [BZ #15362]
16883         * libio/fileops.c (_IO_new_file_write): Return count of bytes
16884         written.
16885         (_IO_new_file_xsputn): Don't return EOF if nothing has been
16886         written.
16887         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
16888         written to buffer but not flushed.
16889         * libio/iofwrite_u.c:  Likewise.
16890         * libio/iopadn.c:  Return bytes returned even if EOF was
16891         encountered.
16892         * libio/iowpadn.c:  Likewise.
16893         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
16894         if _IO_padn does not write the whole buffer.
16895         [!COMPILE_WPRINTF] (PAD): Likewise.
16896
16897 2013-10-10  David S. Miller  <davem@davemloft.net>
16898
16899         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
16900         directory block.
16901
16902 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
16903
16904         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
16905         instead of FSF address.
16906         * soft-fp/fixdfti.c: Likewise.
16907         * soft-fp/fixsfti.c: Likewise.
16908         * soft-fp/fixtfti.c: Likewise.
16909         * soft-fp/fixunsdfti.c: Likewise.
16910         * soft-fp/fixunssfti.c: Likewise.
16911         * soft-fp/fixunstfti.c: Likewise.
16912         * soft-fp/floattidf.c: Likewise.
16913         * soft-fp/floattisf.c: Likewise.
16914         * soft-fp/floattitf.c: Likewise.
16915         * soft-fp/floatuntidf.c: Likewise.
16916         * soft-fp/floatuntisf.c: Likewise.
16917         * soft-fp/floatuntitf.c: Likewise.
16918         * soft-fp/trunctfxf2.c: Likewise.
16919
16920         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
16921         * soft-fp/fixdfti.c: Likewise.
16922         * soft-fp/fixsfti.c: Likewise.
16923         * soft-fp/fixtfti.c: Likewise.
16924         * soft-fp/fixunsdfti.c: Likewise.
16925         * soft-fp/fixunssfti.c: Likewise.
16926         * soft-fp/fixunstfti.c: Likewise.
16927         * soft-fp/floattidf.c: Likewise.
16928         * soft-fp/floattisf.c: Likewise.
16929         * soft-fp/floattitf.c: Likewise.
16930         * soft-fp/floatuntidf.c: Likewise.
16931         * soft-fp/floatuntisf.c: Likewise.
16932         * soft-fp/floatuntitf.c: Likewise.
16933         * soft-fp/trunctfxf2.c: Likewise.
16934
16935 2013-10-10  David S. Miller  <davem@davemloft.net>
16936
16937         * sysdeps/sparc/fpu/libm-test-ulps: Update.
16938
16939 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
16940
16941         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16942         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
16943         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
16944         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
16945         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
16946         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
16947         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
16948
16949         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
16950         for NaNs before doing comparisons on argument.
16951         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
16952         Likewise.
16953
16954 2013-10-10  Will Newton  <will.newton@linaro.org>
16955
16956         * malloc/hooks.c (memalign_check): Ensure the value of bytes
16957         passed to _int_memalign does not overflow.
16958
16959 2013-10-10  Torvald Riegel  <triegel@redhat.com>
16960
16961         * scripts/bench.pl: Add include-sources directive.
16962         * benchtests/README: Update documentation.
16963
16964 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
16965
16966         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
16967         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
16968         instead of FP_INIT_ROUNDMODE.
16969         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
16970         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
16971
16972         [BZ #16034]
16973         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
16974         copy class of input value.
16975         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
16976         not handle exceptions.
16977         * soft-fp/negsf2.c (__negsf2): Likewise.
16978         * soft-fp/negtf2.c (__negtf2): Likewise.
16979         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
16980
16981 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
16982
16983         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
16984         semicolon.  From Linux kernel.
16985
16986 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
16987
16988         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
16989
16990 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
16991
16992         [BZ #156]
16993         * manual/socket.texi: Added statement about buffer
16994         for gethostbyname2_r.
16995
16996 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
16997
16998         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
16999         Use .p2align directive instead, throughout.
17000         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
17001         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
17002         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
17003         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
17004         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
17005         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
17006         * sysdeps/x86_64/strchr.S: Likewise.
17007         * sysdeps/x86_64/strrchr.S: Likewise.
17008
17009 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
17010
17011         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
17012
17013         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
17014
17015         * sysdeps/generic/math_private.h (__mpsin1): Remove
17016         declaration.
17017         (__mpcos1): Likewise.
17018         (__mpsin): New argument __range_reduce.
17019         (__mpcos): Likewise.
17020         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
17021         (slow): Use __mpsin and __mpcos.
17022         (slow1): Likewise.
17023         (slow2): Likewise.
17024         (sloww): Likewise.
17025         (sloww1): Likewise.
17026         (sloww2): Likewise.
17027         (bsloww): Likewise.
17028         (bsloww1): Likewise.
17029         (bsloww2): Likewise.
17030         (cslow2): Likewise.
17031         (csloww): Likewise.
17032         (csloww1): Likewise.
17033         (csloww2): Likewise.
17034         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
17035         range_reduce.  Merge in __mpsin1.
17036         (__mpcos): Likewise.
17037         (__mpsin1): Remove.
17038         (__mpcos1): Likewise.
17039
17040 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
17041
17042         * locale/loadlocale.c (_nl_intern_locale_data): Use
17043         LOCFILE_ALIGNED_P.
17044         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
17045         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
17046         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
17047         obstack data is appropriately aligned.
17048         (obstack_int32_grow_fast): Likewise.
17049         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
17050         * locale/programs/locfile.c (add_locale_uint32): Likewise.
17051         (add_locale_uint32_array): Likewise.
17052
17053 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
17054
17055         * benchtests/Makefile: Remove ARGLIST and RET variables.
17056         ($(objpfx)bench-%.c): Pass only function name to the script.
17057         * benchtests/README: Update documentation.
17058         * benchtests/acos-inputs: Add new directives.
17059         * benchtests/acosh-inputs: Likewise.
17060         * benchtests/asin-inputs: Likewise.
17061         * benchtests/asinh-inputs: Likewise.
17062         * benchtests/atan-inputs: Likewise.
17063         * benchtests/atanh-inputs: Likewise.
17064         * benchtests/cos-inputs: Likewise.
17065         * benchtests/cosh-inputs: Likewise.
17066         * benchtests/exp-inputs: Likewise.
17067         * benchtests/log-inputs: Likewise.
17068         * benchtests/pow-inputs: Likewise.
17069         * benchtests/rint-inputs: Likewise.
17070         * benchtests/sin-inputs: Likewise.
17071         * benchtests/sinh-inputs: Likewise.
17072         * benchtests/tan-inputs: Likewise.
17073         * benchtests/tanh-inputs: Likewise.
17074         * scripts/bench.pl: Add support for new directives.
17075
17076 2013-10-07  Alan Modra  <amodra@gmail.com>
17077
17078         * README: Fix careless merge.
17079
17080 2013-10-05  Alan Modra  <amodra@gmail.com>
17081
17082         * NEWS: Mention powerpc64le support and bugs fixed.
17083         * README: Both big-endian and little-endian powerpc64 supported.
17084
17085 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
17086
17087         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
17088         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
17089         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
17090         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
17091
17092 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
17093
17094         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
17095         match prototype.
17096
17097 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
17098
17099         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
17100         Move -mhard-float appending from
17101         ports/sysdeps/powerpc/powerpc32/Makefile.
17102         [$(with-fp) = yes] (ASFLAGS): Likewise.
17103         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
17104         * sysdeps/powerpc/nofpu: Move directory from
17105         ports/sysdeps/powerpc/nofpu.
17106         * sysdeps/powerpc/soft-fp: Move directory from
17107         ports/sysdeps/powerpc/soft-fp.
17108         * sysdeps/powerpc/powerpc32/405: Move directory from
17109         ports/sysdeps/powerpc/powerpc32/405.
17110         * sysdeps/powerpc/powerpc32/440: Move directory from
17111         ports/sysdeps/powerpc/powerpc32/440.
17112         * sysdeps/powerpc/powerpc32/464: Move directory from
17113         ports/sysdeps/powerpc/powerpc32/464.
17114         * sysdeps/powerpc/powerpc32/476: Move directory from
17115         ports/sysdeps/powerpc/powerpc32/476.
17116         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
17117         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
17118         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
17119         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
17120         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
17121         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
17122         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
17123         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
17124         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
17125         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
17126         * README: Update for powerpc-*-linux-gnu software floating point
17127         support in libc.
17128
17129         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
17130         case to powerpc/powerpc32*.
17131         * sysdeps/unix/sysv/linux/configure: Regenerated.
17132
17133         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
17134         (_FPU_MASK_OM): Define as 0x04.
17135         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
17136         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
17137         0x00c10080.
17138         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
17139         0x0000003c.
17140         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
17141
17142         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
17143         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
17144         getcontext_e500.
17145         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
17146         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
17147         setcontext_e500.
17148         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
17149         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
17150         and setcontext_e500.
17151
17152 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
17153
17154         * locale/iso-3166.def: Update iso-1366.def and related occurrences
17155
17156 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
17157
17158         * manual/threads.texi (Default Thread Attributes): Fix typo.
17159
17160 2013-10-04  Will Newton  <will.newton@linaro.org>
17161
17162         * malloc/Makefile: Add tst-memalign.
17163         * malloc/tst-memalign.c: New file.
17164
17165         * malloc/tst-posix_memalign.c: Add comments.
17166         (do_test): Add comments and call free on all potentially
17167         allocated pointers. Add space after cast.
17168
17169         * malloc/tst-pvalloc.c: Add comments.
17170         (do_test): Add comments and call free on all potentially
17171         allocated pointers. Remove duplicate check for NULL pointer.
17172         Add space after cast.
17173
17174         * malloc/tst-valloc.c: Add comments.
17175         (do_test): Add comments and call free on all potentially
17176         allocated pointers. Remove duplicate check for NULL pointer.
17177         Add space after cast.
17178
17179 2013-10-04  Alan Modra  <amodra@gmail.com>
17180
17181         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17182         Use stdint types in rather than __attribute__((mode())).
17183         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17184
17185 2013-10-04  Alan Modra  <amodra@gmail.com>
17186
17187         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17188         Correct handling of unaligned relocs for little-endian.
17189         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17190
17191 2013-10-04  Alan Modra  <amodra@gmail.com>
17192
17193         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
17194         * configure: Regenerate.
17195         * nptl/shlib-versions: Powerpc*le starts at 2.18.
17196         * shlib-versions: Likewise.
17197
17198 2013-10-04  Alan Modra  <amodra@gmail.com>
17199
17200         * string/tester.c (test_memrchr): Increment reported test cycle.
17201
17202 2013-10-04  Alan Modra  <amodra@gmail.com>
17203
17204         * string/test-memcpy.c (do_one_test): When reporting errors, print
17205         string address and don't overrun end of string.
17206
17207 2013-10-04  Alan Modra  <amodra@gmail.com>
17208
17209         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
17210         insrdi.  Make better use of reg selection to speed exit slightly.
17211         Schedule entry path a little better.  Remove useless "are we done"
17212         checks on entry to main loop.  Handle wrapping around zero address.
17213         Correct main loop count.  Handle single left-over word from main
17214         loop inline rather than by using loop_small.  Remove extra word
17215         case in loop_small caused by wrong loop count.  Add little-endian
17216         support.
17217         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
17218         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
17219         cache hint.
17220         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
17221         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
17222         support.  Avoid rlwimi.
17223         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
17224
17225 2013-10-04  Alan Modra  <amodra@gmail.com>
17226
17227         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
17228         insrdi.  Formatting.
17229         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
17230         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
17231         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
17232         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
17233         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
17234         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
17235
17236 2013-10-04  Alan Modra  <amodra@gmail.com>
17237
17238         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
17239         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
17240         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
17241         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
17242         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
17243         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
17244         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
17245         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
17246         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
17247         use of regs.  Use power7 mtocrf.  Tidy function tails.
17248
17249 2013-10-04  Alan Modra  <amodra@gmail.com>
17250
17251         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
17252         Formatting.  Consistently use rXXX register defines or rN defines.
17253         Use early exit labels that avoid restoring unused non-volatile regs.
17254         Make cr field use more consistent with rWORDn compares.  Rename
17255         regs used as shift registers for unaligned loop, using rN defines
17256         for short lifetime/multiple use regs.
17257         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
17258         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
17259         addi 1,1,64 to pop stack frame.  Simplify return value code.
17260         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
17261
17262 2013-10-04  Alan Modra  <amodra@gmail.com>
17263
17264         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
17265         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
17266         rather than rlwimi.
17267         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
17268         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
17269         little-endian support.  Correct typos.
17270         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
17271         rather than rlwimi.
17272         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
17273         in loop and entry code to keep "and." results.
17274         (strchr): Add little-endian support.  Comment.  Move cntlzd
17275         earlier in tail.
17276         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
17277
17278 2013-10-04  Alan Modra  <amodra@gmail.com>
17279
17280         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
17281         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
17282         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
17283         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
17284
17285 2013-10-04  Alan Modra  <amodra@gmail.com>
17286
17287         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
17288         (rTMP): Define as r11.
17289         (strcmp): Add little-endian support.  Optimise tail.
17290         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
17291         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
17292         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
17293         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
17294         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
17295         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
17296         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
17297
17298 2013-10-04  Alan Modra  <amodra@gmail.com>
17299
17300         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
17301         little-endian support.  Remove unnecessary "are we done" tests.
17302         Handle "s" wrapping around zero and extremely large "size".
17303         Correct main loop count.  Handle single left-over word from main
17304         loop inline rather than by using small_loop.  Correct comments.
17305         Delete "zero" tail, use "end_max" instead.
17306         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
17307
17308 2013-10-04  Alan Modra  <amodra@gmail.com>
17309
17310         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
17311         support.  Don't branch over align.
17312         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
17313         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
17314         support.  Rearrange tmp reg use to suit.  Comment.
17315         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
17316
17317 2013-10-04  Alan Modra  <amodra@gmail.com>
17318
17319         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
17320
17321 2013-10-04  Alan Modra  <amodra@gmail.com>
17322
17323         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
17324         conditional form of branch and link when obtaining pc.
17325         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
17326
17327 2013-10-04  Alan Modra  <amodra@gmail.com>
17328
17329         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
17330         HIWORD/LOWORD.
17331         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
17332         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
17333
17334 2013-10-04  Alan Modra  <amodra@gmail.com>
17335
17336         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
17337         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
17338         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
17339         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
17340         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
17341         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
17342         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
17343         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
17344         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
17345         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
17346
17347 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17348             Alistair Popple <alistair@ozlabs.au.ibm.com>
17349             Alan Modra <amodra@gmail.com>
17350
17351         [BZ #15723]
17352         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
17353         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
17354         _dl_hwcap access for little-endian.
17355         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
17356         destroy vmx regs when saving unaligned.
17357         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
17358         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
17359         destroy vmx regs when saving unaligned.
17360
17361 2013-10-04  Alan Modra  <amodra@gmail.com>
17362
17363         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
17364         Don't use a union to pack hi/low value.
17365
17366 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17367
17368         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
17369         for little-endian.
17370         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
17371         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
17372         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
17373         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
17374         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
17375
17376 2013-10-04  Alan Modra  <amodra@gmail.com>
17377
17378         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
17379         constants to usual value for .cst8 section, and remove redundant
17380         high address load.
17381         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
17382         constant for 0x1p52.  Load little-endian words of double from
17383         correct stack offsets.
17384
17385 2013-10-04  Alan Modra  <amodra@gmail.com>
17386
17387         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
17388         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
17389         words of double from correct stack offsets.
17390         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
17391         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
17392         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
17393         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
17394         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
17395         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
17396         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
17397         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
17398         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
17399         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
17400         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
17401         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
17402         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
17403         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
17404         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
17405         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
17406         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
17407
17408 2013-10-04  Alan Modra  <amodra@gmail.com>
17409
17410         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
17411         64-bit int/double union.
17412         (_FPU_SETCW): Likewise.
17413         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
17414         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
17415
17416 2013-10-04  Alan Modra  <amodra@gmail.com>
17417
17418         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
17419         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
17420
17421 2013-10-04  Alan Modra  <amodra@gmail.com>
17422
17423         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
17424         use vector int constants.
17425         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
17426
17427 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17428
17429         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
17430         array with long long.
17431         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
17432         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
17433         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
17434         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
17435         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
17436         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
17437         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
17438         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
17439         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
17440         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
17441         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
17442         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
17443         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
17444
17445 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17446
17447         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
17448         (__signbit): Likewise.  Correct for little-endian.
17449         (__signbitl): Call __signbit.
17450         (lrint): Correct for little-endian.
17451         (lrintf): Call lrint.
17452
17453 2013-10-04  Alan Modra  <amodra@gmail.com>
17454
17455         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
17456         union 32-bit int array member with 64-bit int array.
17457         (t515, tm256): Double rather than long double.
17458         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
17459
17460 2013-10-04  Alan Modra  <amodra@gmail.com>
17461
17462         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
17463         Delete.
17464         (IEEE854_LONG_DOUBLE_BIAS): Delete.
17465         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
17466         version of math_ldbl.h.
17467
17468 2013-10-04  Alan Modra  <amodra@gmail.com>
17469
17470         [BZ #15734], [BZ #15735]
17471         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
17472         all uses of ieee875 long double macros and unions.  Simplify test
17473         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
17474         ldbl_extract_mantissa value for ix,iy exponents.  Properly
17475         normalize after ldbl_extract_mantissa, and don't add hidden bit
17476         already handled.  Don't treat low word of ieee854 mantissa like
17477         low word of IBM long double and mask off bit when testing for
17478         zero.
17479         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
17480         all uses of ieee875 long double macros and unions.  Simplify tests
17481         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
17482         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
17483         two1022, instead use their values.  Recognise that tests for large
17484         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
17485         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
17486         Rewrite all uses of ieee875 long double macros and unions.  Simplify
17487         test for 0.0L and nan.  Correct negation.
17488         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
17489         ieee875 long double macros and unions.  Correct output for large
17490         magnitude x.  Correct absolute value calculation.
17491         (__erfcl): Likewise.
17492         * math/libm-test.inc: Add tests for errors discovered in IBM long
17493         double versions of fmodl, remainderl, erfl and erfcl.
17494
17495 2013-10-04  Alan Modra  <amodra@gmail.com>
17496
17497         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
17498         all uses of ieee854 long double macros and unions.  Simplify tests
17499         for long doubles that are fully specified by the high double.
17500         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
17501         Likewise.
17502         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
17503         Remove dead code too.
17504         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
17505         (__ieee754_ynl): Likewise.
17506         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
17507         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
17508         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
17509         Remove dead code too.
17510         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
17511         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
17512         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
17513         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
17514         Simplify.
17515         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
17516         Simplify.
17517         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
17518         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
17519         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
17520         Comment on variable precision.
17521         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
17522         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
17523         Likewise.
17524         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
17525         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
17526         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
17527         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
17528         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
17529
17530 2013-10-04  Alan Modra  <amodra@gmail.com>
17531
17532         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
17533         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
17534         all uses of ieee854 long double macros and unions.
17535         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
17536         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
17537         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
17538         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
17539         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
17540         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
17541         Likewise.
17542         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
17543         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
17544         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
17545         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
17546         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
17547         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
17548         Simplify sign and nan test too.
17549         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
17550         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
17551         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
17552         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
17553         Likewise.
17554         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
17555         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
17556         Likewise.
17557         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
17558         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
17559         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
17560         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
17561         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
17562         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
17563
17564 2013-10-04  Alan Modra  <amodra@gmail.com>
17565
17566         * stdio-common/printf_size.c (__printf_size): Don't use
17567         union ieee854_long_double in fpnum union.
17568         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
17569         signbit macro to retrieve sign from long double.
17570         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
17571         retrieve sign from long double.
17572         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
17573         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
17574         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
17575         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
17576         * math/test-misc.c (main): Don't use union ieee854_long_double.
17577
17578 2013-10-04  Alan Modra  <amodra@gmail.com>
17579
17580         [BZ #15680]
17581         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
17582         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
17583         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
17584         calculation.  Remove unnecessary test for denormal exponent.
17585         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
17586         Correct handling of denormals.  Avoid undefined shift behaviour.
17587         Correct normalisation of low mantissa when low double is denormal.
17588         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
17589         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
17590         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
17591         Correct normalisation of low mantissa.  Test for overflow of high
17592         mantissa and normalise.
17593         (ldbl_nearbyint): Use more readable constant for two52.
17594         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
17595         (__mpn_construct_long_double): Fix test for overflow of high
17596         mantissa and correct normalisation.  Avoid undefined shift.
17597
17598 2013-10-04  Alan Modra  <amodra@gmail.com>
17599
17600         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
17601         (union ibm_extended_long_double): Define as an array of ieee754_double.
17602         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
17603         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
17604         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
17605         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
17606         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
17607         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
17608         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
17609         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
17610         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
17611         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
17612         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
17613
17614 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
17615
17616         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
17617         page size instead of calling getpagesize.
17618
17619         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
17620         (LOCFILE_ALIGN_MASK): Likewise.
17621         (LOCFILE_ALIGN_UP): Likewise.
17622         (LOCFILE_ALIGNED_P): Likewise.
17623         * locale/programs/ld-collate.c (collate_output): Use the new
17624         macros instead of __alignof__ (int32_t).
17625         * locale/weight.h (findidx): Likewise.
17626
17627 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
17628
17629         [BZ #431]
17630         * manual/string.texi: Fix strncat and wcsncat.
17631
17632 2013-10-03  Brooks Moses  <bmoses@google.com>
17633
17634         [BZ #15915]
17635         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
17636         * Makerules: ...here, and adjust associated comments.
17637
17638 2013-10-02  Will Newton  <will.newton@linaro.org>
17639
17640         * malloc/Makefile: Add tst-pvalloc.
17641         * malloc/tst-pvalloc.c: New file.
17642
17643 2013-10-02  Will Newton  <will.newton@linaro.org>
17644
17645         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
17646         improve test coverage.
17647
17648 2013-10-02  Will Newton  <will.newton@linaro.org>
17649
17650         * malloc/Makefile: Add tst-posix_memalign.
17651         * malloc/tst-posix_memalign.c: New file.
17652
17653 2013-10-01  Eric Blake  <eblake@redhat.com>
17654
17655         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
17656         Use __THROWNL rather than __THROW on static functions.
17657
17658 2013-09-30  Petr Machata  <pmachata@redhat.com>
17659
17660         * elf/elf.h (R_AARCH64_ABS16): New macro.
17661         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
17662         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
17663         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
17664         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
17665         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
17666         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
17667         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
17668         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
17669         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
17670         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
17671         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
17672         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
17673         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
17674         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
17675         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
17676         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
17677         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
17678         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
17679         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
17680         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
17681         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
17682         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
17683         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
17684         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
17685         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
17686         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
17687         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
17688         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
17689         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
17690         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
17691         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
17692         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
17693         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
17694         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
17695         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
17696         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
17697         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
17698         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
17699         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
17700         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
17701         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
17702         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
17703         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
17704         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
17705         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
17706         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
17707         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
17708         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
17709         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
17710         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
17711         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
17712         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
17713         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
17714         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
17715         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
17716         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
17717         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
17718         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
17719         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
17720         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
17721         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
17722         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
17723         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
17724         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
17725         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
17726         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
17727         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
17728         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
17729         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
17730         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
17731         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
17732         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
17733         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
17734         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
17735         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
17736         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
17737         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
17738         (R_AARCH64_TLSDESC_LDR): Likewise.
17739         (R_AARCH64_TLSDESC_ADD): Likewise.
17740         (R_AARCH64_TLSDESC_CALL): Likewise.
17741
17742 2013-09-30  Andreas Schwab  <schwab@suse.de>
17743
17744         [BZ #15048]
17745         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
17746         the nss database lookup.
17747         * nscd/initgrcache.c (addinitgroupsX): Likewise.
17748         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
17749
17750 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
17751
17752         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
17753
17754 2013-09-28  P. J. McDermott  <pj@pehjota.net>
17755
17756         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
17757         ${Bash-specific parameter/pattern/string} parameter expansion.
17758         * sysdeps/unix/make-syscalls.sh: Likewise.
17759
17760 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17761
17762         * sysdeps/sh/stackguard-macros.h: New file.
17763
17764 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
17765
17766         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
17767         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
17768         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
17769         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
17770         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
17771         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
17772
17773 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17774
17775         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
17776         Fix thread ID register.
17777
17778 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
17779
17780         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
17781         [POSIX || UNIX98]: Require rather than permitting all symbols from
17782         <time.h>.
17783         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
17784         element of struct sched_param.
17785         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
17786         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
17787         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
17788         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
17789         constant.
17790
17791 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
17792
17793         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
17794         argument calculation.
17795
17796 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
17797
17798         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
17799         Expect macro.
17800         [POSIX] (pthread_attr_t): Do not require type.
17801         [POSIX] (pthread_cond_t): Likewise.
17802         [POSIX] (pthread_condattr_t): Likewise.
17803         [POSIX] (pthread_key_t): Likewise.
17804         [POSIX] (pthread_mutex_t): Likewise.
17805         [POSIX] (pthread_mutexattr_t): Likewise.
17806         [POSIX] (pthread_once_t): Likewise.
17807         [POSIX] (pthread_t): Likewise.
17808         [POSIX-based standards] (pthread_atfork): Expect function.
17809
17810 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
17811             Richard Sandiford  <richard@codesourcery.com>
17812
17813         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
17814         (swap_endianness_p): New extern variable.
17815         (set_big_endian): New inline function.
17816         (maybe_swap_uint32): Likewise.
17817         (maybe_swap_uint32_array): Likewise.
17818         (maybe_swap_uint32_obstack): Likewise.
17819         * locale/programs/locfile.c: Include <stdbool.h>.
17820         (swap_endianness_p): New variable.
17821         (add_locale_uint32): Call maybe_swap_uint32.
17822         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
17823         (write_locale_data): Call maybe_swap_uint32_array.
17824         * locale/programs/ld-collate.c (obstack_int32_grow): Call
17825         maybe_swap_uint32.
17826         (obstack_int32_grow_fast): Likewise.
17827         (output_weightwc): Call maybe_swap_uint32_obstack.
17828         (collate_output): Likewise.
17829         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
17830         (OPT_LITTLE_ENDIAN): Likewise.
17831         (options): Add --little-endian and --big-endian options.
17832         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
17833         * locale/programs/locarchive.c: Include "locfile.h".
17834         (GET): New macro.
17835         (SET): Likewise.
17836         (INC): Likewise.
17837         (create_archive): Use the new macros to access fields of
17838         structures directly mapped from or written to locale archives.
17839         (oldlocrecentcmp): Likewise.
17840         (enlarge_archive): Likewise.
17841         (insert_name): Likewise.
17842         (add_alias): Likewise.
17843         (add_locale): Likewise.
17844         (delete_locales_from_archive): Likewise.
17845         (show_archive_content): Likewise.
17846         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
17847         locale data.
17848
17849 2013-09-24  Roland McGrath  <roland@hack.frob.com>
17850
17851         * manual/freemanuals.texi: Updated from (newly) canonical copy at
17852         http://www.gnu.org/doc/freemanuals.texi.
17853         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
17854
17855 2013-09-24  Will Newton  <will.newton@linaro.org>
17856
17857         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
17858         macro.
17859
17860 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
17861
17862         * locale/hashval.h (compute_hashval): Interpret bytes of key as
17863         unsigned char.
17864
17865 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
17866
17867         * manual/threads.texi (POSIX Threads): Fix a typo.
17868
17869 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
17870
17871         [BZ #14547]
17872         * string/tst-strcoll-overflow.c: New test case.
17873         * string/Makefile (xtests): Add tst-strcoll-overflow.
17874         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
17875         cache if string sizes may cause integer overflow.
17876
17877         [BZ #14547]
17878         * string/strcoll_l.c (coll_seq): New members rule, idx,
17879         save_idx and back_us.
17880         (get_next_seq_nocache): New function.
17881         (do_compare_nocache): New function.
17882         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
17883         when malloc fails.
17884
17885 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
17886
17887         [BZ #15754]
17888         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
17889         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
17890         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
17891
17892         [BZ #15754]
17893         * elf/Makefile (tests): Add tst-ptrguard1.
17894         (tests-static): Add tst-ptrguard1-static.
17895         (tst-ptrguard1-ARGS): Define.
17896         (tst-ptrguard1-static-ARGS): Define.
17897         * elf/tst-ptrguard1.c: New file.
17898         * elf/tst-ptrguard1-static.c: New file.
17899         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
17900         * sysdeps/i386/stackguard-macros.h: Likewise.
17901         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
17902         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
17903         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
17904         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
17905         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
17906         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
17907
17908 2013-09-23  Hector Marco  <hecmargi@upv.es>
17909             Ismael Ripoll  <iripoll@disca.upv.es>
17910             Carlos O'Donell  <carlos@redhat.com>
17911
17912         [BZ #15754]
17913         * sysdeps/generic/stackguard-macros.h: Define
17914         __pointer_chk_guard_local and POINTER_CHK_GUARD.
17915         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
17916         Define __pointer_chk_guard_local.
17917         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
17918         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
17919
17920 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
17921
17922         [BZ #15859]
17923         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
17924
17925 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
17926
17927         * include/string.h (__ffs): Declare as hidden.
17928         * string/ffs.c (__ffs): Define as hidden.
17929         * sysdeps/i386/ffs.c (__ffs): Likewise.
17930         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
17931         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
17932         * sysdeps/s390/ffs.c (__ffs): Likewise.
17933         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
17934
17935 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
17936
17937         * NEWS: Mention malloc probes.
17938
17939         * malloc/arena.c (new_heap): New memory_heap_new probe.
17940         (grow_heap): New memory_heap_more probe.
17941         (shrink_heap): New memory_heap_less probe.
17942         (heap_trim): New memory_heap_free probe.
17943         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
17944         (systrim): New memory_sbrk_less probe.
17945         * manual/probes.texi: Document them.
17946
17947         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
17948         * manual/probes.texi: Document it.
17949
17950         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
17951         (__libc_realloc): Add memory_realloc_retry probe.
17952         (__libc_memalign): Add memory_memalign_retry probe.
17953         (__libc_valloc): Add memory_valloc_retry probe.
17954         (__libc_pvalloc): Add memory_pvalloc_retry probe.
17955         (__libc_calloc): Add memory_calloc_retry probe.
17956         * manual/probes.texi: Document them.
17957
17958         * malloc/arena.c (get_free_list): Add probe
17959         memory_arena_reuse_free_list.
17960         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
17961         and memory_arena_reuse.
17962         (arena_get2) [!PER_THREAD]: Likewise.
17963         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
17964         memory_arena_reuse_realloc.
17965         * manual/probes.texi: Document them.
17966
17967         * malloc/malloc.c (__libc_free): Add
17968         memory_mallopt_free_dyn_thresholds probe.
17969         (__libc_mallopt): Add multiple memory_mallopt probes.
17970         * manual/probes.texi: Document them.
17971
17972         * malloc/malloc.c: Include stap-probe.h.
17973         (__libc_mallopt): Add memory_mallopt probe.
17974         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
17975         * manual/probes.texi: New.
17976         * manual/Makefile (chapters): Add probes.
17977         * manual/threads.texi: Set next node.
17978
17979 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
17980
17981         [BZ #15963, #13985]
17982         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
17983         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
17984         Add `Chinese' to `nan' entry name.
17985
17986 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
17987
17988         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
17989         (POLYNOMIAL): Likewise.
17990         (TAYLOR_SINCOS): Likewise.
17991         (TAYLOR_SLOW): Likewise.
17992         (__sin): Use TAYLOR_SINCOS.
17993         (__cos): Likewise.
17994         (slow): Use TAYLOR_SLOW.
17995         (sloww): Likewise.
17996         (bsloww): Likewise.
17997         (csloww): Likewise.
17998
17999 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18000
18001         * stdlib/strtod_l.c: Fix buffer overrun.
18002
18003 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
18004
18005         * benchtests/Makefile (bench): Add sincos.
18006         * benchtests/bench-sincos.c: New file.
18007
18008         * math/libm-test.inc (cos_test_data): New test inputs.
18009         (sin_test_data): Likewise.
18010
18011         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
18012         macro.
18013         (__sin): Use it.
18014         (__cos): Likewise.
18015         (slow1): Likewise.
18016         (slow2): Likewise.
18017         (sloww1): Likewise.
18018         (sloww2): Likewise.
18019         (bsloww1): Likewise.
18020         (bsloww2): Likewise.
18021         (cslow2): Likewise.
18022         (csloww1): Likewise.
18023         (csloww2): Likewise.
18024
18025         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
18026         function.
18027         (__sin): Use it.
18028         (__cos): Likewise.
18029
18030         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
18031         gotos.
18032         (__cos): Likewise.
18033
18034 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
18035
18036         * config.h.in (HAVE_MIPS_NAN2008): New macro.
18037         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
18038         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
18039         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
18040         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
18041         * elf/cache.c (print_entry): Handle the new cache flags.
18042
18043 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
18044             Aldy Hernandez  <aldyh@redhat.com>
18045
18046         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
18047         Change condition to [_SOFT_FLOAT].
18048         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
18049         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
18050         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
18051         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
18052         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
18053         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
18054         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
18055         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
18056         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
18057         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
18058         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
18059         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
18060         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
18061         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
18062         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
18063         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
18064         declaration.
18065
18066 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
18067
18068         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
18069         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
18070         (__longjmp): Use LOAD_GP to load saved GPRs.
18071         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
18072         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
18073         (__sigsetjmp): Use SAVE_GP to save GPRs.
18074
18075         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
18076         Do not append -msoft-float.
18077         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
18078
18079 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
18080
18081         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
18082
18083 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
18084
18085         [BZ #15966]
18086         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
18087         (_FPU_GETCW): Use initial "__" on variable and field names but not
18088         on macro parameter name.
18089         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
18090         parentheses around reference to macro parameter.
18091
18092 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
18093
18094         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
18095         prototype.
18096         (ctype_startup): Use uint32_t in cast and sizeof for
18097         ctype->charnames.
18098
18099 2013-09-11  Jia Liu  <proljc@gmail.com>
18100
18101         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
18102         __daddr_t_defined.
18103         [__FreeBSD__]: Likewise.
18104
18105 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
18106
18107         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
18108         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
18109         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
18110         (strchr): Remove __strchr_sse42 ifunc selection.
18111         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
18112         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
18113
18114 2013-09-11  Will Newton  <will.newton@linaro.org>
18115
18116         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
18117         parameter to RES. Remove hardcoded 1000 value.
18118         * benchtests/bench-skeleton.c (main): Pass RES parameter
18119         to TIMING_INIT and multiply result by 1000.
18120
18121 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18122
18123         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18124
18125 2013-09-11  Andreas Schwab  <schwab@suse.de>
18126
18127         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
18128         if not defined.
18129         (O_TMPFILE) [__USE_GNU]: Define.
18130         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
18131         Define.
18132
18133 2013-09-11  Will Newton  <will.newton@linaro.org>
18134
18135         [BZ #15857]
18136         * malloc/malloc.c (__libc_memalign): Check the value of bytes
18137         does not overflow.
18138
18139 2013-09-11  Will Newton  <will.newton@linaro.org>
18140
18141         [BZ #15856]
18142         * malloc/malloc.c (__libc_valloc): Check the value of bytes
18143         does not overflow.
18144
18145 2013-09-11  Will Newton  <will.newton@linaro.org>
18146
18147         [BZ #15855]
18148         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
18149         does not overflow.
18150
18151 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
18152
18153         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
18154         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
18155         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
18156         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
18157         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
18158
18159 2013-09-10  Allan McRae  <allan@archlinux.org>
18160
18161         [BZ #15748]
18162         * manual/arith.texi (Parsing of Floats): Clarify
18163         cross-reference.
18164
18165         [BZ #15849]
18166         * manual/install.texi (Running make install): Mention
18167         --enable-pt-chown.
18168         * INSTALL: Regenerated.
18169
18170 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
18171
18172         * csu/init-first.c (_init): Remove the !SHARED condition around
18173         FPU control word initialization.
18174         * elf/dl-support.c (_dl_fpu_control): New variable.
18175         (_dl_aux_init) <AT_FPUCW>: Initialize it.
18176         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
18177         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
18178         * math/test-fpucw-static.c: New file.
18179         * math/test-fpucw-ieee.c: New file.
18180         * math/test-fpucw-ieee-static.c: New file.
18181         * math/Makefile (tests): Add `test-fpucw-ieee' and
18182         `$(tests-static)'.
18183         (tests-static): New variable.
18184         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
18185         dependency to...
18186         [($(build-shared),yes)]
18187         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
18188         ... this.
18189         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
18190         New dependency.
18191
18192 2013-09-09  Allan McRae  <allan@archlinux.org>
18193
18194         [BZ #15939]
18195         * manual/string.texi (Collation Functions): Fix typo in
18196         strcoll example.
18197         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
18198
18199         [BZ #15893]
18200         * stdlib/isomac.c (get_null_defines): Fix memory leak.
18201
18202         [BZ #15892]
18203         * libio/memstream.c (open_memstream): Fix memory leak.
18204         * libio/wmemstream.c (open_wmemstream): Likewise.
18205
18206         [BZ #15895]
18207         * nscd/netgroupcache.c: Fix nesting of ifdefs.
18208
18209 2013-09-09  Will Newton  <will.newton@linaro.org>
18210
18211         * malloc/Makefile: Add tst-realloc to tests.
18212         * malloc/tst-realloc.c: New file.
18213
18214 2013-09-09  Allan McRae  <allan@archlinux.org>
18215
18216         [BZ #15844]
18217         * COPYING: Update from GNU website to fix FSF address.
18218         * COPYING.LIB: Likewise.
18219
18220 2013-09-06  David S. Miller  <davem@davemloft.net>
18221
18222         * po/zh_TW.po: Update Chinese (traditional) translation from
18223         translation project.
18224
18225 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
18226             Joseph Myers  <joseph@codesourcery.com>
18227
18228         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
18229         "localeinfo.h".
18230         (obstack_chunk_alloc): New macro.
18231         (obstack_chunk_free): Likewise.
18232         (record_offset): New function.
18233         (init_locale_data): Likewise.
18234         (align_locale_data): Likewise.
18235         (add_locale_empty): Likewise.
18236         (add_locale_raw_data): Likewise.
18237         (add_locale_raw_obstack): Likewise.
18238         (add_locale_string): Likewise.
18239         (add_locale_wstring): Likewise.
18240         (add_locale_uint32): Likewise.
18241         (add_locale_uint32_array): Likewise.
18242         (add_locale_char): Likewise.
18243         (start_locale_structure): Likewise.
18244         (end_locale_structure): Likewise.
18245         (start_locale_prelude): Likewise.
18246         (end_locale_prelude): Likewise.
18247         (write_locale_data): Take locale_file structure rather than an
18248         iovec.
18249         * locale/programs/locfile.h: Include "obstack.h".
18250         (struct locale_file): Change to store locale file contents instead
18251         of header.
18252         (init_locale_data): New prototype.
18253         (align_locale_data): Likewise.
18254         (add_locale_empty): Likewise.
18255         (add_locale_raw_data): Likewise.
18256         (add_locale_raw_obstack): Likewise.
18257         (add_locale_string): Likewise.
18258         (add_locale_wstring): Likewise.
18259         (add_locale_uint32): Likewise.
18260         (add_locale_uint32_array): Likewise.
18261         (add_locale_char): Likewise.
18262         (start_locale_structure): Likewise.
18263         (end_locale_structure): Likewise.
18264         (start_locale_prelude): Likewise.
18265         (end_locale_prelude): Likewise.
18266         (write_locale_data): Update prototype.
18267         * locale/programs/3level.h (struct TABLE): Remove result field.
18268         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
18269         Use new locale_file interface.
18270         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
18271         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
18272         * locale/programs/ld-address.c (address_output): Use new
18273         locale_file interface.
18274         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
18275         NO_ADD_LOCALE.
18276         (collate_finish): Don't call collseq_table_finalize.
18277         (collate_output): Use new locale_file interface.
18278         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
18279         in file.
18280         (NO_FINALIZE): Change to NO_ADD_LOCALE.
18281         (TABLE): Move defines earlier in file.
18282         (ELEMENT): Likewise.
18283         (DEFAULT): Likewise.
18284         (wctrans_table_add): Move macro and inline function earlier in
18285         file.
18286         (struct wctype_table): Move type earlier in file.
18287         (add_locale_wctype_table): New static prototype.
18288         (struct locale_ctype_t): Use logical types instead of struct iovec
18289         pointers for members.
18290         (ctype_output): Use new locale_file interface.
18291         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
18292         new locale_file interface.
18293         (allocate_arrays): Update for use of new locale_file interface.
18294         * locale/programs/ld-identification.c (identification_output): Use
18295         new locale_file interface.
18296         * locale/programs/ld-measurement.c (measurement_output): Likewise.
18297         * locale/programs/ld-messages.c (messages_output): Likewise.
18298         * locale/programs/ld-monetary.c (monetary_output): Likewise.
18299         * locale/programs/ld-name.c (name_output): Likewise.
18300         * locale/programs/ld-numeric.c (numeric_output): Likewise.
18301         * locale/programs/ld-paper.c (paper_output): Likewise.
18302         * locale/programs/ld-telephone.c (telephone_output): Likewise.
18303         * locale/programs/ld-time.c (time_output): Likewise.
18304
18305 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18306
18307         * benchtests/Makefile: Add memrchr benchmark.
18308         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
18309         benchmark as memrchr.
18310         * benchtests/bench-memrchr-ifunc.c: New file.
18311         * benchtests/bench-memrchr.c: New file.
18312
18313 2013-09-06   Will Newton  <will.newton@linaro.org>
18314
18315         * benchtests/Makefile (string-bench): Add memcpy.
18316
18317 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
18318             Cong Wang  <amwang@redhat.com>
18319
18320         [BZ #15850]
18321         * sysdeps/unix/sysv/linux/bits/in.h
18322         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
18323         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
18324         before __USE_KERNEL_IPV6_DEFS uses.
18325         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
18326         IPPROTO_BEETPH.
18327         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
18328         sockaddr_in6, or ipv6_mreq.
18329
18330 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18331
18332         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
18333         memory access for final bytes in some large inputs.
18334         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
18335
18336 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18337
18338         * string/test-memrchr.c: New file.
18339         * string/test-memrchr-ifunc.c: New file.
18340         * string/Makefile: Add new memrchr testcase.
18341
18342 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
18343
18344         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
18345         fanotify_init returns EPERM.
18346
18347 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
18348
18349         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
18350         errors.
18351         (top level): Treat second token from macro or constant entries for
18352         allowed headers as allowed.
18353         * include/complex.h: Condition internal declarations on
18354         [!_ISOMAC].
18355         * include/fenv.h: Condition include of <stdbool.h> and internal
18356         declarations on [!_ISOMAC].
18357
18358 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
18359
18360         [BZ #15923]
18361         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
18362
18363 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
18364
18365         * configure.in (--enable-versioning): Remove configure option.
18366         (libc_cv_asm_symver_directive): Remove configure test.
18367         (libc_cv_ld_version_script_option): Likewise.
18368         (VERSIONING): Remove variable and AC_SUBST.
18369         (DO_VERSIONING): Remove AC_DEFINE.
18370         * configure: Regenerated.
18371         * config.h.in (DO_VERSIONING): Remove macro.
18372         * Makerules [$(versioning) = yes]: Change conditionals to
18373         [$(build-shared) = yes].
18374         * config.make.in (versioning): Remove variable.
18375         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
18376         [$(build-shared) = yes].
18377         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
18378         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
18379         * elf/Makefile [$(versioning) = yes]: Change conditionals to
18380         [$(build-shared) = yes].
18381         * extra-lib.mk [$(versioning) = yes]: Likewise.
18382         * hurd/Makefile [$(versioning) = yes]: Likewise.
18383         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
18384         [SHARED].
18385         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
18386         [SHARED].
18387         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
18388         [SHARED && !NO_HIDDEN].
18389         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
18390         [SHARED].
18391         [SHARED && DO_VERSIONING]: Likewise..
18392         * libio/Makefile [$(versioning) = yes]: Change conditionals to
18393         [$(build-shared) = yes].
18394         * manual/install.texi (--disable-versioning): Remove
18395         documentation.
18396         * INSTALL: Regenerated.
18397         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
18398         to [SHARED].
18399         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
18400         [$(build-shared) = yes].
18401         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
18402         * sysdeps/i386/i686/multiarch/strstr-c.c
18403         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
18404         [SHARED && !NO_HIDDEN].
18405         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
18406         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
18407         * sysdeps/powerpc/powerpc32/dl-machine.c
18408         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
18409         * sysdeps/powerpc/powerpc32/sysdep.h
18410         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
18411         to [SHARED && PIC && !NO_HIDDEN].
18412         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
18413         conditional to [SHARED].
18414
18415 2013-09-04   Will Newton  <will.newton@linaro.org>
18416
18417         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
18418         * benchtests/bench-string.h: Include bench-timing.h instead
18419         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
18420         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
18421         call to HP_TIMING_DIFF_INIT.
18422         * benchtests/bench-memccpy.c: Use bench-timing.h macros
18423         instead of hp-timing.h macros.
18424         * benchtests/bench-memchr.c: Likewise.
18425         * benchtests/bench-memcmp.c: Likewise.
18426         * benchtests/bench-memcpy.c: Likewise.
18427         * benchtests/bench-memmem.c: Likewise.
18428         * benchtests/bench-memmove.c: Likewise.
18429         * benchtests/bench-memset.c: Likewise.
18430         * benchtests/bench-rawmemchr.c: Likewise.
18431         * benchtests/bench-strcasecmp.c: Likewise.
18432         * benchtests/bench-strcasestr.c: Likewise.
18433         * benchtests/bench-strcat.c: Likewise.
18434         * benchtests/bench-strchr.c: Likewise.
18435         * benchtests/bench-strcmp.c: Likewise.
18436         * benchtests/bench-strcpy.c: Likewise.
18437         * benchtests/bench-strcpy_chk.c: Likewise.
18438         * benchtests/bench-strlen.c: Likewise.
18439         * benchtests/bench-strncasecmp.c: Likewise.
18440         * benchtests/bench-strncat.c: Likewise.
18441         * benchtests/bench-strncmp.c: Likewise.
18442         * benchtests/bench-strncpy.c: Likewise.
18443         * benchtests/bench-strnlen.c: Likewise.
18444         * benchtests/bench-strpbrk.c: Likewise.
18445         * benchtests/bench-strrchr.c: Likewise.
18446         * benchtests/bench-strspn.c: Likewise.
18447         * benchtests/bench-strstr.c: Likewise.
18448
18449 2013-09-04  Will Newton  <will.newton@linaro.org>
18450
18451         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
18452
18453 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
18454
18455         [BZ #15427]
18456         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
18457         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
18458         * math/libm-test.inc (lgamma_test_data): Add more tests.
18459         * sysdeps/i386/fpu/libm-test-ulps: Update.
18460         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18461
18462 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
18463
18464         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
18465         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
18466         Add ifunc.
18467         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
18468         Add strcmp-sse2-unaligned
18469         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
18470
18471 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
18472
18473         * Versions.def (libc): Add GLIBC_2.19.
18474
18475 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
18476
18477         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
18478         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
18479
18480 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
18481
18482         [BZ #14155]
18483         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
18484         intermediate calculations in recurrence.
18485         (__ieee754_ynf): Likewise.
18486         * math/libm-test.inc (jn_test_data): Do not allow spurious
18487         underflow exception.  Add more tests.
18488         (yn_test_data): Add more tests.
18489         * sysdeps/i386/fpu/libm-test-ulps: Update.
18490         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18491
18492 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
18493
18494         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
18495
18496 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
18497
18498         * csu/init-first.c: Fix then/than typos.
18499         * locale/programs/ld-collate.c: Likewise.
18500         * locale/programs/linereader.h: Likewise.
18501         * manual/charset.texi: Likewise.
18502         * manual/filesys.texi: Likewise.
18503         * manual/stdio.texi: Likewise.
18504         * manual/string.texi: Likewise.
18505         * stdlib/fmtmsg.c: Likewise.
18506         * sysdeps/i386/stpncpy.S: Likewise.
18507         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
18508         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
18509         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
18510         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
18511
18512 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
18513
18514         * elf/dl-open.c: Fix typos.
18515         * iconvdata/gbbig5.c: Likewise.
18516         * iconvdata/iso-2022-jp.c: Likewise.
18517         * iconv/gconv_int.h: Likewise.
18518         * iconv/loop.c: Likewise.
18519         * nis/rpcsvc/nis.h: Likewise.
18520         * resolv/ns_name.c: Likewise.
18521         * stdio-common/vfscanf.c: Likewise.
18522         * streams/stropts.h: Likewise.
18523         * sunrpc/rpc_thread.c: Likewise.
18524         * sysdeps/i386/strpbrk.S: Likewise.
18525         * sysdeps/ieee754/k_standard.c: Likewise.
18526         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
18527         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
18528         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
18529         * sysdeps/mach/hurd/profil.c: Likewise.
18530         * sysdeps/s390/dl-procinfo.h: Likewise.
18531         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
18532         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
18533         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
18534         * sysdeps/x86_64/dl-trampoline.S: Likewise.
18535         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
18536
18537 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
18538
18539         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
18540         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
18541
18542 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
18543
18544         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
18545         aix specific files.
18546         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
18547         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
18548         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
18549         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
18550         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
18551         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
18552         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
18553         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
18554
18555 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
18556             Roland McGrath  <roland@hack.frob.com>
18557
18558         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
18559         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
18560
18561 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
18562
18563         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
18564         __executable_start symbol instead of _start.
18565
18566 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
18567
18568         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
18569         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
18570         Move macros to...
18571         * sysdeps/gnu/ldsodefs.h: ... this new file.
18572
18573         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
18574         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
18575         instead of ELFOSABI_LINUX.
18576
18577         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
18578         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
18579         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
18580         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
18581         Likewise.
18582         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
18583         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
18584         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
18585         Likewise.
18586         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
18587         (ibm_extended_long_double): Add ieee_nan member.
18588         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
18589         (do_test): New function.
18590
18591         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
18592         TEST_TRUNC.
18593         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
18594         functions, renamed from truncdfsf_test, trunctfsf_test,
18595         trunctfdf_test.
18596         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
18597         functions.
18598         (do_test): Run all these.
18599
18600 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
18601
18602         * argp/argp-help.c: Fix typos.
18603         * argp/argp-parse.c: Likewise.
18604         * debug/backtracesyms.c: Likewise.
18605         * elf/elf.h: Likewise.
18606         * malloc/malloc.c: Likewise.
18607         * nis/nis_print.c: Likewise.
18608         * resolv/res_comp.c: Likewise.
18609         * stdlib/stdlib.h: Likewise.
18610         * sunrpc/clnt_tcp.c: Likewise.
18611         * sunrpc/clnt_udp.c: Likewise.
18612         * sunrpc/clnt_unix.c: Likewise.
18613         * sysdeps/unix/bsd/ptsname.c: Likewise.
18614         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
18615         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
18616         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
18617         Likewise.
18618         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
18619         Likewise.
18620         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
18621         Likewise.
18622         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
18623
18624 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18625
18626         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
18627         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
18628
18629 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
18630
18631         [BZ #15897]
18632         * dlfcn/Makefile (tests): Add bug-dl-leaf.
18633         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
18634         ($(objpfx)bug-dl-leaf): New rule.
18635         ($(objpfx)bug-dl-leaf.so): Likewise.
18636         ($(objpfx)bug-dl-leaf.out): Likewise.
18637         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
18638         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
18639         * dlfcn/bug-dl-leaf.c: New test.
18640         * dlfcn/bug-dl-leaf-lib.c: Likewise.
18641         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
18642         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
18643         (dlclose): Likewise.
18644         (dlmopen): Likewise.
18645
18646 2013-08-27  Roland McGrath  <roland@hack.frob.com>
18647
18648         * include/netdb.h [!_ISOMAC]:
18649         Don't include <tls.h>.
18650         (h_errno, __libc_h_errno): Move declaration and macros out of
18651         [_LIBC_REENTRANT].
18652
18653         * include/resolv.h [_RESOLV_H_]:
18654         Don't include <tls.h>.
18655         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
18656         * resolv/res_libc.c: Don't include <tls.h>.
18657         (_res): Use __attribute__ ((nocommon)) in place of
18658         __attribute__ ((section (".bss"))).
18659
18660         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
18661         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
18662
18663         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
18664
18665         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
18666         only under [SIOCGIFCONF && SIOCGIFNETMASK].
18667
18668         * resolv/res_mkquery.c: Include <sys/time.h>.
18669
18670         * inet/ifreq.c: Moved to ...
18671         * sysdeps/unix/ifreq.c: ... here.
18672         * inet/ifreq.c: New file, true stub version.
18673
18674         * socket/sa_len.c: New file.
18675         * socket/Makefile (aux): Add it.
18676         * sysdeps/unix/sysv/linux/Makefile
18677         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
18678         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
18679         and #include <socket/sa_len.c>.
18680         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
18681         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
18682
18683         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
18684         * bits/socket.h: ... here.
18685
18686         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
18687         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
18688         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
18689
18690 2013-08-27  Andreas Schwab  <schwab@suse.de>
18691
18692         [BZ #15736]
18693         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
18694         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
18695         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
18696         * string/test-strcasecmp.c (test_main): Run tests in several
18697         locales.
18698         * string/test-strncasecmp.c (test_main): Likewise.
18699
18700         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
18701         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
18702         to __strcasecmp_nonascii and __strncasecmp_nonascii.
18703         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
18704         (__strncasecmp_ssse3) [PIC]: Likewise.
18705
18706 2013-08-26  Roland McGrath  <roland@hack.frob.com>
18707
18708         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
18709
18710         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
18711         instead of explicitly declaring xdecrypt.
18712         * nis/nss_nis/nis-publickey.c: Likewise.
18713
18714 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
18715
18716         [BZ #15890]
18717         * nscd/aicache.c: Include res_hconf.h.
18718         (addhstaiX): Initialize res_hconf.
18719
18720 2013-08-26  Andreas Schwab  <schwab@suse.de>
18721
18722         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
18723         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
18724
18725 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
18726
18727         * nscd/aicache.c (addhstaiX): Fix indentation.
18728
18729 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
18730
18731         * configure.ac: Quote $build_pt_chown test.
18732         * configure: Regenerated.
18733
18734 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
18735
18736         [BZ #15532]
18737         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
18738         * math/s_cexpf.c (__cexpf): Likewise.
18739         * math/s_cexpl.c (__cexpl): Likewise.
18740         * math/libm-test.inc (cexp_test_data): Correct expected return
18741         value for NaN + i0.  Add another test.
18742
18743 2013-08-22  David S. Miller  <davem@davemloft.net>
18744
18745         * po/ca.po: Update Catalan translation from translation project.
18746         * po/uk.po: Add Ukrainian translations from translation project.
18747
18748 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
18749
18750         [BZ #15797]
18751         * math/s_fdim.c (__fdim): Check for infinite arguments if result
18752         is infinite, not alongside NaN test.
18753         * math/s_fdimf.c (__fdimf): Likewise.
18754         * math/s_fdiml.c (__fdiml): Likewise.
18755         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
18756         errno is unchanged.
18757
18758 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
18759
18760         * argp/argp-help.c: Fix typos.
18761         * crypt/speeds.c: Likewise.
18762         * csu/check_fds.c: Likewise.
18763         * elf/dl-load.c: Likewise.
18764         * elf/dl-open.c: Likewise.
18765         * elf/reldep3.c: Likewise.
18766         * elf/reldep.c: Likewise.
18767         * elf/sprof.c: Likewise.
18768         * iconv/iconv_charmap.c: Likewise.
18769         * iconv/skeleton.c: Likewise.
18770         * iconv/strtab.c: Likewise.
18771         * io/lockf64.c: Likewise.
18772         * libio/libioP.h: Likewise.
18773         * resolv/gai_notify.c: Likewise.
18774         * resolv/ns_name.c: Likewise.
18775         * resolv/ns_samedomain.c: Likewise.
18776         * resolv/res_send.c: Likewise.
18777         * stdlib/random.c: Likewise.
18778         * sunrpc/rpc/xdr.h: Likewise.
18779         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
18780         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
18781         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
18782         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
18783         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
18784         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
18785         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
18786         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
18787         * sysdeps/mach/hurd/check_fds.c: Likewise.
18788         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
18789         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
18790         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
18791         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
18792         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
18793         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
18794         * sysdeps/pthread/aio_notify.c: Likewise.
18795         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
18796         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
18797         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
18798         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
18799         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18800
18801 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18802
18803         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
18804         version if bit_Slow_SSE4_2 is set.
18805         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
18806         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
18807
18808 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18809
18810         [BZ #15867]
18811         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
18812         trampoline stack frame information.
18813         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
18814         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
18815         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
18816         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
18817         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
18818         * sysdeps/unix/sysv/linux/powerpc/init-first.c
18819         (_libc_vdso_platform_setup): Initialize the signal trampolines.
18820         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
18821         sa_flags value.
18822         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
18823         interrupting a syscall and set with option SA_SIGINFO.
18824
18825 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
18826
18827         [BZ #15531]
18828         * math/s_cproj.c (__cproj): Only return an infinity if one part of
18829         argument is infinite.
18830         * math/s_cprojf.c (__cprojf): Likewise.
18831         * math/s_cprojl.c (__cprojl): Likewise.
18832         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
18833         * math/libm-test.inc (cproj_test_data): Add more tests.
18834
18835         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
18836
18837         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
18838         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
18839         size.  Use __ffs to determine corresponding shift.
18840
18841 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
18842             Roland McGrath  <roland@hack.frob.com>
18843
18844         * Makefile (INSTALL): Remove trailing blank lines from output of
18845         makeinfo.
18846
18847 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18848
18849         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
18850         Align 32 bit compat elf_greg to 8 bytes.
18851
18852 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
18853
18854         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
18855
18856 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18857
18858         * string/strcoll_l.c (coll_seq): New structure.
18859         (get_next_seq_cached): New function.
18860         (get_next_seq): New function.
18861         (do_compare): New function.
18862         (STRCOLL): Use GNU style definition.  Simplify implementation
18863         by using get_next_seq, get_next_seq_cached and do_compare.
18864
18865 2013-08-16  Florian Weimer  <fweimer@redhat.com>
18866
18867         [BZ #14699]
18868         CVE-2013-4237
18869         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
18870         member.
18871         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
18872         member.
18873         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
18874         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
18875         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
18876         conditional.
18877         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
18878         GETDENTS_64BIT_ALIGNED.
18879         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
18880         * manual/filesys.texi (Reading/Closing Directory): Document
18881         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
18882         strongly.
18883         * manual/conf.texi (Limits for Files): Add portability note to
18884         NAME_MAX, PATH_MAX.
18885         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
18886
18887 2013-08-13  Andreas Schwab  <schwab@suse.de>
18888
18889         [BZ #15749]
18890         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
18891         of fabs.
18892         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
18893         LDBL_MAX_EXP >= 16384]: Add tests for it.
18894
18895 2013-08-12  David S. Miller  <davem@davemloft.net>
18896
18897         * version.h (RELEASE): Set to "development".
18898         (VERSION): Set to "2.18.90".
18899         * NEWS: Add 2.19 section.
18900
18901 2013-08-03  David S. Miller  <davem@davemloft.net>
18902
18903         * po/ko.po: Update Korean translation from translation project.
18904
18905 2013-08-01  David S. Miller  <davem@davemloft.net>
18906
18907         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
18908         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
18909         Bilka.
18910
18911 2013-07-30  David S. Miller  <davem@davemloft.net>
18912
18913         * po/fr.po: Update French translation from translation project.
18914
18915 2013-07-28  David S. Miller  <davem@davemloft.net>
18916
18917         * po/cs.po: Update Czech translation from translation project.
18918
18919         * po/sv.po: Update Swedish translation from translation project.
18920
18921 2013-07-27  David S. Miller  <davem@davemloft.net>
18922
18923         * po/eo.po: Update Esperanto translation from translation project.
18924
18925         * po/vi.po: Update Vietnamese translation from translation project.
18926
18927         * po/de.po: Update German translation from translation project.
18928
18929 2013-07-26  David S. Miller  <davem@davemloft.net>
18930
18931         * po/bg.po: Update Bulgarian translation from translation project.
18932
18933         * po/nl.po: Update Dutch translation from translation project.
18934         * po/pl.po: Update Polish translation from translation project.
18935         * po/ru.po: Update Russian translation from translation project.
18936
18937 2013-07-24  David S. Miller  <davem@davemloft.net>
18938
18939         * po/libc.pot: Update.
18940
18941 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18942
18943         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
18944         variable page size.
18945         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
18946         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
18947         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
18948
18949 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18950
18951         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
18952
18953 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
18954             Andreas Schwab  <schwab@suse.de>
18955             Roland McGrath  <roland@hack.frob.com>
18956             Joseph Myers  <joseph@codesourcery.com>
18957             Carlos O'Donell  <carlos@redhat.com>
18958
18959         [BZ #15755]
18960         * config.h.in: Define HAVE_PT_CHOWN.
18961         * config.make.in (build-pt-chown): New variable.
18962         * configure.in (--enable-pt_chown): New configure option.
18963         * configure: Regenerate.
18964         * login/Makefile: Include Makeconfig.  Build pt_chown only if
18965         build-pt-chown is enabled.
18966         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
18967         pt_chown to fix pty ownership.
18968         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
18969         CLOSE_ALL_FDS.
18970         * manual/install.texi (Configuring and compiling): Mention
18971         --enable-pt_chown. Add @findex for grantpt.
18972         * INSTALL: Regenerate.
18973
18974 2013-07-20  David S. Miller  <davem@davemloft.net>
18975
18976         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
18977         difference between 32-bit and 64-bit.
18978
18979 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
18980
18981         [BZ #15711]
18982         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
18983         Avoid system header dependency with -ffreestanding.
18984         ($(objpfx)bits/syscall%d): Likewise.
18985
18986 2013-07-13  David S. Miller  <davem@davemloft.net>
18987
18988         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
18989         underflows from atanl/atan2l due to bug 15319.
18990         (casinh_test_data): Likewise.
18991
18992 2013-07-07  David S. Miller  <davem@davemloft.net>
18993
18994         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
18995
18996 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
18997
18998         * sysdeps/i386/fpu/libm-test-ulps: Update.
18999         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19000
19001 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
19002
19003         * configure.in (--enable-lock-elision): Fix message text.
19004         * INSTALL: Regenerate.
19005         * configure: Regenerate.
19006
19007 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19008
19009         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19010
19011 2013-07-03  Andreas Jaeger  <aj@suse.de>
19012
19013         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
19014         define.
19015         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
19016         (ptrace_peeksiginfo_args): Add.
19017         (__ptrace_peeksiginfo_flags): Add.
19018         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
19019         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
19020         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
19021
19022 2013-07-03  Allan McRae  <allan@archlinux.org>
19023
19024         * sysdeps/i386/fpu/libm-test-ulps: Update.
19025
19026 2013-07-02  David S. Miller  <davem@davemloft.net>
19027
19028         * sysdeps/sparc/fpu/libm-test-ulps: Update.
19029
19030 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
19031
19032         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19033
19034 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
19035
19036         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
19037         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19038
19039 2013-07-02  Andi Kleen <ak@linux.intel.com>
19040
19041         * config.h.in (ENABLE_LOCK_ELISION): Add.
19042         * configure.in (--enable-lock-elision): Add option.
19043         * manual/install.texi: Document --enable lock elision.
19044         * configure: Regenerate
19045         * INSTALL: Regenerate.
19046
19047 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
19048
19049         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
19050         SSE4.2 strcasecmp for libc.a.
19051         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
19052
19053 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
19054
19055         [BZ #13304]
19056         * soft-fp/op-common.h (_FP_FMA): New macro.
19057         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
19058         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
19059         (_FP_MUL_MEAT_1_imm): ... here.
19060         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
19061         (_FP_MUL_MEAT_1_wide): ... here.
19062         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
19063         (_FP_MUL_MEAT_1_hard): ... here.
19064         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
19065         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
19066         (_FP_MUL_MEAT_2_wide): ... here.
19067         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
19068         (_FP_MUL_MEAT_2_wide_3mul): ... here.
19069         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
19070         (_FP_MUL_MEAT_2_gmp): ... here.
19071         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
19072         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
19073         (_FP_MUL_MEAT_4_wide): ... here.
19074         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
19075         (_FP_MUL_MEAT_4_gmp): ... here.
19076         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
19077         (_FP_WFRACBITS_DW_S): Likewise.
19078         (_FP_WFRACXBITS_DW_S): Likewise.
19079         (_FP_HIGHBIT_DW_S): Likewise.
19080         (FP_FMA_S): Likewise.
19081         (_FP_FRAC_HIGH_DW_S): Likewise.
19082         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
19083         (_FP_WFRACBITS_DW_D): Likewise.
19084         (_FP_WFRACXBITS_DW_D): Likewise.
19085         (_FP_HIGHBIT_DW_D): Likewise.
19086         (FP_FMA_D): Likewise.
19087         (_FP_FRAC_HIGH_DW_D): Likewise.
19088         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
19089         (_FP_WFRACBITS_DW_E): Likewise.
19090         (_FP_WFRACXBITS_DW_E): Likewise.
19091         (_FP_HIGHBIT_DW_E): Likewise.
19092         (FP_FMA_E): Likewise.
19093         (_FP_FRAC_HIGH_DW_E): Likewise.
19094         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
19095         (_FP_WFRACBITS_DW_Q): Likewise.
19096         (_FP_WFRACXBITS_DW_Q): Likewise.
19097         (_FP_HIGHBIT_DW_Q): Likewise.
19098         (FP_FMA_Q): Likewise.
19099         (_FP_FRAC_HIGH_DW_Q): Likewise.
19100         * soft-fp/fmasf4.c: New file.
19101         * soft-fp/fmadf4.c: Likewise.
19102         * soft-fp/fmatf4.c: Likewise.
19103
19104 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
19105
19106         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
19107         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
19108         Silvermont.
19109         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
19110         macro.
19111         (index_Slow_SSE4_2): Likewise.
19112         (index_Prefer_PMINUB_for_stringop): Likewise.
19113         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
19114         bit_Slow_SSE4_2 is set.
19115         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
19116         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
19117
19118 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19119
19120         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
19121         rtld_global._dl_hwcap2.
19122         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
19123         POWER8.
19124         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
19125         POWER8 feature descriptions defined in _dl_hwcap2.
19126         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
19127         string handling for POWER8 feature bits.
19128         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
19129         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
19130         _dl_powerpc_cap_flags.
19131         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
19132         * sysdeps/powerpc/rtld-global-offsets.sym
19133         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
19134         _dl_hwcap2 in the rtld_global_ro structure.
19135
19136 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19137
19138         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
19139         hardware capabilities in support of AT_HWCAP2.
19140         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
19141         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
19142         GLRO(dl_hwcap2).
19143         (_dl_show_auxv): Add support for calling _dl_procinfo to display
19144         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
19145         explicitly the unknown a_type display mechanism is used.
19146         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
19147         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
19148         struct member.
19149         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
19150         to macro prototype for AT_HWCAP2 support.
19151         * sysdeps/i386/dl-procinfo.h: Likewise.
19152         * sysdeps/s390/dl-procinfo.h: Likewise.
19153         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
19154         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
19155         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
19156         return -1 for unknown a_type display fallback.
19157         * sysdeps/sparc/dl-procinfo.h: Likewise.
19158         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
19159         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
19160
19161 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
19162
19163         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
19164         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
19165
19166 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
19167
19168         [BZ #12492]
19169         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
19170         mprotect making __stack_prot writable.
19171
19172 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
19173             Joseph Myers  <joseph@codesourcery.com>
19174
19175         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
19176         as being properly aligned.
19177
19178 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
19179
19180         * dlfcn/modstatic5.c: New file.
19181         * dlfcn/tststatic5.c: New file.
19182         * dlfcn/Makefile (tests): Add tststatic5.
19183         (tests-static): Likewise.
19184         (modules-names): Add modstatic5.
19185         (tststatic5-ENV): New variable.
19186         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
19187
19188         [BZ #15022]
19189         * elf/dl-support.c (_dl_main_map): New variable.
19190         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
19191         (_dl_nns, _dl_load_adds): Set to 1.
19192         (_dl_initial_searchlist): Refer to _dl_main_map.
19193         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
19194         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
19195         call to _dl_get_origin.
19196         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
19197         around call_map.
19198         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
19199         * dlfcn/modstatic3.c: New file.
19200         * dlfcn/tststatic3.c: New file.
19201         * dlfcn/tststatic4.c: New file.
19202         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
19203         (tests-static): Likewise.
19204         (modules-names): Add modstatic3.
19205         (tststatic3-ENV, tststatic4-ENV): New variables.
19206         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
19207         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
19208
19209 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
19210
19211         * configure.in (CC): Require GCC version 4.4 or later.
19212         * configure: Regenerated.
19213         * manual/install.texi (Tools for Compilation): Update GCC version
19214         requirement.
19215         * INSTALL: Regenerated.
19216
19217 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
19218
19219         [BZ #15674]
19220         * string/test-memcmp.c (check2): New.
19221         (main): Call check2.
19222
19223         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
19224
19225 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
19226
19227         [BZ #15022]
19228         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
19229         over to...
19230         (dl_open_worker) [!SHARED]: ... here.
19231
19232 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19233
19234         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
19235
19236 2013-06-25  Richard Henderson  <rth@redhat.com>
19237
19238         * locale/programs/locarchive.c: Include <libc-internal.h>
19239
19240 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
19241
19242         * manual/texinfo.tex: Update to version 2013-06-21.17, with
19243         trailing whitespace removed.
19244
19245 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
19246
19247         [BZ #10283]
19248         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
19249         * locale/programs/locarchive.c: Include libc-mmap.h.
19250         (prepare_address_space): Take two new outputs (the mmap base and len).
19251         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
19252         values.
19253         (create_archive): Declare new mmap base and len values for
19254         prepare_address_space, and store the result in ah.
19255         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
19256         (enlarge_archive): If ah->mmap_base is not NULL, use that and
19257         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
19258         Declare new mmap base and len values for
19259         prepare_address_space, and store the result in new_ah.
19260         (open_archive): Declare new mmap base and len values for
19261         prepare_address_space, and store the result in ah.
19262         (close_archive): If ah->mmap_base is not NULL, use that and
19263         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
19264         * sysdeps/generic/libc-mmap.h: New file.
19265
19266 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
19267
19268         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
19269         (ALIGN_UP): Likewise.
19270         (PTR_ALIGN_DOWN): Likewise.
19271         (PTR_ALIGN_UP): Likewise.
19272
19273 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19274
19275         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
19276         entry mapped to PPC_PLATFORM_POWER8.
19277         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
19278         POWER8.
19279         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
19280         (_dl_string_platform): Add case for exporting platform position for
19281         POWER8.
19282         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
19283         search path to sysdeps/powerpc/powerpc32/power8 directory.
19284         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
19285         search path to sysdeps/powerpc/powerpc64/power8 directory.
19286         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
19287         power7 directories.
19288         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
19289         power7 directories.
19290
19291 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
19292
19293         * INSTALL: Regenerate.
19294
19295         * nscd/connections.c (nscd_init): Fix comment.
19296
19297 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
19298
19299         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
19300
19301         [BZ #15667]
19302         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
19303         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
19304
19305 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
19306
19307         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
19308         DL_DST_REQ_STATIC.
19309         (DL_DST_REQ_STATIC): Remove macro.
19310
19311 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
19312
19313         [BZ #7006]
19314         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
19315         with a shift of 0 bits.
19316
19317 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
19318
19319         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
19320         $(tststatic-ENV).
19321
19322 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19323
19324         [BZ #15655]
19325         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
19326
19327 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19328
19329         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
19330         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
19331         accepts -fno-tree-loop-distribute-patterns.
19332         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
19333         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
19334         recursive call.
19335         * string/memset.c (memset): Likewise.
19336         * string/test-memmove.c (simple_memmove): Disable loop transformation
19337         to library calls.
19338         * string/test-memset.c (simple_memset): Likewise.
19339         * benchtests/bench-memmove.c (simple_memmove): Likewise.
19340         * benchtests/bench-memset.c (simple_memset): Likewise.
19341         * configure: Regenerated.
19342
19343 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
19344
19345         * math/test-misc.c (main): Ignore fesetround failure when failures
19346         of subsequent rounding tests would be ignored.
19347
19348         [BZ #15654]
19349         * math/fedisblxcpt.c (fedisableexcept): Return 0.
19350         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
19351         * math/fegetenv.c (__fegetenv): Return 0.
19352         * math/fegetexcept.c (fegetexcept): Return 0.
19353         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
19354         FE_TONEAREST.
19355         * math/feholdexcpt.c (feholdexcept): Return 0.
19356         * math/fesetenv.c (__fesetenv): Return 0.
19357         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
19358         argument FE_TONEAREST.
19359         * math/feupdateenv.c (__feupdateenv): Return 0.
19360         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
19361
19362 2013-06-18  Roland McGrath  <roland@hack.frob.com>
19363
19364         * elf/rtld-Rules (rtld-compile-command.S): New variable.
19365         (rtld-compile-command.s, rtld-compile-command.c): New variables.
19366         ($(objpfx)rtld-%.os rules): Use them.
19367
19368 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19369
19370         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
19371         fields.
19372
19373 2013-06-17  Roland McGrath  <roland@hack.frob.com>
19374
19375         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
19376         length of target pattern, then descending length of dependency pattern.
19377         * configure.in (AWK): Require gawk 3.1.2 or newer.
19378         * manual/install.texi (Tools for Compilation): Say that we do.
19379         * configure: Regenerated.
19380
19381         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
19382         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
19383         * scripts/sysd-rules.awk: ... this new script.
19384         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
19385         than a glob-style pattern.
19386
19387 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
19388
19389         * math/test-misc.c (main): Do not treat incorrectly rounded
19390         conversions as failure unless ROUNDING_TESTS passes.
19391
19392 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
19393
19394         [BZ #15631]
19395         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
19396         restore exception state around main square root computation, then
19397         check for inexactness explicitly.
19398
19399         * math/libm-test.inc (fma_test_data): Add another test.
19400
19401 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
19402
19403         * manual/threads.texi (Non-POSIX Extensions): New document
19404         node.  Document pthread_getattr_default_np and
19405         pthread_setattr_default_np.
19406
19407         * Versions.def (libpthread): Add GLIBC_2.18.
19408         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
19409         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
19410         Likewise.
19411         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
19412         Likewise.
19413         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
19414         Likewise.
19415         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
19416         Likewise.
19417         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
19418         Likewise.
19419         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
19420         Likewise.
19421         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
19422         Likewise.
19423         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
19424         Likewise.
19425         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
19426         Likewise.
19427
19428 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
19429
19430         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
19431         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
19432
19433 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
19434             H.J. Lu  <hjl.tools@gmail.com>
19435
19436         [BZ #15627]
19437         * sysdeps/x86_64/rtld-memset.c: Remove file.
19438         * sysdeps/x86_64/rtld-memset.S: New file.
19439
19440 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
19441
19442         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
19443         (test_in_one_mode): Take arguments for whether the rounding mode
19444         is supported for each floating-point type.
19445         (do_test): Pass new arguments to test_in_one_mode using
19446         ROUNDING_TESTS.
19447
19448 2013-06-13  Roland McGrath  <roland@hack.frob.com>
19449
19450         * posix/tst-waitid.c (do_test): Distinguish different instances of
19451         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
19452         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
19453         before entering the kernel for waitpid.
19454
19455 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
19456
19457         * NEWS: Fix note on clock function precision.  Text by Roland
19458         McGrath.
19459
19460 2013-06-13  Roland McGrath  <roland@hack.frob.com>
19461
19462         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
19463         it into place only when and if the sanity check passes.
19464
19465 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
19466
19467         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
19468         output for whether conversion result is exact.  Take argument
19469         indicating whether type is IBM long double.
19470         (round_for_all): Change need_exact field to ibm_ld.
19471         * stdlib/tst-strtod-round.c (struct exactness): New type.
19472         (struct test): Change bool ld_ok field to struct exactness exact.
19473         (TEST): Update all definitions for change to field.
19474         (tests): Regenerate array contents.
19475         (test_in_one_mode): Take pointer to new field instead of old ld_ok
19476         field value.  Check for IBM long double here.
19477         (do_test): Update calls to test_in_one_mode.
19478
19479 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
19480
19481         [BZ #12515]
19482         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
19483         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
19484
19485 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19486
19487         [BZ #15605]
19488         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
19489         generated by the compiler on loop optimizations.
19490         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
19491         general definitions.
19492
19493 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
19494
19495         * math/bug-nextafter.c: Include <math-tests.h>.
19496         (main): Only test for exceptions if EXCEPTION_TESTS is true for
19497         the relevant type.
19498         * math/bug-nexttoward.c: Include <math-tests.h>.
19499         (main): Only test for exceptions if EXCEPTION_TESTS is true for
19500         the relevant type.
19501         * math/test-misc.c: Include <math-tests.h>.
19502         (main): Only test for exceptions if EXCEPTION_TESTS is true for
19503         the relevant type.
19504
19505 2013-06-12  Andreas Jaeger  <aj@suse.de>
19506
19507         * po/ia.po: Update Interlingua translation from translation
19508         project.
19509
19510 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
19511
19512         * include/fenv.h: Include stdbool.h.
19513         (struct rm_ctx): New structure.
19514         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
19515         Define macro.
19516         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
19517         (SET_RESTORE_ROUNDF): Likewise.
19518         (SET_RESTORE_ROUNDL): Likewise.
19519         (SET_RESTORE_ROUND_NOEX): Likewise.
19520         (SET_RESTORE_ROUND_NOEXF): Likewise.
19521         (SET_RESTORE_ROUND_NOEXL): Likewise.
19522         (SET_RESTORE_ROUND_53BIT): Likewise.
19523         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
19524         (libc_feresetround_noexf_ctx): Likewise.
19525         (libc_feresetround_noexl_ctx): Likewise.
19526         (libc_feholdsetround_53bit_ctx): Likewise.
19527         (libc_feresetround_53bit_ctx): Likewise.
19528         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
19529         (libc_feholdexcept_setround_sse_ctx): New function.
19530         (libc_fesetenv_sse_ctx): Likewise.
19531         (libc_feupdateenv_sse_ctx): Likewise.
19532         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
19533         (libc_feholdexcept_setround_387_ctx): Likewise.
19534         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
19535         (libc_feholdsetround_387_prec_ctx): Likewise.
19536         (libc_feholdsetround_387_ctx): Likewise.
19537         (libc_feholdsetround_387_53bit_ctx): Likewise.
19538         (libc_feholdsetround_sse_ctx): Likewise.
19539         (libc_feresetround_sse_ctx): Likewise.
19540         (libc_feresetround_387_ctx): Likewise.
19541         (libc_feupdateenv_387_ctx): Likewise.
19542         (libc_feholdexcept_setroundf_ctx): Define macro.
19543         (libc_fesetenvf_ctx): Likewise.
19544         (libc_feupdateenvf_ctx): Likewise.
19545         (libc_feholdsetroundf_ctx): Likewise.
19546         (libc_feresetroundf_ctx): Likewise.
19547         (libc_feholdexcept_setround_ctx): Likewise.
19548         (libc_fesetenv_ctx): Likewise.
19549         (libc_feupdateenv_ctx): Likewise.
19550         (libc_feholdsetround_ctx): Likewise.
19551         (libc_feresetround_ctx): Likewise.
19552         (libc_feholdexcept_setroundl_ctx): Likewise.
19553         (libc_feupdateenvl_ctx): Likewise.
19554         (libc_feholdsetroundl_ctx): Likewise.
19555         (libc_feresetroundl_ctx): Likewise.
19556         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
19557         (libc_feresetround_53bit_ctx): Likewise.
19558
19559 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19560
19561         * locale/iso-639.def: Convert to UTF-8.
19562
19563 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
19564
19565         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
19566         (EXCEPTION_TESTS_double): Likewise.
19567         (EXCEPTION_TESTS_long_double): Likewise.
19568         (EXCEPTION_TESTS): Likewise.
19569         * math/libm-test.inc (test_exceptions): Only test exceptions if
19570         EXCEPTION_TESTS (FLOAT).
19571
19572 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19573
19574         * benchtests/Makefile (string-bench): Add strcpy_chk and
19575         stpcpy_chk.
19576         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
19577         * benchtests/bench-stpcpy_chk.c: New file.
19578         * benchtests/bench-strcpy_chk-ifunc.c: New file.
19579         * benchtests/bench-strcpy_chk.c: New file.
19580         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
19581         code.
19582         (do_test): Likewise.
19583
19584 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19585
19586         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
19587         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
19588         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
19589         with tabs where appropriate.
19590         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
19591         dl-procinfo.h.
19592         [PPC_PLATFORM_PPC440]: Likewise.
19593         [PPC_PLATFORM_PPC464]: Likewise.
19594         [PPC_PLATFORM_PPC476]: Likewise.
19595         (_dl_string_platform): Add support for detecting ppc405, ppc440,
19596         ppc464, and ppc476 platform strings merging from ports/
19597         dl-procinfo.h.
19598
19599 2013-06-11  Andreas Schwab  <schwab@suse.de>
19600
19601         [BZ #14991]
19602         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
19603         (from_ucs4_idx): Regenerate.
19604         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
19605         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
19606         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
19607         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
19608         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
19609         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
19610         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
19611         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
19612         from FROM_LOOP and TO_LOOP specific macros.
19613         (BODY): Handle combining characters.
19614         * iconvdata/BIG5HKSCS.irreversible: Update.
19615         * iconvdata/BIG5HKSCS.precomposed: New file.
19616         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
19617         characters.
19618         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
19619
19620 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19621
19622         * include/sys/time.h: Fix indentation and add copyright header.
19623
19624         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
19625         (do_test): Likewise.
19626         * string/test-memchr.c (do_one_test): Likewise.
19627         (do_test): Likewise.
19628         * string/test-memcmp.c (do_one_test): Likewise.
19629         (do_test): Likewise.
19630         * string/test-memcpy.c (do_one_test): Likewise.
19631         (do_test): Likewise.
19632         * string/test-memmem.c (do_one_test): Likewise.
19633         (do_test): Likewise.
19634         (do_random_tests): Likewise.
19635         * string/test-memmove.c (do_one_test): Likewise.
19636         (do_test): Likewise.
19637         * string/test-memset.c (do_one_test): Likewise.
19638         (do_test): Likewise.
19639         * string/test-rawmemchr.c (do_one_test): Likewise.
19640         (do_test): Likewise.
19641         * string/test-strcasecmp.c (do_one_test): Likewise.
19642         (do_test): Likewise.
19643         * string/test-strcasestr.c (do_one_test): Likewise.
19644         (do_test): Likewise.
19645         * string/test-strcat.c (do_one_test): Likewise.
19646         (do_test): Likewise.
19647         * string/test-strchr.c (do_one_test): Likewise.
19648         (do_test): Likewise.
19649         * string/test-strcmp.c (do_one_test): Likewise.
19650         (do_test): Likewise.
19651         * string/test-strcpy.c (do_one_test): Likewise.
19652         (do_test): Likewise.
19653         * string/test-string.h: Likewise.
19654         (test_init): Likewise.
19655         * string/test-strlen.c (do_one_test): Likewise.
19656         (do_test): Likewise.
19657         * string/test-strncasecmp.c (do_one_test): Likewise.
19658         (do_test): Likewise.
19659         * string/test-strncat.c (do_one_test): Likewise.
19660         (do_test): Likewise.
19661         * string/test-strncmp.c (do_one_test): Likewise.
19662         (do_test_limit): Likewise.
19663         (do_test): Likewise.
19664         * string/test-strncpy.c (do_one_test): Likewise.
19665         (do_test): Likewise.
19666         * string/test-strnlen.c (do_one_test): Likewise.
19667         (do_test): Likewise.
19668         * string/test-strpbrk.c (do_one_test): Likewise.
19669         (do_test): Likewise.
19670         * string/test-strrchr.c (do_one_test): Likewise.
19671         (do_test): Likewise.
19672         * string/test-strspn.c (do_one_test): Likewise.
19673         (do_test): Likewise.
19674         * string/test-strstr.c (do_one_test): Likewise.
19675         (do_test): Likewise.
19676
19677         * benchtests/Makefile (string-bench): Add string benchmarks.
19678         * benchtests/bench-bcopy-ifunc.c: New file.
19679         * benchtests/bench-bcopy.c: New file.
19680         * benchtests/bench-bzero-ifunc.c: New file.
19681         * benchtests/bench-bzero.c: New file.
19682         * benchtests/bench-memccpy-ifunc.c: New file.
19683         * benchtests/bench-memccpy.c: New file.
19684         * benchtests/bench-memchr-ifunc.c: New file.
19685         * benchtests/bench-memchr.c: New file.
19686         * benchtests/bench-memcmp-ifunc.c: New file.
19687         * benchtests/bench-memcmp.c: New file.
19688         * benchtests/bench-memmem-ifunc.c: New file.
19689         * benchtests/bench-memmem.c: New file.
19690         * benchtests/bench-memmove-ifunc.c: New file.
19691         * benchtests/bench-memmove.c: New file.
19692         * benchtests/bench-mempcpy-ifunc.c: New file.
19693         * benchtests/bench-mempcpy.c: New file.
19694         * benchtests/bench-memset-ifunc.c: New file.
19695         * benchtests/bench-memset.c: New file.
19696         * benchtests/bench-rawmemchr-ifunc.c: New file.
19697         * benchtests/bench-rawmemchr.c: New file.
19698         * benchtests/bench-stpcpy-ifunc.c: New file.
19699         * benchtests/bench-stpcpy.c: New file.
19700         * benchtests/bench-stpncpy-ifunc.c: New file.
19701         * benchtests/bench-stpncpy.c: New file.
19702         * benchtests/bench-strcasecmp-ifunc.c: New file.
19703         * benchtests/bench-strcasecmp.c: New file.
19704         * benchtests/bench-strcasestr-ifunc.c: New file.
19705         * benchtests/bench-strcasestr.c: New file.
19706         * benchtests/bench-strcat-ifunc.c: New file.
19707         * benchtests/bench-strcat.c: New file.
19708         * benchtests/bench-strchr-ifunc.c: New file.
19709         * benchtests/bench-strchr.c: New file.
19710         * benchtests/bench-strchrnul-ifunc.c: New file.
19711         * benchtests/bench-strchrnul.c: New file.
19712         * benchtests/bench-strcmp-ifunc.c: New file.
19713         * benchtests/bench-strcmp.c: New file.
19714         * benchtests/bench-strcpy-ifunc.c: New file.
19715         * benchtests/bench-strcpy.c: New file.
19716         * benchtests/bench-strcspn-ifunc.c: New file.
19717         * benchtests/bench-strcspn.c: New file.
19718         * benchtests/bench-strlen-ifunc.c: New file.
19719         * benchtests/bench-strlen.c: New file.
19720         * benchtests/bench-strncasecmp-ifunc.c: New file.
19721         * benchtests/bench-strncasecmp.c: New file.
19722         * benchtests/bench-strncat-ifunc.c: New file.
19723         * benchtests/bench-strncat.c: New file.
19724         * benchtests/bench-strncmp-ifunc.c: New file.
19725         * benchtests/bench-strncmp.c: New file.
19726         * benchtests/bench-strncpy-ifunc.c: New file.
19727         * benchtests/bench-strncpy.c: New file.
19728         * benchtests/bench-strnlen-ifunc.c: New file.
19729         * benchtests/bench-strnlen.c: New file.
19730         * benchtests/bench-strpbrk-ifunc.c: New file.
19731         * benchtests/bench-strpbrk.c: New file.
19732         * benchtests/bench-strrchr-ifunc.c: New file.
19733         * benchtests/bench-strrchr.c: New file.
19734         * benchtests/bench-strspn-ifunc.c: New file.
19735         * benchtests/bench-strspn.c: New file.
19736         * benchtests/bench-strstr-ifunc.c: New file.
19737         * benchtests/bench-strstr.c: New file.
19738
19739         * benchtests/Makefile: Disable parallel execution of targets.
19740         (string-bench): Add memcpy.
19741         (benchset): New variable to store a list of benchmark sets.
19742         (bench-func): Renamed from bench.
19743         (bench-set): New target.
19744         (bench): Depend on bench-func and bench-set.
19745         * benchtests/README: Add section on benchmark sets.
19746         * benchtests/bench-memcpy-ifunc.c: New file.
19747         * benchtests/bench-memcpy.c: New file.
19748         * benchtests/bench-string.h: New file.
19749
19750 2013-06-11  Andreas Schwab  <schwab@suse.de>
19751
19752         [BZ #15577]
19753         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
19754         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
19755         values in the triple.
19756         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
19757         terminator in the group key.
19758
19759 2013-06-11  Andreas Jaeger  <aj@suse.de>
19760
19761         * po/zh_TW.po: Update Chinese (traditional) translation from
19762         translation project.
19763
19764 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19765
19766         * include/time.h (__clock_gettime): Add libc_hidden_proto.
19767         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
19768         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
19769         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
19770         (clock_getcpuclockid): Likewise.
19771         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
19772         Add weak_alias and libc_hidden_def.
19773         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
19774         * rt/clock_gettime.c (clock_gettime): Rename to
19775         __clock_gettime.  Add weak_alias and libc_hidden_def.
19776         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
19777         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
19778         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
19779         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
19780         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
19781         Likewise.
19782         * rt/clock_settime.c (clock_settime): Rename to
19783         __clock_settime.  Add weak_alias and libc_hidden_def.
19784         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
19785
19786 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
19787
19788         * mach/err_boot.sub: Remove trailing whitespace.
19789         * mach/err_ipc.sub: Likewise.
19790         * mach/err_mach.sub: Likewise.
19791
19792         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
19793         (ROUNDING_TESTS_double): Likewise.
19794         (ROUNDING_TESTS_long_double): Likewise.
19795         (ROUNDING_TESTS): Likewise.
19796         * math/libm-test.inc: Include <math-tests.h>.
19797         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
19798         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
19799         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
19800         (IF_ROUND_INIT_FE_UPWARD): Likewise.
19801
19802 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
19803
19804         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
19805         of assigning.
19806
19807 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
19808
19809         * sysdeps/gnu/errlist.awk: Do not generate space at end of
19810         otherwise empty TRANS lines.
19811         * sysdeps/gnu/errlist.c: Regenerated.
19812
19813         * catgets/gencat.c (error_print): Use (void) in function
19814         definition.
19815         * crypt/crypt_util.c (__init_des): Likewise.
19816         * crypt/speeds.c (Stop): Likewise.
19817         (main): Likewise.
19818         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
19819         * inet/ruserpass.c (token): Likewise.
19820         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
19821         * intl/localealias.c (extend_alias_table): Likewise.
19822         * intl/plural-exp.c (init_germanic_plural): Likewise.
19823         * libio/fcloseall.c (__fcloseall): Likewise.
19824         * libio/genops.c (_IO_flush_all): Likewise.
19825         (_IO_flush_all_linebuffered): Likewise.
19826         (_IO_cleanup): Likewise.
19827         (_IO_iter_begin): Likewise.
19828         (_IO_iter_end): Likewise.
19829         (_IO_list_lock): Likewise.
19830         (_IO_list_unlock): Likewise.
19831         (_IO_list_resetlock): Likewise.
19832         * libio/getchar.c (getchar): Likewise.
19833         * libio/getchar_u.c (getchar_unlocked): Likewise.
19834         * libio/getwchar.c (getwchar): Likewise.
19835         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
19836         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
19837         * login/getpt.c (__getpt): Likewise.
19838         * login/tst-utmp.c (main): Likewise.
19839         * malloc/hooks.c (__malloc_check_init): Likewise.
19840         * malloc/malloc.c (__malloc_stats): Likewise.
19841         * malloc/mtrace.c (tr_break): Likewise.
19842         (mtrace): Likewise.
19843         (muntrace): Likewise.
19844         * misc/fstab.c (endfsent): Likewise.
19845         * misc/getclktck.c (__getclktck): Likewise.
19846         * misc/getdtsz.c (__getdtablesize): Likewise.
19847         * misc/gethostid.c (gethostid): Likewise.
19848         * misc/getpagesize.c (__getpagesize): Likewise.
19849         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
19850         (__get_nprocs): Likewise.
19851         (__get_phys_pages): Likewise.
19852         (__get_avphys_pages): Likewise.
19853         * misc/getttyent.c (getttyent): Likewise.
19854         (setttyent): Likewise.
19855         (endttyent): Likewise.
19856         * misc/getusershell.c (getusershell): Likewise.
19857         (endusershell): Likewise.
19858         (setusershell): Likewise.
19859         (initshells): Likewise.
19860         * misc/hsearch.c (__hdestroy): Likewise.
19861         * misc/sync.c (sync): Likewise.
19862         * misc/syslog.c (closelog_internal): Likewise.
19863         (closelog): Likewise.
19864         * misc/ttyslot.c (ttyslot): Likewise.
19865         * misc/vhangup.c (vhangup): Likewise.
19866         * posix/fork.c (__fork): Likewise.
19867         * posix/getegid.c (__getegid): Likewise.
19868         * posix/geteuid.c (__geteuid): Likewise.
19869         * posix/getgid.c (__getgid): Likewise.
19870         * posix/getpid.c (__getpid): Likewise.
19871         * posix/getppid.c (__getppid): Likewise.
19872         * posix/getuid.c (__getuid): Likewise.
19873         * posix/pause.c (pause): Likewise.
19874         * posix/setpgrp.c (setpgrp): Likewise.
19875         * posix/setsid.c (__setsid): Likewise.
19876         * posix/test-vfork.c (noop): Likewise.
19877         * resolv/gethnamaddr.c (_endhtent): Likewise.
19878         (_gethtent): Likewise.
19879         (ht_endhostent): Likewise.
19880         (gethostent): Likewise.
19881         (dns_service): Likewise.
19882         * stdlib/drand48.c (drand48): Likewise.
19883         * stdlib/lrand48.c (lrand48): Likewise.
19884         * stdlib/mrand48.c (mrand48): Likewise.
19885         * stdlib/rand.c (rand): Likewise.
19886         * stdlib/random.c (__random): Likewise.
19887         * stdlib/setenv.c (clearenv): Likewise.
19888         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
19889         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
19890         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
19891         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
19892         (__get_nprocs): Likewise.
19893         (__get_phys_pages): Likewise.
19894         (__get_avphys_pages): Likewise.
19895         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
19896         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
19897         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
19898         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
19899         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
19900         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
19901         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
19902         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
19903         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
19904         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
19905         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
19906         * sysdeps/mach/hurd/sync.c (sync): Likewise.
19907         * sysdeps/posix/clock.c (clock): Likewise.
19908         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
19909         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
19910         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
19911         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
19912         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
19913         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
19914         (__get_nprocs_conf): Likewise.
19915         (__get_phys_pages): Likewise.
19916         (__get_avphys_pages): Likewise.
19917         * time/clock.c (clock): Likewise.
19918         * time/tzset.c (__tzname_max): Likewise.
19919
19920 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
19921
19922         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
19923         (__bswap_32): Do not use "register".
19924         * crypt/crypt.c (_ufc_doit_r): Likewise.
19925         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
19926         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
19927         * gmon/gmon.c (__monstartup): Likewise.
19928         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
19929         * hurd/hurdmalloc.c (more_memory): Likewise.
19930         (malloc): Likewise.
19931         (free): Likewise.
19932         (realloc): Likewise.
19933         (malloc_fork_prepare): Likewise.
19934         (malloc_fork_parent): Likewise.
19935         (malloc_fork_child): Likewise.
19936         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
19937         (_svcauth_des): Likewise.
19938         * inet/inet_lnaof.c (inet_lnaof): Likewise.
19939         * inet/inet_net.c (inet_network): Likewise.
19940         * inet/inet_netof.c (inet_netof): Likewise.
19941         * inet/rcmd.c (__validuser2_sa): Likewise.
19942         * io/fts.c (fts_open): Likewise.
19943         (fts_load): Likewise.
19944         (fts_close): Likewise.
19945         (fts_read): Likewise.
19946         (fts_children): Likewise.
19947         (fts_build): Likewise.
19948         (fts_stat): Likewise.
19949         (fts_sort): Likewise.
19950         (fts_alloc): Likewise.
19951         (fts_lfree): Likewise.
19952         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
19953         (_IO_file_xsgetn): Likewise.
19954         (_IO_file_xsgetn_mmap): Likewise.
19955         * libio/iofopncook.c (_IO_cookie_read): Likewise.
19956         (_IO_cookie_write): Likewise.
19957         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
19958         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
19959         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
19960         * malloc/obstack.c (_obstack_begin): Likewise.
19961         (_obstack_begin_1): Likewise.
19962         (_obstack_newchunk): Likewise.
19963         (_obstack_allocated_p): Likewise.
19964         (obstack_free): Likewise.
19965         (_obstack_memory_used): Likewise.
19966         * misc/getttyent.c (getttynam): Likewise.
19967         (getttyent): Likewise.
19968         (skip): Likewise.
19969         (value): Likewise.
19970         * misc/getusershell.c (initshells): Likewise.
19971         * misc/syslog.c (__vsyslog_chk): Likewise.
19972         * misc/ttyslot.c (ttyslot): Likewise.
19973         * nis/nis_hash.c (__nis_hash): Likewise.
19974         * posix/fnmatch_loop.c (FCT): Likewise.
19975         * posix/getconf.c (print_all): Likewise.
19976         (main): Likewise.
19977         * posix/getopt.c (exchange): Likewise.
19978         * posix/glob.c (globfree): Likewise.
19979         (prefix_array): Likewise.
19980         (__glob_pattern_type): Likewise.
19981         * resolv/arpa/nameser.h (NS_GET16): Likewise.
19982         (NS_GET32): Likewise.
19983         (NS_PUT16): Likewise.
19984         (NS_PUT32): Likewise.
19985         * resolv/gethnamaddr.c (getanswer): Likewise.
19986         (gethostbyname2): Likewise.
19987         (gethostbyaddr): Likewise.
19988         (_gethtent): Likewise.
19989         (_gethtbyname2): Likewise.
19990         (_gethtbyaddr): Likewise.
19991         * resolv/ns_print.c (dst_s_get_int16): Likewise.
19992         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
19993         * resolv/res_init.c (__res_vinit): Likewise.
19994         (net_mask): Likewise.
19995         * resolv/res_mkquery.c (outchar): Likewise.
19996         (PRINT): Likewise.
19997         * stdio-common/printf_fp.c (outchar): Likewise.
19998         (PRINT): Likewise.
19999         * stdio-common/printf_fphex.c (outchar): Likewise.
20000         (PRINT): Likewise.
20001         * stdio-common/printf_size.c (outchar): Likewise.
20002         (PRINT): Likewise.
20003         * stdio-common/test_rdwr.c (main): Likewise.
20004         * stdio-common/tfformat.c (matches): Likewise.
20005         * stdio-common/vfprintf.c (outchar): Likewise.
20006         (printf_unknown): Likewise.
20007         (buffered_vfprintf): Likewise.
20008         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
20009         * stdio-common/xbug.c (AppendToBuffer): Likewise.
20010         (ReadFile): Likewise.
20011         * stdlib/qsort.c (SWAP): Likewise.
20012         (_quicksort): Likewise.
20013         * stdlib/setenv.c (__add_to_environ): Likewise.
20014         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
20015         * stdlib/strtol_l.c (__strtol_l): Likewise.
20016         * stdlib/tst-strtod.c (main): Likewise.
20017         * stdlib/tst-strtol.c (main): Likewise.
20018         * stdlib/tst-strtoll.c (main): Likewise.
20019         * string/bits/string2.h (__strcmp_cc): Likewise.
20020         (__strcmp_cg): Likewise.
20021         (__strcspn_c1): Likewise.
20022         (__strcspn_c2): Likewise.
20023         (__strcspn_c3): Likewise.
20024         (__strspn_c1): Likewise.
20025         (__strspn_c2): Likewise.
20026         (__strspn_c3): Likewise.
20027         (__strsep_1c): Likewise.
20028         (__strsep_2c): Likewise.
20029         (__strsep_3c): Likewise.
20030         * string/memccpy.c (__memccpy): Likewise.
20031         * string/stpcpy.c (__stpcpy): Likewise.
20032         * string/strcmp.c (strcmp): Likewise.
20033         * string/strrchr.c (strrchr): Likewise.
20034         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
20035         Likewise.
20036         * sysdeps/mach/hurd/getcwd.c
20037         (_hurd_canonicalize_directory_name_internal): Likewise.
20038         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
20039         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
20040         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
20041         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
20042         Likewise, in both definitions.
20043         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
20044         definitions.
20045         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
20046         64] (__bswap_64): Likewise.
20047         * time/test_time.c (main): Likewise.
20048         * time/tzfile.c (__tzfile_read): Likewise.
20049         (__tzfile_compute): Likewise.
20050         * time/tzset.c (__tzset_parse_tz): Likewise.
20051         (tzset_internal): Likewise.
20052         (compute_change): Likewise.
20053         * wcsmbs/wcscat.c (__wcscat): Likewise.
20054         * wcsmbs/wcschr.c (wcschr): Likewise.
20055         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
20056         * wcsmbs/wcscspn.c (wcscspn): Likewise.
20057         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
20058         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
20059         * wcsmbs/wcsspn.c (wcsspn): Likewise.
20060         * wcsmbs/wcsstr.c (wcsstr): Likewise.
20061         * wcsmbs/wmemchr.c (wmemchr): Likewise.
20062         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
20063         * wcsmbs/wmemset.c (wmemset): Likewise.
20064
20065 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
20066
20067         * scripts/config.guess: Update to version 2013-05-16.
20068         * scripts/config.sub: Update to version 2013-04-24.
20069         * scripts/install-sh: Update to version 2011-11-20.07.
20070         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
20071         * scripts/move-if-change: Update to version 2012-01-06 07:23.
20072
20073 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
20074
20075         * debug/fgetws_u_chk.c: Fix leading whitespaces.
20076         * elf/sln.c: Likewise.
20077         * hurd/hurd/ioctl.h: Likewise.
20078         * hurd/hurdmalloc.c: Likewise.
20079         * hurd/xattr.c: Likewise.
20080         * include/shlib-compat.h: Likewise.
20081         * inet/ruserpass.c: Likewise.
20082         * libio/iofgets_u.c: Likewise.
20083         * libio/iofgetws_u.c: Likewise.
20084         * locale/programs/ld-identification.c: Likewise.
20085         * locale/programs/ld-time.c: Likewise.
20086         * mach/msg-destroy.c: Likewise.
20087         * nss/nss_files/files-netgrp.c: Likewise.
20088         * resolv/res_data.c: Likewise.
20089         * soft-fp/op-1.h: Likewise.
20090         * soft-fp/op-2.h: Likewise.
20091         * soft-fp/op-4.h: Likewise.
20092         * soft-fp/op-common.h: Likewise.
20093         * stdio-common/printf_fphex.c: Likewise.
20094         * stdlib/strtod_l.c: Likewise.
20095         * sunrpc/rpc/clnt.h: Likewise.
20096         * sysdeps/generic/framestate.c: Likewise.
20097         * sysdeps/i386/bsd-_setjmp.S: Likewise.
20098         * sysdeps/i386/bsd-setjmp.S: Likewise.
20099         * sysdeps/i386/__longjmp.S: Likewise.
20100         * sysdeps/i386/setjmp.S: Likewise.
20101         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
20102         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
20103         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
20104         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
20105         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20106         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
20107         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
20108         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
20109         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
20110         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
20111         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
20112         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
20113         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
20114         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
20115         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
20116         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
20117         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
20118         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
20119         * sysdeps/ieee754/support.c: Likewise.
20120         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
20121         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
20122         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
20123         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
20124         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
20125         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
20126         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
20127         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
20128         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
20129         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
20130         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
20131         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
20132         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
20133         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
20134         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
20135         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
20136         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
20137         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
20138
20139 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
20140
20141         * posix/transbug.c: Remove executable mode.
20142
20143 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
20144
20145         * crypt/speeds.c: Remove trailing whitespace.
20146         * dlfcn/default.c: Likewise.
20147         * elf/ifuncdep2.c: Likewise.
20148         * elf/ifuncmain1.c: Likewise.
20149         * elf/ifuncmain1vis.c: Likewise.
20150         * elf/testobj.h: Likewise.
20151         * elf/tst-stackguard1.c: Likewise.
20152         * gmon/sys/gmon.h: Likewise.
20153         * hurd/hurdmsg.c: Likewise.
20154         * hurd/new-fd.c: Likewise.
20155         * hurd/ports-get.c: Likewise.
20156         * iconvdata/ibm1008_420.c: Likewise.
20157         * inet/tst-getni1.c: Likewise.
20158         * inet/tst-getni2.c: Likewise.
20159         * libio/ioungetc.c: Likewise.
20160         * libio/wfiledoalloc.c: Likewise.
20161         * manual/libm-err-tab.pl: Likewise.
20162         * math/w_dremf.c: Likewise.
20163         * misc/ftruncate.c: Likewise.
20164         * posix/bug-glob2.c: Likewise.
20165         * posix/tst-pcre.c: Likewise.
20166         * posix/wait4.c: Likewise.
20167         * resolv/README: Likewise.
20168         * resolv/res_debug.h: Likewise.
20169         * resolv/tst-inet_ntop.c: Likewise.
20170         * setjmp/bug269-setjmp.c: Likewise.
20171         * soft-fp/extended.h: Likewise.
20172         * soft-fp/op-1.h: Likewise.
20173         * soft-fp/op-2.h: Likewise.
20174         * soft-fp/op-4.h: Likewise.
20175         * soft-fp/op-8.h: Likewise.
20176         * soft-fp/testit.c: Likewise.
20177         * stdio-common/bug16.c: Likewise.
20178         * stdlib/random.c: Likewise.
20179         * sunrpc/rpcsvc/rquota.x: Likewise.
20180         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
20181         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
20182         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
20183         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
20184         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
20185         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
20186         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
20187         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
20188         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
20189         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
20190         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
20191         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
20192         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
20193         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
20194         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
20195         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
20196         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
20197         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
20198         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
20199         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
20200         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
20201         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
20202         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
20203         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
20204         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
20205         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
20206         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20207         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
20208         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
20209         * sysdeps/ieee754/s_lib_version.c: Likewise.
20210         * sysdeps/mach/hurd/check_fds.c: Likewise.
20211         * sysdeps/mach/hurd/getsockname.c: Likewise.
20212         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
20213         * sysdeps/mach/hurd/recvfrom.c: Likewise.
20214         * sysdeps/powerpc/bits/link.h: Likewise.
20215         * sysdeps/powerpc/dl-procinfo.c: Likewise.
20216         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
20217         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
20218         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
20219         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
20220         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
20221         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
20222         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
20223         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
20224         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
20225         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
20226         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20227         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
20228         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
20229         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
20230         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
20231         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20232         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20233         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
20234         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
20235         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
20236         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
20237         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20238         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20239         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
20240         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20241         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20242         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
20243         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
20244         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20245         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20246         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20247         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20248         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
20249         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
20250         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
20251         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
20252         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20253         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
20254         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
20255         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
20256         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
20257         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
20258         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
20259         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20260         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
20261         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
20262         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20263         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
20264         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
20265         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
20266         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
20267         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20268         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20269         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
20270         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
20271         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
20272         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20273         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
20274         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
20275         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
20276         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
20277         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
20278         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20279         * sysdeps/powerpc/sysdep.h: Likewise.
20280         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
20281         * sysdeps/s390/s390-64/sub_n.S: Likewise.
20282         * sysdeps/sh/dl-trampoline.S: Likewise.
20283         * sysdeps/sh/memset.S: Likewise.
20284         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
20285         * sysdeps/sh/strlen.S: Likewise.
20286         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
20287         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
20288         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
20289         * sysdeps/sparc/sparc32/rem.S: Likewise.
20290         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
20291         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
20292         * sysdeps/sparc/sparc32/strchr.S: Likewise.
20293         * sysdeps/sparc/sparc32/udiv.S: Likewise.
20294         * sysdeps/sparc/sparc32/urem.S: Likewise.
20295         * sysdeps/sparc/sparc64/add_n.S: Likewise.
20296         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
20297         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
20298         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
20299         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
20300         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
20301         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
20302         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
20303         * sysdeps/unix/bsd/times.c: Likewise.
20304         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
20305         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
20306         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
20307         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
20308         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
20309         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
20310         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
20311         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
20312         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
20313         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
20314         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
20315         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
20316         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
20317         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
20318         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
20319         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
20320         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
20321         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
20322         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
20323         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
20324         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
20325         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
20326         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
20327         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
20328         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
20329         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
20330         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
20331         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
20332         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
20333         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
20334         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
20335         * sysdeps/x86_64/strcspn.S: Likewise.
20336
20337 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
20338
20339         * locale/C-translit.h: Revert #include <stdint.h> because this is a
20340         generated file.  Regenerate properly from gen-translit.pl.
20341         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
20342         locale/C-translit.h.
20343
20344 2013-06-05  Andreas Schwab  <schwab@suse.de>
20345
20346         [BZ #15100]
20347         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
20348         week as 6 instead of -1.
20349         * time/tst-strptime.c (day_tests): Add test case.
20350
20351 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
20352
20353         * sysdeps/generic/math_private.h
20354         (libc_feholdexcept_setround_53bit): Replace with
20355         libc_feholdsetround_53bit.
20356         (libc_feupdateenv_53bit): Replace with
20357         libc_feresetround_53bit.
20358         (SET_RESTORE_ROUND_53BIT): Adjust.
20359
20360 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
20361
20362         * string/test-strchrnul.c: Add copyright header.
20363
20364         * posix/tst-getaddrinfo4.c: Increase test timeout.
20365
20366 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
20367
20368         [BZ #15536]
20369         * math/libm-test.inc (MAX_EXP): Remove
20370         (MIN_EXP): Define.
20371         (ulp): Use MIN_EXP - MANT_DIG.
20372         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
20373
20374 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
20375
20376         * po/be.po: Revert last change.
20377         * po/zh_CN.po: Likewise.
20378         * po/header.pot: Likewise.
20379
20380 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
20381
20382         * Makefile ($(common-objpfx)linkobj/libc.so): Define
20383         link-libc-deps to empty as target-specific variable.
20384         * Makerules (link-libc-args): New variable.
20385         (libc-for-link): Likewise.
20386         (link-libc-deps): Likewise.
20387         (lib%.so): Depend on $(link-libc-deps).  Link with
20388         $(link-libc-args).
20389         (build-module): Link with $(link-libc-args).
20390         (build-module-asneeded): Likewise.
20391         (build-module-helper-objlist): Filter out $(link-libc-deps) from
20392         list of objects.
20393         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
20394         target-specific variable.
20395         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
20396         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
20397         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
20398         libc.
20399         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
20400         libc and ld.so.
20401         ($(objpfx)libpcprofile.so): Likewise.
20402         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
20403         libc_nonshared.a.
20404         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
20405         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
20406         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
20407         $(link-libc-deps).
20408         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
20409         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
20410         * login/Makefile ($(objpfx)libutil.so): Likewise.
20411         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
20412         * math/Makefile ($(objpfx)libm.so): Likewise.
20413         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
20414         $(objpfx)libnsl.so): Define libc-for-link as target-specific
20415         variable instead of depending directly on libc.
20416         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
20417         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
20418         $(link-libc-deps).
20419         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
20420         libc.
20421         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
20422         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
20423         ($(objpfx)libanl.so): Likewise.
20424         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
20425         ld.so.
20426         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
20427         $(link-libc-deps).
20428         * sysdeps/i386/fpu/Makefile: Remove file.
20429         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
20430         ($(objpfx)libm.so): Remove dependency on ld.so.
20431
20432 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
20433
20434         [BZ # 15553]
20435         * nis/yp_xdr.c (XDRMAXNAME): Define.
20436         (XDRMAXRECORD): Define.
20437         (xdr_domainname): Use XDRMAXNAME.
20438         (xdr_mapname): Likewise.
20439         (xdr_peername): Likewise.
20440         (xdr_keydat): Use XDRMAXRECORD.
20441         (xdr_valdat): Likewise.
20442
20443 2013-05-30  Jeff Law  <law@redhat.com>
20444
20445         [BZ #14256]
20446         * manual/errno.texi (ESTALE): Update to account for more than
20447         just NFS file systems.
20448         * sysdeps/gnu/errlist.c: Regenerated.
20449
20450 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
20451
20452         [BZ #15465]
20453         * elf/Makefile (tests): Add tst-null-argv.
20454         (modules-names):  Add tst-null-argv-lib.
20455         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
20456         (tst-null-argv-ENV): Set environment for tst-null-argv.
20457         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
20458         (RTLD_PROGNAME): New macro.
20459         * elf/tst-null-argv.c: New test case.
20460         * elf/tst-null-argv-lib.c: Library for test case.
20461         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
20462         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
20463         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
20464         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
20465         * elf/dl-init.c (call_init): Likewise.
20466         (_dl_init): Likewise.
20467         * elf/dl-load.c (print_search_path): Likewise.
20468         (_dl_map_object): Likewise.
20469         * elf/dl-lookup.c (do_lookup_x): Likewise.
20470         (add_dependency): Likewise.
20471         (_dl_lookup_symbol_x): Likewise.
20472         (_dl_debug_bindings): Likewise.
20473         * elf/dl-open.c (_dl_show_scope): Likewise.
20474         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
20475         * elf/dl-version.c (match_symbol): Likewise.
20476         (_dl_check_map_versions): Likewise.
20477         * elf/rtld.c (dl_main): Likewise.
20478         (print_unresolved): Use RTLD_PROGNAME.
20479         (print_missing_version): Likewise.
20480         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
20481         (elf_machine_rela): Likewise.
20482         * sysdeps/powerpc/powerpc32/dl-machine.c
20483         (__process_machine_rela): Likewise.
20484         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
20485         Likewise.
20486         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
20487         Likewise.
20488         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
20489         Likewise.
20490         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
20491         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
20492         Likewise.
20493         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
20494         Likewise.
20495         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
20496
20497 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
20498
20499         * po/be.po: Add descriptive title.
20500         * po/zh_CN.po: Likewise.
20501         * po/header.pot: Likewise.
20502
20503 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
20504
20505         * locale/programs/locarchive.c (create_archive): Inlucde fname in
20506         error message.
20507         (enlarge_archive): Likewise.
20508
20509 2013-05-28  Ben North  <ben@redfrontdoor.org>
20510
20511         * manual/arith.texi (frexp): It is the magnitude of the return
20512         value which lies in [0.5, 1), not the return value itself.
20513
20514 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20515
20516         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20517
20518 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
20519
20520         * stdio-common/bug26.c (main): Correct fscanf template.
20521
20522         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
20523         declare _dl_skip_args.
20524
20525         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
20526         Don't declare.
20527
20528         * manual/platform.texi: Add missing @end deftypefun.
20529
20530 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
20531
20532         [BZ #15529]
20533         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
20534         bit of mantissa of 2^16382.
20535         * math/libm-test.inc (hypot_test_data): Add more tests.
20536
20537         * math/libm-test.inc: Add drem and pow10 to list of tested
20538         functions.
20539         (pow10_test): New function.
20540         (drem_test): Likewise.
20541         (drem_test_tonearest): Likewise.
20542         (drem_test_towardzero): Likewise.
20543         (drem_test_downward): Likewise.
20544         (drem_test_upward): Likewise.
20545         (main): Call the new functions.
20546
20547         * math/libm-test.inc (finite_test_data): Remove.
20548         (finite_test): Run tests from isfinite_test_data.
20549         (gamma_test_data): Remove.
20550         (gamma_test): Run tests from lgamma_test_data.
20551         * sysdeps/i386/fpu/libm-test-ulps: Update.
20552         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20553
20554 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20555
20556         * manual/platform.texi: Add PowerPC PPR function set documentation.
20557         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
20558         implementation.
20559
20560 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
20561
20562         * math/libm-test.inc (MAX_EXP): Define.
20563         (ULPDIFF): Define.
20564         (ulp): New function.
20565         (check_float_internal): Use ULPDIFF.
20566         (cpow_test): Disable failing test.
20567         (check_ulp): Test ulp() implemetnation.
20568         (main): Call check_ulp before starting tests.
20569
20570 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
20571
20572         * math/gen-libm-test.pl (generate_testfile): Do not handle
20573         START_DATA and END_DATA.
20574         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
20575         END_DATA.
20576         (acos_tonearest_test_data): Likewise.
20577         (acos_towardzero_test_data): Likewise.
20578         (acos_downward_test_data): Likewise.
20579         (acos_upward_test_data): Likewise.
20580         (acosh_test_data): Likewise.
20581         (asin_test_data): Likewise.
20582         (asin_tonearest_test_data): Likewise.
20583         (asin_towardzero_test_data): Likewise.
20584         (asin_downward_test_data): Likewise.
20585         (asin_upward_test_data): Likewise.
20586         (asinh_test_data): Likewise.
20587         (atan_test_data): Likewise.
20588         (atanh_test_data): Likewise.
20589         (atan2_test_data): Likewise.
20590         (cabs_test_data): Likewise.
20591         (cacos_test_data): Likewise.
20592         (cacosh_test_data): Likewise.
20593         (carg_test_data): Likewise.
20594         (casin_test_data): Likewise.
20595         (casinh_test_data): Likewise.
20596         (catan_test_data): Likewise.
20597         (catanh_test_data): Likewise.
20598         (cbrt_test_data): Likewise.
20599         (ccos_test_data): Likewise.
20600         (ccosh_test_data): Likewise.
20601         (ceil_test_data): Likewise.
20602         (cexp_test_data): Likewise.
20603         (cimag_test_data): Likewise.
20604         (clog_test_data): Likewise.
20605         (clog10_test_data): Likewise.
20606         (conj_test_data): Likewise.
20607         (copysign_test_data): Likewise.
20608         (cos_test_data): Likewise.
20609         (cos_tonearest_test_data): Likewise.
20610         (cos_towardzero_test_data): Likewise.
20611         (cos_downward_test_data): Likewise.
20612         (cos_upward_test_data): Likewise.
20613         (cosh_test_data): Likewise.
20614         (cosh_tonearest_test_data): Likewise.
20615         (cosh_towardzero_test_data): Likewise.
20616         (cosh_downward_test_data): Likewise.
20617         (cosh_upward_test_data): Likewise.
20618         (cpow_test_data): Likewise.
20619         (cproj_test_data): Likewise.
20620         (creal_test_data): Likewise.
20621         (csin_test_data): Likewise.
20622         (csinh_test_data): Likewise.
20623         (csqrt_test_data): Likewise.
20624         (ctan_test_data): Likewise.
20625         (ctan_tonearest_test_data): Likewise.
20626         (ctan_towardzero_test_data): Likewise.
20627         (ctan_downward_test_data): Likewise.
20628         (ctan_upward_test_data): Likewise.
20629         (ctanh_test_data): Likewise.
20630         (ctanh_tonearest_test_data): Likewise.
20631         (ctanh_towardzero_test_data): Likewise.
20632         (ctanh_downward_test_data): Likewise.
20633         (ctanh_upward_test_data): Likewise.
20634         (erf_test_data): Likewise.
20635         (erfc_test_data): Likewise.
20636         (exp_test_data): Likewise.
20637         (exp_tonearest_test_data): Likewise.
20638         (exp_towardzero_test_data): Likewise.
20639         (exp_downward_test_data): Likewise.
20640         (exp_upward_test_data): Likewise.
20641         (exp10_test_data): Likewise.
20642         (exp2_test_data): Likewise.
20643         (expm1_test_data): Likewise.
20644         (fabs_test_data): Likewise.
20645         (fdim_test_data): Likewise.
20646         (finite_test_data): Likewise.
20647         (floor_test_data): Likewise.
20648         (fma_test_data): Likewise.
20649         (fma_towardzero_test_data): Likewise.
20650         (fma_downward_test_data): Likewise.
20651         (fma_upward_test_data): Likewise.
20652         (fmax_test_data): Likewise.
20653         (fmin_test_data): Likewise.
20654         (fmod_test_data): Likewise.
20655         (fpclassify_test_data): Likewise.
20656         (frexp_test_data): Likewise.
20657         (gamma_test_data): Likewise.
20658         (hypot_test_data): Likewise.
20659         (ilogb_test_data): Likewise.
20660         (isfinite_test_data): Likewise.
20661         (isgreater_test_data): Likewise.
20662         (isgreaterequal_test_data): Likewise.
20663         (isinf_test_data): Likewise.
20664         (isless_test_data): Likewise.
20665         (islessequal_test_data): Likewise.
20666         (islessgreater_test_data): Likewise.
20667         (isnan_test_data): Likewise.
20668         (isnormal_test_data): Likewise.
20669         (issignaling_test_data): Likewise.
20670         (isunordered_test_data): Likewise.
20671         (j0_test_data): Likewise.
20672         (j1_test_data): Likewise.
20673         (jn_test_data): Likewise.
20674         (ldexp_test_data): Likewise.
20675         (lgamma_test_data): Likewise.
20676         (lrint_test_data): Likewise.
20677         (lrint_tonearest_test_data): Likewise.
20678         (lrint_towardzero_test_data): Likewise.
20679         (lrint_downward_test_data): Likewise.
20680         (lrint_upward_test_data): Likewise.
20681         (llrint_test_data): Likewise.
20682         (llrint_tonearest_test_data): Likewise.
20683         (llrint_towardzero_test_data): Likewise.
20684         (llrint_downward_test_data): Likewise.
20685         (llrint_upward_test_data): Likewise.
20686         (log_test_data): Likewise.
20687         (log10_test_data): Likewise.
20688         (log1p_test_data): Likewise.
20689         (log2_test_data): Likewise.
20690         (logb_test_data): Likewise.
20691         (logb_downward_test_data): Likewise.
20692         (lround_test_data): Likewise.
20693         (llround_test_data): Likewise.
20694         (modf_test_data): Likewise.
20695         (nearbyint_test_data): Likewise.
20696         (nextafter_test_data): Likewise.
20697         (nexttoward_test_data): Likewise.
20698         (pow_test_data): Likewise.
20699         (pow_tonearest_test_data): Likewise.
20700         (pow_towardzero_test_data): Likewise.
20701         (pow_downward_test_data): Likewise.
20702         (pow_upward_test_data): Likewise.
20703         (remainder_test_data): Likewise.
20704         (remainder_tonearest_test_data): Likewise.
20705         (remainder_towardzero_test_data): Likewise.
20706         (remainder_downward_test_data): Likewise.
20707         (remainder_upward_test_data): Likewise.
20708         (remquo_test_data): Likewise.
20709         (rint_test_data): Likewise.
20710         (rint_tonearest_test_data): Likewise.
20711         (rint_towardzero_test_data): Likewise.
20712         (rint_downward_test_data): Likewise.
20713         (rint_upward_test_data): Likewise.
20714         (round_test_data): Likewise.
20715         (scalb_test_data): Likewise.
20716         (scalbn_test_data): Likewise.
20717         (scalbln_test_data): Likewise.
20718         (signbit_test_data): Likewise.
20719         (sin_test_data): Likewise.
20720         (sin_tonearest_test_data): Likewise.
20721         (sin_towardzero_test_data): Likewise.
20722         (sin_downward_test_data): Likewise.
20723         (sin_upward_test_data): Likewise.
20724         (sincos_test_data): Likewise.
20725         (sinh_test_data): Likewise.
20726         (sinh_tonearest_test_data): Likewise.
20727         (sinh_towardzero_test_data): Likewise.
20728         (sinh_downward_test_data): Likewise.
20729         (sinh_upward_test_data): Likewise.
20730         (sqrt_test_data): Likewise.
20731         (tan_test_data): Likewise.
20732         (tan_tonearest_test_data): Likewise.
20733         (tan_towardzero_test_data): Likewise.
20734         (tan_downward_test_data): Likewise.
20735         (tan_upward_test_data): Likewise.
20736         (tanh_test_data): Likewise.
20737         (tgamma_test_data): Likewise.
20738         (trunc_test_data): Likewise.
20739         (y0_test_data): Likewise.
20740         (y1_test_data): Likewise.
20741         (yn_test_data): Likewise.
20742         (significand_test_data): Likewise.
20743
20744         * math/gen-libm-test.pl (@functions): Remove variable.
20745         (generate_testfile): Don't handle START and END lines.
20746         * math/libm-test.inc (START): New macro.
20747         (END): Likewise.
20748         (END_COMPLEX): Likewise.
20749         (acos_test): Use END macro without arguments.
20750         (acos_test_tonearest): Likewise.
20751         (acos_test_towardzero): Likewise.
20752         (acos_test_downward): Likewise.
20753         (acos_test_upward): Likewise.
20754         (acosh_test): Likewise.
20755         (asin_test): Likewise.
20756         (asin_test_tonearest): Likewise.
20757         (asin_test_towardzero): Likewise.
20758         (asin_test_downward): Likewise.
20759         (asin_test_upward): Likewise.
20760         (asinh_test): Likewise.
20761         (atan_test): Likewise.
20762         (atanh_test): Likewise.
20763         (atan2_test): Likewise.
20764         (cabs_test): Likewise.
20765         (cacos_test): Use END_COMPLEX macro without arguments.
20766         (cacosh_test): Likewise.
20767         (carg_test): Use END macro without arguments.
20768         (casin_test): Use END_COMPLEX macro without arguments.
20769         (casinh_test): Likewise.
20770         (catan_test): Likewise.
20771         (catanh_test): Likewise.
20772         (cbrt_test): Use END macro without arguments.
20773         (ccos_test): Use END_COMPLEX macro without arguments.
20774         (ccosh_test): Likewise.
20775         (ceil_test): Use END macro without arguments.
20776         (cexp_test): Use END_COMPLEX macro without arguments.
20777         (cimag_test): Use END macro without arguments.
20778         (clog_test): Use END_COMPLEX macro without arguments.
20779         (clog10_test): Likewise.
20780         (conj_test): Likewise.
20781         (copysign_test): Use END macro without arguments.
20782         (cos_test): Likewise.
20783         (cos_test_tonearest): Likewise.
20784         (cos_test_towardzero): Likewise.
20785         (cos_test_downward): Likewise.
20786         (cos_test_upward): Likewise.
20787         (cosh_test): Likewise.
20788         (cosh_test_tonearest): Likewise.
20789         (cosh_test_towardzero): Likewise.
20790         (cosh_test_downward): Likewise.
20791         (cosh_test_upward): Likewise.
20792         (cpow_test): Use END_COMPLEX macro without arguments.
20793         (cproj_test): Likewise.
20794         (creal_test): Use END macro without arguments.
20795         (csin_test): Use END_COMPLEX macro without arguments.
20796         (csinh_test): Likewise.
20797         (csqrt_test): Likewise.
20798         (ctan_test): Likewise.
20799         (ctan_test_tonearest): Likewise.
20800         (ctan_test_towardzero): Likewise.
20801         (ctan_test_downward): Likewise.
20802         (ctan_test_upward): Likewise.
20803         (ctanh_test): Likewise.
20804         (ctanh_test_tonearest): Likewise.
20805         (ctanh_test_towardzero): Likewise.
20806         (ctanh_test_downward): Likewise.
20807         (ctanh_test_upward): Likewise.
20808         (erf_test): Use END macro without arguments.
20809         (erfc_test): Likewise.
20810         (exp_test): Likewise.
20811         (exp_test_tonearest): Likewise.
20812         (exp_test_towardzero): Likewise.
20813         (exp_test_downward): Likewise.
20814         (exp_test_upward): Likewise.
20815         (exp10_test): Likewise.
20816         (exp2_test): Likewise.
20817         (expm1_test): Likewise.
20818         (fabs_test): Likewise.
20819         (fdim_test): Likewise.
20820         (finite_test): Likewise.
20821         (floor_test): Likewise.
20822         (fma_test): Likewise.
20823         (fma_test_towardzero): Likewise.
20824         (fma_test_downward): Likewise.
20825         (fma_test_upward): Likewise.
20826         (fmax_test): Likewise.
20827         (fmin_test): Likewise.
20828         (fmod_test): Likewise.
20829         (fpclassify_test): Likewise.
20830         (frexp_test): Likewise.
20831         (gamma_test): Likewise.
20832         (hypot_test): Likewise.
20833         (ilogb_test): Likewise.
20834         (isfinite_test): Likewise.
20835         (isgreater_test): Likewise.
20836         (isgreaterequal_test): Likewise.
20837         (isinf_test): Likewise.
20838         (isless_test): Likewise.
20839         (islessequal_test): Likewise.
20840         (islessgreater_test): Likewise.
20841         (isnan_test): Likewise.
20842         (isnormal_test): Likewise.
20843         (issignaling_test): Likewise.
20844         (isunordered_test): Likewise.
20845         (j0_test): Likewise.
20846         (j1_test): Likewise.
20847         (jn_test): Likewise.
20848         (ldexp_test): Likewise.
20849         (lgamma_test): Likewise.
20850         (lrint_test): Likewise.
20851         (lrint_test_tonearest): Likewise.
20852         (lrint_test_towardzero): Likewise.
20853         (lrint_test_downward): Likewise.
20854         (lrint_test_upward): Likewise.
20855         (llrint_test): Likewise.
20856         (llrint_test_tonearest): Likewise.
20857         (llrint_test_towardzero): Likewise.
20858         (llrint_test_downward): Likewise.
20859         (llrint_test_upward): Likewise.
20860         (log_test): Likewise.
20861         (log10_test): Likewise.
20862         (log1p_test): Likewise.
20863         (log2_test): Likewise.
20864         (logb_test): Likewise.
20865         (logb_test_downward): Likewise.
20866         (lround_test): Likewise.
20867         (llround_test): Likewise.
20868         (modf_test): Likewise.
20869         (nearbyint_test): Likewise.
20870         (nextafter_test): Likewise.
20871         (nexttoward_test): Likewise.
20872         (pow_test): Likewise.
20873         (pow_test_tonearest): Likewise.
20874         (pow_test_towardzero): Likewise.
20875         (pow_test_downward): Likewise.
20876         (pow_test_upward): Likewise.
20877         (remainder_test): Likewise.
20878         (remainder_test_tonearest): Likewise.
20879         (remainder_test_towardzero): Likewise.
20880         (remainder_test_downward): Likewise.
20881         (remainder_test_upward): Likewise.
20882         (remquo_test): Likewise.
20883         (rint_test): Likewise.
20884         (rint_test_tonearest): Likewise.
20885         (rint_test_towardzero): Likewise.
20886         (rint_test_downward): Likewise.
20887         (rint_test_upward): Likewise.
20888         (round_test): Likewise.
20889         (scalb_test): Likewise.
20890         (scalbn_test): Likewise.
20891         (scalbln_test): Likewise.
20892         (signbit_test): Likewise.
20893         (sin_test): Likewise.
20894         (sin_test_tonearest): Likewise.
20895         (sin_test_towardzero): Likewise.
20896         (sin_test_downward): Likewise.
20897         (sin_test_upward): Likewise.
20898         (sincos_test): Likewise.
20899         (sinh_test): Likewise.
20900         (sinh_test_tonearest): Likewise.
20901         (sinh_test_towardzero): Likewise.
20902         (sinh_test_downward): Likewise.
20903         (sinh_test_upward): Likewise.
20904         (sqrt_test): Likewise.
20905         (tan_test): Likewise.
20906         (tan_test_tonearest): Likewise.
20907         (tan_test_towardzero): Likewise.
20908         (tan_test_downward): Likewise.
20909         (tan_test_upward): Likewise.
20910         (tanh_test): Likewise.
20911         (tgamma_test): Likewise.
20912         (trunc_test): Likewise.
20913         (y0_test): Likewise.
20914         (y1_test): Likewise.
20915         (yn_test): Likewise.
20916         (significand_test): Likewise.
20917
20918 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
20919
20920         [BZ #15381]
20921         * libio/genops.c (_IO_no_init): Initialize wide struct info.
20922
20923 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
20924
20925         [BZ #14894]
20926         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
20927         __ppc_mdoio and __ppc_mdoom.
20928         * manual/platform.texi: Document new functions __ppc_yield,
20929         __ppc_mdoio and __ppc_mdoom.
20930
20931 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
20932
20933         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
20934         (main): Mention "tls" pseudo-hwcap is legacy.
20935         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
20936
20937 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
20938
20939         * math/gen-libm-test.pl (parse_args): Output only string of
20940         arguments as text for test name, not full call or descriptions of
20941         tests for extra outputs.
20942         (generate_testfile): Do not pass function name to parse_args.
20943         Generate this_func variable from START.
20944         * math/libm-test.inc (struct test_f_f_data): Rename test_name
20945         field to arg_str.
20946         (struct test_ff_f_data): Likewise.
20947         (test_ff_f_data_nexttoward): Likewise.
20948         (struct test_fi_f_data): Likewise.
20949         (struct test_fl_f_data): Likewise.
20950         (struct test_if_f_data): Likewise.
20951         (struct test_fff_f_data): Likewise.
20952         (struct test_c_f_data): Likewise.
20953         (struct test_f_f1_data): Likewise.  Remove field extra_name.
20954         (struct test_fF_f1_data): Likewise.
20955         (struct test_ffI_f1_data): Likewise.
20956         (struct test_c_c_data): Rename test_name field to arg_str.
20957         (struct test_cc_c_data): Likewise.
20958         (struct test_f_i_data): Likewise.
20959         (struct test_ff_i_data): Likewise.
20960         (struct test_f_l_data): Likewise.
20961         (struct test_f_L_data): Likewise.
20962         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
20963         and extra2_name.
20964         (COMMON_TEST_SETUP): New macro.
20965         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
20966         (COMMON_TEST_CLEANUP): Likewise.
20967         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
20968         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
20969         macros.
20970         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
20971         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
20972         macros.
20973         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
20974         (RUN_TEST_fff_f): Take argument string.  Call new setup and
20975         cleanup macros.
20976         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
20977         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
20978         macros.
20979         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
20980         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
20981         macros.
20982         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
20983         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
20984         cleanup macros.
20985         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
20986         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
20987         cleanup macros.
20988         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
20989         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
20990         cleanup macros.
20991         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
20992         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
20993         macros.
20994         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
20995         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
20996         macros.
20997         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
20998         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
20999         macros.
21000         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
21001         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
21002         cleanup macros.
21003         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
21004         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
21005         cleanup macros.
21006         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
21007         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
21008         macros.
21009         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
21010         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
21011         cleanup macros.
21012         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
21013         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
21014         macros.
21015         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
21016         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
21017         macros.
21018         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
21019         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
21020         cleanup macros.
21021         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
21022
21023 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
21024
21025         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
21026         to _sifields.sigfault.
21027         (si_addr_lsb): Define new macro.
21028         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
21029         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
21030         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
21031
21032 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
21033
21034         [BZ #15441]
21035         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
21036         returns -1.
21037         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
21038         null return -1.
21039         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
21040         loading the domain.
21041
21042 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
21043
21044         * math/gen-libm-test.pl (parse_args): Do not include expected
21045         result in test name.
21046         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
21047         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
21048         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
21049         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
21050         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
21051         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21052
21053 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
21054
21055         * benchtests/Makefile: Sort function entries.
21056
21057         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
21058         tanh, asinh, acosh, atanh.
21059         * benchtests/acos-inputs: New file.
21060         * benchtests/acosh-inputs: New file.
21061         * benchtests/asin-inputs: New file.
21062         * benchtests/asinh-inputs: New file.
21063         * benchtests/atanh-inputs: New file.
21064         * benchtests/cosh-inputs: New file.
21065         * benchtests/log-inputs: New file.
21066         * benchtests/sinh-inputs: New file.
21067         * benchtests/tanh-inputs: New file.
21068
21069 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
21070
21071         [BZ #15339]
21072         * posix/tst-getaddrinfo4.c: New test.
21073         * posix/Makefile (tests): Add it.
21074
21075 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21076
21077         [BZ #15339]
21078         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
21079         when no services were used.
21080         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
21081         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
21082
21083 2013-05-21  Andreas Schwab  <schwab@suse.de>
21084
21085         [BZ #15014]
21086         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
21087         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
21088         successful.
21089         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
21090         redundant variable declarations and reallocation of buffer when
21091         parsing as IPv6 address.  Always set NSS status when called from
21092         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
21093         buffer too small.  Correct computation of needed size.
21094         * nss/Makefile (tests): Add test-digits-dots.
21095         * nss/test-digits-dots.c: New test.
21096
21097 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21098
21099         * benchtests/Makefile: Remove instructions for adding
21100         benchmark tests.
21101         * benchtests/README: New file to explain how to execute and
21102         enhance the benchmark tests.
21103
21104 2013-05-21  Andreas Schwab  <schwab@suse.de>
21105
21106         [BZ #15493]
21107         * setjmp/Makefile (tests): Add tst-sigsetjmp.
21108         * setjmp/tst-sigsetjmp.c: New test.
21109
21110 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
21111
21112         * sysdeps/x86_64/memset.S (memset): New implementation.
21113         (__bzero): Likewise.
21114         (__memset_tail): New function.
21115
21116 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
21117
21118         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
21119         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
21120         __memcpy_sse2_unaligned ifunc selection.
21121         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21122         Add memcpy-sse2-unaligned.S.
21123         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21124         Add: __memcpy_sse2_unaligned.
21125
21126 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
21127
21128         [BZ #15490]
21129         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
21130         math_force_eval before restoring floating-point envrionment.
21131         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
21132         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
21133         Likewise.
21134         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
21135         <math_private.h>.
21136         (__nearbyintl): Use math_force_eval before restoring
21137         floating-point environment.
21138         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
21139
21140         * math/gen-libm-test.pl (special_functions): Remove.
21141         (parse_args): Don't handle TEST_extra.  Handle functions with no
21142         return value.
21143         * math/libm-test.inc (struct test_sincos_data): Replace with
21144         struct test_fFF_11_data.
21145         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
21146         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
21147         (sincos_test_data): Change element type to struct
21148         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
21149         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
21150         RUN_TEST_LOOP_sincos.
21151         * math/README.libm-test: Don't mention special handling of
21152         individual functions.
21153         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
21154         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
21155         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
21156         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
21157         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
21158         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21159
21160         * math/gen-libm-test.pl (get_variable): Remove function.
21161         (parse_args): Don't show pointer parameters to call in test
21162         names.  Use "extra output N" in test names for extra outputs
21163         rather than naming variables.
21164
21165 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
21166
21167         [BZ #15488]
21168         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
21169         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
21170         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
21171         double tests.
21172         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
21173         disable.
21174         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
21175         check_long_double.
21176
21177         * math/gen-libm-test.pl (@tests): Remove variable.
21178         ($count): Likewise.
21179         (new_test): Remove function.
21180         (show_exceptions): New function.
21181         (special_functions): Use show_exceptions instead of new_test.
21182         (parse_args): Likewise.
21183         (generate_testfile): Pass only function name in generated call to
21184         print_max_error or print_complex_max_error.
21185         (get_ulps): Do not handle complex tests specially.
21186         (output_test): Rename to ...
21187         (get_all_ulps_for_test): ... this.  Return a string rather than
21188         printing to a file.  Require ulps to be present.
21189         (output_ulps): Generate arrays rather than #defines.
21190         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
21191         (struct ulp_data): New type.
21192         (BUILD_COMPLEX_ULP): Remove macro.
21193         (compare_ulp_data): New function.
21194         (find_ulps): Likewise.
21195         (find_test_ulps): Likewise.
21196         (find_function_ulps): Likewise.
21197         (find_complex_function_ulps): Likewise.
21198         (print_max_error): Determine allowed ulps using
21199         find_function_ulps.
21200         (print_complex_max_error): Determine allowed ulps using
21201         find_complex_function_ulps.
21202         (check_float_internal): Determine max ulps using find_test_ulps.
21203         (check_float): Do not take max_ulp parameter.  Update call to
21204         check_float_internal.
21205         (check_complex): Likewise.
21206         (check_int): Do not take max_ulp parameter.
21207         (check_long): Likewise.
21208         (check_bool): Likewise.
21209         (check_longlong): Likewise.
21210         (struct test_f_f_data): Remove max_ulp field.
21211         (struct test_ff_f_data): Likewise.
21212         (struct test_ff_f_data_nexttoward): Likewise.
21213         (struct test_fi_f_data): Likewise.
21214         (struct test_fl_f_data): Likewise.
21215         (struct test_if_f_data): Likewise.
21216         (struct test_fff_f_data): Likewise.
21217         (struct test_c_f_data): Likewise.
21218         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
21219         (struct test_fF_f1_data): Likewise.
21220         (struct test_ffI_f1_data): Likewise.
21221         (struct test_c_c_data): Remove max_ulp field.
21222         (struct test_cc_c_data): Likewise.
21223         (struct test_f_i_data): Likewise.
21224         (struct test_ff_i_data): Likewise.
21225         (struct test_f_l_data): Likewise.
21226         (struct test_f_L_data): Likewise.
21227         (struct test_sincos_data): Likewise.
21228         (RUN_TEST_f_f): Do not handle ulps.
21229         (RUN_TEST_LOOP_f_f): Likewise.
21230         (RUN_TEST_2_f): Likewise.
21231         (RUN_TEST_LOOP_2_f): Likewise.
21232         (RUN_TEST_fff_f): Likewise.
21233         (RUN_TEST_LOOP_fff_f): Likewise.
21234         (RUN_TEST_c_f): Likewise.
21235         (RUN_TEST_LOOP_c_f): Likewise.
21236         (RUN_TEST_f_f1): Likewise.
21237         (RUN_TEST_LOOP_f_f1): Likewise.
21238         (RUN_TEST_fF_f1): Likewise.
21239         (RUN_TEST_LOOP_fF_f1): Likewise.
21240         (RUN_TEST_fI_f1): Likewise.
21241         (RUN_TEST_LOOP_fI_f1): Likewise.
21242         (RUN_TEST_ffI_f1): Likewise.
21243         (RUN_TEST_LOOP_ffI_f1): Likewise.
21244         (RUN_TEST_c_c): Likewise.
21245         (RUN_TEST_LOOP_c_c): Likewise.
21246         (RUN_TEST_cc_c): Likewise.
21247         (RUN_TEST_LOOP_cc_c): Likewise.
21248         (RUN_TEST_f_i): Likewise.
21249         (RUN_TEST_LOOP_f_i): Likewise.
21250         (RUN_TEST_f_i_tg): Likewise.
21251         (RUN_TEST_LOOP_f_i_tg): Likewise.
21252         (RUN_TEST_ff_i_tg): Likewise.
21253         (RUN_TEST_LOOP_ff_i_tg): Likewise.
21254         (RUN_TEST_f_b): Likewise.
21255         (RUN_TEST_LOOP_f_b): Likewise.
21256         (RUN_TEST_f_b_tg): Likewise.
21257         (RUN_TEST_LOOP_f_b_tg): Likewise.
21258         (RUN_TEST_f_l): Likewise.
21259         (RUN_TEST_LOOP_f_l): Likewise.
21260         (RUN_TEST_f_L): Likewise.
21261         (RUN_TEST_LOOP_f_L): Likewise.
21262         (RUN_TEST_sincos): Likewise.
21263         (RUN_TEST_LOOP_sincos): Likewise.
21264
21265 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
21266
21267         [BZ #15480]
21268         [BZ #15485]
21269         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
21270         main case of finite arguments, set rounding mode to FE_TONEAREST
21271         and discard exceptions.
21272         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
21273         exceptions.
21274         (remainder_tonearest_test_data): New variable.
21275         (remainder_test_tonearest): New function.
21276         (remainder_towardzero_test_data): New variable.
21277         (remainder_test_towardzero): New function.
21278         (remainder_downward_test_data): New variable.
21279         (remainder_test_downward): New function.
21280         (remainder_upward_test_data): New variable.
21281         (remainder_test_upward): New function.
21282         (main): Call the new test functions.
21283
21284         * math/libm-test.inc (struct test_f_f1_data): Remove field
21285         extra_init.
21286         (struct test_fF_f1_data): Likewise.
21287         (struct test_ffI_f1_data): Likewise.
21288         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
21289         based on value of EXTRA_EXPECTED.
21290         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
21291         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
21292         EXTRA_VAR based on value of EXTRA_EXPECTED.
21293         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
21294         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
21295         EXTRA_VAR based on value of EXTRA_EXPECTED.
21296         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
21297         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
21298         EXTRA_VAR based on value of EXTRA_EXPECTED.
21299         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
21300         * math/gen-libm-test.pl (parse_args): Don't output initializers
21301         for extra output values.
21302
21303         * math/libm-test.inc (check_int): Expect result to be exactly
21304         equal to expected value and do not handle ulps.
21305         (check_long): Likewise.
21306         (check_longlong): Likewise.
21307
21308         * math/libm-test.inc (ceil_test_data): Test for "inexact"
21309         exceptions.
21310         (cimag_test_data): Likewise.
21311         (conj_test_data): Likewise.
21312         (copysign_test_data): Likewise.
21313         (cproj_test_data): Likewise.
21314         (creal_test_data): Likewise.
21315         (fabs_test_data): Likewise.
21316         (fdim_test_data): Likewise.
21317         (finite_test_data): Likewise.
21318         (floor_test_data): Likewise.
21319         (fmax_test_data): Likewise.
21320         (fmin_test_data): Likewise.
21321         (fmod_test_data): Likewise.
21322         (fpclassify_test_data): Likewise.
21323         (frexp_test_data): Likewise.
21324         (ilogb_test_data): Likewise.
21325         (isfinite_test_data): Likewise.
21326         (isgreater_test_data): Likewise.
21327         (isgreaterequal_test_data): Likewise.
21328         (isinf_test_data): Likewise.
21329         (isless_test_data): Likewise.
21330         (islessequal_test_data): Likewise.
21331         (islessgreater_test_data): Likewise.
21332         (isnan_test_data): Likewise.
21333         (isnormal_test_data): Likewise.
21334         (issignaling_test_data): Likewise.
21335         (isunordered_test_data): Likewise.
21336         (ldexp_test_data): Likewise.
21337         (lrint_test_data): Likewise.
21338         (lrint_test_data) [TEST_FLOAT]: Disable one test.
21339         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
21340         (lrint_tonearest_test_data): Test for "inexact" exceptions.
21341         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
21342         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
21343         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
21344         test input.
21345         (lrint_towardzero_test_data): Test for "inexact" exceptions.
21346         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
21347         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
21348         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
21349         that test input.
21350         (lrint_downward_test_data): Test for "inexact" exceptions.
21351         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
21352         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
21353         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
21354         test input.
21355         (lrint_upward_test_data): Test for "inexact" exceptions.
21356         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
21357         test input.
21358         (llrint_test_data): Test for "inexact" exceptions.
21359         (llrint_test_data) [TEST_FLOAT]: Disable one test.
21360         (llrint_tonearest_test_data): Test for "inexact" exceptions.
21361         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
21362         (llrint_towardzero_test_data): Test for "inexact" exceptions.
21363         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
21364         (llrint_downward_test_data): Test for "inexact" exceptions.
21365         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
21366         (llrint_upward_test_data): Test for "inexact" exceptions.
21367         (logb_test_data): Likewise.
21368         (logb_downward_test_data): Likewise.
21369         (nextafter_test_data): Likewise.
21370         (nexttoward_test_data): Likewise.
21371         (remainder_test_data): Likewise.
21372         (remquo_test_data): Likewise.
21373         (scalbn_test_data): Likewise.
21374         (scalbln_test_data): Likewise.
21375         (signbit_test_data): Likewise.
21376         (sqrt_test_data): Likewise.
21377         (significand_test_data): Likewise.
21378
21379 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
21380
21381         [BZ #15424]
21382         * benchtests/bench-modf.c (struct args): Mark arg0 as
21383         volatile.
21384         * scripts/bench.pl: Mark members of struct args as volatile.
21385
21386 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21387
21388         [BZ # 15497]
21389         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
21390         negative infinity on POWER6 or lower.
21391         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
21392
21393 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
21394
21395         [BZ #15442]
21396         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
21397         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
21398         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
21399         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
21400         (_FP_SETQNAN): New macro.
21401         (_FP_SETQNAN_SEMIRAW): Likewise.
21402         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
21403         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
21404         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
21405         (FP_EXTEND): Use _FP_FRAC_SNANP.
21406         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
21407         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
21408         into account.
21409         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
21410         New macro.
21411         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
21412         Likewise.
21413
21414 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
21415
21416         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
21417         with DIVIDE_BY_ZERO_EXCEPTION.
21418         (gamma_test_data): Likewise.
21419         (lgamma_test_data): Likewise.
21420         (log_test_data): Likewise.
21421         (log10_test_data): Likewise.
21422         (log2_test_data): Likewise.
21423         (tgamma_test_data): Likewise.
21424
21425         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
21426         (acos_test_tonearest): Likewise.
21427         (acos_test_towardzero): Likewise.
21428         (acos_test_downward): Likewise.
21429         (acos_test_upward): Likewise.
21430         (acosh_test): Likewise.
21431         (asin_test): Likewise.
21432         (asin_test_tonearest): Likewise.
21433         (asin_test_towardzero): Likewise.
21434         (asin_test_downward): Likewise.
21435         (asin_test_upward): Likewise.
21436         (asinh_test): Likewise.
21437         (atan_test): Likewise.
21438         (atanh_test): Likewise.
21439         (atan2_test): Likewise.
21440         (cabs_test): Likewise.
21441         (cacos_test): Likewise.
21442         (cacosh_test): Likewise.
21443         (casin_test): Likewise.
21444         (casinh_test): Likewise.
21445         (catan_test): Likewise.
21446         (catanh_test): Likewise.
21447         (cbrt_test): Likewise.
21448         (ccos_test): Likewise.
21449         (ccosh_test): Likewise.
21450         (cexp_test): Likewise.
21451         (clog_test): Likewise.
21452         (clog10_test): Likewise.
21453         (cos_test): Likewise.
21454         (cos_test_tonearest): Likewise.
21455         (cos_test_towardzero): Likewise.
21456         (cos_test_downward): Likewise.
21457         (cos_test_upward): Likewise.
21458         (cosh_test): Likewise.
21459         (cosh_test_tonearest): Likewise.
21460         (cosh_test_towardzero): Likewise.
21461         (cosh_test_downward): Likewise.
21462         (cosh_test_upward): Likewise.
21463         (cpow_test): Likewise.
21464         (csin_test): Likewise.
21465         (csinh_test): Likewise.
21466         (csqrt_test): Likewise.
21467         (ctan_test): Likewise.
21468         (ctan_test_tonearest): Likewise.
21469         (ctan_test_towardzero): Likewise.
21470         (ctan_test_downward): Likewise.
21471         (ctan_test_upward): Likewise.
21472         (ctanh_test): Likewise.
21473         (ctanh_test_tonearest): Likewise.
21474         (ctanh_test_towardzero): Likewise.
21475         (ctanh_test_downward): Likewise.
21476         (ctanh_test_upward): Likewise.
21477         (erf_test): Likewise.
21478         (erfc_test): Likewise.
21479         (exp_test): Likewise.
21480         (exp_test_tonearest): Likewise.
21481         (exp_test_towardzero): Likewise.
21482         (exp_test_downward): Likewise.
21483         (exp_test_upward): Likewise.
21484         (exp10_test): Likewise.
21485         (exp2_test): Likewise.
21486         (expm1_test): Likewise.
21487         (fmod_test): Likewise.
21488         (gamma_test): Likewise.
21489         (hypot_test): Likewise.
21490         (j0_test): Likewise.
21491         (j1_test): Likewise.
21492         (jn_test): Likewise.
21493         (lgamma_test): Likewise.
21494         (log_test): Likewise.
21495         (log10_test): Likewise.
21496         (log1p_test): Likewise.
21497         (log2_test): Likewise.
21498         (logb_test_downward): Likewise.
21499         (pow_test): Likewise.
21500         (pow_test_tonearest): Likewise.
21501         (pow_test_towardzero): Likewise.
21502         (pow_test_downward): Likewise.
21503         (pow_test_upward): Likewise.
21504         (remainder_test): Likewise.
21505         (remquo_test): Likewise.
21506         (sin_test): Likewise.
21507         (sin_test_tonearest): Likewise.
21508         (sin_test_towardzero): Likewise.
21509         (sin_test_downward): Likewise.
21510         (sin_test_upward): Likewise.
21511         (sincos_test): Likewise.
21512         (sinh_test): Likewise.
21513         (sinh_test_tonearest): Likewise.
21514         (sinh_test_towardzero): Likewise.
21515         (sinh_test_downward): Likewise.
21516         (sinh_test_upward): Likewise.
21517         (sqrt_test): Likewise.
21518         (tan_test): Likewise.
21519         (tan_test_tonearest): Likewise.
21520         (tan_test_towardzero): Likewise.
21521         (tan_test_downward): Likewise.
21522         (tan_test_upward): Likewise.
21523         (tanh_test): Likewise.
21524         (tgamma_test): Likewise.
21525         (y0_test): Likewise.
21526         (y1_test): Likewise.
21527         (yn_test): Likewise.
21528
21529         * math/gen-libm-test.pl (adjust_arg): Remove function.
21530         (special_function): Remove argument $in_func.  Only handle
21531         generating output for tables of tests, not inside functions.
21532         (parse_args): Likewise.
21533         (generate_testfile): Remove variable $in_func.  Update call to
21534         parse_args.
21535         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
21536         (MINUS_ZERO_INIT): Rename macro to minus_zero.
21537         (PLUS_INFTY_INIT): Rename macro to plus_infty.
21538         (MINUS_INFTY_INIT): Rename macro to minus_infty.
21539         (QNAN_VALUE_INIT): Rename macro to qnan_value.
21540         (MAX_VALUE_INIT): Rename macro to max_value.
21541         (MIN_VALUE_INIT): Rename macro to min_value.
21542         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
21543         (plus_zero): Remove variable.
21544         (minus_zero): Likewise.
21545         (plus_infty): Likewise.
21546         (minus_infty): Likewise.
21547         (qnan_value): Likewise.
21548         (max_value): Likewise.
21549         (min_value): Likewise.
21550         (min_subnorm_value): Likewise.
21551
21552 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
21553
21554         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
21555         uint64_t or uint32_t usage.
21556         * crypt/sha256-block.c: Likewise.
21557         * crypt/sha256-crypt.c: Likewise.
21558         * crypt/sha256.c: Likewise.
21559         * crypt/sha512-block.c: Likewise.
21560         * crypt/sha512-crypt.c: Likewise.
21561         * crypt/sha512.c: Likewise.
21562         * debug/backtrace-tst.c: Likewise.
21563         * debug/pcprofiledump.c: Likewise.
21564         * elf/cache.c: Likewise.
21565         * elf/dl-cache.c: Likewise.
21566         * elf/dl-misc.c: Likewise.
21567         * elf/dl-profile.c: Likewise.
21568         * elf/dl-support.c: Likewise.
21569         * elf/ldconfig.c: Likewise.
21570         * elf/sprof.c: Likewise.
21571         * iconv/dummy-repertoire.c: Likewise.
21572         * iconv/iconv_charmap.c: Likewise.
21573         * iconv/skeleton.c: Likewise.
21574         * iconvdata/8bit-generic.c: Likewise.
21575         * iconvdata/cp737.h: Likewise.
21576         * iconvdata/cp775.h: Likewise.
21577         * iconvdata/ibm1008.h: Likewise.
21578         * iconvdata/ibm1025.h: Likewise.
21579         * iconvdata/ibm1046.h: Likewise.
21580         * iconvdata/ibm1097.h: Likewise.
21581         * iconvdata/ibm1112.h: Likewise.
21582         * iconvdata/ibm1122.h: Likewise.
21583         * iconvdata/ibm1123.h: Likewise.
21584         * iconvdata/ibm1124.h: Likewise.
21585         * iconvdata/ibm1129.h: Likewise.
21586         * iconvdata/ibm1130.h: Likewise.
21587         * iconvdata/ibm1132.h: Likewise.
21588         * iconvdata/ibm1133.h: Likewise.
21589         * iconvdata/ibm1137.h: Likewise.
21590         * iconvdata/ibm1140.h: Likewise.
21591         * iconvdata/ibm1141.h: Likewise.
21592         * iconvdata/ibm1142.h: Likewise.
21593         * iconvdata/ibm1143.h: Likewise.
21594         * iconvdata/ibm1144.h: Likewise.
21595         * iconvdata/ibm1145.h: Likewise.
21596         * iconvdata/ibm1146.h: Likewise.
21597         * iconvdata/ibm1147.h: Likewise.
21598         * iconvdata/ibm1148.h: Likewise.
21599         * iconvdata/ibm1149.h: Likewise.
21600         * iconvdata/ibm1153.h: Likewise.
21601         * iconvdata/ibm1154.h: Likewise.
21602         * iconvdata/ibm1155.h: Likewise.
21603         * iconvdata/ibm1156.h: Likewise.
21604         * iconvdata/ibm1157.h: Likewise.
21605         * iconvdata/ibm1158.h: Likewise.
21606         * iconvdata/ibm1160.h: Likewise.
21607         * iconvdata/ibm1161.h: Likewise.
21608         * iconvdata/ibm1162.h: Likewise.
21609         * iconvdata/ibm1163.h: Likewise.
21610         * iconvdata/ibm1164.h: Likewise.
21611         * iconvdata/ibm1166.h: Likewise.
21612         * iconvdata/ibm1167.h: Likewise.
21613         * iconvdata/ibm12712.h: Likewise.
21614         * iconvdata/ibm1390.h: Likewise.
21615         * iconvdata/ibm1399.h: Likewise.
21616         * iconvdata/ibm16804.h: Likewise.
21617         * iconvdata/ibm4517.h: Likewise.
21618         * iconvdata/ibm4899.h: Likewise.
21619         * iconvdata/ibm4909.h: Likewise.
21620         * iconvdata/ibm4971.h: Likewise.
21621         * iconvdata/ibm5347.h: Likewise.
21622         * iconvdata/ibm803.h: Likewise.
21623         * iconvdata/ibm856.h: Likewise.
21624         * iconvdata/ibm901.h: Likewise.
21625         * iconvdata/ibm902.h: Likewise.
21626         * iconvdata/ibm9030.h: Likewise.
21627         * iconvdata/ibm9066.h: Likewise.
21628         * iconvdata/ibm921.h: Likewise.
21629         * iconvdata/ibm922.h: Likewise.
21630         * iconvdata/ibm9448.h: Likewise.
21631         * iconvdata/isiri-3342.h: Likewise.
21632         * iconvdata/jis0201.h: Likewise.
21633         * include/link.h: Likewise.
21634         * include/netdb.h: Likewise.
21635         * inet/check_native.c: Likewise.
21636         * inet/check_pf.c: Likewise.
21637         * inet/getipv4sourcefilter.c: Likewise.
21638         * inet/getnameinfo.c: Likewise.
21639         * inet/getsourcefilter.c: Likewise.
21640         * inet/htonl.c: Likewise.
21641         * inet/setipv4sourcefilter.c: Likewise.
21642         * inet/setsourcefilter.c: Likewise.
21643         * inet/test-inet6_opt.c: Likewise.
21644         * inet/tst-network.c: Likewise.
21645         * locale/C-collate.c: Likewise.
21646         * locale/C-ctype.c: Likewise.
21647         * locale/C-time.c: Likewise.
21648         * locale/C-translit.h: Likewise.
21649         * locale/loadarchive.c: Likewise.
21650         * locale/programs/3level.h: Likewise.
21651         * locale/programs/charmap.c: Likewise.
21652         * locale/programs/charmap.h: Likewise.
21653         * locale/programs/ld-address.c: Likewise.
21654         * locale/programs/ld-collate.c: Likewise.
21655         * locale/programs/ld-ctype.c: Likewise.
21656         * locale/programs/ld-identification.c: Likewise.
21657         * locale/programs/ld-measurement.c: Likewise.
21658         * locale/programs/ld-messages.c: Likewise.
21659         * locale/programs/ld-monetary.c: Likewise.
21660         * locale/programs/ld-name.c: Likewise.
21661         * locale/programs/ld-numeric.c: Likewise.
21662         * locale/programs/ld-paper.c: Likewise.
21663         * locale/programs/ld-telephone.c: Likewise.
21664         * locale/programs/ld-time.c: Likewise.
21665         * locale/programs/linereader.c: Likewise.
21666         * locale/programs/locale.c: Likewise.
21667         * locale/programs/locarchive.c: Likewise.
21668         * locale/programs/locfile.h: Likewise.
21669         * locale/programs/repertoire.c: Likewise.
21670         * locale/programs/simple-hash.c: Likewise.
21671         * locale/programs/simple-hash.h: Likewise.
21672         * malloc/memusage.c: Likewise.
21673         * malloc/memusagestat.c: Likewise.
21674         * nis/nis_defaults.c: Likewise.
21675         * nis/nis_hash.c: Likewise.
21676         * nis/nis_print.c: Likewise.
21677         * nis/nis_xdr.c: Likewise.
21678         * nscd/connections.c: Likewise.
21679         * nscd/hstcache.c: Likewise.
21680         * nscd/nscd_gethst_r.c: Likewise.
21681         * nscd/nscd_getserv_r.c: Likewise.
21682         * nscd/nscd_helper.c: Likewise.
21683         * nscd/servicescache.c: Likewise.
21684         * nss/makedb.c: Likewise.
21685         * nss/nss_db/db-XXX.c: Likewise.
21686         * nss/nss_db/db-initgroups.c: Likewise.
21687         * nss/nss_db/db-netgrp.c: Likewise.
21688         * nss/nss_files/files-network.c: Likewise.
21689         * nss/nss_files/files-parse.c: Likewise.
21690         * posix/bug-regex5.c: Likewise.
21691         * posix/fnmatch_loop.c: Likewise.
21692         * posix/regcomp.c: Likewise.
21693         * posix/regexec.c: Likewise.
21694         * posix/tst-rfc3484-2.c: Likewise.
21695         * posix/tst-rfc3484-3.c: Likewise.
21696         * posix/tst-rfc3484.c: Likewise.
21697         * resolv/nss_dns/dns-canon.c: Likewise.
21698         * resolv/nss_dns/dns-network.c: Likewise.
21699         * resolv/res_init.c: Likewise.
21700         * resolv/res_mkquery.c: Likewise.
21701         * resolv/tst-aton.c: Likewise.
21702         * stdlib/cxa_atexit.c: Likewise.
21703         * stdlib/cxa_finalize.c: Likewise.
21704         * stdlib/gen-fpioconst.c: Likewise.
21705         * stdlib/strtol_l.c: Likewise.
21706         * string/tst-endian.c: Likewise.
21707         * sunrpc/auth_des.c: Likewise.
21708         * sunrpc/clnt_udp.c: Likewise.
21709         * sunrpc/rtime.c: Likewise.
21710         * sunrpc/svcauth_des.c: Likewise.
21711         * sunrpc/xdr.c: Likewise.
21712         * sunrpc/xdr_intXX_t.c: Likewise.
21713         * sunrpc/xdr_rec.c: Likewise.
21714         * sysdeps/generic/ldconfig.h: Likewise.
21715         * sysdeps/generic/ldsodefs.h: Likewise.
21716         * sysdeps/generic/memusage.h: Likewise.
21717         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
21718         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
21719         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
21720         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
21721         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
21722         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
21723         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
21724         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
21725         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
21726         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
21727         * sysdeps/posix/getaddrinfo.c: Likewise.
21728         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
21729         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
21730         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
21731         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
21732         * sysdeps/powerpc/test-gettimebase.c: Likewise.
21733         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
21734         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
21735         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
21736         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
21737         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
21738         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
21739         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
21740         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
21741         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
21742         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
21743         * sysdeps/x86_64/dl-tls.h: Likewise.
21744         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
21745         * time/alt_digit.c: Likewise.
21746         * time/era.c: Likewise.
21747         * wcsmbs/tst-c16c32-1.c: Likewise.
21748
21749 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
21750
21751         * math/libm-test.inc (struct test_sincos_data): New type.
21752         (RUN_TEST_LOOP_sincos): New macro.
21753         (sincos_test_data): New variable.
21754         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
21755
21756 2013-05-16  Richard Henderson  <rth@redhat.com>
21757
21758         * math/atest-exp2.c (LIMB64): New macro.
21759         (CONSTSZ): New macro.
21760         (mp_exp1, mp_exp_m1, mp_log2): New variables.
21761         (hexdig): Move ...
21762         (print_mpn_fp): ... to function scope.
21763         (read_mpn_hex): Remove.
21764         (get_log2): Remove.
21765         (exp2_mpn): Use mp_log2.
21766         (main): Use mp_exp1.
21767
21768 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
21769
21770         * math/libm-test.inc: Remove comment about not testing "inexact"
21771         exceptions.
21772         (INEXACT_EXCEPTION): New macro.
21773         (NO_INEXACT_EXCEPTION): Likewise.
21774         (INVALID_EXCEPTION_OK): Update value.
21775         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
21776         (OVERFLOW_EXCEPTION_OK): Likewise.
21777         (UNDERFLOW_EXCEPTION_OK): Likewise.
21778         (IGNORE_ZERO_INF_SIGN): Likewise.
21779         (ERRNO_UNCHANGED): Likewise.
21780         (ERRNO_EDOM): Likewise.
21781         (ERRNO_ERANGE): Likewise.
21782         (test_exceptions): Handle testing "inexact" exceptions.
21783         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
21784         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
21785         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
21786         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
21787         INEXACT_EXCEPTION.
21788         (rint_towardzero_test_data): Likewise.
21789         (rint_downward_test_data): Likewise.
21790         (rint_upward_test_data): Likewise.
21791
21792         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
21793         with OVERFLOW_EXCEPTION.
21794         (exp10_test_data): Likewise.
21795         (exp2_test_data): Likewise.
21796         (expm1_test_data): Likewise.
21797         (lgamma_test_data): Likewise.
21798         (pow_test_data): Likewise.
21799         (tgamma_test_data): Likewise.
21800         (yn_test_data): Remove duplicate test of overflow.
21801
21802         * math/libm-test.inc (struct test_cc_c_data): New type.
21803         (RUN_TEST_LOOP_cc_c): New macro.
21804         (cpow_test_data): New variable.
21805         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
21806
21807         * math/libm-test.inc (struct test_f_L_data): New type.
21808         (RUN_TEST_LOOP_f_L): New macro.
21809         (llrint_test_data): New variable.
21810         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
21811         (llrint_tonearest_test_data): New variable.
21812         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
21813         (llrint_towardzero_test_data): New variable.
21814         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
21815         (llrint_downward_test_data): New variable.
21816         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
21817         (llrint_upward_test_data): New variable.
21818         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
21819         (llround_test_data): New variable.
21820         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
21821
21822 2013-05-13  Peter Collingbourne  <pcc@google.com>
21823
21824         * math/atest-exp2.c (get_log2): Remove const attribute.
21825
21826 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
21827
21828         * math/libm-test.inc (struct test_f_l_data): New type.
21829         (RUN_TEST_LOOP_f_l): New macro.
21830         (lrint_test_data): New variable.
21831         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
21832         (lrint_tonearest_test_data): New variable.
21833         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
21834         (lrint_towardzero_test_data): New variable.
21835         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
21836         (lrint_downward_test_data): New variable.
21837         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
21838         (lrint_upward_test_data): New variable.
21839         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
21840         (lround_test_data): New variable.
21841         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
21842
21843 2013-05-15  Peter Collingbourne  <pcc@google.com>
21844
21845         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
21846         (EXTRACT_WORDS64) Use where appropriate.
21847         (INSERT_WORDS64) Likewise.
21848
21849         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
21850         constraints with x constraints.
21851         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
21852
21853         * malloc/obstack.c (_obstack_compat): Add initializer.
21854
21855 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
21856
21857         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
21858         si_trapno and add si_addr_lsb to _sifields.sigfault.
21859         (si_trapno): Remove macro.
21860         (si_addr_lsb): Define new macro.
21861         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
21862
21863 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
21864
21865         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
21866         instead of TEST_f_l.
21867         (llrint_test_tonearest): Likewise.
21868         (llrint_test_towardzero): Likewise.
21869         (llrint_test_downward): Likewise.
21870         (llrint_test_upward): Likewise.
21871         (llround_test): Likewise.
21872
21873         * math/libm-test.inc (struct test_f_i_data): Add comment.
21874         (RUN_TEST_LOOP_f_b): New macro.
21875         (RUN_TEST_LOOP_f_b_tg): Likewise.
21876         (finite_test_data): New variable.
21877         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
21878         (isfinite_test_data): New variable.
21879         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21880         (isinf_test_data): New variable.
21881         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21882         (isnan_test_data): New variable.
21883         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21884         (isnormal_test_data): New variable.
21885         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21886         (issignaling_test_data): New variable.
21887         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21888         (signbit_test_data): New variable.
21889         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21890
21891         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
21892         with INVALID_EXCEPTION.
21893         (acosh_test_data): Likewise.
21894         (asin_test_data): Likewise.
21895         (atanh_test_data): Likewise.
21896         (fmod_test_data): Likewise.
21897         (log_test_data): Likewise.
21898         (log10_test_data): Likewise.
21899         (log2_test_data): Likewise.
21900         (pow_test_data): Likewise.
21901         (sqrt_test_data): Likewise.
21902         (y0_test_data): Likewise.
21903         (y1_test_data): Likewise.
21904         (yn_test_data): Likewise.
21905
21906         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
21907         function contents.
21908
21909         * math/libm-test.inc (struct test_ff_i_data): New type.
21910         (RUN_TEST_LOOP_ff_i_tg): New macro.
21911         (isgreater_test_data): New variable.
21912         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21913         (isgreaterequal_test_data): New variable.
21914         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21915         (isless_test_data): New variable.
21916         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21917         (islessequal_test_data): New variable.
21918         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21919         (islessgreater_test_data): New variable.
21920         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21921         (isunordered_test_data): New variable.
21922         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21923
21924 2013-05-14  David S. Miller  <davem@davemloft.net>
21925
21926         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21927
21928 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
21929
21930         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
21931
21932         * math/libm-test.inc (struct test_fF_f1_data): Change type of
21933         extra_test to int.
21934         (struct test_f_i_data): Change type of max_ulp to int.
21935
21936         * math/libm-test.inc (test_ffI_f1_data): New type.
21937         (RUN_TEST_LOOP_ffI_f1): New macro.
21938         (remquo_test_data): New variable.
21939         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
21940
21941         * setjmp/tst-setjmp-fp.c: New file.
21942         * setjmp/Makefile (tests): Add tst-setjmp-fp.
21943         (link-libm): New variable.
21944         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
21945
21946         * math/libm-test.inc (struct test_f_i_data): New type.
21947         (RUN_TEST_LOOP_f_i): New macro.
21948         (RUN_TEST_LOOP_f_i_tg): Likewise.
21949         (fpclassify_test_data): New variable.
21950         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
21951         (ilogb_test_data): New variable.
21952         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
21953
21954         * math/libm-test.inc (scalbln_test): Correct function name in END
21955         call.
21956
21957         * math/libm-test.inc (struct test_f_f1_data): Add comment.
21958         (RUN_TEST_LOOP_fI_f1): New macro.
21959         (frexp_test_data): New variable.
21960         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
21961
21962         * math/libm-test.inc (struct test_fF_f1_data): New type.
21963         (RUN_TEST_LOOP_fF_f1): New macro.
21964         (modf_test_data): New variable.
21965         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
21966
21967         * math/libm-test.inc (struct test_f_f1_data): New type.
21968         (RUN_TEST_LOOP_f_f1): New macro.
21969         (gamma_test_data): New variable.
21970         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
21971         (lgamma_test_data): New variable.
21972         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
21973
21974 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
21975
21976         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
21977         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
21978         (main): Comment "tls" pseudo-hwcap.
21979
21980 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
21981
21982         * math/libm-test.inc (struct test_fl_f_data): New type.
21983         (RUN_TEST_LOOP_fl_f): New variable.
21984         (scalbln_test_data): New variable.
21985         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
21986
21987         * math/libm-test.inc (struct test_fi_f_data): New type.
21988         (RUN_TEST_LOOP_fi_f): New macro.
21989         (ldexp_test_data): New variable.
21990         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
21991         (scalbn_test_data): New variable.
21992         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
21993
21994         * math/libm-test.inc (struct test_c_f_data): New type.
21995         (RUN_TEST_LOOP_c_f): New macro.
21996         (cabs_test_data): New variable.
21997         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
21998         (carg_test_data): New variable.
21999         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
22000         (cimag_test_data): New variable.
22001         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
22002         (creal_test_data): New variable.
22003         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
22004
22005         * math/libm-test.inc (struct test_if_f_data): New type.
22006         (RUN_TEST_LOOP_if_f): New macro.
22007         (jn_test_data): New variable.
22008         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
22009         (yn_test_data): New variable.
22010         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
22011
22012         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
22013
22014 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22015
22016         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
22017         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
22018
22019 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22020
22021         * benchtests/Makefile (CPPFLAGS-nonlib): Add
22022         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
22023         (bench-deps): Add bench-timing.h.
22024         * benchtests-bench-skeleton.c: Include bench-timing.h.
22025         (main): Use TIMING_* macros instead of clock_gettime.
22026         * benchtests/bench-timing.h: New file.
22027
22028         [BZ #14582]
22029         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
22030         Renamed from _LIB_VERSION.
22031         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
22032
22033 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
22034
22035         * math/libm-test.inc (struct test_fff_f_data): New type.
22036         (RUN_TEST_LOOP_fff_f): New macro.
22037         (fma_test_data): New variable.
22038         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
22039         (fma_towardzero_test_data): New variable.
22040         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
22041         (fma_downward_test_data): New variable.
22042         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
22043         (fma_upward_test_data): New variable.
22044         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
22045
22046         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
22047         (struct test_c_c_data): New type.
22048         (RUN_TEST_LOOP_c_c): New macro.
22049         (cacos_test_data): New variable.
22050         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
22051         (cacosh_test_data): New variable.
22052         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
22053         (casin_test_data): New variable.
22054         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
22055         (casinh_test_data): New variable.
22056         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
22057         (catan_test_data): New variable.
22058         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
22059         (catanh_test_data): New variable.
22060         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
22061         (ccos_test_data): New variable.
22062         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
22063         (ccosh_test_data): New variable.
22064         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
22065         (cexp_test_data): New variable.
22066         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
22067         (clog_test_data): New variable.
22068         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
22069         (clog10_test_data): New variable.
22070         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
22071         (conj_test_data): New variable.
22072         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
22073         (cproj_test_data): New variable.
22074         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
22075         (csin_test_data): New variable.
22076         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
22077         (csinh_test_data): New variable.
22078         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
22079         (csqrt_test_data): New variable.
22080         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
22081         (ctan_test_data): New variable.
22082         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
22083         (ctan_tonearest_test_data): New variable.
22084         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
22085         (ctan_towardzero_test_data): New variable.
22086         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
22087         (ctan_downward_test_data): New variable.
22088         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
22089         (ctan_upward_test_data): New variable.
22090         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
22091         (ctanh_test_data): New variable.
22092         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
22093         (ctanh_tonearest_test_data): New variable.
22094         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
22095         (ctanh_towardzero_test_data): New variable.
22096         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
22097         (ctanh_downward_test_data): New variable.
22098         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
22099         (ctanh_upward_test_data): New variable.
22100         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
22101         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
22102         of BUILD_COMPLEX.
22103
22104         * math/libm-test.inc (struct test_ff_f_data): New type.
22105         (struct test_ff_f_data_nexttoward): Likewise.
22106         (RUN_TEST_LOOP_2_f): New macro.
22107         (RUN_TEST_LOOP_ff_f): Likewise.
22108         (atan2_test_data): New variable.
22109         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
22110         (copysign_test_data): New variable.
22111         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
22112         (fdim_test_data): New variable.
22113         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
22114         (fmax_test_data): New variable.
22115         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
22116         (fmin_test_data): New variable.
22117         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
22118         (fmod_test_data): New variable.
22119         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
22120         (hypot_test_data): New variable.
22121         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
22122         (nextafter_test_data): New variable.
22123         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
22124         (nexttoward_test_data): New variable.
22125         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
22126         (pow_test_data): New variable.
22127         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
22128         (pow_tonearest_test_data): New variable.
22129         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
22130         (pow_towardzero_test_data): New variable.
22131         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
22132         (pow_downward_test_data): New variable.
22133         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
22134         (pow_upward_test_data): New variable.
22135         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
22136         (remainder_test_data): New variable.
22137         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
22138         (scalb_test_data): New variable.
22139         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
22140         * sysdeps/i386/fpu/libm-test-ulps: Update.
22141
22142 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
22143
22144         * math/libm-test.inc (fma_test): Use max_value instead of local
22145         variable fltmax.
22146         (nextafter_test): Likewise.
22147
22148         * math/libm-test.inc (acos_towardzero_test_data): New variable.
22149         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22150         (acos_downward_test_data): New variable.
22151         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22152         (acos_upward_test_data): New variable.
22153         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22154         (acosh_test_data): New variable.
22155         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
22156         (asin_test_data): New variable.
22157         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
22158         (asin_tonearest_test_data): New variable.
22159         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22160         (asin_towardzero_test_data): New variable.
22161         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22162         (asin_downward_test_data): New variable.
22163         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22164         (asin_upward_test_data): New variable.
22165         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22166         (asinh_test_data): New variable.
22167         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
22168         (atan_test_data): New variable.
22169         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
22170         (atanh_test_data): New variable.
22171         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
22172         (cbrt_test_data): New variable.
22173         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
22174         (ceil_test_data): New variable.
22175         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
22176         (cos_test_data): New variable.
22177         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
22178         (cos_tonearest_test_data): New variable.
22179         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22180         (cos_towardzero_test_data): New variable.
22181         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22182         (cos_downward_test_data): New variable.
22183         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22184         (cos_upward_test_data): New variable.
22185         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22186         (cosh_test_data): New variable.
22187         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
22188         (cosh_tonearest_test_data): New variable.
22189         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22190         (cosh_towardzero_test_data): New variable.
22191         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22192         (cosh_downward_test_data): New variable.
22193         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22194         (cosh_upward_test_data): New variable.
22195         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22196         (erf_test_data): New variable.
22197         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
22198         (erfc_test_data): New variable.
22199         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
22200         (exp_test_data): New variable.
22201         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
22202         (exp_tonearest_test_data): New variable.
22203         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22204         (exp_towardzero_test_data): New variable.
22205         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22206         (exp_downward_test_data): New variable.
22207         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22208         (exp_upward_test_data): New variable.
22209         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22210         (exp10_test_data): New variable.
22211         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
22212         (exp2_test_data): New variable.
22213         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
22214         (expm1_test_data): New variable.
22215         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
22216         (fabs_test_data): New variable.
22217         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
22218         (floor_test_data): New variable.
22219         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
22220         (j0_test_data): New variable.
22221         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
22222         (j1_test_data): New variable.
22223         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
22224         (log_test_data): New variable.
22225         (log_test): Run tests with RUN_TEST_LOOP_f_f.
22226         (log10_test_data): New variable.
22227         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
22228         (log1p_test_data): New variable.
22229         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
22230         (log2_test_data): New variable.
22231         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
22232         (logb_test_data): New variable.
22233         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
22234         (logb_downward_test_data): New variable.
22235         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22236         (nearbyint_test_data): New variable.
22237         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
22238         (rint_test_data): New variable.
22239         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
22240         (rint_tonearest_test_data): New variable.
22241         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22242         (rint_towardzero_test_data): New variable.
22243         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22244         (rint_downward_test_data): New variable.
22245         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22246         (rint_upward_test_data): New variable.
22247         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22248         (round_test_data): New variable.
22249         (round_test): Run tests with RUN_TEST_LOOP_f_f.
22250         (sin_test_data): New variable.
22251         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
22252         (sin_tonearest_test_data): New variable.
22253         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22254         (sin_towardzero_test_data): New variable.
22255         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22256         (sin_downward_test_data): New variable.
22257         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22258         (sin_upward_test_data): New variable.
22259         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22260         (sinh_test_data): New variable.
22261         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
22262         (sinh_tonearest_test_data): New variable.
22263         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22264         (sinh_towardzero_test_data): New variable.
22265         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22266         (sinh_downward_test_data): New variable.
22267         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22268         (sinh_upward_test_data): New variable.
22269         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22270         (sqrt_test_data): New variable.
22271         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
22272         (tan_test_data): New variable.
22273         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
22274         (tan_tonearest_test_data): New variable.
22275         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22276         (tan_towardzero_test_data): New variable.
22277         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22278         (tan_downward_test_data): New variable.
22279         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22280         (tan_upward_test_data): New variable.
22281         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22282         (tanh_test_data): New variable.
22283         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
22284         (tgamma_test_data): New variable.
22285         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
22286         (trunc_test_data): New variable.
22287         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
22288         (y0_test_data): New variable.
22289         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
22290         (y1_test_data): New variable.
22291         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
22292         (significand_test_data): New variable.
22293         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
22294
22295 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
22296
22297         [BZ #12387]
22298         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
22299
22300 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
22301
22302         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
22303
22304 2013-05-10  Andreas Jaeger  <aj@suse.de>
22305
22306         [BZ #15448]
22307         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
22308         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
22309
22310 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
22311
22312         * math/gen-libm-test.pl (adjust_arg): New function.
22313         (special_functions): Handle generating output in both functions
22314         and arrays.
22315         (parse_args): Likewise.
22316         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
22317         $in_func argument to parse_args.
22318         * math/libm-test.inc (struct test_f_f_data): New type.
22319         (IF_ROUND_INIT_): New macro.
22320         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
22321         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
22322         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
22323         (IF_ROUND_INIT_FE_UPWARD): Likewise.
22324         (ROUND_RESTORE_): Likewise.
22325         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
22326         (ROUND_RESTORE_FE_TONEAREST): Likewise.
22327         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
22328         (ROUND_RESTORE_FE_UPWARD): Likewise.
22329         (RUN_TEST_LOOP_f_f): New macro.
22330         (acos_test_data): New variable.
22331         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
22332         (acos_tonearest_test_data): New variable.
22333         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22334
22335 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22336
22337         * benchtests/bench-skeleton.c (startup): Fix coding style.
22338
22339 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
22340
22341         [BZ #6809]
22342         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
22343         negative infinity argument.
22344         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
22345         negative infinity argument.
22346         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
22347         negative infinity argument.
22348         * math/libm-test.inc (tgamma_test): Expect errno to be set for
22349         domain errors.
22350
22351 2013-05-10  Florian Weimer  <fweimer@redhat.com>
22352
22353         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
22354         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
22355         * iconv/iconv_prog.c (main): Likewise.
22356         * locale/programs/charmap-dir.c (charmap_readdir)
22357         (fopen_uncompressed): Likewise.
22358         * locale/programs/locfile.c (siblings_uncached)
22359         (write_locale_data): Use lstat64 instead of lstat.
22360         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
22361         stat.
22362
22363 2013-05-10  Andreas Jaeger  <aj@suse.de>
22364
22365         [BZ #15395]
22366         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
22367         localization.
22368         Include <locale.h>.
22369
22370 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
22371
22372         * elf/dl-close.c (_dl_close_worker): Add comments.
22373
22374 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
22375
22376         [BZ #15359]
22377         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
22378         high part of pi/2.
22379         (__ieee754_rem_pio2l): Update comments.
22380
22381         [BZ #15429]
22382         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
22383         high part of pi/2.
22384         (__ieee754_rem_pio2l): Update comments.
22385
22386         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
22387         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
22388
22389         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
22390         M_PI_4l.
22391
22392         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
22393         (M_PI_34_LOG10El): Likewise.
22394         (M_PI2_LOG10El): Likewise.
22395         (M_PI4_LOG10El): Likewise.
22396         (M_PI_LOG10El): Likewise.
22397
22398 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22399
22400         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22401
22402 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
22403
22404         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
22405         (MINUS_ZERO_INIT): Likewise.
22406         (PLUS_INFTY_INIT): Likewise.
22407         (MINUS_INFTY_INIT): Likewise.
22408         (QNAN_VALUE_INIT): Likewise.
22409         (MAX_VALUE_INIT): Likewise.
22410         (MIN_VALUE_INIT): Likewise.
22411         (MIN_SUBNORM_VALUE_INIT): Likewise.
22412         (plus_zero): Initialize with PLUS_ZERO_INIT.
22413         (minus_zero): Initialize with MINUS_ZERO_INIT.
22414         (plus_infty): Initialize with PLUS_INFTY_INIT.
22415         (minus_infty): Initialize with MINUS_INFTY_INIT.
22416         (qnan_value): Initialize with QNAN_VALUE_INIT.
22417         (max_value): Initialize with MAX_VALUE_INIT.
22418         (min_value): Initialize with MIN_VALUE_INIT.
22419         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
22420
22421         * math/libm-test.inc (RUN_TEST_if_f): New macro.
22422         (jn_test): Use TEST_if_f instead of TEST_ff_f.
22423         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
22424         (yn_test): Use TEST_if_f instead of TEST_ff_f.
22425
22426         * math/libm-test.inc (RUN_TEST_f_f): New macro.
22427         (RUN_TEST_2_f): Likewise.
22428         (RUN_TEST_ff_f): Likewise.
22429         (RUN_TEST_fi_f): Likewise.
22430         (RUN_TEST_fl_f): Likewise.
22431         (RUN_TEST_fff_f): Likewise.
22432         (RUN_TEST_c_f): Likewise.
22433         (RUN_TEST_f_f1): Likewise.
22434         (RUN_TEST_fF_f1): Likewise.
22435         (RUN_TEST_fI_f1): Likewise.
22436         (RUN_TEST_ffI_f1): Likewise.
22437         (RUN_TEST_c_c): Likewise.
22438         (RUN_TEST_cc_c): Likewise.
22439         (RUN_TEST_f_i): Likewise.
22440         (RUN_TEST_f_i_tg): Likewise.
22441         (RUN_TEST_ff_i_tg): Likewise.
22442         (RUN_TEST_f_b): Likewise.
22443         (RUN_TEST_f_b_tg): Likewise.
22444         (RUN_TEST_f_l): Likewise.
22445         (RUN_TEST_f_L): Likewise.
22446         (RUN_TEST_sincos): Likewise.
22447         * math/gen-libm-test.pl (new_test): Take new argument to indicate
22448         whether to show exceptions.  Do not include ");\n" in return
22449         value.
22450         (special_functions): Output call to RUN_TEST_sincos instead of
22451         check_float calls.  Update calls to new_test.
22452         (parse_args): Output call to single RUN_TEST_* macro instead of
22453         check_* calls and other assignments.  Update calls to new_test.
22454
22455         [BZ #2546]
22456         [BZ #2560]
22457         [BZ #5159]
22458         [BZ #15426]
22459         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
22460         input to result for tgamma overflow.
22461         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
22462         (gamma_coeff): New variable.
22463         (NCOEFF): New macro.
22464         (gamma_positive): New function.
22465         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
22466         underflow here.  Use gamma_positive instead of exp (lgamma) for
22467         other arguments.
22468         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
22469         (gamma_coeff): New variable.
22470         (NCOEFF): New macro.
22471         (gammaf_positive): New function.
22472         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
22473         underflow here.  Use gamma_positive instead of exp (lgamma) for
22474         other arguments.
22475         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
22476         (gamma_coeff): New variable.
22477         (NCOEFF): New macro.
22478         (gammal_positive): New function.
22479         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
22480         underflow here.  Use gamma_positive instead of exp (lgamma) for
22481         other arguments.
22482         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
22483         (gamma_coeff): New variable.
22484         (NCOEFF): New macro.
22485         (gammal_positive): New function.
22486         (__ieee754_gammal_r): Handle positive infinity, overflow and
22487         underflow here.  Handle NaN the same as positive infinity.  Remove
22488         check x < 0xffffffff for negative integers.  Use gamma_positive
22489         instead of exp (lgamma) for other arguments.
22490         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
22491         (gamma_coeff): New variable.
22492         (NCOEFF): New macro.
22493         (gammal_positive): New function.
22494         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
22495         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
22496         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
22497         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
22498         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
22499         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
22500         * sysdeps/generic/math_private.h (__gamma_productf): New
22501         prototype.
22502         (__gamma_product): Likewise.
22503         (__gamma_productl): Likewise.
22504         * math/Makefile (libm-calls): Add gamma_product.
22505         * math/libm-test.inc (tgamma_test): Add more tests.
22506         * sysdeps/i386/fpu/libm-test-ulps: Update.
22507         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22508
22509 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
22510
22511         * benchtests/bench-skeleton.c (main): Preheat CPU.
22512
22513 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
22514
22515         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
22516
22517 2013-05-07  Roland McGrath  <roland@hack.frob.com>
22518
22519         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
22520         and _dl_skip_args_internal.
22521
22522 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
22523
22524         * manual/message.texi (Message Translation): Talk about users.
22525         Message to key mapping impacts design.
22526
22527 2013-05-06  Roland McGrath  <roland@hack.frob.com>
22528
22529         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
22530
22531         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
22532
22533         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
22534         * sysdeps/wordsize-64/glob64.c: ... here.
22535
22536         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
22537         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
22538         New macros.
22539
22540         * debug/getlogin_r_chk.c: Moved to ...
22541         * login/getlogin_r_chk.c: ... here.
22542         * debug/Makefile (routines): Move getlogin_r_chk to ...
22543         * login/Makefile (routines): ... here.
22544         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
22545         * login/Versions (libc: GLIBC_2.4): ... here.
22546
22547         * io/poll.c (__poll): Renamed from poll.
22548         Add libc_hidden_def.
22549         (poll): Define as weak alias.
22550
22551         * debug/ptsname_r_chk.c: Moved to ...
22552         * login/ptsname_r_chk.c: ... here.
22553         * debug/Makefile (routines): Move ptsname_r_chk to ...
22554         * login/Makefile (routines): ... here.
22555         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
22556         * login/Versions (libc: GLIBC_2.4): ... here.
22557
22558         * posix/getlogin.c: Moved to ...
22559         * login/getlogin.c: ... here.
22560         * posix/getlogin_r.c: Moved to ...
22561         * login/getlogin_r.c: ... here.
22562         * posix/getlogin_r.c: Moved to ...
22563         * login/getlogin_r.c: ... here.
22564         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
22565         * login/Makefile (routines): ... here.
22566         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
22567         * login/Versions (libc: GLIBC_2.0): ... here.
22568
22569         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
22570         (setrlimit): Define as weak alias.
22571
22572         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
22573         Call __ names for open, ftruncate, and close.
22574         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
22575         (truncate): Define as weak alias.
22576
22577 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
22578
22579         * math/gen-libm-test.pl (parse_args): Initialize x before each
22580         test of frexp, modf and remquo.
22581
22582         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
22583         test signgam value.
22584
22585 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22586
22587         [BZ #15418]
22588         [BZ #15419]
22589         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
22590         internal tests.
22591         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
22592
22593 2013-05-06  Roland McGrath  <roland@hack.frob.com>
22594
22595         * elf/dl-writev.h: New file.
22596         * elf/dl-misc.c: Include it.
22597         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
22598         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
22599
22600 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
22601
22602         * math/libm-test.inc (noXFails): Remove variable.
22603         (noXPasses): Likewise.
22604         (BUILD_COMPLEX_INT): Remove macro.
22605         (print_screen): Remove xfail argument.
22606         (print_screen_max_error): Likewise.
22607         (update_stats): Likewise.
22608         (print_max_error): Likewise.  Update calls to other affected
22609         functions.
22610         (print_complex_max_error): Likewise.
22611         (test_single_exception): Update calls to print_screen.
22612         (test_single_errno): Likewise.
22613         (check_float_internal): Remove xfail argument.  Update calls to
22614         other affected functions.
22615         (check_float): Likewise.
22616         (check_complex): Likewise.
22617         (check_int): Likewise.
22618         (check_long): Likewise.
22619         (check_bool): Likewise.
22620         (check_longlong): Likewise.
22621         (main): Don't print noXFails and noXPasses.
22622         * math/gen-libm-test.pl (top level): Don't mention expected
22623         failure handling in comment.
22624         (new_test): Don't handle expected failures.
22625         (parse_args): Don't mention expected failure handling in comment.
22626         (generate_testfile): Don't handle expected failures.
22627         (parse_ulps): Likewise.
22628         (print_ulps_file): Likewise.
22629         (get_failure): Remove function.
22630         (output_test): Don't handle expected failures.
22631         * make/README.libm-test: Don't mention expected failure handling.
22632
22633         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
22634         (minus_zero): Likewise.
22635         (plus_infty): Likewise.
22636         (minus_infty): Likewise.
22637         (qnan_value): Likewise.
22638         (max_value): Likewise.
22639         (min_value): Likewise.
22640         (min_subnorm_value): Likewise.
22641         (initialize): Do not initialize those variables dynamically.
22642
22643 2013-05-03  Roland McGrath  <roland@hack.frob.com>
22644
22645         * io/open.c (__open_2): Moved to ...
22646         * io/open_2.c: ... this new file.
22647         * io/open64.c (__open64_2): Moved to ...
22648         * io/open64_2.c: ... this new file.
22649         * io/openat.c (__openat_2): Moved to ...
22650         * io/openat_2.c: ... this new file.
22651         * io/openat64.c (__openat64_2): Moved to ...
22652         * io/openat64_2.c: ... this new file.
22653         * io/Makefile (routines): Add them.
22654         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
22655         * sysdeps/unix/sysv/linux/open_2.c: File removed.
22656         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
22657         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
22658         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
22659         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
22660         (__openat64): Add hidden_ver.
22661         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
22662         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
22663
22664         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
22665         Separately conditionalize setting of GLRO(dl_sysinfo) so
22666         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
22667         as well, but the actual setting is only under [NEED_DL_SYSINFO].
22668
22669 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22670
22671         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
22672         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
22673         definition.
22674         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
22675         * sysdeps/unix/sysv/linux/powerpc/init-first.c
22676         (_libc_vdso_platform_setup): Add __vdso_time initialization.
22677         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
22678         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
22679
22680 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
22681
22682         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
22683         test signgam value.
22684
22685         * math/libm-test.inc (hypot_test): Do not use
22686         IGNORE_ZERO_INF_SIGN.
22687
22688 2013-05-03  Andreas Jaeger  <aj@suse.de>
22689
22690         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
22691         Linux 3.9.
22692         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
22693         (PF_MAX): Adjust for VSOCK change.
22694
22695 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22696
22697         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22698
22699 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
22700
22701         [BZ #15264]
22702         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
22703         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
22704         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
22705
22706 2013-05-02  David S. Miller  <davem@davemloft.net>
22707
22708         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22709
22710 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
22711
22712         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
22713
22714 2013-05-01  Roland McGrath  <roland@hack.frob.com>
22715
22716         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
22717
22718 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
22719
22720         [BZ #14952]
22721         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
22722         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
22723         Use __attribute__ ((__gnu_inline__)).
22724         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
22725         Don't use __attribute__ ((__gnu_inline__)).
22726
22727 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
22728
22729         [BZ #15423]
22730         * math/s_catan.c (__catan): Handle small real or imaginary part of
22731         input specially to avoid spurious underflow.
22732         * math/s_catanf.c (__catanf): Likewise.
22733         * math/s_catanh.c (__catanh): Likewise.
22734         * math/s_catanhf.c (__catanhf): Likewise.
22735         * math/s_catanhl.c (__catanhl): Likewise.
22736         * math/s_catanl.c (__catanl): Likewise.
22737         * math/libm-test.inc (catan_test): Add more tests.
22738         (catanh_test): Likewise.
22739         * sysdeps/i386/fpu/libm-test-ulps: Update.
22740         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22741
22742 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22743
22744         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22745
22746 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
22747
22748         [BZ #15416]
22749         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
22750         accurately for denominator in atan2.
22751         * math/s_catanf.c (__catanf): Likewise.
22752         * math/s_catanh.c (__catanh): Likewise.
22753         * math/s_catanhf.c (__catanhf): Likewise.
22754         * math/s_catanhl.c (__catanhl): Likewise.
22755         * math/s_catanl.c (__catanl): Likewise.
22756         * math/libm-test.inc (catan_test): Add more tests.
22757         (catanh_test): Likewise.
22758         * sysdeps/i386/fpu/libm-test-ulps: Update.
22759         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22760
22761 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
22762
22763         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
22764
22765         * benchtests/Makefile (bench): Remove slow benchmarks.
22766         * benchtests/atan-inputs: Add slow benchmark inputs.
22767         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
22768         (BENCH_FUNC): Accept variant offset.
22769         (VARIANT): Define.
22770         * benchtests/bench-skeleton.c (main): Run benchmark for each
22771         variant.
22772         * benchtests/cos-inputs: Add slow benchmark inputs.
22773         * benchtests/exp-inputs: Likewise.
22774         * benchtests/pow-inputs: Likewise.
22775         * benchtests/sin-inputs: Likewise.
22776         * benchtests/slowatan-inputs: Remove.
22777         * benchtests/slowatan.c: Remove.
22778         * benchtests/slowcos-inputs: Remove.
22779         * benchtests/slowcos.c: Remove.
22780         * benchtests/slowexp-inputs: Remove.
22781         * benchtests/slowexp.c: Remove.
22782         * benchtests/slowpow-inputs: Remove.
22783         * benchtests/slowpow.c: Remove.
22784         * benchtests/slowsin-inputs: Remove.
22785         * benchtests/slowsin.c: Remove.
22786         * benchtests/slowtan-inputs: Remove.
22787         * benchtests/slowtan.c: Remove.
22788         * benchtests/tan-inputs: Add slow benchmark inputs.
22789         * scripts/bench.pl: Parse comments and directives.
22790
22791         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
22792         in CPPFLAGS.
22793         ($(objpfx)bench-%.c): Remove *-ITER.
22794         * benchtests/bench-modf.c: Remove definition of ITER.
22795         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
22796         (main): Loop for DURATION seconds instead of fixed number of
22797         iterations.
22798         * scripts/bench.pl: Don't expect iterations in parameters.
22799
22800 2013-04-29  Roland McGrath  <roland@hack.frob.com>
22801
22802         * io/fchdir.c (__fchdir): Renamed from fchdir.
22803         (fchdir): Define as weak alias.
22804
22805 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
22806
22807         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
22808         (ERRNO_EDOM): Likewise.
22809         (ERRNO_ERANGE): Likewise.
22810         (noErrnoTests): New variable.
22811         (init_max_error): Set errno to 0.
22812         (test_single_errno): New function.
22813         (test_errno): Likewise.
22814         (check_float_internal): Call test_errno.  Set errno to 0.
22815         (check_complex): Refer to errno tests in comment.
22816         (check_int): Call test_errno.  Set errno to 0.
22817         (check_long): Likewise.
22818         (check_bool): Likewise.
22819         (check_longlong): Likewise.
22820         (cos_test): Use ERRNO_* flags for errno tests instead of
22821         check_int.
22822         (expm1_test): Likewise.
22823         (fmod_test): Likewise.
22824         (ilogb_test): Likewise.
22825         (lgamma_test): Likewise.
22826         (pow_test): Likewise.
22827         (remainder_test): Likewise.
22828         (sin_test): Likewise.
22829         (tan_test): Likewise.
22830         (yn_test): Likewise.
22831         (initialize): Set errno to 0.
22832         (main): Print number of errno tests.
22833         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
22834
22835 2013-04-29  Andreas Jaeger  <aj@suse.de>
22836
22837         [BZ #15084]
22838         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
22839         and RES_USEVC.
22840
22841         [BZ #15085]
22842         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
22843         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
22844         unimplemented.
22845
22846         [BZ #15380]
22847         * stdlib/random.c (__initstate): Return NULL if
22848         __initstate fails.
22849
22850         [BZ #15086]
22851         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
22852         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
22853         RES_SNGLKUPREOP.
22854
22855 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22856
22857         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22858
22859 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
22860
22861         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
22862         of individual tests.
22863         (casin_test): Likewise.
22864         (casinh_test): Likewise.
22865
22866 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
22867
22868         [BZ #15409]
22869         * math/s_catan.c (__catan): Handle arguments with large real or
22870         imaginary part separately without squaring.
22871         * math/s_catanf.c (__catanf): Likewise.
22872         * math/s_catanh.c (__catanh): Likewise.
22873         * math/s_catanhf.c (__catanhf): Likewise.
22874         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
22875         and redefine.
22876         (__catanhl): Handle arguments with large real or imaginary part
22877         separately without squaring.
22878         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
22879         and redefine.
22880         (__catanl): Handle arguments with large real or imaginary part
22881         separately without squaring.
22882         * math/libm-test.inc (catan_test): Add more tests.
22883         (catanh_test): Likewise.
22884         * sysdeps/i386/fpu/libm-test-ulps: Update.
22885         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22886
22887 2013-04-27  Andreas Jaeger  <aj@suse.de>
22888
22889         [BZ #15007]
22890         * stdlib/stdlib.h: Update guards for qecvt.
22891         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
22892         <stdlib.h>.
22893
22894 2013-04-27  Allan McRae  <allan@archlinux.org>
22895
22896         * sysdeps/i386/fpu/libm-test-ulps: Update.
22897
22898 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
22899
22900         [BZ #15406]
22901         * math/s_catan.c: Include <float.h>.
22902         (__catan): Ensure underflow exception occurs for underflowed
22903         result.
22904         * math/s_catanf.c: Include <float.h>.
22905         (__catanf): Ensure underflow exception occurs for underflowed
22906         result.
22907         * math/s_catanh.c: Include <float.h>.
22908         (__catanh): Ensure underflow exception occurs for underflowed
22909         result.
22910         * math/s_catanhf.c: Include <float.h>.
22911         (__catanhf): Ensure underflow exception occurs for underflowed
22912         result.
22913         * math/s_catanhl.c: Include <float.h>.
22914         (__catanhl): Ensure underflow exception occurs for underflowed
22915         result.
22916         * math/s_catanl.c: Include <float.h>.
22917         (__catanl): Ensure underflow exception occurs for underflowed
22918         result.
22919         * math/libm-test.inc (catan_test): Add more tests.
22920         (catanh_test): Likewise.
22921
22922         [BZ #15405]
22923         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
22924         underflowed result.
22925         * math/s_ccoshf.c (__ccoshf): Likewise.
22926         * math/s_ccoshl.c (__ccoshl): Likewise.
22927         * math/s_csin.c (__csin): Likewise.
22928         * math/s_csinf.c (__csinf): Likewise.
22929         * math/s_csinh.c (__csinh): Likewise.
22930         * math/s_csinhf.c (__csinhf): Likewise.
22931         * math/s_csinhl.c (__csinhl): Likewise.
22932         * math/s_csinl.c (__csinl): Likewise.
22933         * math/libm-test.inc (ccos_test): Add more tests.
22934         (ccosh_test): Likewise.
22935         (csin_test): Likewise.
22936         (csinh_test): Likewise.
22937
22938 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22939
22940         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
22941         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
22942         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
22943         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
22944         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
22945         powerpc/power5+/fpu folders.
22946         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
22947
22948
22949 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
22950
22951         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22952
22953 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
22954
22955         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
22956         additions to variable.
22957         [$(config-machine) = x86_64] (modules-names): Likewise.
22958         ($(objpfx)tst-audit3): Remove dependency.
22959         ($(objpfx)tst-audit3.out): Likewise.
22960         ($(objpfx)tst-audit4): Likewise.
22961         ($(objpfx)tst-audit4.out): Likewise.
22962         ($(objpfx)tst-audit5): Likewise.
22963         ($(objpfx)tst-audit5.out): Likewise.
22964         ($(objpfx)tst-audit6): Likewise.
22965         ($(objpfx)tst-audit6.out): Likewise.
22966         ($(objpfx)tst-audit7): Likewise.
22967         ($(objpfx)tst-audit7.out): Likewise.
22968         (tst-audit3-ENV): Remove variable.
22969         (tst-audit4-ENV): Likewise.
22970         (tst-audit5-ENV): Likewise.
22971         (tst-audit6-ENV): Likewise.
22972         (tst-audit7-ENV): Likewise.
22973         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
22974         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
22975         addition to variable.
22976         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
22977         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
22978         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
22979         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
22980         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
22981         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
22982         tst-audit3, tst-audit4 and tst-audit5.
22983         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
22984         tst-audit6 and tst-audit7.
22985         [$(subdir) = elf] (modules-names): Add audit modules for those
22986         tests.
22987         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
22988         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
22989         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
22990         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
22991         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
22992         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
22993         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
22994         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
22995         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
22996         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
22997         [$(subdir) = elf] (tst-audit3-ENV): New variable.
22998         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
22999         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
23000         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
23001         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
23002         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
23003         Likewise.
23004         [$(subdir) = elf && $(config-cflags-avx) = yes]
23005         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
23006         [$(subdir) = elf && $(config-cflags-avx) = yes]
23007         (CFLAGS-tst-auditmod4a.c): Likewise.
23008         [$(subdir) = elf && $(config-cflags-avx) = yes]
23009         (CFLAGS-tst-auditmod4b.c): Likewise.
23010         [$(subdir) = elf && $(config-cflags-avx) = yes]
23011         (CFLAGS-tst-auditmod6b.c): Likewise.
23012         [$(subdir) = elf && $(config-cflags-avx) = yes]
23013         (CFLAGS-tst-auditmod6c.c): Likewise.
23014         [$(subdir) = elf && $(config-cflags-avx) = yes]
23015         (CFLAGS-tst-auditmod7b.c): Likewise.
23016         * elf/tst-audit3.c: Move to ...
23017         * sysdeps/x86_64/tst-audit3.c: ... here.
23018         * elf/tst-audit4.c: Move to ...
23019         * sysdeps/x86_64/tst-audit4.c: ... here.
23020         * elf/tst-audit5.c: Move to ...
23021         * sysdeps/x86_64/tst-audit5.c: ... here.
23022         * elf/tst-audit6.c: Move to ...
23023         * sysdeps/x86_64/tst-audit6.c: ... here.
23024         * elf/tst-audit7.c: Move to ...
23025         * sysdeps/x86_64/tst-audit7.c: ... here.
23026         * elf/tst-auditmod3a.c: Move to ...
23027         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
23028         * elf/tst-auditmod3b.c: Move to ...
23029         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
23030         * elf/tst-auditmod4a.c: Move to ...
23031         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
23032         * elf/tst-auditmod4b.c: Move to ...
23033         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
23034         * elf/tst-auditmod5a.c: Move to ...
23035         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
23036         * elf/tst-auditmod5b.c: Move to ...
23037         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
23038         * elf/tst-auditmod6a.c: Move to ...
23039         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
23040         * elf/tst-auditmod6b.c: Move to ...
23041         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
23042         * elf/tst-auditmod6c.c: Move to ...
23043         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
23044         * elf/tst-auditmod7a.c: Move to ...
23045         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
23046         * elf/tst-auditmod7b.c: Move to ...
23047         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
23048
23049 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
23050
23051         [BZ #15366]
23052         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
23053         define unconditionally.
23054         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
23055         define unconditionally.
23056         (INT8_C, INT16_C, etc.): Likewise.
23057
23058 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
23059
23060         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
23061         __ehdr_start with hidden visibility.
23062
23063         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
23064
23065 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
23066
23067         * math/libm-test.inc (cos_test): Use accurate hex constants.
23068         (sincost_test): Likewise.
23069
23070 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
23071
23072         * math/libm-test.inc (catan_test): Add more tests.
23073         (catanh_test): Likewise.
23074
23075         * math/s_catanf.c (__catanf): Use suffixed floating-point
23076         constants.
23077         * math/s_catanhf.c (__catanhf): Likewise.
23078         * math/s_catanhl.c (__catanhl): Likewise.
23079         * math/s_catanl.c (__catanl): Likewise.
23080
23081         [BZ #15394]
23082         * math/s_catan.c (__catan): Calculate imaginary part of result
23083         with log1p not log unless computing log of number close to 0.
23084         * math/s_catanf.c (__catanf): Likewise.
23085         * math/s_catanl.c (__catanl): Likewise.
23086         * math/s_catanh.c (__catanh): Calculate real part of result with
23087         log1p not log unless computing log of number close to 0.
23088         * math/s_catanhf.c (__catanhf): Likewise.
23089         * math/s_catanhl.c (__catanhl): Likewise.
23090         * math/libm-test.inc (catan_test): Add more tests.
23091         (catanh_test): Likewise.
23092         * sysdeps/i386/fpu/libm-test-ulps: Update.
23093         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23094
23095 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
23096
23097         * benchtests/Makefile: Mention files in which fast and slow
23098         paths of math functions are implemented.
23099
23100 2013-04-23  Roland McGrath  <roland@hack.frob.com>
23101
23102         * sysdeps/posix/timespec_get.c: New file.
23103
23104 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23105
23106         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
23107         POWER.
23108         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
23109         for POWER.
23110         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
23111         powerpc/power5/fpu folders.
23112         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
23113         * benchtests/Makefile: Add modf testcase.
23114         * benchtests/bench-modf.c: New file: Benchmark test for mo
23115
23116 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
23117
23118         [BZ #14888]
23119         * time/Makefile (tests): Add tst-strptime-whitespace.
23120         * time/strptime_l.c (get_number): Use ISSPACE.
23121         (__strptime_internal): Likewise.
23122         * time/tst-strptime-whitespace.c: New test case.
23123
23124 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
23125
23126         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
23127         member.
23128         (_nss_files_init): Set it here.
23129
23130 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
23131
23132         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
23133         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
23134         unsigned.
23135
23136 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
23137
23138         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
23139
23140 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
23141
23142         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
23143         size just once.
23144
23145 2013-04-21  David S. Miller  <davem@davemloft.net>
23146
23147         * po/ru.po: Update Russion translation from translation project.
23148
23149 2013-04-17  Adam Conrad  <adconrad@0c3.net>
23150
23151         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
23152         and setfsgid.
23153
23154 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
23155
23156         * configure.in: Remove i386 configure warning. Remove i386 case.
23157         * configure: Regenerate.
23158         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
23159         Add example to error message.
23160         * sysdeps/i386/configure: Regenerate.
23161
23162 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
23163
23164         * benchtests/Makefile (bench): Add cos, tan, slowcos and
23165         slowtan.
23166         * benchtests/cos-inputs: New file.
23167         * benchtests/slowcos-inputs: New file.
23168         * benchtests/slowcos.c: New file.
23169         * benchtests/slowtan-inputs: New file.
23170         * benchtests/slowtan.c: New file.
23171         * benchtests/tan-inputs: New file.
23172
23173 2013-04-16  Roland McGrath  <roland@hack.frob.com>
23174
23175         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
23176         considered kosher.
23177
23178 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
23179
23180         * benchtests/Makefile: Include cppflags-iterator.mk to add
23181         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
23182
23183         * Makefile.in (bench-clean): New target.
23184         * benchtests/Makefile (bench-clean): Likewise.
23185
23186 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
23187
23188         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
23189
23190 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
23191
23192         * stdio-common/tstdiomisc.c: Fix coding-style violation.
23193
23194 2013-04-15  Andreas Schwab  <schwab@suse.de>
23195
23196         * nscd/grpcache.c (cache_addgr): Properly check for short write.
23197         * nscd/initgrcache.c (addinitgroupsX): Likewise.
23198         * nscd/pwdcache.c (cache_addpw): Likewise.
23199         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
23200         more than recsize.
23201
23202 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23203
23204         * benchtests/Makefile (bench): Write all output to
23205         bench-out.tmp together.
23206
23207 2013-04-15  Andreas Schwab  <schwab@suse.de>
23208
23209         * nscd/nscd.c (main): Don't fork again after closing files.
23210
23211 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23212
23213         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
23214
23215         * benchtests/Rules (bench-deps): Collect dependencies into a
23216         single variable.  Add Makefile to dependencies.
23217         ($(objpfx)bench-%.c): Depend on bench-deps.
23218
23219 2013-04-12  Roland McGrath  <roland@hack.frob.com>
23220             Xavier Roche  <roche+kml2@exalead.com>
23221
23222         [BZ #15361]
23223         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
23224         just that it's a file descriptor.
23225         * manual/llio.texi (Synchronizing AIO Operations): Update description
23226         for EBADF error from aio_fsync.
23227
23228 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
23229
23230         * Rules (bench): Move target definition...
23231         * benchtests/Makefile: ... here.
23232
23233 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
23234
23235         * math/libm-test.inc (cos_test): Fix PI/2 test.
23236         (sincos_test): Likewise.
23237         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
23238         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
23239
23240 2013-04-11  Andreas Schwab  <schwab@suse.de>
23241
23242         [BZ #13988]
23243         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
23244         accept exponent character only when digits were seen.
23245         * stdio-common/Makefile (tests): Add bug26.
23246         * stdio-common/bug26.c: New file.
23247
23248         [BZ #14293]
23249         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
23250         non-freeable.
23251
23252 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23253
23254         * Makeconfig (rtld-prefix): Define built linker prefix.
23255         * Rules (run-bench): Use it.
23256         * math/Makefile (run-regen-ulps): Likewise.
23257
23258         * Rules (bench): Remove eval.
23259
23260 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23261             Roland McGrath  <roland@hack.frob.com>
23262             Ondrej Bilka  <neleai@seznam.cz>
23263
23264         [BZ #15346]
23265         * time/getdate.c: Include ctype.h and alloca.h.
23266         (__getdate_r): Trim leading and trailing spaces of input.
23267         * time/tst-getdate.c (tests): Add tests with leading and
23268         trailing spaces.
23269
23270 2013-04-08  Roland McGrath  <roland@hack.frob.com>
23271
23272         [BZ #14280]
23273         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
23274         when computing value.
23275
23276 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23277
23278         * math/README.libm-test (How can I generate "libm-test-ulps"?):
23279         Use testrun.sh to run libm tests.
23280
23281         [BZ #15309]
23282         * elf/dl-open.c (dl_open_worker): memset all of seen array.
23283
23284 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
23285
23286         [BZ #15264]
23287         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
23288
23289 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23290
23291         * Makefile.in (regen-ulps): New target.
23292         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
23293         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
23294         [ifneq (no,$(PERL)] (regen-ulps): New target.
23295         [ifeq (no,$(PERL)] (regen-ulps): New target.
23296         * math/libm-test.inc (ulps_file_name): Define.
23297         (output_dir): New variable.
23298         (options): Add "output-dir" option.
23299         (parse_opt): Handle 'o' case.
23300         (main): If output_dir is non-NULL use it as a prefix
23301         otherwise use "".
23302         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
23303
23304 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23305
23306         [BZ #10060, #10062]
23307         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
23308         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
23309         fail configure if __sync_val_compare_and_swap is not inlined.
23310         * sysdeps/i386/configure: Regenerate.
23311         * configure.in: Build for i686 when configured for i386.
23312         * configure: Regenerate.
23313         * README: Remove i386 reference.
23314
23315 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23316
23317         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
23318         * sysdeps/s390/s390-64/sysdep.h: Likewise.
23319
23320 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
23321
23322         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
23323         (lmsnanval): New variables.
23324         (F): Add conversion tests.
23325         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
23326         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
23327
23328         * stdio-common/tstdiomisc.c (F): Properly collect individual
23329         tests' results.
23330
23331         [BZ #14686, #15336]
23332         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
23333         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
23334         Instead, use input NaN values or generate a qNaN by arithmetic
23335         operation.  Also fix bugs to comply with the standard.
23336         * math/libm-test.inc (remainder_test): Add more tests.
23337
23338         [BZ #15335, #15342]
23339         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
23340         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
23341         input NaN values or generate a qNaN by arithmetic operation.
23342
23343         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
23344         unreachable code.
23345
23346         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
23347         definitions.
23348
23349 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
23350
23351         [BZ #14478]
23352         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
23353         underflowed result.
23354         * math/s_cexpf.c (__cexpf): Likewise.
23355         * math/s_cexpl.c (__cexpl): Likewise.
23356         * math/libm-test.inc (cexp_test): Add more tests.
23357
23358 2013-04-03  Andreas Schwab  <schwab@suse.de>
23359
23360         [BZ #15330]
23361         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
23362         order arrays from heap if bigger than alloca cutoff.
23363
23364 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
23365
23366         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
23367         (SNAN_TESTS_double): Refer to GCC PR56831.
23368         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
23369         GCC PR56828.
23370
23371 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23372
23373         * Rules (bench): Move bench.out after the run is complete.
23374
23375         * Rules (bench): Echo currently running benchmark.
23376
23377         * benchtests/Makefile (bench): Add atan and slowatan.
23378         * benchtests/atan-inputs: New file.
23379         * benchtests/slowatan-inputs: New file.
23380         * benchtests/slowatan.c: New file.
23381
23382         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
23383         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
23384         its value.
23385
23386         [BZ #15305]
23387         * sysdeps/unix/sysv/linux/kernel-features.h
23388         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
23389         __ASSUME_XFS_RESTRICTED_CHOWN.
23390         * sysdeps/unix/sysv/linux/pathconf.c
23391         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
23392         Save and restore errno.
23393
23394 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
23395
23396         [BZ #15327]
23397         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
23398         arguments using __kernel_casinh.
23399         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
23400         arguments using __kernel_casinhf.
23401         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
23402         arguments using __kernel_casinhl.
23403         * math/libm-test.inc (cacosh_test): Add more tests.
23404         * sysdeps/i386/fpu/libm-test-ulps: Update.
23405         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23406
23407 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
23408
23409         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
23410         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
23411
23412         * bench/Makefile (bench): Add sin and slowsin.
23413         * benchtests/sin-inputs: New file.
23414         * benchtests/slowsin-inputs: New file.
23415         * benchtests/slowsin.c: New file.
23416
23417         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
23418         (bench): Add slowexp and slowpow.
23419         (exp-ITER): Increase iterations.
23420         (pow-ITER): Likewise.
23421         * benchtests/exp-inputs: Change input.
23422         * benchtests/pow-inputs: Likewise.
23423         * benchtests/slowexp-inputs: New file.
23424         * benchtests/slowexp.c: New file.
23425         * benchtests/slowpow-inputs: New file.
23426         * benchtests/slowpow.c: New file.
23427
23428 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23429
23430         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
23431         instructions.
23432         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
23433         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
23434         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
23435         * benchtests/Makefile: Add rint benchtest.
23436         * benchtests/rint-inputs: Input for rint benchtest.
23437
23438 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
23439
23440         * Versions.def (libm): Add GLIBC_2.18.
23441         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
23442         hidden libm prototypes.
23443         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
23444         * math/Makefile (libm-calls): Add s_issignaling.
23445         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
23446         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
23447         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
23448         declaration.
23449         * math/math.h [__USE_GNU] (issignaling): New macro.
23450         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
23451         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
23452         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
23453         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
23454         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
23455         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
23456         * manual/arith.texi (issignaling): New section.
23457         * manual/libm-err-tab.pl (@all_functions): Update comment.
23458         * math/gen-libm-test.pl (parse_args): Apply special handling for
23459         issignaling.
23460         * math/libm-test.inc (print_float, issignaling_test): New
23461         functions.
23462         (check_float_internal): Add issignaling checks.
23463         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
23464         default definition.
23465         * sysdeps/powerpc/math-tests.h: New file.
23466         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
23467         tests.
23468         * math/test-snan.c (TEST_FUNC): Likewise.
23469
23470 2013-03-30  David S. Miller  <davem@davemloft.net>
23471
23472         * po/de.po: Update from translation team.
23473
23474 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
23475
23476         [BZ #10357]
23477         * math/k_casinh.c (__kernel_casinh): Handle arguments with
23478         imaginary part less than 1.0 and real part less than 0.5
23479         specially.
23480         * math/k_casinhf.c (__kernel_casinhf): Likewise.
23481         * math/k_casinhl.c (__kernel_casinhl): Likewise.
23482         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
23483         (cacos_test): Add more tests.
23484         (casin_test): Likewise.
23485         (casinh_test): Likewise.
23486         * sysdeps/i386/fpu/libm-test-ulps: Update.
23487         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23488
23489 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23490
23491         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
23492         ONE with its value.
23493
23494         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
23495         (__pow_mp): Replace ONE and MONE with their values.
23496         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
23497         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
23498         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
23499         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
23500         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
23501         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
23502
23503         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
23504
23505         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
23506         (__pow_mp): Replace ZERO and MZERO with their values.
23507         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
23508         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
23509         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
23510         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
23511         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
23512         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
23513         (__sqr): Likewise.
23514
23515         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
23516
23517         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
23518
23519 2013-03-28  Roland McGrath  <roland@hack.frob.com>
23520
23521         * include/stdlib.h [!SHARED] (__call_tls_dtors):
23522         Declare with __attribute__ ((weak)).
23523         * stdlib/exit.c (__libc_atexit) [!SHARED]:
23524         Call __call_tls_dtors only if it's not NULL.
23525
23526 2013-03-28  Roland McGrath  <roland@hack.frob.com>
23527
23528         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
23529         didn't do it already, then set _dl_phdr and _dl_phnum based on the
23530         magic __ehdr_start linker symbol if it's defined.
23531         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
23532         them up here if it was already done.
23533
23534         * elf/dl-support.c (_dl_phdr): Make pointer to const.
23535         (_dl_aux_init): Use const in cast when setting it.
23536         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
23537         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
23538         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
23539
23540         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
23541         Declare them here.
23542         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
23543         * csu/libc-tls.c: Nor here.
23544         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
23545
23546         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
23547         (__libc_message): Never call vsyslog.
23548
23549 2013-03-28  Alan Modra  <amodra@gmail.com>
23550
23551         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
23552         Define as empty.
23553         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
23554         Likewise.
23555
23556 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23557
23558         [BZ #15214]
23559         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
23560         underflow.
23561         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23562
23563 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23564
23565         [BZ #15304]
23566         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
23567         Don't add gid passed as argument.
23568
23569         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
23570
23571 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
23572
23573         [BZ #15307]
23574         * math/k_casinh.c (__kernel_casinh): Handle arguments with
23575         imaginary part between 1.0 and 1.5 and real part less than 0.5
23576         specially.
23577         * math/k_casinhf.c (__kernel_casinhf): Likewise.
23578         * math/k_casinhl.c (__kernel_casinhl): Likewise.
23579         * math/libm-test.inc (cacos_test): Add more tests.
23580         (casin_test): Likewise.
23581         (casinh_test): Likewise.
23582         * sysdeps/i386/fpu/libm-test-ulps: Update.
23583         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23584
23585 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23586
23587         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
23588         constants.
23589         (norm): Likewise.
23590         (denorm): Likewise.
23591         (__dbl_mp): Likewise.
23592         (add_magnitudes): Likewise.
23593         (sub_magnitudes): Likewise.
23594         (__add): Likewise.
23595         (__sub): Likewise.
23596         (__mul): Likewise.
23597         (__sqr): Likewise.
23598         (__inv): Likewise.
23599         (__dvd): Likewise.
23600
23601         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
23602         commented code.
23603         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
23604         (__dubcos): Likewise.
23605         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
23606         (__ieee754_acos): Likewise.
23607         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
23608         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
23609         (__exp1): Likewise.
23610         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
23611         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
23612         (log1): Likewise.
23613         (my_log2): Likewise.
23614         (checkint): Likewise.
23615         * sysdeps/ieee754/dbl-64/e_remainder.c
23616         (__ieee754_remainder): Likewise.
23617         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
23618         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
23619         (bsloww): Likewise.
23620         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
23621
23622         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
23623         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
23624         MANTISSA_STORE_T to store computations on mantissa.  Use
23625         macros for rounding and division.
23626         (denorm): Likewise.
23627         (__dbl_mp): Likewise.
23628         (add_magnitudes): Likewise.
23629         (sub_magnitudes): Likewise.
23630         (__mul): Likewise.
23631         (__sqr): Likewise.
23632         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
23633         powers of two in terms of TWOPOW macro.
23634         (mp_no): Make type of mantissa as MANTISSA_T.
23635         [!RADIXI]: Define RADIXI.
23636         [!TWO52]: Define TWO52.
23637         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
23638
23639 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23640
23641         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
23642         llroundl symbol when building for PPC32.
23643
23644 2013-03-24  Mark H Weaver  <mhw@netris.org>
23645
23646         * manual/arith.texi (Normalization Functions): Fix prototypes for
23647         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
23648
23649 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23650
23651         [BZ #13889]
23652         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
23653         high value to check if expl overflow.
23654         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
23655         to check for underflow and overflow.
23656         * math/libm-test.inc: Add exp test.
23657
23658 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
23659
23660         [BZ #11120]
23661         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
23662         with NOT_IN_libc.
23663
23664 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23665
23666         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
23667         symbol.
23668
23669 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
23670
23671         * math/gen-libm-test.pl (parse_args, special_functions): Properly
23672         wrap blocks consisting of several statements.
23673
23674         * sysdeps/generic/math-tests.h: New file.
23675         * sysdeps/i386/fpu/math-tests.h: Likewise.
23676         * math/test-snan.c: Include it.
23677         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
23678
23679 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
23680
23681         [BZ #15285]
23682         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
23683         (__ieee754_j0l): Do not improve calculations using cos of twice
23684         input for inputs above LDBL_MAX / 2.0L.
23685         (__ieee754_y0l): Likewise.
23686         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
23687         (__ieee754_j1l): Do not improve calculations using cos of twice
23688         input for inputs above LDBL_MAX / 2.0L.
23689         (__ieee754_y1l): Likewise.
23690         * math/libm-test.inc (j0_test): Add another test.
23691         (j1_test): Likewise.
23692         (y0_test): Likewise.
23693         (y1_test): Likewise.
23694         * sysdeps/i386/fpu/libm-test-ulps: Update.
23695
23696 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23697
23698         * Rules ($(objpfx)bench-%.c): Include code from a C source
23699         file.
23700
23701 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
23702
23703         [BZ #15287]
23704         * math/k_casinh.c (__kernel_casinh): Handle arguments with
23705         imaginary part 1.0 and real part less than 0.5 specially.
23706         * math/k_casinhf.c (__kernel_casinhf): Likewise.
23707         * math/k_casinhl.c (__kernel_casinhl): Likewise.
23708         * math/libm-test.inc (cacos_test): Add more tests.
23709         (casin_test): Likewise.
23710         (casinh_test): Likewise.
23711         * sysdeps/i386/fpu/libm-test-ulps: Update.
23712         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23713
23714 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23715
23716         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
23717         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
23718
23719 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
23720
23721         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
23722         * config.make.in (config-cflags-sse4): Remove variable.
23723         (config-cflags-avx): Likewise.
23724         (config-cflags-sse2avx): Likewise.
23725         (config-cflags-novzeroupper): Likewise.
23726         (config-asflags-i686): Likewise.
23727         (have-mfma4): Likewise.
23728         (have-as-vis3): Likewise.
23729         (MIG): Likewise.
23730         * configure.in (MIG): Do not AC_SUBST.
23731         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
23732         (libc_cv_cc_sse4): Do not AC_SUBST.
23733         (libc_cv_cc_avx): Likewise.
23734         (libc_cv_cc_sse2avx): Likewise.
23735         (libc_cv_cc_novzeroupper): Likewise.
23736         (libc_cv_cc_fma4): Likewise.
23737         (libc_cv_as_i686): Likewise.
23738         (libc_cv_sparc_as_vis3): Likewise.
23739         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
23740         LIBC_CONFIG_VAR.
23741         (config-asflags-i686): Likewise.
23742         (config-cflags-avx): Likewise.
23743         (config-cflags-sse2avx): Likewise.
23744         (have-mfma4): Likewise.
23745         (config-cflags-novzeroupper): Likewise.
23746         * sysdeps/mach/configure.in (MIG): Likewise.
23747         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
23748         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
23749         LIBC_CONFIG_VAR.
23750         (config-cflags-avx): Likewise.
23751         (config-cflags-sse2avx): Likewise.
23752         (have-mfma4): Likewise.
23753         (config-cflags-novzeroupper): Likewise.
23754         * configure: Regenerated.
23755         * sysdeps/i386/configure: Likewise.
23756         * sysdeps/mach/configure: Likewise.
23757         * sysdeps/sparc/configure: Likewise.
23758         * sysdeps/x86_64/configure: Likewise.
23759
23760 2013-03-20  Roland McGrath  <roland@hack.frob.com>
23761
23762         [BZ #14812]
23763         * locale/programs/localedef.c (options): Put N_ translation marker
23764         on argument names, not just descriptions.
23765
23766 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23767
23768         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
23769
23770 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
23771
23772         [BZ #14176]
23773         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
23774
23775 2013-03-19  Roland McGrath  <roland@hack.frob.com>
23776
23777         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
23778         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
23779         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
23780         [!BEFORE_ABORT] (before_abort): New function.
23781         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
23782         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
23783         (writev_for_fatal): New function.
23784         (WRITEV_FOR_FATAL): New macro; call that.
23785         (backtrace_and_maps): New function.
23786         (BEFORE_ABORT): New macro; call that.
23787         (struct str_list): Type removed.
23788         (__libc_message, __libc_fatal): Functions removed.
23789         Include <sysdeps/posix/libc_fatal.c> instead.
23790
23791 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
23792
23793         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
23794         constants.
23795         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
23796         double constants.
23797
23798 2013-03-19  Andreas Schwab  <schwab@suse.de>
23799
23800         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
23801         * sysdeps/gnu/configure: Regenerate.
23802
23803         * configure.in: Substitute libc_cv_rtlddir.
23804         * configure: Regenerate.
23805         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
23806         * Makeconfig (rtlddir, inst_rtlddir): New variables.
23807         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
23808         * elf/Makefile (install-others, CFLAGS-interp.c)
23809         (ldso_install, common-ldd-rewrite): Likewise.
23810         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
23811         $(inst_slibdir)/$(rtld-installed-name).
23812         * scripts/rellns-sh: Add -p option.
23813         * Makerules (make-shlib-link): Use rellns-sh to get relative name
23814         for source.
23815
23816 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23817
23818         * manual/nptl.texi: Renamed to ...
23819         * manual/threads.texi: ... this.
23820         * manual/Makefile (chapters): Update.
23821
23822 2013-03-18  Roland McGrath  <roland@hack.frob.com>
23823
23824         [BZ #14812]
23825         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
23826         on argument names, not just descriptions.
23827         * malloc/memusagestat.c (options): Likewise.
23828         * nss/getent.c (options): Likewise.
23829
23830 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
23831
23832         [BZ #14812]
23833         * iconv/iconv_prog.c (options): Put N_ translation marker
23834         on argument names, not just descriptions.
23835         * iconv/iconvconfig.c (options): Likewise.
23836
23837 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
23838
23839         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
23840         implementation which is faster on all x86_64 architectures.
23841         Tested on AMD, Intel Nehalem, SNB, IVB.
23842         * sysdeps/x86_64/strnlen.S: Likewise.
23843
23844         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
23845         Remove all multiarch strlen and strnlen versions.
23846         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
23847         Remove strlen and strnlen related parts.
23848
23849         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
23850         Inline strlen part.
23851         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
23852
23853         * sysdeps/x86_64/multiarch/strlen.S: Remove.
23854         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
23855         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
23856         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
23857         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
23858         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
23859
23860 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
23861
23862         * manual/memory.texi (Malloc Tunable Parameters):
23863         Sort parameters alphabetically. Add comments for missing entries.
23864
23865 2013-03-17  David S. Miller  <davem@davemloft.net>
23866
23867         * sysdeps/sparc/fpu/libm-test-ulps: Update.
23868
23869 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
23870
23871         [BZ #15283]
23872         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
23873         for arguments at most half maximum finite value.
23874         * math/libm-test.inc (j0_test): Add more tests.
23875         (j1_test): Likewise.
23876         (y0_test): Likewise.
23877         (y1_test): Likewise.
23878         * sysdeps/i386/fpu/libm-test-ulps: Update.
23879         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23880
23881         [BZ #14155]
23882         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
23883         1 / x and functions P and Q for arguments above 0x1p256L.
23884         (__ieee754_y0l): Likewise.
23885         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
23886         (__ieee754_y1l): Likewise.
23887         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
23888         (j1_test): Likewise.
23889         (y0_test): Likewise.
23890         (y1_test): Likewise.
23891
23892 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
23893
23894         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
23895         variable.
23896
23897 2013-03-15  Roland McGrath  <roland@hack.frob.com>
23898
23899         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
23900         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
23901         zero since it's initialized to EXEC_PAGESIZE.
23902
23903         * sysdeps/unix/sysv/linux/ldsodefs.h
23904         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
23905         * sysdeps/generic/ldsodefs.h: ... here.
23906
23907 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
23908
23909         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
23910
23911         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
23912         math/test-snan.c.
23913         * math/test-snan.c: Renamed from
23914         sysdeps/powerpc/fpu/test-powerpc-snan.c.
23915         * math/Makefile (tests): Add test-snan.
23916         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
23917         test-powerpc-snan.
23918
23919         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
23920         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
23921         functions.
23922         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
23923         __builtin_nan family of functions.
23924         * math/libm-test.inc (initialize): Initialize qnan_value with
23925         __builtin_nan family of functions.
23926         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
23927         Remove variables.
23928         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
23929         Remove functions.
23930         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
23931         storage class.  Initialize qNaN_var and sNaN_var with
23932         __builtin_nan and __builtin_nans families of functions,
23933         respectively.
23934
23935         * math/libm-test.inc (acosh_test): Also test with qNaN input.
23936         (sqrt_test): Remove duplicate test with qNaN input.
23937         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
23938         (round_test, signbit_test, significand_test): Note missing +/-Inf
23939         as well as qNaN tests.
23940
23941         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
23942         qNaN_var.  Fix a few strings, too.
23943         * math/libm-test.inc (nan_value): Rename to qnan_value.
23944         * math/gen-libm-test.pl (%beautify): Adjust to that.
23945         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
23946         * math/test-misc.c (main): Likewise.
23947         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
23948         to __qnan_bytes, and __qnan_union, respectively.
23949         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
23950         Likewise.
23951         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
23952         and lqnanval, respectively.
23953         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
23954         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
23955         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
23956         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
23957
23958         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
23959         * math/test-misc.c (main) [__x86_64__]: Enable test for long
23960         doubles.
23961
23962         * math/test-misc.c (main): Fix copy'n'pastos.
23963         * misc/tst-efgcvt.c (special): Likewise.
23964
23965         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
23966         Remove declarations.
23967
23968 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23969
23970         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
23971         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
23972         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
23973         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
23974
23975 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23976
23977         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
23978         macro to return vdso values correctly in IFUNC implementations.
23979         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
23980         Optimization by using IFUNC.
23981
23982 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23983             Richard Henderson  <rth@redhat.com>
23984             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
23985
23986         * Makefile.in (bench): New target.
23987         * NEWS: Mention the benchmark framework.
23988         * Rules (bench): Likewise.
23989         (binaries-bench): Generate binaries for functions to
23990         benchmark.
23991         * benchtests/Makefile: New makefile for benchmark tests.
23992         * benchtests/bench-skeleton.c: New skeleton file for benchmark
23993         programs.
23994         * benchtests/exp-inputs: New input file for EXP function.
23995         * benchtests/pow-inputs: New input file for POW function.
23996         * scripts/bench.pl: New script to generate source files for
23997         benchmark programs.
23998
23999 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24000
24001         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
24002         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
24003         computations on mantissa.  Use macros for rounding and
24004         division.
24005         (denorm): Likewise.
24006         (__dbl_mp): Likewise.
24007         (add_magnitudes): Likewise.
24008         (sub_magnitudes): Likewise.
24009         (__mul): Likewise.
24010         (__sqr): Likewise.
24011         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
24012         powers of two in terms of TWOPOW macro.
24013         (mp_no): Make type of mantissa as MANTISSA_T.
24014         [!RADIXI]: Define RADIXI.
24015         [!TWO52]: Define TWO52.
24016         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
24017
24018         * manual/nptl.texi (cindex): Modify threads to pthreads.
24019
24020 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
24021
24022         * sysdeps/x86_64/preconfigure: Regenerated.
24023
24024 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
24025
24026         [BZ #14155]
24027         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
24028         0x1p28 and above.
24029         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
24030         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
24031         0x1p28 and above.
24032         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
24033         * math/libm-test.inc (j0_test): Do not allow one spurious
24034         underflow exception.
24035         (y1_test): Likewise.
24036
24037 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
24038
24039         * manual/Makefile (chapters): Add nptl.
24040         * manual/debug.texi (Debugging Support): Add link to Threads
24041         chapter.
24042         * manual/nptl.texi: New file.
24043
24044         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
24045
24046 2013-03-14  Petr Baudis  <pasky@ucw.cz>
24047
24048         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
24049         for non-NULL pointer before the memory validity test. Pointed
24050         out by Holger Brunck <holger.brunck@keymile.com>.
24051
24052 2013-03-13  Andreas Schwab  <schwab@suse.de>
24053
24054         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
24055         instead of .os.
24056
24057 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
24058
24059         * timezone/zic.c: Update from tzcode 2013b.
24060
24061 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
24062
24063         * manual/install.texi (Configuring and compiling):
24064         Mention i686 and i586.
24065         * INSTALL: Regenerate.
24066
24067 2013-03-12  Roland McGrath  <roland@hack.frob.com>
24068
24069         * sysdeps/init_array/elf-init.c: New file.
24070         * csu/elf-init.c
24071         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
24072         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
24073
24074         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
24075         __gmon_start__ as global, but as static with a .preinit_array pointer.
24076         * sysdeps/init_array/gmon-start.c: New file.  Use that.
24077         * sysdeps/init_array/crti.S: New file, empty except for comments.
24078         * sysdeps/init_array/crtn.S: Likewise.
24079
24080 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
24081
24082         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
24083         definining bcopy.
24084         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
24085         Remove Prefer_SSE_for_memop.
24086         * sysdeps/x86_64/multiarch/init-arch.h: Remove
24087         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
24088         HAS_PREFER_SSE_FOR_MEMOP.
24089         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
24090         memset-x86-64.
24091         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24092         Remove bzero, memset ifunc support.
24093         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
24094         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
24095         * sysdeps/x86_64/multiarch/memset.S: Likewise.
24096         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
24097
24098 2013-03-11  Andreas Schwab  <schwab@suse.de>
24099
24100         [BZ #15234]
24101         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
24102         by SHLIB_COMPAT.
24103         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
24104         (GLIBC_2.16): Remove pthread_atfork.
24105
24106 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
24107
24108         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
24109         (ptestcases.h): Likewise.
24110
24111 2013-03-08  Roland McGrath  <roland@hack.frob.com>
24112
24113         * Makeconfig ($(common-objpfx)config.status): Depend on
24114         sysdeps/*/preconfigure{,.in} too.
24115
24116 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
24117
24118         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
24119         (__free_hook): Use void * instead of __malloc_ptr_t.
24120         (__malloc_hook): Likewise.
24121         (__realloc_hook): Likewise.
24122         (__memalign_hook): Likewise.
24123         (__after_morecore_hook): Likewise.
24124         * malloc/arena.c (save_malloc_hook): Likewise.
24125         (save_free_hook): Likewise.
24126         * malloc/hooks.c (malloc_hook_ini): Likewise.
24127         (realloc_hook_ini): Likewise.
24128         (memalign_hook_ini): Likewise.
24129         * malloc/malloc.c (malloc_hook_ini): Likewise.
24130         (realloc_hook_ini): Likewise.
24131         (memalign_hook_ini): Likewise.
24132         (__free_hook): Likewise.
24133         (__malloc_hook): Likewise.
24134         (__realloc_hook): Likewise.
24135         (__memalign_hook): Likewise.
24136         (__libc_malloc): Likewise.
24137         (__libc_free): Likewise.
24138         (__libc_realloc): Likewise.
24139         (__libc_memalign): Likewise.
24140         (__libc_valloc): Likewise.
24141         (__libc_pvalloc): Likewise.
24142         (__libc_calloc): Likewise.
24143         (__posix_memalign): Likewise.
24144         * malloc/morecore.c (__sbrk): Likewise.
24145         (__default_morecore): Likewise.
24146
24147         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
24148
24149         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
24150         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
24151         __malloc_ptrdiff_t.
24152
24153         * malloc/malloc.h (__malloc_size_t): Remove macro.
24154         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
24155         __malloc_size_t.
24156         (old_memalign_hook): Likewise.
24157         (old_realloc_hook): Likewise.
24158         (struct hdr): Likewise.
24159         (flood): Likewise.
24160         (mallochook): Likewise.
24161         (memalignhook): Likewise.
24162         (reallochook): Likewise.
24163         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
24164         (tr_old_realloc_hook): Likewise.
24165         (tr_old_memalign_hook): Likewise.
24166         (tr_mallochook): Likewise.
24167         (tr_reallochook): Likewise.
24168         (tr_memalignhook): Likewise.
24169
24170 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24171
24172         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
24173         default_ldbl_pack and using as default implementation.
24174         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
24175         implementation.
24176         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
24177         redundant definition.
24178         (ldbl_insert_mantissa): Likewise.
24179         (ldbl_canonicalize): Likewise.
24180         (ldbl_nearbyint): Likewise.
24181         (ldbl_pack): Rename to ldbl_pack_ppc.
24182         (ldbl_unpack): Rename to ldbl_unpack_ppc.
24183         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
24184         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
24185
24186 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
24187
24188         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
24189         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
24190         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
24191         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
24192         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
24193         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
24194         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
24195         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
24196
24197 2013-03-07  Andreas Jaeger  <aj@suse.de>
24198
24199         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
24200         bits/mman-linux.h.
24201
24202 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
24203
24204         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
24205         Include mpa.h and declare __MPEXP.
24206         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
24207         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
24208         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
24209         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
24210         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
24211         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
24212         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
24213
24214         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
24215         (__slowpow): Use long double EXPL and LOGL functions to
24216         compute POW.
24217         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
24218         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
24219         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
24220         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
24221         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
24222         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
24223
24224         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
24225         intermediate variable to calculate exponent.
24226         (__sqr): Likewise.
24227         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
24228         Likewise.
24229         (__sqr): Likewise.
24230
24231         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
24232         [!NO__SQR]: Define __sqr.
24233         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
24234         and NO__SQR.  Remove all code except __mul and __sqr.  Include
24235         sysdeps/ieee754/dbl-64/mpa.c.
24236         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
24237
24238         [BZ #12723]
24239         * posix/Makefile (tests): Add tst-pathconf.
24240         * posix/tst-pathconf.c: New test case.
24241         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
24242         _PC_PIPE_BUF.
24243         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
24244
24245 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
24246
24247         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
24248
24249 2013-03-06  Andreas Jaeger  <aj@suse.de>
24250
24251         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
24252         definition via __MAP_ANONYMOUS.
24253
24254         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
24255         it's not part of Linux headers.
24256
24257         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
24258         (MAP_HUGE_MASK): Define.
24259
24260         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24261         Define.
24262         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24263         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24264         Define.
24265         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24266         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24267         Define.
24268         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24269         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
24270         Define.
24271         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24272
24273         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
24274         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
24275         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
24276         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
24277         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
24278         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
24279
24280         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
24281         Handle f2fs.
24282
24283         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
24284         Handle f2fs and efivarfs.
24285
24286         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
24287         f2fs.
24288
24289         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
24290         (EFIVARFS_MAGIC): Add.
24291         (F2FS_LINK_MAX): Add.
24292
24293 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
24294
24295         * stdio-common/vfprintf.c: Replace __builtin_expect with
24296         __glibc_unlikely.
24297
24298 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
24299
24300         [BZ #13550]
24301         * sysdeps/generic/bp-sym.h: Remove file.
24302         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
24303         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
24304         <bp-sym.h> and <bp-asm.h>.
24305         (__longjmp): Don't use BP_SYM.
24306         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
24307         and <bp-asm.h>.
24308         (memcpy): Don't use BP_SYM.
24309         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
24310         <bp-sym.h> and <bp-asm.h>.
24311         (memcpy): Don't use BP_SYM.
24312         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
24313         <bp-asm.h>.
24314         (memcpy): Don't use BP_SYM.
24315         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
24316         <bp-asm.h>.
24317         (memset): Don't use BP_SYM.
24318         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24319         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24320         (__bzero): Don't use BP_SYM.
24321         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24322         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24323         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
24324         <bp-sym.h> and <bp-asm.h>.
24325         (memcmp): Don't use BP_SYM.  Remove comment about bounded
24326         pointers.
24327         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
24328         <bp-sym.h> and <bp-asm.h>.
24329         (memcpy): Don't use BP_SYM.
24330         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
24331         <bp-sym.h> and <bp-asm.h>.
24332         (memset): Don't use BP_SYM.
24333         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24334         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24335         (__bzero): Don't use BP_SYM.
24336         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24337         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24338         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
24339         <bp-sym.h> and <bp-asm.h>.
24340         (strncmp): Don't use BP_SYM.  Remove comment about bounded
24341         pointers.
24342         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
24343         <bp-sym.h> and <bp-asm.h>.
24344         (memcpy): Don't use BP_SYM.
24345         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
24346         <bp-sym.h> and <bp-asm.h>.
24347         (memset): Don't use BP_SYM.
24348         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24349         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24350         (__bzero): Don't use BP_SYM.
24351         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24352         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24353         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
24354         <bp-sym.h> and <bp-asm.h>.
24355         (__memchr): Don't use BP_SYM.
24356         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
24357         <bp-sym.h> and <bp-asm.h>.
24358         (memcmp): Don't use BP_SYM.  Remove comment about bounded
24359         pointers.
24360         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
24361         <bp-sym.h> and <bp-asm.h>.
24362         (memcpy): Don't use BP_SYM.
24363         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
24364         <bp-sym.h> and <bp-asm.h>.
24365         (__mempcpy): Don't use BP_SYM.
24366         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
24367         <bp-sym.h> and <bp-asm.h>.
24368         (__memrchr): Don't use BP_SYM.
24369         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
24370         <bp-sym.h> and <bp-asm.h>.
24371         (memset): Don't use BP_SYM.
24372         (__bzero): Likewise.
24373         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
24374         <bp-sym.h> and <bp-asm.h>.
24375         (__rawmemchr): Don't use BP_SYM.
24376         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
24377         <bp-sym.h> and <bp-asm.h>.
24378         (__STRCMP): Don't use BP_SYM.
24379         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
24380         <bp-sym.h> and <bp-asm.h>.
24381         (strchr): Don't use BP_SYM.
24382         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
24383         <bp-sym.h> and <bp-asm.h>.
24384         (__strchrnul): Don't use BP_SYM.
24385         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
24386         <bp-sym.h> and <bp-asm.h>.
24387         (strlen): Don't use BP_SYM.
24388         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
24389         <bp-sym.h> and <bp-asm.h>.
24390         (strncmp): Don't use BP_SYM.  Remove comment about bounded
24391         pointers.
24392         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
24393         <bp-sym.h> and <bp-asm.h>.
24394         (__strnlen): Don't use BP_SYM.
24395         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
24396         <bp-sym.h> and <bp-asm.h>.
24397         (__GI__setjmp): Don't use BP_SYM.
24398         (_setjmp): Likewise.
24399         (__sigsetjmp): Likewise.
24400         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
24401         (L(start_addresses)): Don't use BP_SYM.
24402         (_start): Likewise.
24403         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
24404         <bp-asm.h>.
24405         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
24406         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
24407         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24408         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24409         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
24410         <bp-asm.h>.
24411         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
24412         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
24413         about bounded pointers.
24414         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
24415         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24416         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
24417         <bp-asm.h>.
24418         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
24419         about bounded pointers.  Remove GKM FIXME comments.
24420         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
24421         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
24422         <bp-asm.h>.
24423         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
24424         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
24425         Remove GKM FIXME comments.
24426         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24427         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24428         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
24429         <bp-asm.h>.
24430         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
24431         about bounded pointers.  Remove GKM FIXME comment.
24432         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
24433         and <bp-asm.h>.
24434         (strncmp): Don't use BP_SYM.  Remove comment about bounded
24435         pointers.
24436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
24437         <bp-sym.h> and <bp-asm.h>.
24438         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
24439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
24440         <bp-sym.h> and <bp-asm.h>.
24441         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
24442         comment.
24443
24444 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
24445
24446         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
24447         call free(NULL).
24448
24449 2013-03-05  David S. Miller  <davem@davemloft.net>
24450
24451         * po/es.po: Update from translation team.
24452
24453 2013-03-05  Andreas Jaeger  <aj@suse.de>
24454
24455         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
24456         <bits/mman-linux.h>.
24457         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
24458         is fine.
24459         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
24460         <bits/mman-linux.h> to end of file.
24461         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
24462         is fine.
24463         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
24464         <bits/mman-linux.h> to end of file.
24465         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
24466         is fine.
24467         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
24468         <bits/mman-linux.h> to end of file.
24469
24470         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
24471         (MCL_CURRENT, MCL_FUTURE): Define here.
24472
24473 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24474
24475         [BZ #15232]
24476         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
24477         attribute_hidden.
24478         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
24479
24480 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24481
24482         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
24483         fourth parameter needed for rt_sigprocmask syscall.
24484         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
24485         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
24486         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
24487         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
24488         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
24489         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
24490
24491 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
24492
24493         [BZ #13550]
24494         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
24495         comment about bounded pointers.
24496         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
24497         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
24498
24499 2013-03-04  Andreas Jaeger  <aj@suse.de>
24500
24501         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
24502         common definitions.
24503
24504         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
24505         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
24506         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
24507         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
24508         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
24509         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
24510
24511 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24512
24513         [BZ #15055]
24514         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
24515         __ieee754_sqrl instead of __sqrl.
24516
24517 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
24518
24519         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
24520         * sysdeps/powerpc/fpu_control.h: ... here.
24521         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
24522         * sysdeps/powerpc/bits/fenvinline.h: ... here.
24523         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
24524         * sysdeps/powerpc/bits/mathinline.h: ... here.
24525
24526 2013-03-01  Roland McGrath  <roland@hack.frob.com>
24527
24528         * elf/dl-hwcaps.c (_dl_important_hwcaps):
24529         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
24530         to just [NEED_DL_SYSINFO_DSO].
24531         * elf/dl-support.c: Likewise.
24532         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
24533         * elf/rtld.c (dl_main): Likewise.
24534         * elf/setup-vdso.h (setup_vdso): Likewise.
24535         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
24536         * sysdeps/unix/sysv/linux/dl-sysdep.c
24537         (_dl_discover_osversion): Likewise.
24538
24539 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
24540
24541         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
24542         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
24543
24544 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
24545
24546         * NEWS: Mention libm performance improvements and non-x86 PI
24547         futex support.
24548
24549         * csu/libc-start.c (__pthread_initialize_minimal): Change
24550         function arguments.
24551         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
24552
24553 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
24554
24555         [BZ #13550]
24556         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
24557         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
24558         <bp-sym.h> and <bp-asm.h>.
24559         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
24560         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
24561         and <bp-asm.h>.
24562         (memcpy): Don't use BP_SYM.
24563         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
24564         <bp-asm.h>.
24565         (__mpn_add_n): Don't use BP_SYM.
24566         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
24567         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
24568         and <bp-asm.h>.
24569         (__mpn_addmul_1): Don't use BP_SYM.
24570         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24571         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
24572         <bp-sym.h>.
24573         (_setjmp): Don't use BP_SYM.
24574         (__novmx_setjmp): Likewise.
24575         (__GI__setjmp): Likewise.
24576         (__vmx_setjmp): Likewise.
24577         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
24578         <bp-sym.h>.
24579         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
24580         (__bzero): Don't use BP_SYM.
24581         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24582         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24583         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
24584         <bp-sym.h> and <bp-asm.h>.
24585         (memcpy): Don't use BP_SYM.
24586         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
24587         <bp-sym.h> and <bp-asm.h>.
24588         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
24589         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
24590         <bp-sym.h> and <bp-asm.h>.
24591         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
24592         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
24593         <bp-asm.h>.
24594         (__mpn_lshift): Don't use BP_SYM.
24595         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24596         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
24597         <bp-asm.h>.
24598         (memset): Don't use BP_SYM.
24599         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24600         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24601         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
24602         <bp-asm.h>.
24603         (__mpn_mul_1): Don't use BP_SYM.
24604         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24605         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
24606         <bp-sym.h> and <bp-asm.h>.
24607         (memcmp): Don't use BP_SYM.
24608         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
24609         <bp-sym.h> and <bp-asm.h>.
24610         (memcpy): Don't use BP_SYM.
24611         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
24612         <bp-sym.h> and <bp-asm.h>.
24613         (memset): Don't use BP_SYM.
24614         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
24615         <bp-sym.h> and <bp-asm.h>.
24616         (strncmp): Don't use BP_SYM.
24617         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
24618         <bp-sym.h> and <bp-asm.h>.
24619         (memcpy): Don't use BP_SYM.
24620         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
24621         <bp-sym.h> and <bp-asm.h>.
24622         (memset): Don't use BP_SYM.
24623         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
24624         <bp-sym.h> and <bp-asm.h>.
24625         (__memchr): Don't use BP_SYM.
24626         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
24627         <bp-sym.h> and <bp-asm.h>.
24628         (memcmp): Don't use BP_SYM.
24629         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
24630         <bp-sym.h> and <bp-asm.h>.
24631         (memcpy): Don't use BP_SYM.
24632         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
24633         <bp-sym.h> and <bp-asm.h>.
24634         (__mempcpy): Don't use BP_SYM.
24635         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
24636         <bp-sym.h> and <bp-asm.h>.
24637         (__memrchr): Don't use BP_SYM.
24638         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
24639         <bp-sym.h> and <bp-asm.h>.
24640         (memset): Don't use BP_SYM.
24641         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
24642         <bp-sym.h> and <bp-asm.h>.
24643         (__rawmemchr): Don't use BP_SYM.
24644         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
24645         <bp-sym.h> and <bp-asm.h>.
24646         (__STRCMP): Don't use BP_SYM.
24647         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
24648         <bp-sym.h> and <bp-asm.h>.
24649         (strchr): Don't use BP_SYM.
24650         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
24651         <bp-sym.h> and <bp-asm.h>.
24652         (__strchrnul): Don't use BP_SYM.
24653         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
24654         <bp-sym.h> and <bp-asm.h>.
24655         (strlen): Don't use BP_SYM.
24656         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
24657         <bp-sym.h> and <bp-asm.h>.
24658         (strncmp): Don't use BP_SYM.
24659         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
24660         <bp-sym.h> and <bp-asm.h>.
24661         (__strnlen): Don't use BP_SYM.
24662         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
24663         <bp-asm.h>.
24664         (__mpn_rshift): Don't use BP_SYM.
24665         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24666         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
24667         <bp-sym.h> and <bp-asm.h>.
24668         (__sigsetjmp): Don't use BP_SYM.
24669         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
24670         (L(start_addresses)): Don't use BP_SYM.
24671         (_start): Likewise.
24672         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
24673         <bp-asm.h>.
24674         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
24675         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24676         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24677         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
24678         <bp-asm.h>.
24679         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
24680         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
24681         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24682         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
24683         <bp-asm.h>.
24684         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
24685         comments.
24686         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
24687         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
24688         <bp-asm.h>.
24689         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
24690         FIXME comments.
24691         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24692         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24693         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
24694         <bp-asm.h>.
24695         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
24696         comment.
24697         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
24698         and <bp-asm.h>.
24699         (strncmp): Don't use BP_SYM,
24700         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
24701         <bp-asm.h>.
24702         (__mpn_sub_n): Don't use BP_SYM.
24703         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24704         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
24705         and <bp-asm.h>.
24706         (__mpn_submul_1): Don't use BP_SYM.
24707         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24708         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
24709         <bp-sym.h> and <bp-asm.h>.
24710         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
24711         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
24712         <bp-sym.h> and <bp-asm.h>.
24713         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
24714         comment.
24715
24716 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
24717
24718         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
24719         Use ZK to minimize writes to Z.
24720         (sub_magnitudes): Simplify code a bit.
24721         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
24722         Use ZK to minimize writes to Z.
24723         (sub_magnitudes): Simplify code a bit.
24724
24725 2013-02-27  Roland McGrath  <roland@hack.frob.com>
24726
24727         * csu/gmon-start.c: Add special exception to license text.
24728
24729 2013-02-27  Richard Henderson  <rth@redhat.com>
24730
24731         * scripts/config.guess: Update from config.git.
24732         * scripts/config.sub: Likewise.
24733
24734 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
24735
24736         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
24737
24738         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
24739
24740         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
24741
24742         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
24743
24744         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
24745
24746 2013-02-26  Roland McGrath  <roland@hack.frob.com>
24747
24748         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
24749         [$(build-shared = yes].
24750
24751 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24752
24753         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
24754         (__mul): Reduce iterations for calculating mantissa.
24755
24756         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
24757         MPTWO.
24758         (__mpranred): Likewise.
24759
24760         [BZ #15160]
24761         * malloc/memusagestat.c (main): Draw graphs for heap and stack
24762         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
24763
24764 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
24765
24766         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
24767         Define __attribute__.
24768
24769 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24770
24771         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
24772         unused.
24773         * posix/regex_internal.h (__attribute): Remove.
24774         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
24775         (re_string_context_at): Likewise.
24776         (bitset_not): Use __attribute__ and mark function as possibly
24777         unused.
24778         (bitset_merge): Likewise.
24779         (bitset_mask): Likewise.
24780         (re_string_char_size_at): Likewise.
24781         (re_string_wchar_at): Likewise.
24782         (re_string_elem_size_at): Likewise.
24783
24784 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
24785
24786         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
24787         code.
24788         (cc32): Likewise.
24789
24790         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
24791         (__acr): Likewise.
24792         (__cpy): Likewise.
24793         (norm): Likewise.
24794         (denorm): Likewise.
24795         (__dbl_mp): Likewise.
24796         (add_magnitudes): Likewise.
24797         (sub_magnitudes): Likewise.
24798         (__mul): Likewise.
24799         (__inv): Likewise.
24800
24801         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
24802         style.
24803
24804         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
24805         style.
24806
24807         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
24808         code.
24809
24810         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
24811         up changes with default code.
24812         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
24813         Likewise.
24814
24815 2013-02-24  Allan McRae  <allan@archlinux.org>
24816
24817         * manual/socket.texi (The Internet Namespace): Order menu items
24818         to match that in the file.
24819
24820         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
24821         node listing of the info page menu.
24822
24823 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
24824
24825         [BZ #13550]
24826         * sysdeps/i386/bp-asm.h: Remove file.
24827         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
24828         (PARMS): Do not use macros from bp-asm.h.
24829         (S1): Likewise.
24830         (S2): Likewise.
24831         (SIZE): Likewise.
24832         (__mpn_add_n): Do not use BP_SYM
24833         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
24834         "bp-asm.h".
24835         (PARMS): Do not use macros from bp-asm.h.
24836         (S1): Likewise.
24837         (SIZE): Likewise.
24838         (__mpn_addmul_1): Do not use BP_SYM
24839         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
24840         "bp-asm.h".
24841         (PARMS): Do not use macros from bp-asm.h.
24842         (SIGMSK): Likewise.
24843         (_setjmp): Likewise.  Do not use BP_SYM.
24844         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
24845         "bp-asm.h".
24846         (PARMS): Do not use macros from bp-asm.h.
24847         (SIGMSK): Likewise.
24848         (setjmp): Likewise.  Do not use BP_SYM.
24849         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
24850         "bp-asm.h".
24851         (PARMS): Do not use macros from bp-asm.h.
24852         (__frexp): Do not use BP_SYM.
24853         (frexp): Likewise.
24854         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
24855         "bp-asm.h".
24856         (PARMS): Do not use macros from bp-asm.h.
24857         (__frexpf): Do not use BP_SYM.
24858         (frexpf): Likewise.
24859         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
24860         "bp-asm.h".
24861         (PARMS): Do not use macros from bp-asm.h.
24862         (__frexpl): Do not use BP_SYM.
24863         (frexpl): Likewise.
24864         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
24865         "bp-asm.h".
24866         (PARMS): Do not use macros from bp-asm.h.
24867         (__remquo): Do not use BP_SYM.
24868         (remquo): Likewise.
24869         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
24870         "bp-asm.h".
24871         (PARMS): Do not use macros from bp-asm.h.
24872         (__remquof): Do not use BP_SYM.
24873         (remquof): Likewise.
24874         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
24875         "bp-asm.h".
24876         (PARMS): Do not use macros from bp-asm.h.
24877         (__remquol): Do not use BP_SYM.
24878         (remquol): Likewise.
24879         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
24880         "bp-asm.h".
24881         (PARMS): Do not use macros from bp-asm.h.
24882         (DEST): Likewise.
24883         (SRC): Likewise.
24884         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
24885         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
24886         "bp-asm.h".
24887         (PARMS): Do not use macros from bp-asm.h.
24888         (strlen): Do not use BP_SYM.
24889         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
24890         "bp-asm.h".
24891         (PARMS): Do not use macros from bp-asm.h.
24892         (S1): Likewise.
24893         (S2): Likewise.
24894         (SIZE): Likewise.
24895         (__mpn_add_n): Do not use BP_SYM.
24896         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
24897         "bp-asm.h".
24898         (PARMS): Do not use macros from bp-asm.h.
24899         (S1): Likewise.
24900         (SIZE): Likewise.
24901         (__mpn_addmul_1): Do not use BP_SYM.
24902         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
24903         weak_alias.
24904         (bzero): Likewise.
24905         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
24906         "bp-asm.h".
24907         (PARMS): Do not use macros from bp-asm.h.
24908         (S): Likewise.
24909         (SIZE): Likewise.
24910         (__mpn_lshift): Do not use BP_SYM.
24911         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
24912         "bp-asm.h".
24913         (PARMS): Do not use macros from bp-asm.h.
24914         (DEST): Likewise.
24915         (SRC): Likewise.
24916         (LEN): Likewise.
24917         (memcpy): Likewise.  Do not use BP_SYM.
24918         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
24919         libc_hidden_def and weak_alias.
24920         (mempcpy): Do not use BP_SYM in weak_alias.
24921         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
24922         "bp-asm.h".
24923         (PARMS): Do not use macros from bp-asm.h.
24924         (DEST): Likewise.
24925         (LEN): Likewise.
24926         [!BZERO_P] (CHR): Likewise.
24927         (memset): Likewise.  Do not use BP_SYM.
24928         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
24929         "bp-asm.h".
24930         (PARMS): Do not use macros from bp-asm.h.
24931         (S1): Likewise.
24932         (SIZE): Likewise.
24933         (__mpn_mul_1): Do not use BP_SYM.
24934         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
24935         "bp-asm.h".
24936         (PARMS): Do not use macros from bp-asm.h.
24937         (S): Likewise.
24938         (SIZE): Likewise.
24939         (__mpn_rshift): Do not use BP_SYM.
24940         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
24941         "bp-asm.h".
24942         (PARMS): Do not use macros from bp-asm.h.
24943         (STR): Likewise.
24944         (CHR): Likewise.
24945         (strchr): Likewise.  Do not use BP_SYM.
24946         (index): Do not use BP_SYM in weak_alias.
24947         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
24948         "bp-asm.h".
24949         (PARMS): Do not use macros from bp-asm.h.
24950         (DEST): Likewise.
24951         (SRC): Likewise.
24952         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
24953         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
24954         "bp-asm.h".
24955         (PARMS): Do not use macros from bp-asm.h.
24956         (strlen): Do not use BP_SYM.
24957         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
24958         "bp-asm.h".
24959         (PARMS): Do not use macros from bp-asm.h.
24960         (S1): Likewise.
24961         (S2): Likewise.
24962         (SIZE): Likewise.
24963         (__mpn_sub_n): Do not use BP_SYM.
24964         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
24965         "bp-asm.h".
24966         (PARMS): Do not use macros from bp-asm.h.
24967         (S1): Likewise.
24968         (SIZE): Likewise.
24969         (__mpn_submul_1): Do not use BP_SYM.
24970         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
24971         "bp-asm.h".
24972         (PARMS): Do not use macros from bp-asm.h.
24973         (S1): Likewise.
24974         (S2): Likewise.
24975         (SIZE): Likewise.
24976         (__mpn_add_n): Do not use BP_SYM.
24977         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
24978         weak_alias.
24979         (bzero): Likewise.
24980         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
24981         "bp-asm.h".
24982         (PARMS): Do not use macros from bp-asm.h.
24983         (BLK2): Likewise.
24984         (LEN): Likewise.
24985         (memcmp): Do not use BP_SYM.
24986         (bcmp): Do not use BP_SYM in weak_alias.
24987         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
24988         "bp-asm.h".
24989         (PARMS): Do not use macros from bp-asm.h.
24990         (DEST): Likewise.
24991         (SRC): Likewise.
24992         (LEN): Likewise.
24993         (memcpy): Likewise.  Do not use BP_SYM.
24994         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
24995         "bp-asm.h".
24996         (PARMS): Do not use macros from bp-asm.h.
24997         (DEST): Likewise.
24998         (SRC): Likewise.
24999         (LEN): Likewise.
25000         (memmove): Likewise.  Do not use BP_SYM.
25001         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
25002         "bp-asm.h".
25003         (PARMS): Do not use macros from bp-asm.h.
25004         (DEST): Likewise.
25005         (SRC): Likewise.
25006         (LEN): Likewise.
25007         (__mempcpy): Likewise.  Do not use BP_SYM.
25008         (mempcpy): Do not use BP_SYM in weak_alias.
25009         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
25010         "bp-asm.h".
25011         (PARMS): Do not use macros from bp-asm.h.
25012         (DEST): Likewise.
25013         (LEN): Likewise.
25014         [!BZERO_P] (CHR): Likewise.
25015         (memset): Likewise.  Do not use BP_SYM.
25016         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
25017         "bp-asm.h".
25018         (PARMS): Do not use macros from bp-asm.h.
25019         (STR2): Likewise.
25020         (strcmp): Do not use BP_SYM.
25021         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
25022         "bp-asm.h".
25023         (PARMS): Do not use macros from bp-asm.h.
25024         (STR): Likewise.
25025         (DELIM): Likewise.
25026         [USE_AS_STRTOK_R] (SAVE): Likewise.
25027         (FUNCTION): Likewise.  Do not use BP_SYM.
25028         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
25029         aliases.
25030         (strtok_r): Likewise.
25031         (__GI___strtok_r): Likewise.
25032         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
25033         (PARMS): Do not use macros from bp-asm.h.
25034         (S): Likewise.
25035         (SIZE): Likewise.
25036         (__mpn_lshift): Do not use BP_SYM.
25037         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
25038         (PARMS): Do not use macros from bp-asm.h.
25039         (STR): Likewise.
25040         (CHR): Likewise.
25041         (__memchr): Do not use BP_SYM.
25042         (memchr): Do not use BP_SYM in weak_alias.
25043         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
25044         (PARMS): Do not use macros from bp-asm.h.
25045         (BLK2): Likewise.
25046         (LEN): Likewise.
25047         (memcmp): Do not use BP_SYM.
25048         (bcmp): Do not use BP_SYM in weak_alias.
25049         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
25050         (PARMS): Do not use macros from bp-asm.h.
25051         (S1): Likewise.
25052         (SIZE): Likewise.
25053         (__mpn_mul_1): Do not use BP_SYM.
25054         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
25055         "bp-asm.h".
25056         (PARMS): Do not use macros from bp-asm.h.
25057         (STR): Likewise.
25058         (CHR): Likewise.
25059         (__rawmemchr): Do not use BP_SYM.
25060         (rawmemchr): Do not use BP_SYM in weak_alias.
25061         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
25062         (PARMS): Do not use macros from bp-asm.h.
25063         (S): Likewise.
25064         (SIZE): Likewise.
25065         (__mpn_rshift): Do not use BP_SYM.
25066         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
25067         (PARMS): Do not use macros from bp-asm.h.
25068         (SIGMSK): Likewise.
25069         (__sigsetjmp): Likewise.  Do not use BP_SYM.
25070         * sysdeps/i386/start.S: Do not include "bp-sym.h".
25071         (_start): Do not use BP_SYM.
25072         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
25073         (PARMS): Do not use macros from bp-asm.h.
25074         (DEST): Likewise.
25075         (SRC): Likewise.
25076         (__stpcpy): Likewise.  Do not use BP_SYM.
25077         (stpcpy): Do not use BP_SYM in weak_alias.
25078         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
25079         "bp-asm.h".
25080         (PARMS): Do not use macros from bp-asm.h.
25081         (DEST): Likewise.
25082         (SRC): Likewise.
25083         (LEN): Likewise.
25084         (__stpncpy): Likewise.  Do not use BP_SYM.
25085         (stpncpy): Do not use BP_SYM in weak_alias.
25086         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
25087         (PARMS): Do not use macros from bp-asm.h.
25088         (STR): Likewise.
25089         (CHR): Likewise.
25090         (strchr): Likewise.  Do not use BP_SYM.
25091         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
25092         "bp-asm.h".
25093         (PARMS): Do not use macros from bp-asm.h.
25094         (STR): Likewise.
25095         (CHR): Likewise.
25096         (__strchrnul): Likewise.  Do not use BP_SYM.
25097         (strchrnul): Do not use BP_SYM in weak_alias.
25098         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
25099         "bp-asm.h".
25100         (PARMS): Do not use macros from bp-asm.h.
25101         (STOP): Likewise.
25102         (strcspn): Do not use BP_SYM.
25103         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
25104         "bp-asm.h".
25105         (PARMS): Do not use macros from bp-asm.h.
25106         (STR): Likewise.
25107         (STOP): Likewise.
25108         (strpbrk): Likewise.  Do not use BP_SYM.
25109         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
25110         "bp-asm.h".
25111         (PARMS): Do not use macros from bp-asm.h.
25112         (STR): Likewise.
25113         (CHR): Likewise.
25114         (strrchr): Likewise.  Do not use BP_SYM.
25115         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
25116         (PARMS): Do not use macros from bp-asm.h.
25117         (SKIP): Likewise.
25118         (strspn): Do not use BP_SYM.
25119         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
25120         (PARMS): Do not use macros from bp-asm.h.
25121         (STR): Likewise.
25122         (DELIM): Likewise.
25123         (SAVE): Likewise.
25124         (FUNCTION): Likewise.  Do not use BP_SYM.
25125         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
25126         aliases.
25127         (strtok_r): Likewise.
25128         (__GI___strtok_r): Likewise.
25129         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
25130         (PARMS): Do not use macros from bp-asm.h.
25131         (S1): Likewise.
25132         (S2): Likewise.
25133         (SIZE): Likewise.
25134         (__mpn_sub_n): Do not use BP_SYM.
25135         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
25136         "bp-asm.h".
25137         (PARMS): Do not use macros from bp-asm.h.
25138         (S1): Likewise.
25139         (SIZE): Likewise.
25140         (__mpn_submul_1): Do not use BP_SYM.
25141         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
25142         <bp-sym.h>.
25143         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
25144         and <bp-asm.h>.
25145         (PARMS): Do not use macros from bp-asm.h.
25146         (FLAGS): Likewise.
25147         (PTID): Likewise.
25148         (TLS): Likewise.
25149         (CTID): Likewise.
25150         (__clone): Do not use BP_SYM.
25151         (clone): Do not use BP_SYM in weak_alias.
25152         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
25153         and <bp-asm.h>.
25154         (PARMS): Do not use macros from bp-asm.h.
25155         (LEN): Likewise.
25156         (__mmap64): Do not use BP_SYM.
25157         (mmap64): Do not use BP_SYM in weak_alias.
25158         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
25159         <bp-sym.h> and <bp-asm.h>.
25160         (PARMS): Do not use macros from bp-asm.h.
25161         (__posix_fadvise64_l64): Do not use BP_SYM.
25162         * sysdeps/unix/sysv/linux/i386/semtimedop.S
25163         (PARMS): Do not use macros from bp-asm.h.
25164         (NSOPS): Likewise.
25165         (semtimedop): Do not use BP_SYM.
25166         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
25167         and <bp-asm.h>.
25168
25169 2013-02-21  Allan McRae  <allan@archlinux.org>
25170
25171         * manual/message.texi (Charset conversion in gettext):
25172         Move @end statement to beginning of line.
25173
25174 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
25175
25176         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
25177         static.
25178         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
25179         Likewise.
25180
25181         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
25182         (denorm): Likewise.
25183         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
25184         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
25185
25186 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25187
25188         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
25189         tail-call to the resolved function if pltexit isn't needed.
25190
25191 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
25192
25193         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
25194         or Y being zero as being unlikely.
25195         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
25196         Likewise.
25197
25198 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
25199
25200         * manual/nss.texi (System Databases and Name Service Switch):
25201         Remove frobnicate @pxref.
25202
25203 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
25204
25205         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
25206         __attribute__ ((unused)) to __attribute__ ((__unused__)).
25207
25208 2013-02-20  Petr Machata  <pmachata@redhat.com>
25209
25210         * elf/elf.h (R_ARM_TARGET1): New macro.
25211         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
25212         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
25213         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
25214         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
25215         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
25216         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
25217         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
25218         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
25219         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
25220         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
25221         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
25222         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
25223         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
25224         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
25225         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
25226         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
25227         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
25228         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
25229         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
25230         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
25231         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
25232         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
25233         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
25234         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
25235         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
25236         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
25237         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
25238         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
25239         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
25240         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
25241         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
25242         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
25243         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
25244         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
25245         (R_ARM_THM_GOT_BREL12): Likewise.
25246         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
25247         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
25248         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
25249         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
25250         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
25251         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
25252         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
25253         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
25254         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
25255
25256 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
25257
25258         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
25259         __attribute_used__ to __attribute__ ((unused)).
25260
25261 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
25262
25263         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
25264         powerpc mpa.c.
25265         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
25266         comment formatting.
25267         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
25268
25269 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
25270
25271         [BZ #13550]
25272         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
25273         Remove macro.
25274         (ENTER): Remove both macro definitions.
25275         (LEAVE): Likewise.
25276         (CHECK_BOUNDS_LOW): Likewise.
25277         (CHECK_BOUNDS_HIGH): Likewise.
25278         (CHECK_BOUNDS_BOTH): Likewise.
25279         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
25280         (RETURN_BOUNDED_POINTER): Likewise.
25281         (RETURN_NULL_BOUNDED_POINTER): Likewise.
25282         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
25283         (POP_ERRNO_LOCATION_RETURN): Likewise.
25284         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
25285         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25286         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
25287         macros.
25288         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25289         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
25290         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
25291         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
25292         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
25293         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
25294         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
25295         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
25296         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
25297         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
25298         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
25299         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
25300         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25301         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
25302         removed macros.
25303         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25304         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
25305         macros.
25306         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25307         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
25308         * sysdeps/i386/i586/memset.S (memset): Likewise.
25309         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
25310         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25311         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
25312         macros.
25313         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25314         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
25315         Change uses of L(2) to L(out).
25316         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
25317         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
25318         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
25319         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25320         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
25321         removed macros.
25322         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25323         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
25324         macros.
25325         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25326         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
25327         (RETURN): Do not use macro LEAVE.
25328         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
25329         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
25330         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
25331         * sysdeps/i386/i686/memset.S (memset): Likewise.
25332         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
25333         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
25334         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
25335         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
25336         Likewise.
25337         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
25338         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
25339         L(1_2) and L(1_3) into L(1).
25340         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
25341         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
25342         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25343         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
25344         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
25345         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
25346         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
25347         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25348         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
25349         macros.
25350         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
25351         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25352         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
25353         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
25354         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
25355         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
25356         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
25357         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
25358         * sysdeps/i386/strcspn.S (strcspn): Likewise.
25359         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
25360         * sysdeps/i386/strrchr.S (strrchr): Likewise.
25361         * sysdeps/i386/strspn.S (strspn): Likewise.
25362         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
25363         conditional code.
25364         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
25365         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
25366         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
25367         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
25368         L(1_3) into L(1_1).
25369         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
25370         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25371         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
25372         macros.
25373         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25374
25375 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
25376
25377         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
25378         macro.
25379
25380 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25381
25382         * math/atest-exp.c (exp_mpn): Remove ROUND.
25383         * math/atest-exp2.c (exp_mpn): Likewise.
25384         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
25385
25386         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
25387         * stdlib/tst-tls-atexit-lib.c: Likewise.
25388         * stdlib/tst-tls-atexit.c: Likewise.
25389
25390 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
25391
25392         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
25393         and __attribute_alloc_size__.
25394
25395 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
25396
25397         * include/programs/xmalloc.h: Change __attribute_alloc_size to
25398         __attribute_alloc_size__.
25399         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
25400         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
25401
25402 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
25403
25404         * include/programs/xmalloc.h: New file.
25405         * catgets/gencat.c: Include it.
25406         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
25407         * elf/pldd.c: Likewise.
25408         * iconv/iconv_charmap.c: Likewise.
25409         * iconv/iconvconfig.c: Likewise.
25410         * iconv/strtab.c: Likewise.
25411         * locale/programs/locale.c: Likewise.
25412         * locale/programs/localedef.h: Likewise.
25413         * locale/programs/simple-hash.c: Likewise.
25414         * nscd/nscd.h: Likewise.
25415         * nss/makedb.c: Likewise.
25416         * sysdeps/generic/ldconfig.h: Likewise.
25417
25418 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25419
25420         * Versions.def: Add GLIBC_2.18.
25421         * include/link.h (struct link_map): New member l_tls_dtor_count.
25422         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
25423         (__call_tls_dtors): Likewise.
25424         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
25425         __cxa_thread_atexit_impl.
25426         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
25427         Likewise.
25428         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
25429         Likewise.
25430         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
25431         Likewise.
25432         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
25433         Likewise.
25434         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
25435         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
25436         Likewise.
25437         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
25438         Likewise.
25439         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
25440         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
25441         Likewise.
25442         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
25443         (tests): Add test case tst-tls-atexit.
25444         (modules-names): Add shared library for tst-tls-atexit.
25445         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
25446         (GLIBC_PRIVATE): Add __call_tls_dtors.
25447         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
25448         for libstdc++.
25449         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
25450         * stdlib/tst-tls-atexit.c: New test case.
25451         * stdlib/tst-tls-atexit-lib.c: New test case.
25452
25453         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
25454
25455         * elf/Versions (ld): Add _dl_find_dso_for_object.
25456         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
25457         * elf/dl-open.c (_dl_find_dso_for_object): New function.
25458         (dl_open_worker): Use _dl_find_dso_for_object.
25459         * elf/dl-sym.c (do_sym): Likewise.
25460         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
25461
25462 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25463
25464         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
25465         Syntactic changes only.
25466         (_dl_runtime_profile): Do a tail-call to the resolved function.
25467
25468 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
25469
25470         [BZ #13550]
25471         * sysdeps/x86_64/bp-asm.h: Remove file.
25472         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
25473         <bp-sym.h> and <bp-asm.h>.
25474         (__clone): Do not use BP_SYM.
25475         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
25476         <bp-sym.h> and <bp-asm.h>.
25477         * sysdeps/unix/x86_64/sysdep.S: Likewise.
25478         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
25479         "bp-asm.h".
25480         (_setjmp): Do not use BP_SYM.
25481         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
25482         "bp-asm.h".
25483         (setjmp): Do not use BP_SYM.
25484         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
25485         libc_hidden_def.
25486         (mempcpy): Do not use BP_SYM in weak_alias.
25487         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
25488         "bp-asm.h".
25489         (strchr): Do not use BP_SYM.
25490         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
25491         "bp-asm.h".
25492         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
25493         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
25494         (_start): Do not use BP_SYM.
25495         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
25496         "bp-asm.h".
25497         (strcat): Do not use BP_SYM.
25498         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
25499         "bp-asm.h".
25500         (STRCMP): Do not use BP_SYM.
25501         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
25502         "bp-asm.h".
25503         (STRCPY): Do not use BP_SYM.
25504         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
25505         "bp-asm.h".
25506         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
25507         "bp-asm.h".
25508         (FUNCTION): Do not use BP_SYM.
25509         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
25510         weak_alias.
25511         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
25512
25513 2013-02-17  Andreas Jaeger  <aj@suse.de>
25514
25515         * time/Versions: Sort entries.
25516         * string/Versions: Likewise.
25517         * resolv/Versions: Likewise.
25518         * posix/Versions: Likewise.
25519         * iconv/Versions: Likewise.
25520         * elf/Versions: Likewise.
25521         * wcsmbs/Versions: Likewise.
25522
25523 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
25524
25525         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
25526         loop termination condition.
25527
25528         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
25529         variable to calculate EZ.
25530         (__sqr): Likewise.
25531
25532         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
25533         the lower precision input.
25534
25535 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
25536
25537         [BZ #13550]
25538         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
25539         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
25540         (run-via-rtld-prefix): Do not handle %-bp tests.
25541         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
25542         (all-object-suffixes): Remove .ob.
25543         (bppfx): Remove variable.
25544         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
25545         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
25546         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
25547         [$(build-bounded) = yes] (libtype.ob): Likewise.
25548         * Makerules (elide-routines.ob): Remove variable.
25549         (do-tests-clean): Do not handle *-bp.out.
25550         (common-mostlyclean): Do not handle *-bp and *-bp.out.
25551         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
25552         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
25553         (tests): Do not include $(tests-bp.out).
25554         (xtests): Do not include $(xtests-bp.out).
25555         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
25556         [$(build-bounded) = yes] ($(addprefix
25557         $(objpfx),$(binaries-bounded))): Remove rule.
25558         ($(objpfx)%-bp.out): Remove rule.
25559         * config.make.in (build-bounded): Remove variable.
25560         * crypt/Makefile [$(build-bounded) = yes]
25561         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
25562         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
25563         append to variable.
25564         [$(build-bounded) = yes] (install-lib): Likewise.
25565         [$(build-bounded) = yes] (generated): Likewise.
25566         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
25567         Remove rule.
25568         * intl/Makefile [$(build-bounded) = yes]
25569         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
25570         * math/Makefile [$(build-bounded) = yes]
25571         ($(tests:%=$(objpfx)%-bp): Likewise.
25572         * misc/Makefile [$(build-bounded) = yes]
25573         ($(objpfx)tst-tsearch-bp): Likewise.
25574         * nptl/Makeconfig (bounded-thread-library): Remove variable.
25575         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
25576         Remove dependency.
25577         * string/Makefile (o-objects.ob): Remove variable.
25578         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
25579         (CFLAGS-.ob): Remove variable.
25580         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
25581         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
25582         both definitions of variable.
25583         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
25584         (ASFLAGS-.ob): Remove variable.
25585
25586 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
25587
25588         [BZ #13550]
25589         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
25590         Remove __BOUNDED_POINTERS__ from condition.
25591         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
25592         * string/bits/string2.h [!__NO_STRING_INLINES &&
25593         !__BOUNDED_POINTERS__]: Likewise.
25594         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
25595         Likewise.
25596         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
25597         Remove conditional code.
25598         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
25599         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
25600         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
25601         condition.
25602
25603         [BZ #13550]
25604         * csu/libc-start.c: Do not include <bp-sym.h>.
25605         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
25606         * elf/dl-open.c: Do not include <bp-sym.h>.
25607         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
25608         * math/fegetenv.c: Do not include <bp-sym.h>.
25609         (fegetenv): Do not use BP_SYM in versioned symbols.
25610         * nptl/sysdeps/pthread/bits/libc-lockP.h
25611         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
25612         <bp-sym.h>.
25613         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25614         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
25615         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25616         (__pthread_mutex_destroy): Likewise.
25617         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25618         (__pthread_mutex_lock): Likewise.
25619         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25620         (__pthread_mutex_trylock): Likewise.
25621         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25622         (__pthread_mutex_unlock): Likewise.
25623         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25624         (__pthread_mutexattr_init): Likewise.
25625         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25626         (__pthread_mutexattr_destroy): Likewise.
25627         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25628         (__pthread_mutexattr_settype): Likewise.
25629         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25630         (__pthread_rwlock_init): Likewise.
25631         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25632         (__pthread_rwlock_destroy): Likewise.
25633         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25634         (__pthread_rwlock_rdlock): Likewise.
25635         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25636         (__pthread_rwlock_tryrdlock): Likewise.
25637         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25638         (__pthread_rwlock_wrlock): Likewise.
25639         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25640         (__pthread_rwlock_trywrlock): Likewise.
25641         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25642         (__pthread_rwlock_unlock): Likewise.
25643         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25644         (__pthread_key_create): Likewise.
25645         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25646         (__pthread_setspecific): Likewise.
25647         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25648         (__pthread_getspecific): Likewise.
25649         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
25650         Likewise.
25651         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25652         (_pthread_cleanup_push_defer): Likewise.
25653         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25654         (_pthread_cleanup_pop_restore): Likewise.
25655         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25656         (pthread_setcancelstate): Likewise.
25657         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
25658         <bp-sym.h>.
25659         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
25660         (memchr): Do not use BP_SYM in weak_alias.
25661         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
25662         (fegetenv): Do not use BP_SYM in versioned symbols.
25663         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
25664         (fesetenv): Do not use BP_SYM in versioned symbols.
25665         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
25666         (feupdateenv): Do not use BP_SYM in versioned symbols.
25667         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
25668         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
25669         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
25670         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
25671         (open64): Do not use BP_SYM in weak_alias.
25672         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
25673         (fegetenv): Do not use BP_SYM in versioned symbols.
25674         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
25675         (fesetenv): Do not use BP_SYM in versioned symbols.
25676         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
25677         (feupdateenv): Do not use BP_SYM in versioned symbols.
25678         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
25679         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
25680         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
25681         (feraiseexcept): Do not use BP_SYM in versioned symbols.
25682         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
25683         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
25684         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
25685         <bp-sym.h>.
25686         (__libc_start_main): Do not use BP_SYM.
25687
25688 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
25689
25690         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
25691         redundant return line.
25692         (norm): Likewise.
25693         (denorm): Likewise.
25694         (dbl_mp): Likewise.
25695         (sub_magnitudes): Likewise.
25696         (__add): Likewise.
25697         (__sub): Likewise.
25698         (__mul): Likewise.
25699         (__inv): Likewise.
25700         (__dvd): Likewise.
25701         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
25702         (norm): Likewise.
25703         (denorm): Likewise.
25704         (dbl_mp): Likewise.
25705         (sub_magnitudes): Likewise.
25706         (__add): Likewise.
25707         (__sub): Likewise.
25708         (__mul): Likewise.
25709         (__inv): Likewise.
25710         (__dvd): Likewise.
25711
25712         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
25713         instead of __mul.
25714         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
25715         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
25716         (cc32): Likewise.
25717
25718         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
25719         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
25720         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
25721         of __mul for squares.
25722         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
25723         function
25724         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
25725         Likewise.
25726         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
25727         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
25728
25729 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
25730
25731         [BZ #13550]
25732         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
25733         code.
25734         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
25735         prototype or function definition.  Rename ubp_* variables and
25736         parameters.  Remove argv definitions conditional on
25737         [__BOUNDED_POINTERS__].
25738         * debug/backtrace.c (__backtrace): Do not use __unbounded.
25739         * elf/dl-runtime.c (_dl_fixup): Likewise.
25740         * include/set-hooks.h (RUN_HOOK): Likewise.
25741         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
25742         definition.
25743         * string/strcpy.c (strcpy): Do not use __unbounded.
25744         * sysdeps/generic/frame.h (struct layout): Likewise.
25745         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
25746         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
25747         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
25748         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
25749         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
25750         (__backtrace): Likewise.
25751         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
25752         use __ptrvalue.
25753         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
25754         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
25755         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
25756         Likewise.
25757         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
25758         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
25759         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
25760         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
25761         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
25762         Do not use __unbounded.
25763         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
25764         Rename __unboundedrlimits parameter to rlimits in prototype.
25765         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
25766         Do not use __unbounded.
25767         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
25768         not use __ptrvalue.
25769         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
25770         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
25771         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
25772         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
25773         __ptrvalue or __unbounded.
25774         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
25775         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
25776         use __unbounded.
25777         (__new_msgctl): Do not use __ptrvalue.
25778         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
25779         __unbounded.
25780         (__libc_msgrcv): Do not use __ptrvalue.
25781         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
25782         startup_info): Do not use __unbounded.
25783         (__libc_start_main): Likewise.  Rename ubp_* variables and
25784         parameters.  Remove argv definitions conditional on
25785         [__BOUNDED_POINTERS__].
25786         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
25787         __ptrvalue.
25788         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
25789         use __unbounded.
25790         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
25791         or __ptrvalue.
25792         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
25793         use __unbounded.
25794         (__new_shmctl): Do not use __ptrvalue.
25795         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
25796         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
25797         Likewise.
25798         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
25799         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
25800         (__libc_sigaction): Likewise.
25801         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
25802         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
25803         Likewise.
25804         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
25805
25806 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
25807
25808         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
25809
25810         * string/mempcpy.c: Implement by calling memcpy.
25811
25812 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25813
25814         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
25815
25816         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
25817         evaluation.
25818
25819         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
25820         values in the mantissa.
25821
25822         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
25823         minimize writes to Z.
25824         (sub_magnitudes): Simplify code a bit.
25825
25826 2013-02-12  Roland McGrath  <roland@hack.frob.com>
25827
25828         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
25829         from the message.  The linker prefixes all warnings with that already.
25830
25831 2013-02-12  Andreas Schwab  <schwab@suse.de>
25832
25833         [BZ #15078]
25834         * posix/regexec.c (extend_buffers): Add parameter min_len.
25835         (check_matching): Pass minimum needed length.
25836         (clean_state_log_if_needed): Likewise.
25837         (get_subexp): Likewise.
25838         * posix/Makefile (tests): Add bug-regex34.
25839         (bug-regex34-ENV): Define.
25840         * posix/bug-regex34.c: New file.
25841
25842         [BZ #11561]
25843         * posix/regcomp.c (parse_bracket_exp): When looking up collating
25844         elements compare against the byte sequence of it, not its name.
25845         * posix/Makefile (tests): Add bug-regex35.
25846         (bug-regex35-ENV): Define.
25847         * posix/bug-regex35.c: New file.
25848
25849 2013-02-11  Tom de Vries  <tom@codesourcery.com>
25850
25851         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
25852         comment.
25853         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
25854         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
25855         (CHECK_EOL): Add undef.
25856
25857 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
25858
25859         * bits/stdlib-bsearch.h: New file.
25860         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
25861         * stdlib/stdlib.h: Likewise.
25862
25863 2013-02-11  Roland McGrath  <roland@hack.frob.com>
25864
25865         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
25866         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
25867         declaration.
25868         * manual/search.texi (Array Search Function): Add missing const in
25869         lfind prototype.
25870         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
25871         declaration to use rlim_t.
25872         (Basic Scheduling Functions): Remove erroneous const from
25873         sched_getparam prototype.  Remove erroneous * from
25874         sched_get_priority_max and sched_get_priority_min prototypes.
25875         (Resource Usage): Fix summary @comment on vtimes to refer to
25876         sys/vtimes.h rather than vtimes.h.
25877         Add missing *s in vtimes prototype.
25878         (Limits on Resources): Fix ulimit prototype to return long int.
25879         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
25880         prototypes to use long int rather than double.
25881         (BSD Random): Fix initstate and setstate to use char *, not void *.
25882         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
25883         prototype to make second argument 'struct aiocb64 *const[]'.
25884         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
25885         (Status of AIO Operations): Remove erroneous const in aio_return and
25886         aio_return64 prototypes.
25887         (Synchronizing I/O): Fix sync prototype to return void.
25888         * manual/startup.texi (Suboptions): Remove an erroneous const in
25889         getsubopt prototype.
25890         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
25891         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
25892         use size_t rather than int.
25893         (Scanning All Users): Likewise for getpwent_r.
25894         (Setting Groups): Add missing const to setgroups prototype.
25895         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
25896         * manual/socket.texi (Host Names): Fix gethostbyaddr and
25897         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
25898         'const void *' rather than 'const char *'.
25899         (Host Address Functions): Likewise for inet_ntop.
25900         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
25901         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
25902         ssize_t for return value.
25903         (Sending Data): Likewise for send, sendto, sendmsg.
25904         (Socket Option Functions): Add a missing const in setsockopt prototype.
25905         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
25906         use wchar_t for the argument.
25907         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
25908         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
25909         take no arguments.
25910         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
25911         double/float/long double for second argument.
25912         Fix return types of significand, significandf, significandl.
25913         * manual/filesys.texi (Setting Permissions): Use mode_t for second
25914         argument in fchmod prototype.
25915         (File Owner): Use uid_t and gid_t in fchown prototype.
25916         (File Times): Add const to utimes, futimes, and lutimes prototypes.
25917         (Making Special Files): Use mode_t and dev_t in mknod prototype.
25918         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
25919         use 'const struct dirent **' as argument types to CMP function pointer
25920         argument.
25921         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
25922         (File Times): Fix summary magic @comment for struct utimbuf and utime
25923         to refer to utime.h, not time.h.
25924         * manual/string.texi (Argz Functions): Add missing const in
25925         argz_extract and argz_next prototypes.
25926         (Finding Tokens in a String): Likewise for basename.
25927         (String/Array Comparison): Fix typo in wcscasecmp prototype.
25928         (Copying and Concatenation): Fix typo in wmemmove prototype.
25929         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
25930         (Signal Stack): Remove erroneous const in sigstack prototype.
25931         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
25932         prototype.
25933         (Simple Calendar Time): Likewise for stime.
25934         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
25935         prototype.
25936         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
25937         say sys/sysctl.h instead.
25938         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
25939         and vsyslog prototypes.
25940
25941 2013-02-11  Tom de Vries  <tom@codesourcery.com>
25942
25943         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
25944         Remove.
25945
25946 2013-02-11  Roland McGrath  <roland@hack.frob.com>
25947
25948         * misc/sys/mman.h: Fix typo in mremap comment.
25949
25950 2013-02-08  Roland McGrath  <roland@hack.frob.com>
25951
25952         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
25953         the '\0' terminator.
25954
25955 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
25956
25957         [BZ #13550]
25958         * debug/segfault.c: Don't include <bp-checks.h>.
25959         * sysdeps/generic/bp-checks.h: Remove file.
25960         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
25961         (__GETDENTS): Don't use CHECK_N.
25962         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
25963         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
25964         (__getgroups): Don't use CHECK_N.
25965         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
25966         (setgroups): Don't use CHECK_N.
25967         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
25968         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
25969         (__libc_msgrcv): Don't use CHECK_N.
25970         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
25971         (__libc_msgsnd): Don't use CHECK_N.
25972         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
25973         <bp-checks.h>.
25974         (__libc_pread): Don't use CHECK_N.
25975         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
25976         include <bp-checks.h>.
25977         (__libc_pread64): Don't use CHECK_N.
25978         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
25979         include <bp-checks.h>.
25980         (__libc_pwrite): Don't use CHECK_N.
25981         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
25982         include <bp-checks.h>.
25983         (__libc_pwrite64): Don't use CHECK_N.
25984         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
25985         <bp-checks.h>.
25986         (__libc_pread): Don't use CHECK_N.
25987         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
25988         include <bp-checks.h>.
25989         (__libc_pread64): Don't use CHECK_N.
25990         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
25991         include <bp-checks.h>.
25992         (__libc_pwrite): Don't use CHECK_N.
25993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
25994         include <bp-checks.h>.
25995         (__libc_pwrite64): Don't use CHECK_N.
25996         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
25997         (do_pread): Don't use CHECK_N.
25998         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
25999         (do_pread64): Don't use CHECK_N.
26000         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
26001         (do_pwrite): Don't use CHECK_N.
26002         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
26003         (do_pwrite64): Don't use CHECK_N.
26004         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
26005         (__libc_readv): Don't use CHECK_N.
26006         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
26007         (semop): Don't use CHECK_N.
26008         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
26009         <bp-checks.h>.
26010         (semtimedop): Don't use CHECK_N.
26011         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
26012         (__libc_pread): Don't use CHECK_N.
26013         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
26014         <bp-checks.h>.
26015         (__libc_pread64): Don't use CHECK_N.
26016         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
26017         <bp-checks.h>.
26018         (__libc_pwrite): Don't use CHECK_N.
26019         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
26020         <bp-checks.h>.
26021         (__libc_pwrite64): Don't use CHECK_N.
26022         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
26023         <bp-checks.h>.
26024         (__libc_msgrcv): Don't use CHECK_N.
26025         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
26026         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
26027         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
26028         (__libc_writev): Don't use CHECK_N.
26029
26030 2013-02-08  Roland McGrath  <roland@hack.frob.com>
26031
26032         * string/strcpy.c: Removed unused variable.
26033
26034         * Makeconfig (+sysdep-includes): Define with := rather than =.
26035         Use an existing include/ subdir of each sysdeps dir before it.
26036
26037 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
26038
26039         * nscd/connection.c (register_traced_file): Comment function.
26040         [HAVE_INOTIFY] (union __inev): Define.
26041         [HAVE_INOTIFY] (inotify_check_files): New function.
26042         [HAVE_INOTIFY] (clear_db_cache): Likewise.
26043         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
26044         clear_db_cache.
26045         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
26046
26047 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
26048
26049         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
26050         loaded if not already and that a failure is permanent.
26051
26052 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
26053
26054         [BZ #15006]
26055         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
26056         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
26057
26058 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
26059
26060         [BZ #13550]
26061         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
26062         (CHECK_1_NULL_OK): Likewise.
26063         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
26064         (__fxstat): Do not use CHECK_1.
26065         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
26066         <bp-checks.h>.
26067         (___fxstat64): Do not use CHECK_1.
26068         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
26069         <bp-checks.h>.
26070         (__fxstatat): Do not use CHECK_1.
26071         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
26072         <bp-checks.h>.
26073         (__fxstatat64): Do not use CHECK_1.
26074         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
26075         <bp-checks.h>.
26076         (__fxstat): Do not use CHECK_1.
26077         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
26078         <bp-checks.h>.
26079         (__fxstatat): Do not use CHECK_1.
26080         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
26081         <bp-checks.h>.
26082         (__getresgid): Do not use CHECK_1.
26083         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
26084         <bp-checks.h>.
26085         (__getresuid): Do not use CHECK_1.
26086         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
26087         <bp-checks.h>.
26088         (__lxstat): Do not use CHECK_1.
26089         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
26090         <bp-checks.h>.
26091         (__old_msgctl): Do not use CHECK_1.
26092         (__new_msgctl): Likewise.
26093         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
26094         <bp-checks.h>.
26095         (__new_setrlimit): Do not use CHECK_1.
26096         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
26097         <bp-checks.h>.
26098         (__old_shmctl): Do not use CHECK_1.
26099         (__new_shmctl): Likewise.
26100         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
26101         <bp-checks.h>.
26102         (__xstat): Do not use CHECK_1.
26103         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
26104         (__lxstat): Do not use CHECK_1.
26105         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
26106         <bp-checks.h>.
26107         (___lxstat64): Do not use CHECK_1.
26108         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
26109         (__old_msgctl): Do not use CHECK_1.
26110         (__new_msgctl): Likewise.
26111         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
26112         <bp-checks.h>.
26113         (__gettimeofday): Do not use CHECK_1.
26114         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
26115         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
26116         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
26117         <bp-checks.h>.
26118         (__gettimeofday): Do not use CHECK_1.
26119         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
26120         (__old_shmctl): Do not use CHECK_1_NULL_OK.
26121         (__new_shmctl): Do not use CHECK_1.
26122         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
26123         <bp-checks.h>.
26124         (do_sigtimedwait): Do not use CHECK_1.
26125         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
26126         <bp-checks.h>.
26127         (do_sigwaitinfo): Do not use CHECK_1.
26128         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
26129         <bp-checks.h>.
26130         (msgctl): Do not use CHECK_1.
26131         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
26132         <bp-checks.h>.
26133         (shmctl): Do not use CHECK_1.
26134         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
26135         (ustat): Do not use CHECK_1.
26136         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
26137         <bp-checks.h>.
26138         (__fxstat): Do not use CHECK_1.
26139         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
26140         <bp-checks.h>.
26141         (__fxstatat): Do not use CHECK_1.
26142         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
26143         <bp-checks.h>.
26144         (__lxstat): Do not use CHECK_1.
26145         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
26146         <bp-checks.h>.
26147         (__xstat): Do not use CHECK_1.
26148         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
26149         (__xstat): Do not use CHECK_1.
26150         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
26151         (___xstat64): Do not use CHECK_1.
26152
26153         [BZ #13550]
26154         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
26155         definitions.
26156         (CHECK_BOUNDS_HIGH): Likewise.
26157         * string/strcpy.c: Do not include <bp-checks.h>.
26158         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
26159
26160 2013-02-07  Roland McGrath  <roland@hack.frob.com>
26161
26162         * nscd/nscd-client.h (__nscd_drop_map_ref):
26163         Add __attribute__ ((unused)).
26164         * nis/nss-nisplus.h (niserr2nss): Likewise.
26165
26166         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
26167         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
26168
26169         * csu/libc-tls.c (init_static_tls, init_slotinfo):
26170         Remove inline keyword.
26171         * include/rounding-mode.h (round_away): Likewise.
26172         * libio/wfileops.c (adjust_wide_data): Likewise.
26173         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
26174         (__m128i_strloadu_tolower): Likewise.
26175         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
26176         (__m128i_strloadu_tolower): Likewise.
26177         * time/mktime.c (ydhms_diff): Likewise.
26178         * locale/elem-hash.h (elem_hash): Likewise.
26179         * locale/setlocale.c (setdata): Likewise.
26180         * posix/regex_internal.h (re_string_char_size_at): Likewise.
26181         (re_string_wchar_at): Likewise.
26182         (bitset_not, bitset_merge, bitset_mask): Likewise.
26183         [!(__GNUC__ > 3)] (inline): Remove macro.
26184         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
26185         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
26186         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
26187         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
26188         * string/memcmp.c (memcmp_bytes): Likewise.
26189         * locale/programs/locarchive.c (compute_hashval): Likewise.
26190         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
26191         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
26192         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
26193         * nss/getent.c (print_rpc, print_protocols): Likewise.
26194         (print_passwd, print_group, print_aliases): Likewise.
26195         * nis/nss-nisplus.h (niserr2nss): Likewise.
26196         * nscd/connections.c (restart_p): Likewise.
26197         Change return type to bool.
26198
26199 2013-02-05  Roland McGrath  <roland@hack.frob.com>
26200
26201         * Makeconfig (all-Depend-files): Add existing
26202         $(sorted-subdirs:=/Depend) files.
26203         (all-subdirs): Remove nss.
26204         * sysdeps/unix/inet/Subdirs: Add it here instead.
26205         * hesiod/Depend: New file.
26206
26207         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
26208         instead of calling alloca.
26209
26210         * io/lseek.c (__lseek): Rename to __libc_lseek.
26211         Define __lseek as an alias.
26212
26213         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
26214
26215 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
26216
26217         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
26218         else clause and remove check for non-standard endianness.
26219
26220 2013-02-04  David S. Miller  <davem@davemloft.net>
26221
26222         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26223
26224 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
26225
26226         [BZ #13550]
26227         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
26228         (__ubp_memchr): Remove prototype.
26229         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
26230         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
26231         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
26232         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
26233         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
26234         Remove alias.
26235         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
26236         (__ubp_memchr): Likewise.
26237         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
26238         (__ubp_memchr): Likewise.
26239         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
26240         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
26241         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
26242         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
26243         CHECK_STRING.
26244         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
26245         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
26246         (__getcwd): Do not use CHECK_STRING.
26247         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
26248         <bp-checks.h>.
26249         (__real_chown): Do not use CHECK_STRING.
26250         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
26251         <bp-checks.h>.
26252         (fchownat): Do not use CHECK_STRING.
26253         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
26254         CHECK_STRING.
26255         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
26256         <bp-checks.h>.
26257         (__lchown): Do not use CHECK_STRING.
26258         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
26259         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
26260         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
26261         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
26262         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
26263         include <bp-checks.h>.
26264         (truncate64): Do not use CHECK_STRING.
26265         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
26266         <bp-checks.h>.
26267         (__real_chown): Do not use CHECK_STRING.
26268         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
26269         <bp-checks.h>.
26270         (__lchown): Do not use CHECK_STRING.
26271         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
26272         <bp-checks.h>.
26273         (__chown): Do not use CHECK_STRING.
26274         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
26275         <bp-checks.h>.
26276         (truncate64): Do not use CHECK_STRING.
26277         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
26278         Likewise.
26279         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
26280         (__xmknod): Do not use CHECK_STRING.
26281         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
26282         <bp-checks.h>.
26283         (__xmknodat): Do not use CHECK_STRING.
26284         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
26285         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
26286
26287 2013-02-04  Andreas Schwab  <schwab@suse.de>
26288
26289         [BZ #14142]
26290         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
26291         * include/netdb.h: Likewise for h_errno.
26292         * elf/tst-stackguard1.c: Include <tls.h>.
26293
26294 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
26295
26296         * elf/link.h (struct link_map): Extend the l_addr comment.
26297         * include/link.h (struct link_map): Likewise.
26298
26299 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
26300
26301         [BZ #13550]
26302         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
26303         (BOUNDED_1): Remove macro.
26304         * debug/backtrace.c: Don't include <bp-checks.h>.
26305         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
26306         (__backtrace): Likewise.
26307         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
26308         <bp-checks.h>.
26309         (__backtrace): Don't use BOUNDED_1.
26310         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
26311         <bp-checks.h>.
26312         (__backtrace): Don't use BOUNDED_1.
26313         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
26314         (__backtrace): Don't use BOUNDED_1.
26315         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
26316         (shmat): Don't use BOUNDED_N.
26317
26318 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
26319
26320         [BZ #13550]
26321         * sysdeps/generic/bp-start.h: Remove file.
26322         * csu/libc-start.c: Don't include <bp-start.h>.
26323         (LIBC_START_MAIN): Set up __environ directly instead of using
26324         INIT_ARGV_and_ENVIRON.
26325         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
26326         <bp-start.h>.
26327
26328         [BZ #13550]
26329         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
26330         definitions.
26331         (CHECK_FCNTL): Likewise.
26332         (CHECK_N_PAGES): Likewise.
26333
26334         [BZ #13550]
26335         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
26336         definitions.
26337         (CHECK_SIGSET_NULL_OK): Likewise.
26338         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
26339         <bp-checks.h>.
26340         (sigpending): Don't use CHECK_SIGSET.
26341         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
26342         <bp-checks.h>.
26343         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26344         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
26345         <bp-checks.h>.
26346         (do_sigsuspend): Don't use CHECK_SIGSET.
26347         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
26348         use CHECK_SIGSET.
26349         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
26350         (do_sigwait): Don't use CHECK_SIGSET.
26351         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
26352         use CHECK_SIGSET.
26353         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
26354         include <bp-checks.h>.
26355         (sigpending): Don't use CHECK_SIGSET.
26356         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
26357         include <bp-checks.h>.
26358         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26359         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
26360         <bp-checks.h>.
26361         (sigpending): Don't use CHECK_SIGSET.
26362         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
26363         <bp-checks.h>.
26364         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26365
26366         [BZ #13550]
26367         * sysdeps/generic/bp-semctl.h: Remove file.
26368         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
26369         <bp-checks.h> and <bp-semctl.h>.
26370         (__old_semctl): Don't use CHECK_SEMCTL.
26371         (__new_semctl): Likewise.
26372         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
26373         and <bp-semctl.h>.
26374         (__old_semctl): Don't use CHECK_SEMCTL.
26375         (__new_semctl): Likewise.
26376         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
26377         <bp-checks.h> and <bp-semctl.h>.
26378         (__old_semctl): Don't use CHECK_SEMCTL.
26379         (__new_semctl): Likewise.
26380         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
26381         <bp-checks.h> and <bp-semctl.h>.
26382         (semctl): Don't use CHECK_SEMCTL.
26383
26384         [BZ #13550]
26385         * Makerules (elide-bp-thunks): Remove variable.
26386         (elide-routines.oS): Don't use $(elide-bp-thunks).
26387         (elide-routines.os): Likewise.
26388         (elide-routines.o): Likewise.
26389         (elide-routines.op): Likewise.
26390         (elide-routines.og): Likewise.
26391         (objects): Don't use $(bp-thunks).
26392         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
26393         include.
26394         (common-generated): Do not add s-proto-bp.d.
26395         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
26396         (int): Likewise.
26397         (typ): Likewise.
26398         Do not generate makefile rules for bounded-pointer thunks.
26399         * sysdeps/generic/bp-thunks.h: Remove file.
26400         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
26401         * sysdeps/unix/s-proto-bp.S: Likewise.
26402
26403         [BZ #15062]
26404         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
26405         parts of result separately when argument is not close to line from
26406         -i to i and one part of argument is small.
26407         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26408         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26409         * math/libm-test.inc (cacos_test): Add more tests.
26410         (casin_test): Likewise.
26411         (casinh_test): Likewise.
26412         * sysdeps/i386/fpu/libm-test-ulps: Update.
26413         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26414
26415 2013-01-31  David S. Miller  <davem@davemloft.net>
26416
26417         * po/de.po: Update from translation team.
26418
26419 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
26420
26421         * time/tzfile.c: Include stdint.h for SIZE_MAX.
26422
26423 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
26424
26425         * configure.in (_AC_PROG_CC_C89): New definition.
26426         * configure: Regenerate.
26427
26428         * configure.in (AC_PROG_CPP): New definition.
26429         * configure: Regenerate.
26430
26431 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
26432
26433         * debug/tst-backtrace.h: New file.
26434         * debug/tst-backtrace2.c: Include tst-backtrace.h.
26435         (ret): Remove variable.
26436         (x): Likewise.
26437         (FAIL): Remove macro.
26438         (NO_INLINE): Likewise.
26439         (fn1): Use match function instead of strstr.
26440         * debug/tst-backtrace3.c: Include tst-backtrace.h.
26441         (ret): Remove variable.
26442         (x): Likewise.
26443         (FAIL): Remove macro.
26444         (NO_INLINE): Likewise.
26445         (fn): Use match function instead of strstr.
26446         * debug/tst-backtrace4.c: Include tst-backtrace.h.
26447         (ret): Remove variable.
26448         (x): Likewise.
26449         (FAIL): Remove macro.
26450         (NO_INLINE): Likewise.
26451         (handle_signal): Use match function instead of strstr.
26452         * debug/tst-backtrace5.c: Include tst-backtrace.h.
26453         (ret): Remove variable.
26454         (x): Likewise.
26455         (FAIL): Remove macro.
26456         (NO_INLINE): Likewise.
26457         (handle_signal): Use match function instead of strstr.
26458
26459 2013-01-23  Roland McGrath  <roland@hack.frob.com>
26460
26461         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
26462
26463 2013-01-23  David S. Miller  <davem@davemloft.net>
26464
26465         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
26466         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
26467         argument of CAS if possible.
26468         * sysdeps/sparc/sparc64/bits/atomic.h
26469         (__arch_compare_and_exchange_val_32_acq): Likewise.
26470         (__arch_compare_and_exchange_val_64_acq): Likewise.
26471
26472 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
26473
26474         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
26475         * sysdeps/posix/ulimit.c: ... this.
26476         Include <limits.h>.
26477         * sysdeps/unix/bsd/ulimit.c: Remove file.
26478
26479 2013-01-23  Adam Conrad  <adconrad@0c3.net>
26480
26481         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
26482         (LDFLAGS-tst-array5): Likewise.
26483
26484 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
26485
26486         [BZ #15036]
26487         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
26488         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
26489         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
26490         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
26491
26492 2013-01-21  David S. Miller  <davem@davemloft.net>
26493
26494         * sysdeps/sparc/backtrace.c: New file.
26495         * sysdeps/sparc/sparc32/backtrace.h: New file.
26496         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
26497         * sysdeps/sparc/sparc64/backtrace.h: New file.
26498         * sysdeps/sparc/sparc64/backtrace.c: Delete.
26499         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
26500         -funwind-tables.
26501
26502 2013-01-21  Andreas Schwab  <schwab@suse.de>
26503
26504         [BZ #15020]
26505         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
26506         closed its stdout.
26507
26508 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
26509
26510         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
26511         "mpa2.h".
26512         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26513
26514 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
26515             Mark Mitchell  <mark@codesourcery.com>
26516             Tom de Vries  <tom@codesourcery.com>
26517             Paul Pluzhnikov  <ppluzhnikov@google.com>
26518
26519         * debug/tst-backtrace2.c: New file.
26520         * debug/tst-backtrace3.c: Likewise.
26521         * debug/tst-backtrace4.c: Likewise.
26522         * debug/tst-backtrace5.c: Likewise.
26523         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
26524         (CFLAGS-tst-backtrace3.c): Likewise.
26525         (CFLAGS-tst-backtrace4.c): Likewise.
26526         (CFLAGS-tst-backtrace5.c): Likewise.
26527         (LDFLAGS-tst-backtrace2): Likewise.
26528         (LDFLAGS-tst-backtrace3): Likewise.
26529         (LDFLAGS-tst-backtrace4): Likewise.
26530         (LDFLAGS-tst-backtrace5): Likewise.
26531         (tests): Add new tests tst-backtrace2, tst-backtrace3,
26532         tst-backtrace4 and tst-backtrace5.
26533
26534 2013-01-18  Anton Blanchard  <anton@samba.org>
26535             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26536
26537         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
26538         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
26539         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
26540         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
26541         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
26542         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
26543         "+r" and remove output regs list as redundant.  Add explicit inline
26544         asm to specify register of return val to work around compiler codegen
26545         bug.  Remove (int) cast on return value.  Add return type parameter to
26546         use in macro so that this macro does not truncate return value for
26547         64-bit values.
26548         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
26549         pass to INTERNAL_VSYSCALL_NCS.
26550         (INLINE_VSYSCALL): Add 'long int' as return type to
26551         INTERNAL_VSYSCALL_NCS macro invocation.
26552         (INTERNAL_VSYSCALL): Add 'long int' as return type to
26553         INTERNAL_VSYSCALL_NCS macro invocation.
26554         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
26555
26556 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
26557
26558         [BZ #14496]
26559         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
26560         Fix application of SIMD FP exception mask.
26561
26562         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
26563         mp_no from a power of two.
26564         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
26565         __mpexp_twomm1.  Use __pow_mp.
26566
26567         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
26568         multiplication.
26569
26570 2013-01-17  David S. Miller  <davem@davemloft.net>
26571
26572         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26573
26574 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
26575
26576         [BZ #15023]
26577         * include/complex.h: Condition contents on [!_COMPLEX_H].
26578         (__kernel_casinhf): New prototype.
26579         (__kernel_casinh): Likewise.
26580         (__kernel_casinhl): Likewise.
26581         * math/Makefile (libm_calls): Add k_casinh.
26582         * math/k_casinh.c: New file.
26583         * math/k_casinhf.c: Likewise.
26584         * math/k_casinhl.c: Likewise.
26585         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
26586         finite nonzero arguments.
26587         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
26588         finite nonzero arguments.
26589         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
26590         finite nonzero arguments.
26591         * math/s_casinh.c: Do not include <float.h>.
26592         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
26593         * math/s_casinhf.c: Do not include <float.h>.
26594         (__casinhf): Move code for finite nonzero arguments to
26595         k_casinhf.c.
26596         * math/s_casinhl.c: Do not include <float.h>.
26597         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
26598         redefine.
26599         (__casinhl): Move code for finite nonzero arguments to
26600         k_casinhl.c.
26601         * math/libm-test.inc (cacos_test): Add more tests.
26602         * sysdeps/i386/fpu/libm-test-ulps: Update.
26603         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26604
26605 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
26606
26607         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
26608         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
26609         [!HAVE_MREMAP]: Remove [defined linux] case.
26610         * malloc/arena.c: Do not include <malloc-sysdep.h>.
26611
26612 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26613
26614         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
26615
26616 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
26617
26618         * elf/elf.h (R_386_SIZE32): New relocation.
26619         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
26620         R_386_SIZE32.
26621         (elf_machine_rela): Likewise.
26622         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
26623         R_X86_64_SIZE64 and R_X86_64_SIZE32.
26624
26625 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
26626
26627         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
26628         (FP_FAST_FMA): Do not define.
26629         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
26630         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
26631         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
26632         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
26633         !_SOFT_FLOAT]: Likewise.
26634         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
26635         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
26636         value.
26637         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
26638         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
26639         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
26640         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
26641         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
26642         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
26643         file.
26644
26645 2013-01-16  Andreas Schwab  <schwab@suse.de>
26646
26647         [BZ #14327]
26648         * include/stdlib.h (__mktemp): Add declaration.
26649         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
26650         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
26651
26652 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26653
26654         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
26655         definitions.
26656         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
26657         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
26658         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
26659         definitions here.
26660         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
26661         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
26662         definitions.
26663         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
26664         and ONE.
26665         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
26666         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
26667         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
26668         definitions.
26669         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
26670         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
26671         definitions.
26672         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
26673
26674         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
26675
26676 2013-01-15  David S. Miller  <davem@davemloft.net>
26677
26678         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26679         trunc{,f} to libm-sysdep_routes.
26680         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26681         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
26682         file.
26683         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
26684         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
26685         file.
26686         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
26687         file.
26688         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
26689         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
26690         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
26691         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
26692         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
26693         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
26694         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
26695         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
26696
26697         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26698         nearbyint{,f} to libm-sysdep_routes.
26699         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26700         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
26701         New file.
26702         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
26703         file.
26704         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
26705         New file.
26706         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
26707         file.
26708         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
26709         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
26710         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
26711         file.
26712         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
26713         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
26714         file.
26715         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
26716         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
26717         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
26718
26719         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
26720         libc_feholdexcept and libc_fesetenv.
26721
26722 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
26723
26724         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
26725
26726 2013-01-14  David S. Miller  <davem@davemloft.net>
26727
26728         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
26729         (SPARC_ASM_VIS2_IFUNC): Likewise.
26730         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
26731         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
26732         use of 'siam' instruction.
26733         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
26734         Likewise.
26735         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
26736         Likewise.
26737         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
26738         Likewise.
26739         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
26740         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
26741         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
26742         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
26743         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
26744         file.
26745         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
26746         file.
26747         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
26748         file.
26749         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
26750         file.
26751         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
26752         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
26753         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
26754         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
26755         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
26756         new VIS2 routines.
26757         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
26758         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
26759         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
26760         Likewise.
26761         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
26762         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
26763         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
26764         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
26765         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
26766         routines to libm-sysdep_routines.
26767         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26768
26769         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26770         fdim/fdimf to libm-sysdep_routines.
26771         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
26772         file.
26773         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
26774         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
26775         file.
26776         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
26777         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
26778         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
26779         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
26780         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
26781         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
26782         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
26783
26784 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
26785
26786         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
26787         to optimize copies.
26788
26789         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
26790         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
26791         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26792
26793         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
26794         local variable MPTWO.
26795         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
26796         Likewise.
26797
26798 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26799
26800         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
26801         GLOB_NOESCAPE.
26802
26803 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26804
26805         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
26806
26807 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26808
26809         * manual/pattern.texi (glob_t): Document gl_flags.
26810         (glob64_t): Likewise.
26811
26812 2013-01-11  David S. Miller  <davem@davemloft.net>
26813
26814         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
26815         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
26816         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
26817         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
26818         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
26819         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
26820         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
26821         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
26822         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
26823         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
26824         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
26825         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
26826         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
26827
26828         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
26829         sparc V9 rather than using V8 code.
26830         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
26831         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
26832
26833         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
26834         Move to...
26835         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
26836         Here.
26837
26838 2013-01-11  Roland McGrath  <roland@hack.frob.com>
26839
26840         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
26841         not in the main loop.
26842         * configure: Regenerated.
26843
26844 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
26845
26846         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
26847         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
26848         to just #else.
26849         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
26850         [!__GLIBC_HAVE_LONG_LONG] case.
26851         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
26852         condition to just #else.
26853         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
26854         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
26855         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
26856         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
26857         unconditional.
26858         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
26859         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
26860         #elif condition to just #else.
26861         * sysdeps/unix/sysv/linux/sys/sysmacros.h
26862         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
26863         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
26864         #elif condition to just #else.
26865
26866 2013-01-11  Steve Ellcey  <sellcey@mips.com>
26867
26868         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
26869         (EF_MIPS_ARCH_64): Fix value.
26870         (EF_MIPS_ARCH_32R2): New.
26871         (EF_MIPS_ARCH_64R2): New.
26872
26873 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
26874
26875         * Makeconfig (+link-pie-before-libc): New.
26876         (+link-pie-after-libc): Likewise.
26877         (+link-pie-tests): Likewise.
26878         (+link-pie): Rewritten.
26879         (link-before-libc): Remove $(config-LDFLAGS).
26880         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
26881         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
26882         (config-LDFLAGS): Renamed to ...
26883         (rtld-LDFLAGS): This.
26884         (rtld-tests-LDFLAGS): New macro.
26885         (link-libc-rpath-link): Likewise.
26886         (link-libc-tests-rpath-link): Likewise.
26887         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
26888         (link-libc): Prepand $(link-libc-rpath-link).
26889         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
26890         (test-program-prefix): New macro.
26891         (test-via-rtld-prefix): Likewise.
26892         (test-program-cmd): Likewise.
26893         (host-test-program-cmd): Likewise.
26894         * Makefile ($(common-objpfx)testrun.sh): Replace
26895         $(run-program-prefix) with $(test-program-prefix).
26896         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
26897         $(rtld-LDFLAGS).
26898         ($(common-objpfx)shlib.lds): Likewise.
26899         (build-module-helper): Likewise.
26900         ($(common-objpfx)format.lds): Likewise.
26901         * Rules (binaries-pie-tests): New.
26902         (binaries-pie-notests): Likewise.
26903         (binaries-pie): Rewritten.
26904         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
26905         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
26906         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
26907         (make-test-out): Replace $(host-built-program-cmd) with
26908         $(host-test-program-cmd).
26909         * config.make.in (build-hardcoded-path-in-tests): New variable.
26910         * configure.in (--enable-hardcoded-path-in-tests): New configure
26911         option.
26912         (hardcoded_path_in_tests): New AC_SUBST.
26913         * configure: Regenerated.
26914         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
26915         $(built-program-cmd) with $(test-program-cmd).
26916         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
26917         (test_program_cmd): This.
26918         * elf/Makefile ($(objpfx)order.out): Run test with
26919         $(test-program-prefix).
26920         ($(objpfx)order2.out): Likewise.
26921         ($(objpfx)tst-initorder.out): Likewise.
26922         ($(objpfx)tst-initorder2.out): Likewise.
26923         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
26924         $(test-program-cmd).
26925         ($(objpfx)tst-array1-static.out): Likewise.
26926         ($(objpfx)tst-array2.out): Likewise.
26927         ($(objpfx)tst-array3.out): Likewise.
26928         ($(objpfx)tst-array4.out): Likewise.
26929         ($(objpfx)tst-array5.out): Likewise.
26930         ($(objpfx)tst-array5-static.out): Likewise.
26931         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
26932         $(test-program-cmd).
26933         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
26934         $(run-program-prefix) with $(test-program-prefix).
26935         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
26936         (test_program_prefix): This.
26937         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
26938         $(run-program-prefix) with $(test-program-prefix).
26939         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
26940         (test_program_prefix): This.
26941         * iconvdata/tst-tables.sh: Likewise.
26942         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
26943         $(run-program-prefix) with $(test-program-prefix).
26944         ($(objpfx)tst-translit.out): Likewise.
26945         ($(objpfx)tst-gettext2.out): Likewise.
26946         ($(objpfx)tst-gettext4.out): Likewise.
26947         ($(objpfx)tst-gettext6.out): Likewise.
26948         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
26949         (test_program_prefix): This.
26950         * intl/tst-gettext2.sh: Likewise.
26951         * intl/tst-gettext4.sh  Likewise.
26952         * intl/tst-gettext6.sh: Likewise.
26953         * intl/tst-translit.sh: Likewise.
26954         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
26955         with $(test-program-cmd).
26956         * libio/Makefile ($(objpfx)test-freopen.out): Replace
26957         $(run-program-prefix) with $(test-program-prefix).
26958         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
26959         (test_program_prefix): This.
26960         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
26961         $(run-program-prefix) with $(test-program-prefix).
26962         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
26963         (test_program_prefix): This.
26964         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
26965         * posix/Makefile ($(objpfx)globtest.out): Replace
26966         $(run-via-rtld-prefix) and $(test-wrapper) with
26967         $(test-program-prefix) and $(test-via-rtld-prefix).
26968         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
26969         $(test-program-prefix).
26970         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
26971         $(host-test-program-cmd).
26972         (tst-spawn-ARGS): Likewise.
26973         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
26974         $(test-program-prefix).
26975         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
26976         (test_via_rtld_prefix): This.
26977         (test_wrapper): Renamed to ...
26978         (test_program_prefix): This.
26979         (run_program_prefix): Replaced by test_program_prefix.
26980         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
26981         (test_program_prefix): This.
26982         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
26983         with $(host-test-program-cmd).
26984         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
26985         $(run-program-prefix) with $(test-program-prefix).
26986         ($(objpfx)tst-printf.out): Likewise.
26987         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
26988         $(test-program-cmd).
26989         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
26990         (test_program_prefix): This.
26991         * stdio-common/tst-unbputc.sh: Likewise.
26992         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
26993         $(run-program-prefix) with $(test-program-prefix).
26994         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
26995         (test_program_prefix): This.
26996         * string/Makefile ($(objpfx)tst-svc.out):  Replace
26997         $(built-program-cmd) with $(test-program-cmd).
26998
26999 2013-01-11  Andreas Jaeger  <aj@suse.de>
27000
27001         [BZ #15003]
27002         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
27003         value. Sync with Linux 3.7.
27004
27005 2013-01-10  David S. Miller  <davem@davemloft.net>
27006
27007         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
27008         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
27009         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
27010
27011 2013-01-10  Roland McGrath  <roland@hack.frob.com>
27012
27013         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
27014         never set.
27015         * configure: Regenerated.
27016
27017 2013-01-10  David S. Miller  <davem@davemloft.net>
27018
27019         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
27020         sparc V9 rather than using V8 code.
27021         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
27022         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
27023
27024 2013-01-10  Roland McGrath  <roland@hack.frob.com>
27025
27026         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
27027         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
27028         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
27029         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
27030         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
27031         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
27032         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
27033         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
27034         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
27035         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
27036         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
27037         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
27038         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
27039         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
27040         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
27041         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
27042         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
27043         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
27044         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
27045         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
27046         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
27047         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
27048         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
27049         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
27050         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
27051         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
27052         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
27053
27054 2013-01-10  David S. Miller  <davem@davemloft.net>
27055
27056         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27057
27058 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
27059
27060         * posix/Makefile (tests-static): New variable.
27061         (tests): Add $(tests-static).
27062         (tst-exec-static-ARGS): New variable.
27063         (tst-spawn-static-ARGS): Likewise.
27064         * posix/tst-exec-static.c: New file.
27065         * posix/tst-spawn-static.c: Likewise.
27066         * posix/tst-exec.c: Support run directly.
27067         * posix/tst-spawn.c: Likewise.
27068
27069 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
27070
27071         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
27072         long.
27073         * math/bits/mathcalls.h (llrint): Likewise.
27074         (llround): Likewise.
27075         * stdlib/stdlib.h (struct drand48_data): Likewise.
27076         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
27077         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
27078         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
27079         Likewise.
27080         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
27081         Likewise.
27082         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
27083         (elf_greg_t): Likewise.
27084         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
27085         (__jmp_buf): Likewise.
27086         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
27087         definitions.
27088         (llrint): Likewise, for all definitions.
27089         (llrintl): Likewise.
27090
27091         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
27092         Remove [__GNUC__] condition.
27093         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
27094         condition to just [__USE_ISOC99].
27095         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
27096
27097 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
27098
27099         [BZ #14200]
27100         * sysdeps/unix/sysv/linux/x86/bits/environments.h
27101         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
27102         defined.
27103         (_POSIX_V6_ILP32_OFF32): Likewise.
27104         (_XBS5_ILP32_OFF32): Likewise.
27105         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
27106         (__ILP32_OFFBIG_LDFLAGS): Likewise.
27107
27108 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27109
27110         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
27111
27112         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
27113         doubles __mpexp_twomm1.  Adjust usage.
27114         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
27115         Remove.
27116
27117 2013-01-10  Andreas Schwab  <schwab@suse.de>
27118
27119         [BZ #14964]
27120         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
27121         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
27122
27123 2013-01-09  David S. Miller  <davem@davemloft.net>
27124
27125         [BZ #15003]
27126         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
27127         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
27128         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
27129         (TCP_FASTOPEN): Define.
27130         (tcp_repair_opt): New structure.
27131         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
27132         enum values.
27133         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
27134         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
27135         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
27136         (tcp_cookie_transactions): New structure.
27137
27138 2013-01-09  Anton Blanchard  <anton@samba.org>
27139
27140         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
27141         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
27142         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
27143         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
27144
27145 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
27146
27147         * include/features.h (__USE_ANSI): Remove.
27148
27149 2013-01-09  Roland McGrath  <roland@hack.frob.com>
27150
27151         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
27152
27153         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
27154
27155 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
27156
27157         * sysdeps/s390/fpu/libm-test-ulps: Update.
27158
27159         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27160
27161         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
27162         (__acr): Likewise.
27163         (__cpy): Likewise.
27164         (norm): Likewise.
27165         (denorm): Likewise.
27166         (__mp_dbl): Likewise.
27167         (__dbl_mp): Likewise.
27168         (add_magnitudes): Likewise.
27169         (sub_magnitudes): Likewise.
27170         (__add): Likewise.
27171         (__sub): Likewise.
27172         (__mul): Likewise.
27173         (__inv): Likewise.
27174         (__dvd): Likewise.
27175         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
27176         (__acr): Likewise.
27177         (__cpy): Likewise.
27178         (norm): Likewise.
27179         (denorm): Likewise.
27180         (__mp_dbl): Likewise.
27181         (__dbl_mp): Likewise.
27182         (add_magnitudes): Likewise.
27183         (sub_magnitudes): Likewise.
27184         (__add): Likewise.
27185         (__sub): Likewise.
27186         (__mul): Likewise.
27187         (__inv): Likewise.
27188         (__dvd): Likewise.
27189         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
27190         (__acr): Likewise.
27191         (__cpy): Likewise.
27192         (norm): Likewise.
27193         (denorm): Likewise.
27194         (__mp_dbl): Likewise.
27195         (__dbl_mp): Likewise.
27196         (add_magnitudes): Likewise.
27197         (sub_magnitudes): Likewise.
27198         (__add): Likewise.
27199         (__sub): Likewise.
27200         (__mul): Likewise.
27201         (__inv): Likewise.
27202         (__dvd): Likewise.
27203
27204 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
27205
27206         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
27207         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
27208         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
27209         2 && __USE_EXTERN_INLINES]: Likewise.
27210
27211 2013-01-08  Andreas Jaeger  <aj@suse.de>
27212
27213         [BZ# 14985]
27214         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
27215         Remove.
27216         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
27217         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
27218
27219 2013-01-07  Anton Blanchard  <anton@samba.org>
27220
27221         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
27222         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
27223         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
27224         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
27225         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
27226         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
27227         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
27228         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
27229         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
27230         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
27231         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
27232         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
27233         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
27234         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
27235         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
27236         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
27237         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
27238         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
27239         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
27240         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
27241         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
27242         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
27243         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
27244         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
27245         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
27246         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
27247         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
27248         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
27249         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
27250         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
27251         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
27252         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27253         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
27254         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
27255         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
27256         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
27257         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
27258         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
27259         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
27260         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
27261         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
27262         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
27263         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
27264
27265 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
27266
27267         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
27268         (__MALLOC_PMT): Likewise.
27269         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
27270         [__GNUC__], only on [_LIBC].
27271         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
27272         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
27273         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
27274         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
27275         forward declaration.
27276         (realloc_hook_ini): Likewise.
27277         (memalign_hook_ini): Likewise.
27278         (__libc_memalign): Do not use __MALLOC_PMT in variable
27279         declaration.
27280         (__libc_valloc): Likewise.
27281         (__libc_pvalloc): Likewise.
27282         (__libc_calloc): Likewise.
27283         (__posix_memalign): Likewise.
27284
27285         [BZ #14996]
27286         * math/s_casinh.c: Include <float.h>.
27287         (__casinh): Do not do computation with squaring and square root
27288         for large arguments.
27289         * math/s_casinhf.c: Include <float.h>.
27290         (__casinhf): Do not do computation with squaring and square root
27291         for large arguments.
27292         * math/s_casinhl.c: Include <float.h>.
27293         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
27294         (__casinhl): Do not do computation with squaring and square root
27295         for large arguments.
27296         * math/libm-test.inc (casin_test): Add more tests.
27297         (casinh_test): Likewise.
27298         * sysdeps/i386/fpu/libm-test-ulps: Update.
27299         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27300
27301 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
27302
27303         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
27304         (__x86_64_raw_data_cache_size): Likewise.
27305         (__x86_64_data_cache_size_half): Likewise.
27306         (__x86_64_raw_data_cache_size_half): Likewise.
27307         (__x86_64_shared_cache_size): Likewise.
27308         (__x86_64_raw_shared_cache_size): Likewise.
27309         (__x86_64_shared_cache_size_half): Likewise.
27310         (__x86_64_raw_shared_cache_size_half): Likewise.
27311         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
27312         to ...
27313         (__x86_data_cache_size): This.
27314         (__x86_64_raw_data_cache_size): Renamed to ...
27315         (__x86_raw_data_cache_size): This.
27316         (__x86_64_data_cache_size_half): Renamed to ...
27317         (__x86_data_cache_size_half): This.
27318         (__x86_64_raw_data_cache_size_half): Renamed to ...
27319         (__x86_raw_data_cache_size_half): This.
27320         (__x86_64_shared_cache_size): Renamed to ...
27321         (__x86_shared_cache_size): This.
27322         (__x86_64_raw_shared_cache_size): Renamed to ...
27323         (__x86_raw_shared_cache_size): This.
27324         (__x86_64_shared_cache_size_half): Renamed to ...
27325         (__x86_shared_cache_size_half): This.
27326         (__x86_64_raw_shared_cache_size_half): Renamed to ...
27327         (__x86_raw_shared_cache_size_half): This.
27328         * sysdeps/x86_64/memcpy.S: Updated.
27329         * sysdeps/x86_64/memset.S: Likewise.
27330         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
27331         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
27332         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
27333
27334 2013-01-04  David S. Miller  <davem@davemloft.net>
27335
27336         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27337
27338 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
27339
27340         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
27341         1 to avoid redefinition warning.
27342         (__USE_GNU): Don't define.
27343         (init_signaling_nan): Protoize.
27344
27345         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27346
27347 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
27348
27349         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
27350         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
27351         (__cpymn): Likewise.
27352         (norm): Remove commented code.
27353         (denorm): Likewise.
27354         (__mp_dbl): Likewise.
27355         (__inv): Likewise.
27356         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
27357         (__cpymn): Likewise.
27358         (norm): Remove commented code.
27359         (denorm): Likewise.
27360         (__mp_dbl): Likewise.
27361         (__inv): Likewise.
27362
27363         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
27364         mp_no value for 1.0 and 2.0.
27365         (norm): Use RADIXI instead of radixi.d.
27366         (denorm): Likewise.
27367         (__mul): Use 0.0 instead of zero.d.
27368         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
27369         mp_no value for 1.0 and 2.0.
27370         (norm): Use RADIXI instead of radixi.d.
27371         (denorm): Likewise.
27372         (__mul): Use 0.0 instead of zero.d.
27373
27374 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
27375
27376         [BZ #14994]
27377         * math/s_casinh.c (__casinh): Reduce finite argument to first
27378         quadrant then set signs of results at the end.
27379         * math/s_casinhf.c (__casinhf): Likewise.
27380         * math/s_casinhl.c (__casinhl): Likewise.
27381         * math/libm-test.inc (casin_test): Add more tests.
27382         (casinh_test): Likewise.
27383         * sysdeps/i386/fpu/libm-test-ulps: Update.
27384         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27385
27386 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
27387
27388         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
27389
27390         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
27391
27392         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
27393         declarations.
27394         (denorm): Likewise.
27395         (__mp_dbl): Likewise.
27396         (__inv): Likewise.
27397
27398         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
27399         and adjust the header comment.
27400
27401         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
27402         variable name from declaration.
27403
27404 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
27405
27406         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27407         Initialize COMMON_CPUID_INDEX_7 element.
27408         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
27409         (CPUID_RTM): Likewise.
27410         (HAS_RTM): Likewise.
27411         (COMMON_CPUID_INDEX_7): New enum.
27412
27413 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
27414
27415         [BZ #14981]
27416         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
27417         size is zero, record memory as freed.
27418
27419 2013-01-03  Andreas Jaeger  <aj@suse.de>
27420
27421         * po/ia.po: Add new Interlingua translation.
27422
27423 2012-01-03  Allan McRae  <allan@archlinux.org>
27424
27425         * locale/programs/localedef.c: Fix description of '--posix' flag.
27426
27427 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
27428
27429         * NEWS: Update dates in second copyright notice.
27430         * README: Update copyright dates in example.
27431         * manual/libc.texinfo: Update copyright dates.
27432         * scripts/test-installation.pl: Update copyright date in --version
27433         output.
27434
27435         * hurd/ctty-input.c: Fix copyright notice formatting.
27436         * hurd/ctty-output.c: Likewise.
27437         * hurd/dtable.c: Likewise.
27438         * hurd/hurd-raise.c: Likewise.
27439         * hurd/hurdprio.c: Likewise.
27440         * hurd/msgportdemux.c: Likewise.
27441         * misc/sys/file.h: Likewise.
27442         * misc/sys/ioctl.h: Likewise.
27443         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
27444         * sysdeps/mach/hurd/chdir.c: Likewise.
27445         * sysdeps/mach/hurd/fchdir.c: Likewise.
27446         * sysdeps/mach/hurd/rename.c: Likewise.
27447         * sysdeps/mach/hurd/rmdir.c: Likewise.
27448         * sysdeps/mach/hurd/seekdir.c: Likewise.
27449         * sysdeps/mach/hurd/setsid.c: Likewise.
27450         * sysdeps/posix/wait3.c: Likewise.
27451
27452         * All files with FSF copyright notices: Update copyright dates
27453         using scripts/update-copyrights.
27454         * intl/plural.c: Regenerated.
27455         * locale/programs/charmap-kw.h: Likewise.
27456         * locale/programs/locfile-kw.h: Likewise.
27457
27458 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
27459
27460         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
27461         four values.
27462
27463         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
27464         calculation loop and add branch prediction.
27465
27466         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
27467         check access beyond bounds of m1np.
27468
27469         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
27470         MPTWO.
27471         (__inv): Remove local variable MPTWO to use the global
27472         constant.
27473         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
27474         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
27475         variable MPTWO.
27476         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
27477         MP3HALFS static const.
27478
27479 2013-01-01  David S. Miller  <davem@davemloft.net>
27480
27481         * po/ca.po: Update from translation team.
27482
27483 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
27484
27485         * scripts/update-copyrights: New file.
27486         * Makeconfig: Reformat copyright notice.
27487         * ctype/ctype.h: Likewise.
27488         * debug/swprintf_chk.c: Likewise.
27489         * elf/dl-cache.c: Likewise.
27490         * elf/dl-debug.c: Likewise.
27491         * elf/dl-object.c: Likewise.
27492         * grp/initgroups.c: Likewise.
27493         * hurd/Makefile: Likewise.
27494         * hurd/hurd/signal.h: Likewise.
27495         * hurd/hurdfault.c: Likewise.
27496         * hurd/hurdioctl.c: Likewise.
27497         * hurd/hurdlookup.c: Likewise.
27498         * hurd/intr-msg.c: Likewise.
27499         * iconv/gconv_open.c: Likewise.
27500         * libio/swprintf.c: Likewise.
27501         * locale/lc-ctype.c: Likewise.
27502         * locale/nl_langinfo.c: Likewise.
27503         * mach/Machrules: Likewise.
27504         * mach/Makefile: Likewise.
27505         * malloc/obstack.h: Likewise.
27506         * manual/Makefile: Likewise.
27507         * manual/tsort.awk: Likewise.
27508         * misc/bits/stab.def: Likewise.
27509         * nis/nis_print_group_entry.c: Likewise.
27510         * nis/nis_table.c: Likewise.
27511         * nis/nss_compat/compat-pwd.c: Likewise.
27512         * nis/nss_compat/compat-spwd.c: Likewise.
27513         * po/Makefile: Likewise.
27514         * posix/fnmatch.c: Likewise.
27515         * posix/regex.h: Likewise.
27516         * resolv/Makefile: Likewise.
27517         * resolv/nss_dns/dns-network.c: Likewise.
27518         * resolv/res_hconf.c: Likewise.
27519         * scripts/gen-sorted.awk: Likewise.
27520         * soft-fp/soft-fp.h: Likewise.
27521         * stdio-common/printf.h: Likewise.
27522         * stdlib/monetary.h: Likewise.
27523         * stdlib/random.c: Likewise.
27524         * stdlib/random_r.c: Likewise.
27525         * sysdeps/generic/Makefile: Likewise.
27526         * sysdeps/gnu/Makefile: Likewise.
27527         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
27528         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
27529         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
27530         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
27531         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
27532         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
27533         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
27534         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
27535         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
27536         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
27537         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
27538         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
27539         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
27540         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
27541         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
27542         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
27543         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
27544         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
27545         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
27546         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
27547         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
27548         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
27549         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
27550         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
27551         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
27552         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
27553         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
27554         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
27555         * sysdeps/mach/hurd/errnos.awk: Likewise.
27556         * sysdeps/mach/hurd/fork.c: Likewise.
27557         * sysdeps/mach/hurd/getcwd.c: Likewise.
27558         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
27559         * sysdeps/mach/hurd/mmap.c: Likewise.
27560         * sysdeps/mach/hurd/utimes.c: Likewise.
27561         * sysdeps/mach/hurd/xmknod.c: Likewise.
27562         * sysdeps/posix/profil.c: Likewise.
27563         * sysdeps/posix/readdir_r.c: Likewise.
27564         * sysdeps/powerpc/bits/mathdef.h: Likewise.
27565         * sysdeps/powerpc/bits/setjmp.h: Likewise.
27566         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
27567         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
27568         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
27569         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
27570         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
27571         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
27572         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27573         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
27574         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
27575         * sysdeps/pthread/lio_listio.c: Likewise.
27576         * sysdeps/sparc/dl-procinfo.h: Likewise.
27577         * sysdeps/unix/i386/sysdep.S: Likewise.
27578         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
27579         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
27580         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
27581         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
27582         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
27583         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
27584         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
27585         * sysdeps/unix/sysv/linux/speed.c: Likewise.
27586         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
27587         * sysdeps/wordsize-32/divdi3.c: Likewise.
27588         * time/sys/time.h: Likewise.
27589         * wcsmbs/Makefile: Likewise.
27590
27591 2013-01-01  David S. Miller  <davem@davemloft.net>
27592
27593         * po/fr.po: Update from translation team.
27594
27595         * catgets/gencat.c: Update copyright year.
27596         * csu/version.c: Likewise.
27597         * debug/catchsegv.sh: Likewise.
27598         * debug/pcprofiledump.c: Likewise.
27599         * debug/xtrace.sh: Likewise.
27600         * elf/ldconfig.c: Likewise.
27601         * elf/ldd.bash.in: Likewise.
27602         * elf/pldd.c: Likewise.
27603         * elf/sotruss.ksh: Likewise.
27604         * elf/sprof.c: Likewise.
27605         * iconv/iconv_prog.c: Likewise.
27606         * iconv/iconvconfig.c: Likewise.
27607         * locale/programs/locale.c: Likewise.
27608         * locale/programs/localedef.c: Likewise.
27609         * login/programs/pt_chown.c: Likewise.
27610         * malloc/memusage.sh: Likewise.
27611         * malloc/memusagestat.c: Likewise.
27612         * malloc/mtrace.pl: Likewise.
27613         * nscd/nscd.c: Likewise.
27614         * nss/getent.c: Likewise.
27615         * nss/makedb.c: Likewise.
27616         * posix/getconf.c: Likewise.
27617
27618 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
27619
27620         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
27621         numbers.
27622
27623 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
27624
27625         * math/bits/mathcalls.h (modf): Use __nonnull.
27626
27627 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
27628
27629         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
27630         (split): Use macro CN instead of the bare value.
27631         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
27632         could be used.
27633         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
27634         instead of the bare value.
27635         (power1): Likewise.
27636
27637 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27638
27639         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
27640         __ATAN_TWOM.
27641         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
27642
27643         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
27644         their values.
27645         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
27646         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27647         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
27648         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
27649
27650 2012-12-28  Andreas Jaeger  <aj@suse.de>
27651
27652         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
27653         values are from Linux 3.7.
27654
27655         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
27656         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
27657
27658 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27659
27660         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
27661         TRUE case.
27662
27663         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
27664         (norm): Likewise.
27665         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
27666         variables with preprocessor constants.
27667         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
27668         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
27669         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
27670
27671 2012-12-27  Bruno Haible  <bruno@clisp.org>
27672
27673         [BZ #14317]
27674         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
27675         only if needed.
27676
27677 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27678
27679         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
27680         and use variable directly.
27681         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
27682
27683         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
27684         MPONE.
27685         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
27686         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
27687         variable MPONE.
27688         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27689         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
27690         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
27691         include directive.  Remove local variable MPONE.
27692         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
27693         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
27694         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
27695
27696 2012-12-25  David S. Miller  <davem@davemloft.net>
27697
27698         * version.h (RELEASE): Set to "development".
27699         (VERSION): Set to "2.17.90".
27700         * NEWS: Add 2.18 section.
27701
27702 2012-12-21  David S. Miller  <davem@davemloft.net>
27703
27704         * po/hr.po: Update from translation team.
27705
27706 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27707
27708         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
27709
27710 2012-12-19  Steve Ellcey  <sellcey@mips.com>
27711
27712         * NEWS:  Mention new memcpy for MIPS.
27713
27714 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27715
27716         * manual/contrib.texi (Contributors): Spelling correction.
27717
27718 2012-12-15  David S. Miller  <davem@davemloft.net>
27719
27720         * po/ru.po: Update from translation team.
27721
27722 2012-12-13  David S. Miller  <davem@davemloft.net>
27723
27724         * NEWS: Mention IFUNC testsuite enhancements.
27725
27726         * po/pl.po: Update from translation team.
27727         * po/bg.po: Likewise.
27728
27729         * manual/contrib.texi (Contributors): Update entries for Hongjiu
27730         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
27731
27732 2012-12-11  David S. Miller  <davem@davemloft.net>
27733
27734         * po/sv.po: Update from translation team.
27735
27736         * po/vi.po: Update from translation team.
27737
27738         * po/cs.po: Update from translation team.
27739
27740         * po/de.po: Update from translation team.
27741         * po/eo.po: Likewise.
27742         * po/nl.po: Likewise.
27743
27744 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27745
27746         [BZ #14246]
27747         * manual/argp.texi (Argp Helper Functions): Move node to follow
27748         Argp Parsing State.
27749
27750         [BZ #14872]
27751         * manual/conf.texi (Limits on File System Capacity): Mention if
27752         terminating null is included in the max size.
27753
27754 2012-12-10  Andreas Jaeger  <aj@suse.de>
27755
27756         * po/cs.po: Update from translation team.
27757
27758 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27759
27760         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
27761         void pointer and cast to uintptr_t.
27762         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
27763         path.
27764         * sysdeps/s390/s390-64/memcpy.S: Likewise.
27765         * sysdeps/s390/s390-64/memset.S: Likewise.
27766
27767 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
27768
27769         [BZ #14833]
27770         * menual/message.texi (Message Translation): Fix typos.
27771         (Helper programs for gettext): Likewise.
27772
27773 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
27774
27775         [BZ #14898]
27776         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
27777         Change to -1.
27778
27779 2012-12-07  David S. Miller  <davem@davemloft.net>
27780
27781         * po/libc.pot: Update.
27782
27783 2012-12-07  Richard Henderson  <rth@redhat.com>
27784
27785         [BZ #10114]
27786         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
27787         normal/normal case to before the switch.
27788         (_FP_DIV): Likewise.
27789
27790 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
27791             Mike Frysinger  <vapier@gentoo.org>
27792
27793         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
27794         check for __NR_fadvise64_64.
27795
27796 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
27797
27798         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
27799         0, not just to plain "0" as a statement.
27800         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
27801         with cw.
27802
27803 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
27804
27805         * NEWS: Use sourceware.org in Bugzilla URL.
27806
27807 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
27808
27809         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
27810         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
27811
27812         * stdio-common/tst-put-error.c (do_test): Add newline to the
27813         padded test to ensure flush.
27814
27815 2012-12-05  Jeff Law  <law@redhat.com>
27816
27817         * sunrpc/etc.rpc (fedfs_admin): Add entry.
27818
27819 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
27820
27821         * README: Don't refer to ports add-on as distributed separately.
27822         Mention AArch64 in list of systems supported in the ports add-on.
27823
27824         * LICENSES: Add more non-FSF copyright and license notices.
27825
27826         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
27827         ((unused)).
27828
27829         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
27830
27831         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
27832         10000 as width of padded output.
27833
27834 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
27835
27836         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
27837
27838         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
27839         variable LX with __attribute__ ((unused)).
27840         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
27841         Likewise.
27842         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
27843         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
27844         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
27845         with __attribute__ ((unused)).
27846
27847 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
27848
27849         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
27850
27851 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
27852
27853         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
27854         (CFLAGS-nldbl-acos.c): New variable.
27855         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
27856         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
27857         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
27858         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
27859         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
27860         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
27861         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
27862         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
27863         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
27864         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
27865         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
27866         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
27867         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
27868         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
27869         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
27870         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
27871         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
27872         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
27873         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
27874         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
27875         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
27876         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
27877         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
27878         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
27879         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
27880         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
27881         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
27882         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
27883         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
27884         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
27885         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
27886         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
27887         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
27888         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
27889         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
27890         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
27891         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
27892         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
27893         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
27894         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
27895         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
27896         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
27897         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
27898         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
27899         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
27900         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
27901         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
27902         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
27903         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
27904         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
27905         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
27906         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
27907         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
27908         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
27909         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
27910         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
27911         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
27912         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
27913         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
27914         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
27915         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
27916         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
27917         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
27918         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
27919         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
27920         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
27921         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
27922         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
27923         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
27924         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
27925         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
27926         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
27927         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
27928         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
27929         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
27930         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
27931         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
27932         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
27933         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
27934         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
27935         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
27936         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
27937         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
27938         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
27939         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
27940         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
27941         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
27942         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
27943         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
27944         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
27945         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
27946         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
27947         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
27948         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
27949         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
27950         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
27951         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
27952
27953         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
27954         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
27955
27956         [BZ #14914]
27957         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
27958         whole low double instead of just low 47 bits when splitting values
27959         into two parts.
27960
27961 2012-12-03  Allan McRae  <allan@archlinux.org>
27962
27963         * manual/stdio.texi (Predefined Printf Handlers): Remove
27964         @hsep and @vsep usage.
27965
27966 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
27967
27968         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
27969         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
27970
27971 2012-12-03  Jeff Law  <law@redhat.com>
27972
27973         * time/sys/time.h (settimeofday): Do not mark TV argument
27974         as __nonnull.
27975
27976 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
27977
27978         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
27979         when currently writing and seek to current position when not.
27980         * libio/Makefile (tests): Remove bug-fclose1.
27981         * libio/bug-fclose1.c: Delete.
27982
27983 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
27984
27985         * manual/arith.texi (feenableexcept): Fix typo.
27986         (fedisableexcept): Likewise.
27987
27988 2012-11-30  Roland McGrath  <roland@hack.frob.com>
27989
27990         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
27991         second, differently-typed declaration, rather than a cast.
27992
27993 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
27994
27995         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
27996         * include/rpc/svc.h: ... here.
27997
27998 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
27999
28000         [BZ #13013]
28001         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
28002         depending n and resplen2 to catch cases where answer
28003         equals answerp2.
28004
28005 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
28006
28007         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
28008         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
28009
28010 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
28011
28012         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
28013
28014 2012-11-29  Roland McGrath  <roland@hack.frob.com>
28015
28016         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
28017
28018 2012-11-28  Jeff Law  <law@redhat.com>
28019
28020         [BZ #13761]
28021         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
28022         dataset_temporary.  Track alloca usage into alloca_used.
28023         If dataset is large allocate and release it via malloc/free.
28024
28025 2012-06-04  Florian Weimer  <fweimer@redhat.com>
28026
28027         [BZ #14197]
28028         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
28029
28030 2012-11-28  David S. Miller  <davem@davemloft.net>
28031
28032         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28033
28034 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
28035
28036         [BZ #14803]
28037         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
28038         of pi/2 rounded to nearest to 64 bits.
28039         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
28040         nearest to 64 bits.
28041         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
28042         bits.
28043
28044 2012-11-28  Jeff Law <law@redhat.com>
28045             Martin Osvald <mosvald@redhat.com>
28046
28047         [BZ #14889]
28048         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
28049         * sunrpc/svc.c: Include time.h.
28050         (__svc_accept_failed): New function.
28051         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
28052         any reason other than EINTR, call __svc_accept_failed.
28053         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
28054         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
28055
28056 2012-11-28  Andreas Schwab  <schwab@suse.de>
28057
28058         * scripts/abilist.awk: Also handle indirect functions in .opd
28059         section.
28060
28061 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
28062
28063         [BZ #13881]
28064         * sysdeps/x86/fpu/powl_helper.c: New file.
28065         * sysdeps/x86/fpu/Makefile: Likewise.
28066         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
28067         (p3): New object.
28068         (__ieee754_powl): Use __powl_helper for finite arguments except
28069         integer exponents below 8.
28070         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
28071         (p3): New object.
28072         (__ieee754_powl): Use __powl_helper for finite arguments except
28073         integer exponents below 8.
28074         * math/libm-test.inc (pow_test): Add more tests and enable some
28075         previously disabled tests.
28076         * sysdeps/i386/fpu/libm-test-ulps: Update.
28077         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28078
28079 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28080             Carlos O'Donell  <carlos_odonell@mentor.com>
28081
28082         * nss/makedb.c (is_prime): Assert that input is odd and greater
28083         than 4.  Note that fact in a comment too.
28084         (next_prime): Add 4 to input.
28085
28086 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
28087
28088         [BZ #11741]
28089         * libio/Makefile (tests): Add test case tst-fwrite-error.
28090         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
28091         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
28092         * libio/tst-fwrite-error.c: New test case.
28093
28094 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
28095
28096         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
28097         before casting to void *.
28098         * include/libc-internal.h (__pointer_type): New macro.
28099         (__integer_if_pointer_type_sub): Likewise.
28100         (__integer_if_pointer_type): Likewise.
28101         (cast_to_integer): Likewise.
28102         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
28103         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
28104         before casting to atomic64_t.
28105         (atomic_exchange_acq): Likewise.
28106         (__arch_exchange_and_add_body): Likewise.
28107         (__arch_add_body): Likewise.
28108         (atomic_add_negative): Likewise.
28109         (atomic_add_zero): Likewise.
28110
28111 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
28112
28113         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
28114         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
28115         (add_fdes): Likewise.
28116         (linear_search_fdes): Likewise.
28117         (binary_search_unencoded_fdes): Likewise.
28118
28119 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
28120
28121         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
28122
28123 2012-11-24  Adam Conrad  <adconrad@0c3.net>
28124
28125         * configure.in: Autodetect C++ header directories.
28126         * configure: Regenerated.
28127
28128 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
28129
28130         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
28131
28132 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
28133
28134         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28135
28136 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
28137
28138         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
28139         LDBL_MANT_DIG == 106]: Disable some tests.
28140         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
28141         Likewise.
28142         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
28143         Likewise.
28144
28145         [BZ #14871]
28146         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
28147         input for small inputs.  Return +/- pi/2 for large inputs.
28148         * math/libm-test.inc (atan_test): Add more tests.
28149
28150         * sysdeps/generic/unwind-dw2-fde-glibc.c
28151         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
28152         __attribute__ ((unused)).
28153
28154         [BZ #14645]
28155         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
28156         x * y if x and y are nonzero and z is zero.
28157
28158         [BZ #14811]
28159         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
28160         nonzero exponents with absolute value below 0x1p-117 to +/-
28161         0x1p-117.
28162
28163         [BZ #14869]
28164         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
28165         up arguments below 2**-450, not just those below 2**-500.
28166         * math/libm-test.inc (hypot_test): Add another test.
28167
28168         [BZ #14868]
28169         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
28170         Return a+b for ratio over 2**120, not 2**60.
28171         * math/libm-test.inc (hypot_test): Add another test.
28172
28173         * math/libm-test.inc (clog_test): Use
28174         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
28175         (clog10_test): Likewise.
28176
28177         [BZ #6778]
28178         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
28179
28180 2012-11-22  Andreas Schwab  <schwab@suse.de>
28181
28182         * sysdeps/i386/fpu/libm-test-ulps: Update.
28183
28184 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
28185
28186         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
28187         printf output with newline.
28188
28189 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
28190
28191         [BZ #14865]
28192         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
28193         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
28194         -z nodlopen, -z initfirst and -z execstack support.
28195         * configure: Regenerated.
28196
28197         * elf/elf.h (DF_1_NODIRECT): New macro.
28198         (DF_1_IGNMULDEF): Likewise.
28199         (DF_1_NOKSYMS): Likewise.
28200         (DF_1_NOHDR): Likewise.
28201         (DF_1_EDITED): Likewise.
28202         (DF_1_NORELOC): Likewise.
28203         (DF_1_SYMINTPOSE): Likewise.
28204         (DF_1_GLOBAUDIT): Likewise.
28205         (DF_1_SINGLETON): Likewise.
28206         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
28207         DT_1_SUPPORTED_MASK bits.
28208         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
28209
28210 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
28211
28212         * sysdeps/unix/make-syscalls.sh: Document prefixes.
28213
28214 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
28215
28216         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
28217         macro.
28218
28219         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
28220         (sendmmsg): Move declarations...
28221         * socket/sys/socket.h: ... here.
28222         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
28223         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
28224         include it from...
28225         * socket/recvmmsg.c: ... this new file.
28226         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
28227         (sendmmsg): Rename to __sendmmsg, create weak alias and make
28228         definition of __sendmmsg hidden.
28229         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
28230         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
28231         Move ENOSYS stub into and include it from...
28232         * socket/sendmmsg.c: ... this new file.
28233         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
28234         (sysdep_routines): Move recvmmsg and sendmmsg...
28235         * socket/Makefile (routines): ... here.
28236         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
28237         (GLIBC_PRIVATE): Add __sendmmsg.
28238         * include/sys/socket.h (__sendmmsg): Add declarations.
28239         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
28240         sendmmsg.
28241
28242 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
28243
28244         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
28245         variable I1 with __attribute__ ((unused)).
28246         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
28247
28248 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
28249
28250         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
28251         DUMMY variables with __attribute__ ((unused)).
28252
28253         * bits/byteswap.h: Include <bits/types.h>.
28254         (__bswap_64): Use __uint64_t instead of unsigned long long int.
28255
28256 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
28257
28258         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
28259         string_t.  Do not manually set errno.
28260         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
28261         length with __strnlen.  Make sure to both set errno and return it on
28262         failure.
28263
28264 2012-11-19  David S. Miller  <davem@davemloft.net>
28265
28266         With help from Joseph Myers.
28267         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
28268         very large arguments properly.
28269         * math/libm-test.inc (atan_test): New tests.
28270         (atan2_test): New tests.
28271         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28272         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28273
28274 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
28275
28276         [BZ #14856]
28277         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
28278         Define to 3.
28279
28280         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
28281         [POSIX] (EADDRNOTAVAIL): Likewise.
28282         [POSIX] (EAFNOSUPPORT): Likewise.
28283         [POSIX] (EALREADY): Likewise.
28284         [POSIX] (ECONNABORTED): Likewise.
28285         [POSIX] (ECONNREFUSED): Likewise.
28286         [POSIX] (ECONNRESET): Likewise.
28287         [POSIX] (EDESTADDRREQ): Likewise.
28288         [POSIX] (EDQUOT): Likewise.
28289         [POSIX] (EHOSTUNREACH): Likewise.
28290         [POSIX] (EIDRM): Likewise.
28291         [POSIX] (EISCONN): Likewise.
28292         [POSIX] (ELOOP): Likewise.
28293         [POSIX] (EMULTIHOP): Likewise.
28294         [POSIX] (ENETDOWN): Likewise.
28295         [POSIX] (ENETUNREACH): Likewise.
28296         [POSIX] (ENOBUFS): Likewise.
28297         [POSIX] (ENODATA): Likewise.
28298         [POSIX] (ENOLINK): Likewise.
28299         [POSIX] (ENOMSG): Likewise.
28300         [POSIX] (ENOPROTOOPT): Likewise.
28301         [POSIX] (ENOSR): Likewise.
28302         [POSIX] (ENOSTR): Likewise.
28303         [POSIX] (ENOTCONN): Likewise.
28304         [POSIX] (ENOTSOCK): Likewise.
28305         [POSIX] (EOPNOTSUPP): Likewise.
28306         [POSIX] (EOVERFLOW): Likewise.
28307         [POSIX] (EPROTO): Likewise.
28308         [POSIX] (EPROTONOSUPPORT): Likewise.
28309         [POSIX] (EPROTOTYPE): Likewise.
28310         [POSIX] (ESTALE): Likewise.
28311         [POSIX] (ETIME): Likewise.
28312         [POSIX] (ETXTBSY): Likewise.
28313         [POSIX] (EWOULDBLOCK): Likewise.
28314         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
28315         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
28316         [POSIX] (SEEK_CUR): Likewise.
28317         [POSIX] (SEEK_END): Likewise.
28318         [POSIX || UNIX98] (mode_t): Do not require.
28319         [POSIX] (off_t): Likewise.
28320         [POSIX] (pid_t): Likewise.
28321         [POSIX] (sys/stat.h): Do not allow header.
28322         [POSIX] (unistd.h): Likewise.
28323         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
28324         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
28325         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
28326         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
28327         require.
28328         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
28329         sigevent): Specify elements.
28330         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
28331         entry.
28332         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
28333         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
28334
28335         * conform/data/cpio.h-data [POSIX]: Disable whole file.
28336         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
28337         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
28338         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
28339         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
28340         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
28341         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
28342         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
28343         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
28344         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
28345         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
28346         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
28347         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
28348         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
28349         Likewise.
28350         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
28351         Likewise.
28352         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
28353         Likewise.
28354         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
28355         Likewise.
28356         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
28357         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
28358         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
28359         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
28360         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
28361         Specify lower bound on value.
28362         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
28363         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
28364         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
28365         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
28366         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
28367         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
28368         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
28369         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
28370         value.
28371         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
28372         as optional.
28373         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
28374         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
28375         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
28376         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
28377         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
28378         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
28379         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
28380         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
28381         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
28382         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
28383         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
28384         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
28385         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
28386         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
28387         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
28388         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
28389         entry.
28390         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
28391         optional.
28392         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
28393         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
28394         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
28395         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
28396         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
28397         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
28398         Likewise.
28399         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
28400         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
28401         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
28402         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
28403         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
28404         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
28405         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
28406         as optional.
28407         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
28408         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
28409         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
28410         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
28411         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
28412         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
28413         specify as optional.
28414         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
28415         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
28416         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
28417         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
28418         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
28419         [XPG3] (NL_LANGMAX): Likewise.
28420         [POSIX || XPG3] (NL_MSGMAX): Likewise.
28421         [POSIX || XPG3] (NL_NMAX): Likewise.
28422         [POSIX || XPG3] (NL_SETMAX): Likewise.
28423         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
28424         [XPG3] (NZERO): Likewise.
28425         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
28426         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
28427         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
28428         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
28429         (REG_ERANGE): Expect.
28430         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
28431         optional-constant.
28432         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
28433         Use (void) in prototype.
28434         [POSIX] (*_t): Allow.
28435         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
28436         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
28437         (WRDE_BADVAL): Expect.
28438
28439         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
28440         expect.
28441         [XPG3 || XPG4] (O_RSYNC): Likewise.
28442         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
28443         Likewise.
28444         [XPG3 || XPG4] (pthread_sigmask): Likewise.
28445         [XPG3 || XPG4] (sigqueue): Likewise.
28446         [XPG3 || XPG4] (sigtimedwait): Likewise.
28447         [XPG3 || XPG4] (sigwaitinfo): Likewise.
28448         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
28449         [XPG3 || XPG4] (vsnprintf): Likewise.
28450         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
28451         Likewise.
28452         [XPG3 || XPG4] (blksize_t): Likewise.
28453         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
28454         Likewise.
28455         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
28456         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
28457         [XPG3 || XPG4] (struct itimerspec): Likewise.
28458         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
28459         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
28460         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
28461         [XPG3 || XPG4] (clockid_t): Likewise.
28462         [XPG3 || XPG4] (timer_t): Likewise.
28463         [XPG3 || XPG4] (clock_getres): Likewise.
28464         [XPG3 || XPG4] (clock_gettime): Likewise.
28465         [XPG3 || XPG4] (clock_settime): Likewise.
28466         [XPG3 || XPG4] (nanosleep): Likewise.
28467         [XPG3 || XPG4] (timer_create): Likewise.
28468         [XPG3 || XPG4] (timer_delete): Likewise.
28469         [XPG3 || XPG4] (timer_gettime): Likewise.
28470         [XPG3 || XPG4] (timer_getoverrun): Likewise.
28471         [XPG3 || XPG4] (timer_settime): Likewise.
28472         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
28473         [XPG3 || XPG4] (getlogin_r): Likewise.
28474         [XPG3 || XPG4] (pread): Likewise.
28475         [XPG3 || XPG4] (pthread_atfork): Likewise.
28476         [XPG3 || XPG4] (pwrite): Likewise.
28477
28478         [BZ #14835]
28479         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
28480         <bits/siginfo.h>.
28481
28482 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
28483
28484         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
28485         finalizing MALLSTREAM.
28486
28487         * sysdeps/mach/hurd/syncfs.c: New file.
28488
28489 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28490
28491         [BZ #14719]
28492         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
28493         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
28494         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
28495         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
28496         (_nss_dns_gethostbyname4_r): Likewise.
28497         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
28498         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
28499
28500 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
28501
28502         [BZ #13763]
28503         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
28504
28505 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
28506
28507         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
28508         * elf/cache.c (print_entry): Print ",AArch64" for
28509         FLAG_AARCH64_LIB64
28510
28511         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
28512         * elf/cache.c (print_entry): Print ",hard-float" for
28513         FLAG_ARM_LIBHF.
28514
28515 2012-11-18  David S. Miller  <davem@davemloft.net>
28516
28517         With help from Joseph Myers.
28518         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
28519         cutoff to 2**-13.
28520         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
28521         cutoff to 2**-25.
28522         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
28523         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
28524         small.
28525         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
28526         * math/libm-test.inc (y0_test): New tests.
28527         (y1_test): New tests.
28528         * sysdeps/i386/fpu/libm-test-ulps: Update.
28529         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28530         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28531
28532 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
28533
28534         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
28535         64-bit targets.
28536         * configure: Regenerated.
28537
28538 2012-11-17  David S. Miller  <davem@davemloft.net>
28539
28540         [BZ #14811]
28541         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
28542         nonzero exponents with absolute value below 0x1p-128 to +/-
28543         0x1p-128.
28544
28545 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
28546
28547         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
28548
28549         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
28550
28551         * posix/getconf-speclist.c: New file.
28552         * posix/posix-envs.def: Likewise.
28553         * posix/confstr.c (START_ENV_GROUP): New macro.
28554         (END_ENV_GROUP): Likewise.
28555         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
28556         (KNOWN_PRESENT_ENV_STRING): Likewise.
28557         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
28558         (UNKNOWN_ENVIRONMENT): Likewise.
28559         (confstr): Include posix-envs.def instead of handling
28560         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
28561         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
28562         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
28563         (END_ENV_GROUP): Likewise.
28564         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
28565         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
28566         (UNKNOWN_ENVIRONMENT): Likewise.
28567         (__sysconf): Include posix-envs.def instead of handling associated
28568         cases directly here.
28569         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
28570         preprocessing getconf-speclist.c rather than running getconf or
28571         generating empty file.
28572
28573 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
28574
28575         * scripts/check-local-headers.sh: Ignore 'mach' headers.
28576
28577 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
28578
28579         [BZ #14672]
28580         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
28581
28582 2012-11-16  David S. Miller  <davem@davemloft.net>
28583
28584         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
28585         smaller than LDBL_EPSILON/2.0L, just return xm1.
28586
28587 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
28588
28589         * elf/tst-array1.c (init): Set constructor priority to 1000.
28590         (fini): Set destructor priority to 1000.
28591         * elf/tst-array2dep.c: Likewise.
28592
28593 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
28594
28595         [BZ #11741]
28596         * libio/fileops.c (_IO_new_file_write): Correctly return error.
28597         (_IO_new_file_xsputn): Also return EOF if none of the input
28598         data was written when overflow failed.
28599         * libio/iopadn.c (_IO_padn): Likewise.
28600         * libio/iowpadn.c (_IO_wpadn): Likewise.
28601         * stdio-common/tst-put-error.c: Add copyright notice.
28602         (do_test): Add case for printing padded string.
28603         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
28604         _IO_padn returned error.
28605         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
28606         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
28607         return EOF.
28608
28609 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
28610
28611         * libio/libioP.h: Add comment note that the references to C++
28612         bits are now obsolete.
28613
28614 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28615
28616         * math/libm-test.inc (check_complex): Use asprintf.
28617
28618 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
28619
28620         * debug/pcprofiledump.c (print_version): Update copyright year.
28621         * malloc/memusagestat.c (print_version): Likewise.
28622
28623 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
28624
28625         [BZ #14831]
28626         * elf/Makefile (tests): Add tst-audit8.
28627         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
28628         ($(objpfx)tst-audit8.out): New target.
28629         (tst-audit8-ENV): New variable.
28630         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
28631         audit if l_reloc_result is NULL.
28632         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
28633         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
28634         * elf/tst-audit8.c: New file.
28635
28636 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28637
28638         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
28639         * misc/Makefile (CFLAGS-select.c): Define.
28640         * posix/Makefile (CFLAGS-pause.c): Define.
28641
28642 2012-11-13  David S. Miller  <davem@davemloft.net>
28643
28644         * crypt/Makefile: Move test targets after toplevel Rules
28645         inclusion.  Grab any necessary sysdep routines when linking.
28646         * crypt/md5.c (md5_process_block): Remove define, we will always
28647         name it __md5_process_block.
28648         (md5_finish_ctx): Update md5_process_block call.
28649         (md5_stream): Likewise.
28650         (md5_process_bytes): Likewise.
28651         (md5_process_block): Rename to __md5_process_block and move to ...
28652         * crypt/md5-block.c: ... here.
28653         * crypt/sha256.c (sha256_process_block): Move to ...
28654         * crypt/sha256-block.c: ... here.
28655         * crypt/sha512.c (sha512_process_block): Move to ...
28656         * crypt/sha512-block.c: ... here.
28657         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
28658         path.
28659         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
28660         * sysdeps/sparc/sparc64/multiarch/Makefile
28661         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
28662         crypt subdir.
28663         (localedef-aux): Add md5 crypto assembler when in locale subdir.
28664         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
28665         multiarch changes.
28666         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
28667         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
28668         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
28669         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
28670         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
28671         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
28672         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
28673         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
28674         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
28675         file.
28676         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
28677         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
28678         file.
28679         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
28680
28681 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
28682
28683         * timezone/tzselect.ksh: Update from tzcode git revision
28684         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
28685         * timezone/zdump.c: Likewise.
28686         * timezone/zic.c: Likewise.
28687         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
28688         in TZVERSION setting, not $(PKGVERSION).
28689         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
28690         REPORT_BUGS_TO settings.
28691
28692         [BZ #14838]
28693         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
28694         macro.
28695
28696 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28697
28698         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
28699         detection to immediately after _FP_ROUND().
28700         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
28701         bits are 0.
28702
28703 2012-11-11  David S. Miller  <davem@davemloft.net>
28704
28705         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
28706         inttypes.h
28707         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
28708         __close rather than their public counterparts.
28709
28710 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
28711
28712         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
28713         file.
28714         [UNIX98] (sem_timedwait): Do not expect.
28715         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
28716         [XPG4 || UNIX98] (sockatmark): Do not expect.
28717         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
28718         (clock_getcpuclockid): Do not expect.
28719         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
28720         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
28721         Do not expect.
28722         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
28723         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
28724         [UNIX98] (vwscanf): Likewise.
28725         [UNIX98] (vswscanf): Likewise.
28726
28727 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
28728
28729         * timezone/version.h: Remove file.
28730         * timezone/README: Do not refer to version.h.
28731         * timezone/Makefile ($(objpfx)zic.o): New dependency on
28732         $(objpfx)version.h.
28733         ($(objpfx)zdump.o): Likewise.
28734         ($(objpfx)version.h): New target.
28735
28736         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
28737         2012i.
28738         * timezone/README: Don't mention modification to tzselect.ksh.
28739         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
28740         work on unmodified tzselect.ksh.  Substitute version numbers in
28741         tzselect.ksh.
28742
28743         * Makefile (format-me): Remove.
28744         (INSTALL): Adjust indentation.  Use commands directly instead of
28745         using $(format-me).
28746
28747         * aclocal.m4 (ACX_PKGVERSION): New macro.
28748         (ACX_BUGURL): Likewise.
28749         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
28750         (PKGVERSION): New AC_DEFINE_UNQUOTED.
28751         (REPORT_BUGS_TO): Likewise.
28752         * configure: Regenerated.
28753         * config.h.in (PKGVERSION): New macro.
28754         (REPORT_BUGS_TO): Likewise.
28755         * config.make.in (PKGVERSION): New variable.
28756         (PKGVERSION_TEXI): Likewise.
28757         (REPORT_BUGS_TO): Likewise.
28758         (REPORT_BUGS_TEXI): Likewise.
28759         * Makefile (format-me): Use -I$(common-objpfx)manual.
28760         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
28761         ($(common-objpfx)manual/%): New target.
28762         (manual/%): Remove target.
28763         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
28764         (print_version): Use PKGVERSION.
28765         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
28766         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
28767         and REPORT_BUGS_TO.
28768         ($(objpfx)xtrace): Likewise.
28769         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
28770         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
28771         (print_version): Use PKGVERSION.
28772         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
28773         (do_version): Use PKGVERSION.
28774         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
28775         REPORT_BUGS_TO.
28776         (common-ldd-rewrite): Likewise.
28777         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
28778         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
28779         (print_version): Use PKGVERSION.
28780         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
28781         * elf/pldd.c (argp_program_bug_address): Remove variable.
28782         (more_help): New function.
28783         (argp): Use more_help.
28784         (print_version): Use PKGVERSION.
28785         * elf/sln.c (main): Use PKGVERSION.
28786         (usage): Use REPORT_BUGS_TO.
28787         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
28788         (top level): Use PKGVERSION.
28789         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
28790         (print_version): Use PKGVERSION.
28791         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
28792         (print_version): Use PKGVERSION.
28793         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
28794         (print_version): Use PKGVERSION.
28795         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
28796         (print_version): Use PKGVERSION.
28797         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
28798         (print_version): Use PKGVERSION.
28799         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
28800         (print_version): Use PKGVERSION.
28801         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
28802         and BUGURL.
28803         ($(objpfx)memusage): Likewise.
28804         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
28805         (do_version): Use PKGVERSION.
28806         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
28807         (print_version): Use PKGVERSION.
28808         * malloc/mtrace.pl ($PACKAGE): Remove variable.
28809         ($PKGVERSION): New variable.
28810         ($REPORT_BUGS_TO): Likewise.
28811         (usage): Use $REPORT_BUGS_TO.
28812         (top level): Use $PKGVERSION.
28813         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
28814         ($(objpfx)pkgvers.texi): New rule.
28815         ($(objpfx)stamp-pkgvers): Likewise.
28816         * manual/install.texi: Include pkgvers.texi.
28817         (--with-pkgversion): Document new configure option.
28818         (--with-bugurl): Likewise.
28819         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
28820         than necessarily for this particular distribution.  Use
28821         REPORT_BUGS_TO for where to report bugs.
28822         * INSTALL: Regenerated.
28823         * manual/libc.texinfo: Include pkgvers.texi.
28824         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
28825         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
28826         (print_version): Use PKGVERSION.
28827         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
28828         (print_version): Use PKGVERSION.
28829         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
28830         (print_version): Use PKGVERSION.
28831         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
28832         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
28833         macro.
28834         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
28835         (print_version): Use PKGVERSION.
28836         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
28837         (print_version): Use PKGVERSION.
28838         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
28839         and PKGVERSION.
28840
28841         * timezone/checktab.awk: Update from tzcode 2012i.
28842         * timezone/ialloc.c: Likewise.
28843         * timezone/private.h: Likewise.
28844         * timezone/scheck.c: Likewise.
28845         * timezone/tzfile.h: Likewise.
28846         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
28847         (TZVERSION): Hardcode tzcode version number.
28848         * timezone/zdump.c: Update from tzcode 2012i.
28849         * timezone/zic.c: Likewise.
28850         * timezone/version.h: New file.
28851         * timezone/README: Describe version.h.  Update upstream location.
28852
28853         [BZ #14824]
28854         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
28855         (mktemp): Enable declaration.
28856         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
28857         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
28858         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
28859         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
28860         Likewise.
28861         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
28862         Likewise.
28863         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
28864         Likewise.
28865         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
28866         Likewise.
28867         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
28868         Likewise.
28869         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
28870         Likewise.
28871
28872         [BZ #14821]
28873         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
28874         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
28875         for copies of such integer values.
28876         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
28877         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
28878
28879 2012-11-09  Andreas Jaeger  <aj@suse.de>
28880
28881         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
28882         definitions and declarations that are provided by
28883         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
28884
28885 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28886
28887         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
28888         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
28889         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
28890         definition.
28891
28892 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28893
28894         * elf/elf.h: Update comment before AArch64 relocations.
28895
28896 2012-11-07  David S. Miller  <davem@davemloft.net>
28897
28898         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
28899         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
28900         (__start_context): Declare.
28901         (__makecontext_ret): Delete.
28902         (__makecontext): Hook up __start_context instead of
28903         __makecontext_ret.
28904         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
28905         (sysdep_routines): Add __start_context when in stdlib.
28906
28907 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28908
28909         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
28910         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
28911         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
28912         hardcoded "nm".
28913         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
28914         (READELF): New variable.  Use it instead of hardcoded "readelf".
28915
28916 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
28917
28918         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
28919         * sysdeps/x86/Makefile: Here.
28920         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
28921         * sysdeps/x86/tst-xmmymm.sh: This.
28922
28923 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28924
28925         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
28926         expectations.
28927         [UNIX98] (pthread_barrier_t): Do not expect.
28928         [UNIX98] (pthread_barrierattr_t): Likewise.
28929         [UNIX98] (pthread_spinlock_t): Likewise.
28930         [UNIX98] (pthread_barrier_destroy): Likewise.
28931         [UNIX98] (pthread_barrier_init): Likewise.
28932         [UNIX98] (pthread_barrier_wait): Likewise.
28933         [UNIX98] (pthread_barrierattr_destroy): Likewise.
28934         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
28935         [UNIX98] (pthread_barrierattr_init): Likewise.
28936         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
28937         [UNIX98] (pthread_getcpuclockid): Likewise.
28938         [UNIX98] (pthread_mutex_timedlock): Likewise.
28939         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
28940         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
28941         [UNIX98] (pthread_sigmask): Likewise.
28942         [UNIX98] (pthread_spin_destroy): Likewise.
28943         [UNIX98] (pthread_spin_init): Likewise.
28944         [UNIX98] (pthread_spin_lock): Likewise.
28945         [UNIX98] (pthread_spin_trylock): Likewise.
28946         [UNIX98] (pthread_spin_unlock): Likewise.
28947         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
28948         Do not expect.
28949         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
28950         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
28951         [XPG3 || XPG4] (pthread_cond_t): Likewise.
28952         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
28953         [XPG3 || XPG4] (pthread_key_t): Likewise.
28954         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
28955         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
28956         [XPG3 || XPG4] (pthread_once_t): Likewise.
28957         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
28958         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
28959         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
28960         [XPG3 || XPG4] (pthread_t): Likewise.
28961
28962         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
28963         not expect.
28964         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
28965
28966         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
28967         Change function return type to int.
28968
28969         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
28970         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
28971         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
28972         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
28973         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
28974         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
28975         [!POSIX] (posix_madvise): Likewise.
28976         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
28977         && !UNIX98].
28978         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
28979         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
28980         (mode_t): Likewise.
28981         (posix_mem_offset): Likewise.
28982         (posix_typed_mem_get_info): Likewise.
28983         (posix_typed_mem_open): Likewise.
28984
28985         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
28986         Change condition to [XOPEN2K8].
28987
28988         * conform/conformtest.pl: Preprocess allow-header data with -x c
28989         instead of from stdin.
28990         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
28991         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
28992         [C99-based standards] (cerfc): Likewise.
28993         [C99-based standards] (cexp2): Likewise.
28994         [C99-based standards] (cexpm1): Likewise.
28995         [C99-based standards] (clog10): Likewise.
28996         [C99-based standards] (clog1p): Likewise.
28997         [C99-based standards] (clog2): Likewise.
28998         [C99-based standards] (clgamma): Likewise.
28999         [C99-based standards] (ctgamma): Likewise.
29000         [C99-based standards] (cerff): Likewise.
29001         [C99-based standards] (cerfcf): Likewise.
29002         [C99-based standards] (cexp2f): Likewise.
29003         [C99-based standards] (cexpm1f): Likewise.
29004         [C99-based standards] (clog10f): Likewise.
29005         [C99-based standards] (clog1pf): Likewise.
29006         [C99-based standards] (clog2f): Likewise.
29007         [C99-based standards] (clgammaf): Likewise.
29008         [C99-based standards] (ctgammaf): Likewise.
29009         [C99-based standards] (cerfl): Likewise.
29010         [C99-based standards] (cerfcl): Likewise.
29011         [C99-based standards] (cexp2l): Likewise.
29012         [C99-based standards] (cexpm1l): Likewise.
29013         [C99-based standards] (clog10l): Likewise.
29014         [C99-based standards] (clog1pl): Likewise.
29015         [C99-based standards] (clog2l): Likewise.
29016         [C99-based standards] (clgammal): Likewise.
29017         [C99-based standards] (ctgammal): Likewise.
29018         * conform/data/inttypes.h-data [C99-based standards]: Include
29019         stdint.h-data.  Remove all expectations for stdint.h contents.
29020         [C99-based standards] (PRI*): Do not allow.
29021         [C99-based standards] (SCN*): Likewise.
29022         [C99-based standards] (*_t): Likewise.
29023         [C99-based-standards] (PRId8): Expect macro.
29024         [C99-based-standards] (PRIi8): Likewise.
29025         [C99-based-standards] (PRIo8): Likewise.
29026         [C99-based-standards] (PRIu8): Likewise.
29027         [C99-based-standards] (PRIx8): Likewise.
29028         [C99-based-standards] (PRIX8): Likewise.
29029         [C99-based-standards] (SCNd8): Likewise.
29030         [C99-based-standards] (SCNi8): Likewise.
29031         [C99-based-standards] (SCNo8): Likewise.
29032         [C99-based-standards] (SCNu8): Likewise.
29033         [C99-based-standards] (SCNx8): Likewise.
29034         [C99-based-standards] (PRIdLEAST8): Likewise.
29035         [C99-based-standards] (PRIiLEAST8): Likewise.
29036         [C99-based-standards] (PRIoLEAST8): Likewise.
29037         [C99-based-standards] (PRIuLEAST8): Likewise.
29038         [C99-based-standards] (PRIxLEAST8): Likewise.
29039         [C99-based-standards] (PRIXLEAST8): Likewise.
29040         [C99-based-standards] (SCNdLEAST8): Likewise.
29041         [C99-based-standards] (SCNiLEAST8): Likewise.
29042         [C99-based-standards] (SCNoLEAST8): Likewise.
29043         [C99-based-standards] (SCNuLEAST8): Likewise.
29044         [C99-based-standards] (SCNxLEAST8): Likewise.
29045         [C99-based-standards] (PRIdFAST8): Likewise.
29046         [C99-based-standards] (PRIiFAST8): Likewise.
29047         [C99-based-standards] (PRIoFAST8): Likewise.
29048         [C99-based-standards] (PRIuFAST8): Likewise.
29049         [C99-based-standards] (PRIxFAST8): Likewise.
29050         [C99-based-standards] (PRIXFAST8): Likewise.
29051         [C99-based-standards] (SCNdFAST8): Likewise.
29052         [C99-based-standards] (SCNiFAST8): Likewise.
29053         [C99-based-standards] (SCNoFAST8): Likewise.
29054         [C99-based-standards] (SCNuFAST8): Likewise.
29055         [C99-based-standards] (SCNxFAST8): Likewise.
29056         [C99-based-standards] (PRId16): Likewise.
29057         [C99-based-standards] (PRIi16): Likewise.
29058         [C99-based-standards] (PRIo16): Likewise.
29059         [C99-based-standards] (PRIu16): Likewise.
29060         [C99-based-standards] (PRIx16): Likewise.
29061         [C99-based-standards] (PRIX16): Likewise.
29062         [C99-based-standards] (SCNd16): Likewise.
29063         [C99-based-standards] (SCNi16): Likewise.
29064         [C99-based-standards] (SCNo16): Likewise.
29065         [C99-based-standards] (SCNu16): Likewise.
29066         [C99-based-standards] (SCNx16): Likewise.
29067         [C99-based-standards] (PRIdLEAST16): Likewise.
29068         [C99-based-standards] (PRIiLEAST16): Likewise.
29069         [C99-based-standards] (PRIoLEAST16): Likewise.
29070         [C99-based-standards] (PRIuLEAST16): Likewise.
29071         [C99-based-standards] (PRIxLEAST16): Likewise.
29072         [C99-based-standards] (PRIXLEAST16): Likewise.
29073         [C99-based-standards] (SCNdLEAST16): Likewise.
29074         [C99-based-standards] (SCNiLEAST16): Likewise.
29075         [C99-based-standards] (SCNoLEAST16): Likewise.
29076         [C99-based-standards] (SCNuLEAST16): Likewise.
29077         [C99-based-standards] (SCNxLEAST16): Likewise.
29078         [C99-based-standards] (PRIdFAST16): Likewise.
29079         [C99-based-standards] (PRIiFAST16): Likewise.
29080         [C99-based-standards] (PRIoFAST16): Likewise.
29081         [C99-based-standards] (PRIuFAST16): Likewise.
29082         [C99-based-standards] (PRIxFAST16): Likewise.
29083         [C99-based-standards] (PRIXFAST16): Likewise.
29084         [C99-based-standards] (SCNdFAST16): Likewise.
29085         [C99-based-standards] (SCNiFAST16): Likewise.
29086         [C99-based-standards] (SCNoFAST16): Likewise.
29087         [C99-based-standards] (SCNuFAST16): Likewise.
29088         [C99-based-standards] (SCNxFAST16): Likewise.
29089         [C99-based-standards] (PRId32): Likewise.
29090         [C99-based-standards] (PRIi32): Likewise.
29091         [C99-based-standards] (PRIo32): Likewise.
29092         [C99-based-standards] (PRIu32): Likewise.
29093         [C99-based-standards] (PRIx32): Likewise.
29094         [C99-based-standards] (PRIX32): Likewise.
29095         [C99-based-standards] (SCNd32): Likewise.
29096         [C99-based-standards] (SCNi32): Likewise.
29097         [C99-based-standards] (SCNo32): Likewise.
29098         [C99-based-standards] (SCNu32): Likewise.
29099         [C99-based-standards] (SCNx32): Likewise.
29100         [C99-based-standards] (PRIdLEAST32): Likewise.
29101         [C99-based-standards] (PRIiLEAST32): Likewise.
29102         [C99-based-standards] (PRIoLEAST32): Likewise.
29103         [C99-based-standards] (PRIuLEAST32): Likewise.
29104         [C99-based-standards] (PRIxLEAST32): Likewise.
29105         [C99-based-standards] (PRIXLEAST32): Likewise.
29106         [C99-based-standards] (SCNdLEAST32): Likewise.
29107         [C99-based-standards] (SCNiLEAST32): Likewise.
29108         [C99-based-standards] (SCNoLEAST32): Likewise.
29109         [C99-based-standards] (SCNuLEAST32): Likewise.
29110         [C99-based-standards] (SCNxLEAST32): Likewise.
29111         [C99-based-standards] (PRIdFAST32): Likewise.
29112         [C99-based-standards] (PRIiFAST32): Likewise.
29113         [C99-based-standards] (PRIoFAST32): Likewise.
29114         [C99-based-standards] (PRIuFAST32): Likewise.
29115         [C99-based-standards] (PRIxFAST32): Likewise.
29116         [C99-based-standards] (PRIXFAST32): Likewise.
29117         [C99-based-standards] (SCNdFAST32): Likewise.
29118         [C99-based-standards] (SCNiFAST32): Likewise.
29119         [C99-based-standards] (SCNoFAST32): Likewise.
29120         [C99-based-standards] (SCNuFAST32): Likewise.
29121         [C99-based-standards] (SCNxFAST32): Likewise.
29122         [C99-based-standards] (PRId64): Likewise.
29123         [C99-based-standards] (PRIi64): Likewise.
29124         [C99-based-standards] (PRIo64): Likewise.
29125         [C99-based-standards] (PRIu64): Likewise.
29126         [C99-based-standards] (PRIx64): Likewise.
29127         [C99-based-standards] (PRIX64): Likewise.
29128         [C99-based-standards] (SCNd64): Likewise.
29129         [C99-based-standards] (SCNi64): Likewise.
29130         [C99-based-standards] (SCNo64): Likewise.
29131         [C99-based-standards] (SCNu64): Likewise.
29132         [C99-based-standards] (SCNx64): Likewise.
29133         [C99-based-standards] (PRIdLEAST64): Likewise.
29134         [C99-based-standards] (PRIiLEAST64): Likewise.
29135         [C99-based-standards] (PRIoLEAST64): Likewise.
29136         [C99-based-standards] (PRIuLEAST64): Likewise.
29137         [C99-based-standards] (PRIxLEAST64): Likewise.
29138         [C99-based-standards] (PRIXLEAST64): Likewise.
29139         [C99-based-standards] (SCNdLEAST64): Likewise.
29140         [C99-based-standards] (SCNiLEAST64): Likewise.
29141         [C99-based-standards] (SCNoLEAST64): Likewise.
29142         [C99-based-standards] (SCNuLEAST64): Likewise.
29143         [C99-based-standards] (SCNxLEAST64): Likewise.
29144         [C99-based-standards] (PRIdFAST64): Likewise.
29145         [C99-based-standards] (PRIiFAST64): Likewise.
29146         [C99-based-standards] (PRIoFAST64): Likewise.
29147         [C99-based-standards] (PRIuFAST64): Likewise.
29148         [C99-based-standards] (PRIxFAST64): Likewise.
29149         [C99-based-standards] (PRIXFAST64): Likewise.
29150         [C99-based-standards] (SCNdFAST64): Likewise.
29151         [C99-based-standards] (SCNiFAST64): Likewise.
29152         [C99-based-standards] (SCNoFAST64): Likewise.
29153         [C99-based-standards] (SCNuFAST64): Likewise.
29154         [C99-based-standards] (SCNxFAST64): Likewise.
29155         [C99-based-standards] (PRIdMAX): Likewise.
29156         [C99-based-standards] (PRIiMAX): Likewise.
29157         [C99-based-standards] (PRIoMAX): Likewise.
29158         [C99-based-standards] (PRIuMAX): Likewise.
29159         [C99-based-standards] (PRIxMAX): Likewise.
29160         [C99-based-standards] (PRIXMAX): Likewise.
29161         [C99-based-standards] (SCNdMAX): Likewise.
29162         [C99-based-standards] (SCNiMAX): Likewise.
29163         [C99-based-standards] (SCNoMAX): Likewise.
29164         [C99-based-standards] (SCNuMAX): Likewise.
29165         [C99-based-standards] (SCNxMAX): Likewise.
29166         [C99-based-standards] (PRIdPTR): Likewise.
29167         [C99-based-standards] (PRIiPTR): Likewise.
29168         [C99-based-standards] (PRIoPTR): Likewise.
29169         [C99-based-standards] (PRIuPTR): Likewise.
29170         [C99-based-standards] (PRIxPTR): Likewise.
29171         [C99-based-standards] (PRIXPTR): Likewise.
29172         [C99-based-standards] (SCNdPTR): Likewise.
29173         [C99-based-standards] (SCNiPTR): Likewise.
29174         [C99-based-standards] (SCNoPTR): Likewise.
29175         [C99-based-standards] (SCNuPTR): Likewise.
29176         [C99-based-standards] (SCNxPTR): Likewise.
29177         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
29178         allow.
29179         * conform/data/stdint.h-data: Update comments to clarify
29180         requirements.
29181         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
29182         type.
29183         [C99-based standards] (INT8_MAX): Likewise.
29184         [C99-based standards] (INT16_MIN): Likewise.
29185         [C99-based standards] (INT16_MAX): Likewise.
29186         [C99-based standards] (INT32_MIN): Likewise.
29187         [C99-based standards] (INT32_MAX): Likewise.
29188         [C99-based standards] (INT64_MIN): Likewise.
29189         [C99-based standards] (INT64_MAX): Likewise.
29190         [C99-based standards] (UINT8_MAX): Likewise.
29191         [C99-based standards] (UINT16_MAX): Likewise.
29192         [C99-based standards] (UINT32_MAX): Likewise.
29193         [C99-based standards] (UINT64_MAX): Likewise.
29194         [C99-based standards] (INT_LEAST8_MIN): Likewise.
29195         [C99-based standards] (INT_LEAST8_MAX): Likewise.
29196         [C99-based standards] (INT_LEAST16_MIN): Likewise.
29197         [C99-based standards] (INT_LEAST16_MAX): Likewise.
29198         [C99-based standards] (INT_LEAST32_MIN): Likewise.
29199         [C99-based standards] (INT_LEAST32_MAX): Likewise.
29200         [C99-based standards] (INT_LEAST64_MIN): Likewise.
29201         [C99-based standards] (INT_LEAST64_MAX): Likewise.
29202         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
29203         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
29204         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
29205         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
29206         [C99-based standards] (INT_FAST8_MIN): Likewise.
29207         [C99-based standards] (INT_FAST8_MAX): Likewise.
29208         [C99-based standards] (INT_FAST16_MIN): Likewise.
29209         [C99-based standards] (INT_FAST16_MAX): Likewise.
29210         [C99-based standards] (INT_FAST32_MIN): Likewise.
29211         [C99-based standards] (INT_FAST32_MAX): Likewise.
29212         [C99-based standards] (INT_FAST64_MIN): Likewise.
29213         [C99-based standards] (INT_FAST64_MAX): Likewise.
29214         [C99-based standards] (UINT_FAST8_MAX): Likewise.
29215         [C99-based standards] (UINT_FAST16_MAX): Likewise.
29216         [C99-based standards] (UINT_FAST32_MAX): Likewise.
29217         [C99-based standards] (UINT_FAST64_MAX): Likewise.
29218         [C99-based standards] (INTPTR_MIN): Likewise.
29219         [C99-based standards] (INTPTR_MAX): Likewise.
29220         [C99-based standards] (UINTPTR_MAX): Likewise.
29221         [C99-based standards] (INTMAX_MIN): Likewise.
29222         [C99-based standards] (INTMAX_MAX): Likewise.
29223         [C99-based standards] (UINTMAX_MAX): Likewise.
29224         [C99-based standards] (PTRDIFF_MIN): Likewise.
29225         [C99-based standards] (PTRDIFF_MAX): Likewise.
29226         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
29227         [C99-based standards] (SIZE_MAX): Likewise.
29228         [C99-based standards] (WCHAR_MAX): Likewise.
29229         [C99-based standards] (WINT_MAX): Likewise.
29230         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
29231         constraint on value.
29232         [C99-based standards] (WCHAR_MIN): Likewise.
29233         [C99-based standards] (WINT_MIN): Likewise.
29234         [C99-based standards] (*_t): Allow.
29235         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
29236         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
29237         Include math.h-data and complex.h-data.  Remove all expectations
29238         of math.h and complex.h contents.
29239         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
29240         at end of line.
29241         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
29242         (struct tm): Expect tag.
29243         [C99-based-standards] (wcstof): Expect function.
29244         [C99-based-standards] (wcstold): Likewise.
29245         [C99-based-standards] (wcstoll): Likewise.
29246         [C99-based-standards] (wcstoull): Likewise.
29247         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
29248         macro-int-constant.  Specify type.
29249         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
29250         constraint on value.
29251         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
29252         Specify type.
29253         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
29254         Specify value.
29255         [ISO C standards]: Do not allow headers.
29256         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
29257         wcs[abcdefghijklmnopqrstuvwxyz]*.
29258         [ISO C standards] (*_t): Do not allow.
29259         * conform/data/wctype.h-data [C99-based standards] (iswblank):
29260         Expect function.
29261         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
29262         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
29263         Specify type.
29264         [ISO C standards]: Do not allow headers.
29265         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
29266         is[abcdefghijklmnopqrstuvwxyz]*.
29267         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
29268         to[abcdefghijklmnopqrstuvwxyz]*.
29269         [ISO C standards] (*_t): Do not allow.
29270         * conform/data/stdalign.h-data: New file.
29271         * conform/data/stdbool.h-data: Likewise.
29272         * conform/data/stdnoreturn.h-data: Likewise.
29273
29274 2012-11-07  Roland McGrath  <roland@hack.frob.com>
29275
29276         [BZ #14815]
29277         * manual/filesys.texi (Directory Entries): Typo fix.
29278         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
29279
29280 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
29281
29282         * elf/elf.h (EM_AARCH64): New macro.
29283         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
29284         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
29285         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
29286         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
29287         (R_AARCH64_TLSDESC): Likewise.
29288         (NT_ARM_TLS): Likewise.
29289         (NT_ARM_HW_BREAK): Likewise.
29290         (NT_ARM_HW_WATCH): Likewise.
29291
29292 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
29293
29294         [BZ #14811]
29295         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
29296         (__ieee754_powl): Saturate nonzero exponents with absolute value
29297         below 0x1p-79 to +/- 0x1p-79.
29298         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
29299         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
29300         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
29301         nonzero exponents with absolute value below 0x1p-32 to +/-
29302         0x1p-32.
29303         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
29304         (__ieee754_powl): Saturate nonzero exponents with absolute value
29305         below 0x1p-79 to +/- 0x1p-79.
29306         * math/libm-test.inc (pow_test): Add more tests.
29307
29308 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29309
29310         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
29311         _dl_s390_cap_flags with kernel. Increase string length.
29312         (_dl_s390_platforms): Add z196 and zEC12.
29313
29314 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
29315
29316         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
29317         Change XOPEN21K to XOPEN2K.
29318
29319 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
29320
29321         * string/memmove.c: Use memcpy when possible.
29322
29323 2012-11-06  Andreas Jaeger  <aj@suse.de>
29324
29325         * po/eo.po: Update from translation team.
29326
29327 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
29328
29329         [BZ #14793]
29330         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
29331         exponent and small x and y exponents, scale x or y up.  Increase
29332         by 2 the exponent used in scaling up.
29333         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29334         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29335         * math/libm-test.inc (fma_test): Add more tests.
29336         (fma_test_towardzero): Likewise.
29337         (fma_test_downward): Likewise.
29338         (fma_test_upward): Likewise.
29339
29340 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
29341
29342         [BZ #14805]
29343         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
29344         fenv_t *.
29345
29346         [BZ #14801]
29347         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
29348         namespace for names of struct fields.
29349         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
29350         fenv_t fields.
29351         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
29352         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
29353
29354 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
29355
29356         [BZ #3665]
29357         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
29358
29359 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
29360
29361         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
29362         PTR_DEMANGLE.
29363
29364         [BZ #5246]
29365         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
29366         PTR_DEMANGLE.
29367
29368 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
29369
29370         [BZ #14797]
29371         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
29372         definitely overflow as x * y not x * y + z.
29373         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29374         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29375         * math/libm-test.inc (fma_test): Add more tests.
29376         (fma_test_towardzero): Likewise.
29377         (fma_test_downward): Likewise.
29378         (fma_test_upward): Likewise.
29379
29380 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
29381
29382         [BZ #157]
29383
29384         * include/stub-tag.h: Remove file.
29385         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
29386         '#include' of it.
29387         * manual/maint.texi (Porting): Don't reference it.
29388         * Makerules ($(objpfx)stubs): Likewise.
29389         * dirent/closedir.c: Don't include <stub-tag.h>.
29390         * dirent/dirfd.c: Likewise.
29391         * dirent/fdopendir.c: Likewise.
29392         * dirent/getdents.c: Likewise.
29393         * dirent/getdents64.c: Likewise.
29394         * dirent/opendir.c: Likewise.
29395         * dirent/readdir.c: Likewise.
29396         * dirent/readdir64.c: Likewise.
29397         * dirent/readdir64_r.c: Likewise.
29398         * dirent/readdir_r.c: Likewise.
29399         * dirent/rewinddir.c: Likewise.
29400         * dirent/seekdir.c: Likewise.
29401         * dirent/telldir.c: Likewise.
29402         * gmon/profil.c: Likewise.
29403         * grp/setgroups.c: Likewise.
29404         * inet/if_index.c: Likewise.
29405         * io/access.c: Likewise.
29406         * io/chdir.c: Likewise.
29407         * io/chmod.c: Likewise.
29408         * io/chown.c: Likewise.
29409         * io/close.c: Likewise.
29410         * io/dup.c: Likewise.
29411         * io/dup2.c: Likewise.
29412         * io/dup3.c: Likewise.
29413         * io/euidaccess.c: Likewise.
29414         * io/faccessat.c: Likewise.
29415         * io/fchdir.c: Likewise.
29416         * io/fchmod.c: Likewise.
29417         * io/fchmodat.c: Likewise.
29418         * io/fchown.c: Likewise.
29419         * io/fchownat.c: Likewise.
29420         * io/fcntl.c: Likewise.
29421         * io/flock.c: Likewise.
29422         * io/fstatfs.c: Likewise.
29423         * io/fstatfs64.c: Likewise.
29424         * io/fstatvfs.c: Likewise.
29425         * io/fstatvfs64.c: Likewise.
29426         * io/futimens.c: Likewise.
29427         * io/fxstat.c: Likewise.
29428         * io/fxstat64.c: Likewise.
29429         * io/fxstatat.c: Likewise.
29430         * io/fxstatat64.c: Likewise.
29431         * io/getcwd.c: Likewise.
29432         * io/isatty.c: Likewise.
29433         * io/lchmod.c: Likewise.
29434         * io/lchown.c: Likewise.
29435         * io/link.c: Likewise.
29436         * io/linkat.c: Likewise.
29437         * io/lseek.c: Likewise.
29438         * io/lseek64.c: Likewise.
29439         * io/lxstat64.c: Likewise.
29440         * io/mkdir.c: Likewise.
29441         * io/mkdirat.c: Likewise.
29442         * io/mkfifo.c: Likewise.
29443         * io/mkfifoat.c: Likewise.
29444         * io/open.c: Likewise.
29445         * io/open64.c: Likewise.
29446         * io/openat.c: Likewise.
29447         * io/openat64.c: Likewise.
29448         * io/pipe.c: Likewise.
29449         * io/pipe2.c: Likewise.
29450         * io/poll.c: Likewise.
29451         * io/posix_fadvise.c: Likewise.
29452         * io/posix_fadvise64.c: Likewise.
29453         * io/posix_fallocate.c: Likewise.
29454         * io/posix_fallocate64.c: Likewise.
29455         * io/read.c: Likewise.
29456         * io/readlink.c: Likewise.
29457         * io/readlinkat.c: Likewise.
29458         * io/rmdir.c: Likewise.
29459         * io/sendfile.c: Likewise.
29460         * io/sendfile64.c: Likewise.
29461         * io/statfs.c: Likewise.
29462         * io/statfs64.c: Likewise.
29463         * io/statvfs.c: Likewise.
29464         * io/statvfs64.c: Likewise.
29465         * io/symlink.c: Likewise.
29466         * io/symlinkat.c: Likewise.
29467         * io/ttyname.c: Likewise.
29468         * io/ttyname_r.c: Likewise.
29469         * io/umask.c: Likewise.
29470         * io/unlink.c: Likewise.
29471         * io/unlinkat.c: Likewise.
29472         * io/utime.c: Likewise.
29473         * io/utimensat.c: Likewise.
29474         * io/write.c: Likewise.
29475         * io/xmknod.c: Likewise.
29476         * io/xmknodat.c: Likewise.
29477         * io/xstat.c: Likewise.
29478         * io/xstat64.c: Likewise.
29479         * login/getpt.c: Likewise.
29480         * login/grantpt.c: Likewise.
29481         * login/unlockpt.c: Likewise.
29482         * math/e_acoshl.c: Likewise.
29483         * math/e_acosl.c: Likewise.
29484         * math/e_asinl.c: Likewise.
29485         * math/e_atan2l.c: Likewise.
29486         * math/e_atanhl.c: Likewise.
29487         * math/e_coshl.c: Likewise.
29488         * math/e_expl.c: Likewise.
29489         * math/e_fmodl.c: Likewise.
29490         * math/e_gammal_r.c: Likewise.
29491         * math/e_hypotl.c: Likewise.
29492         * math/e_j0l.c: Likewise.
29493         * math/e_j1l.c: Likewise.
29494         * math/e_jnl.c: Likewise.
29495         * math/e_lgammal_r.c: Likewise.
29496         * math/e_log10l.c: Likewise.
29497         * math/e_log2l.c: Likewise.
29498         * math/e_logl.c: Likewise.
29499         * math/e_powl.c: Likewise.
29500         * math/e_rem_pio2l.c: Likewise.
29501         * math/e_sinhl.c: Likewise.
29502         * math/e_sqrtl.c: Likewise.
29503         * math/fclrexcpt.c: Likewise.
29504         * math/fedisblxcpt.c: Likewise.
29505         * math/feenablxcpt.c: Likewise.
29506         * math/fegetenv.c: Likewise.
29507         * math/fegetexcept.c: Likewise.
29508         * math/fegetround.c: Likewise.
29509         * math/feholdexcpt.c: Likewise.
29510         * math/fesetenv.c: Likewise.
29511         * math/fesetround.c: Likewise.
29512         * math/feupdateenv.c: Likewise.
29513         * math/fgetexcptflg.c: Likewise.
29514         * math/fraiseexcpt.c: Likewise.
29515         * math/fsetexcptflg.c: Likewise.
29516         * math/ftestexcept.c: Likewise.
29517         * math/k_cosl.c: Likewise.
29518         * math/k_rem_pio2l.c: Likewise.
29519         * math/k_sinl.c: Likewise.
29520         * math/k_tanl.c: Likewise.
29521         * math/s_asinhl.c: Likewise.
29522         * math/s_atanl.c: Likewise.
29523         * math/s_cbrtl.c: Likewise.
29524         * math/s_erfl.c: Likewise.
29525         * math/s_expm1l.c: Likewise.
29526         * math/s_log1pl.c: Likewise.
29527         * math/s_tanhl.c: Likewise.
29528         * misc/acct.c: Likewise.
29529         * misc/brk.c: Likewise.
29530         * misc/chflags.c: Likewise.
29531         * misc/chroot.c: Likewise.
29532         * misc/fchflags.c: Likewise.
29533         * misc/fgetxattr.c: Likewise.
29534         * misc/flistxattr.c: Likewise.
29535         * misc/fremovexattr.c: Likewise.
29536         * misc/fsetxattr.c: Likewise.
29537         * misc/fsync.c: Likewise.
29538         * misc/ftruncate.c: Likewise.
29539         * misc/futimes.c: Likewise.
29540         * misc/futimesat.c: Likewise.
29541         * misc/getdomain.c: Likewise.
29542         * misc/getdtsz.c: Likewise.
29543         * misc/gethostid.c: Likewise.
29544         * misc/gethostname.c: Likewise.
29545         * misc/getloadavg.c: Likewise.
29546         * misc/getpagesize.c: Likewise.
29547         * misc/getsysstats.c: Likewise.
29548         * misc/getxattr.c: Likewise.
29549         * misc/gtty.c: Likewise.
29550         * misc/ioctl.c: Likewise.
29551         * misc/lgetxattr.c: Likewise.
29552         * misc/listxattr.c: Likewise.
29553         * misc/llistxattr.c: Likewise.
29554         * misc/lremovexattr.c: Likewise.
29555         * misc/lsetxattr.c: Likewise.
29556         * misc/lutimes.c: Likewise.
29557         * misc/madvise.c: Likewise.
29558         * misc/mincore.c: Likewise.
29559         * misc/mlock.c: Likewise.
29560         * misc/mlockall.c: Likewise.
29561         * misc/mmap.c: Likewise.
29562         * misc/mprotect.c: Likewise.
29563         * misc/msync.c: Likewise.
29564         * misc/munlock.c: Likewise.
29565         * misc/munlockall.c: Likewise.
29566         * misc/munmap.c: Likewise.
29567         * misc/preadv.c: Likewise.
29568         * misc/preadv64.c: Likewise.
29569         * misc/ptrace.c: Likewise.
29570         * misc/pwritev.c: Likewise.
29571         * misc/pwritev64.c: Likewise.
29572         * misc/readv.c: Likewise.
29573         * misc/reboot.c: Likewise.
29574         * misc/remap_file_pages.c: Likewise.
29575         * misc/removexattr.c: Likewise.
29576         * misc/revoke.c: Likewise.
29577         * misc/select.c: Likewise.
29578         * misc/setdomain.c: Likewise.
29579         * misc/setegid.c: Likewise.
29580         * misc/seteuid.c: Likewise.
29581         * misc/sethostid.c: Likewise.
29582         * misc/sethostname.c: Likewise.
29583         * misc/setregid.c: Likewise.
29584         * misc/setreuid.c: Likewise.
29585         * misc/setxattr.c: Likewise.
29586         * misc/sstk.c: Likewise.
29587         * misc/stty.c: Likewise.
29588         * misc/swapoff.c: Likewise.
29589         * misc/swapon.c: Likewise.
29590         * misc/sync.c: Likewise.
29591         * misc/syncfs.c: Likewise.
29592         * misc/syscall.c: Likewise.
29593         * misc/truncate.c: Likewise.
29594         * misc/ualarm.c: Likewise.
29595         * misc/usleep.c: Likewise.
29596         * misc/ustat.c: Likewise.
29597         * misc/utimes.c: Likewise.
29598         * misc/vhangup.c: Likewise.
29599         * misc/writev.c: Likewise.
29600         * posix/_exit.c: Likewise.
29601         * posix/alarm.c: Likewise.
29602         * posix/execve.c: Likewise.
29603         * posix/fexecve.c: Likewise.
29604         * posix/fork.c: Likewise.
29605         * posix/fpathconf.c: Likewise.
29606         * posix/getaddrinfo.c: Likewise.
29607         * posix/getegid.c: Likewise.
29608         * posix/geteuid.c: Likewise.
29609         * posix/getgid.c: Likewise.
29610         * posix/getgroups.c: Likewise.
29611         * posix/getlogin.c: Likewise.
29612         * posix/getlogin_r.c: Likewise.
29613         * posix/getpgid.c: Likewise.
29614         * posix/getpid.c: Likewise.
29615         * posix/getppid.c: Likewise.
29616         * posix/getresgid.c: Likewise.
29617         * posix/getresuid.c: Likewise.
29618         * posix/getsid.c: Likewise.
29619         * posix/getuid.c: Likewise.
29620         * posix/glob64.c: Likewise.
29621         * posix/nanosleep.c: Likewise.
29622         * posix/pathconf.c: Likewise.
29623         * posix/pause.c: Likewise.
29624         * posix/posix_madvise.c: Likewise.
29625         * posix/pread.c: Likewise.
29626         * posix/pread64.c: Likewise.
29627         * posix/pwrite.c: Likewise.
29628         * posix/pwrite64.c: Likewise.
29629         * posix/sched_getaffinity.c: Likewise.
29630         * posix/sched_getp.c: Likewise.
29631         * posix/sched_gets.c: Likewise.
29632         * posix/sched_primax.c: Likewise.
29633         * posix/sched_primin.c: Likewise.
29634         * posix/sched_rr_gi.c: Likewise.
29635         * posix/sched_setaffinity.c: Likewise.
29636         * posix/sched_setp.c: Likewise.
29637         * posix/sched_sets.c: Likewise.
29638         * posix/sched_yield.c: Likewise.
29639         * posix/setgid.c: Likewise.
29640         * posix/setlogin.c: Likewise.
29641         * posix/setpgid.c: Likewise.
29642         * posix/setresgid.c: Likewise.
29643         * posix/setresuid.c: Likewise.
29644         * posix/setsid.c: Likewise.
29645         * posix/setuid.c: Likewise.
29646         * posix/sleep.c: Likewise.
29647         * posix/spawni.c: Likewise.
29648         * posix/sysconf.c: Likewise.
29649         * posix/times.c: Likewise.
29650         * posix/wait.c: Likewise.
29651         * posix/wait3.c: Likewise.
29652         * posix/wait4.c: Likewise.
29653         * posix/waitpid.c: Likewise.
29654         * resolv/gai_sigqueue.c: Likewise.
29655         * resource/getpriority.c: Likewise.
29656         * resource/getrlimit.c: Likewise.
29657         * resource/getrusage.c: Likewise.
29658         * resource/nice.c: Likewise.
29659         * resource/setpriority.c: Likewise.
29660         * resource/setrlimit.c: Likewise.
29661         * resource/ulimit.c: Likewise.
29662         * rt/aio_cancel.c: Likewise.
29663         * rt/aio_fsync.c: Likewise.
29664         * rt/aio_read.c: Likewise.
29665         * rt/aio_sigqueue.c: Likewise.
29666         * rt/aio_suspend.c: Likewise.
29667         * rt/aio_write.c: Likewise.
29668         * rt/clock_getres.c: Likewise.
29669         * rt/clock_gettime.c: Likewise.
29670         * rt/clock_nanosleep.c: Likewise.
29671         * rt/clock_settime.c: Likewise.
29672         * rt/lio_listio.c: Likewise.
29673         * rt/mq_close.c: Likewise.
29674         * rt/mq_getattr.c: Likewise.
29675         * rt/mq_notify.c: Likewise.
29676         * rt/mq_open.c: Likewise.
29677         * rt/mq_receive.c: Likewise.
29678         * rt/mq_send.c: Likewise.
29679         * rt/mq_setattr.c: Likewise.
29680         * rt/mq_timedreceive.c: Likewise.
29681         * rt/mq_timedsend.c: Likewise.
29682         * rt/mq_unlink.c: Likewise.
29683         * rt/shm_open.c: Likewise.
29684         * rt/shm_unlink.c: Likewise.
29685         * rt/timer_create.c: Likewise.
29686         * rt/timer_delete.c: Likewise.
29687         * rt/timer_getoverr.c: Likewise.
29688         * rt/timer_gettime.c: Likewise.
29689         * rt/timer_settime.c: Likewise.
29690         * setjmp/__longjmp.c: Likewise.
29691         * setjmp/setjmp.c: Likewise.
29692         * signal/kill.c: Likewise.
29693         * signal/killpg.c: Likewise.
29694         * signal/raise.c: Likewise.
29695         * signal/sigaction.c: Likewise.
29696         * signal/sigaltstack.c: Likewise.
29697         * signal/sigblock.c: Likewise.
29698         * signal/sigignore.c: Likewise.
29699         * signal/sigintr.c: Likewise.
29700         * signal/signal.c: Likewise.
29701         * signal/sigpause.c: Likewise.
29702         * signal/sigpending.c: Likewise.
29703         * signal/sigqueue.c: Likewise.
29704         * signal/sigreturn.c: Likewise.
29705         * signal/sigset.c: Likewise.
29706         * signal/sigsetmask.c: Likewise.
29707         * signal/sigstack.c: Likewise.
29708         * signal/sigsuspend.c: Likewise.
29709         * signal/sigtimedwait.c: Likewise.
29710         * signal/sigvec.c: Likewise.
29711         * signal/sigwait.c: Likewise.
29712         * signal/sigwaitinfo.c: Likewise.
29713         * signal/sysv_signal.c: Likewise.
29714         * socket/accept.c: Likewise.
29715         * socket/accept4.c: Likewise.
29716         * socket/bind.c: Likewise.
29717         * socket/connect.c: Likewise.
29718         * socket/getpeername.c: Likewise.
29719         * socket/getsockname.c: Likewise.
29720         * socket/getsockopt.c: Likewise.
29721         * socket/isfdtype.c: Likewise.
29722         * socket/listen.c: Likewise.
29723         * socket/recv.c: Likewise.
29724         * socket/recvfrom.c: Likewise.
29725         * socket/recvmsg.c: Likewise.
29726         * socket/send.c: Likewise.
29727         * socket/sendmsg.c: Likewise.
29728         * socket/sendto.c: Likewise.
29729         * socket/setsockopt.c: Likewise.
29730         * socket/shutdown.c: Likewise.
29731         * socket/sockatmark.c: Likewise.
29732         * socket/socket.c: Likewise.
29733         * socket/socketpair.c: Likewise.
29734         * stdio-common/ctermid.c: Likewise.
29735         * stdio-common/cuserid.c: Likewise.
29736         * stdio-common/remove.c: Likewise.
29737         * stdio-common/rename.c: Likewise.
29738         * stdio-common/renameat.c: Likewise.
29739         * stdio-common/tempname.c: Likewise.
29740         * stdlib/getcontext.c: Likewise.
29741         * stdlib/makecontext.c: Likewise.
29742         * stdlib/setcontext.c: Likewise.
29743         * stdlib/swapcontext.c: Likewise.
29744         * stdlib/system.c: Likewise.
29745         * streams/fattach.c: Likewise.
29746         * streams/fdetach.c: Likewise.
29747         * streams/getmsg.c: Likewise.
29748         * streams/getpmsg.c: Likewise.
29749         * streams/putmsg.c: Likewise.
29750         * streams/putpmsg.c: Likewise.
29751         * sysdeps/unix/bsd/getpt.c: Likewise.
29752         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
29753         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
29754         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
29755         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
29756         Likewise.
29757         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
29758         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
29759         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
29760         * sysvipc/msgctl.c: Likewise.
29761         * sysvipc/msgget.c: Likewise.
29762         * sysvipc/msgrcv.c: Likewise.
29763         * sysvipc/msgsnd.c: Likewise.
29764         * sysvipc/semctl.c: Likewise.
29765         * sysvipc/semget.c: Likewise.
29766         * sysvipc/semop.c: Likewise.
29767         * sysvipc/semtimedop.c: Likewise.
29768         * sysvipc/shmat.c: Likewise.
29769         * sysvipc/shmctl.c: Likewise.
29770         * sysvipc/shmdt.c: Likewise.
29771         * sysvipc/shmget.c: Likewise.
29772         * termios/tcdrain.c: Likewise.
29773         * termios/tcflow.c: Likewise.
29774         * termios/tcflush.c: Likewise.
29775         * termios/tcgetattr.c: Likewise.
29776         * termios/tcgetpgrp.c: Likewise.
29777         * termios/tcsendbrk.c: Likewise.
29778         * termios/tcsetattr.c: Likewise.
29779         * termios/tcsetpgrp.c: Likewise.
29780         * time/adjtime.c: Likewise.
29781         * time/clock.c: Likewise.
29782         * time/getitimer.c: Likewise.
29783         * time/gettimeofday.c: Likewise.
29784         * time/setitimer.c: Likewise.
29785         * time/settimeofday.c: Likewise.
29786         * time/stime.c: Likewise.
29787         * time/time.c: Likewise.
29788
29789 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
29790
29791         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
29792         /usr/old/bin.
29793
29794         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
29795         instead of spaces.
29796         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
29797
29798 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
29799
29800         [BZ #14796]
29801         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
29802         FE_TONEAREST before applying Dekker multiplication and Knuth
29803         addition.  Clear inexact exceptions and check for exact zero
29804         results afterwards.
29805         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29806         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
29807         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29808         * math/libm-test.inc (fma_test): Add more tests.
29809         (fma_test_towardzero): Likewise.
29810         (fma_test_downward): Likewise.
29811         (fma_test_upward): Likewise.
29812         * sysdeps/generic/math_private.h (default_libc_fesetround): New
29813         function.
29814         (libc_fesetround): New macro.
29815         (libc_fesetroundf): Likewise.
29816         (libc_fesetroundl): Likewise.
29817         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
29818         function.
29819         (libc_fesetround_387): Likewise.
29820         (libc_fesetroundf): New macro.
29821         (libc_fesetround): Likewise.
29822         (libc_fesetroundl): Likewise.
29823         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
29824         function.
29825         (libc_fesetroundf): New macro.
29826         (libc_fesetround): Likewise.
29827         (libc_fesetroundl): Likewise.
29828         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
29829         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
29830         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
29831         libm_hidden_ver.
29832         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
29833         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
29834         libm_hidden_def.
29835         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
29836         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
29837         libm_hidden_ver.
29838         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
29839         libm_hidden_def.
29840
29841         [BZ #3439]
29842         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
29843         integer constant usable in #if and use that to give value to enum
29844         constant.
29845         (FE_DIVBYZERO): Likewise.
29846         (FE_UNDERFLOW): Likewise.
29847         (FE_OVERFLOW): Likewise.
29848         (FE_INVALID): Likewise.
29849         (FE_INVALID_SNAN): Likewise.
29850         (FE_INVALID_ISI): Likewise.
29851         (FE_INVALID_IDI): Likewise.
29852         (FE_INVALID_ZDZ): Likewise.
29853         (FE_INVALID_IMZ): Likewise.
29854         (FE_INVALID_COMPARE): Likewise.
29855         (FE_INVALID_SOFTWARE): Likewise.
29856         (FE_INVALID_SQRT): Likewise.
29857         (FE_INVALID_INTEGER_CONVERSION): Likewise.
29858         (FE_TONEAREST): Likewise.
29859         (FE_TOWARDZERO): Likewise.
29860         (FE_UPWARD): Likewise.
29861         (FE_DOWNWARD): Likewise.
29862         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
29863         (FE_DIVBYZERO): Likewise.
29864         (FE_OVERFLOW): Likewise.
29865         (FE_UNDERFLOW): Likewise.
29866         (FE_INEXACT): Likewise.
29867         (FE_TONEAREST): Likewise.
29868         (FE_DOWNWARD): Likewise.
29869         (FE_UPWARD): Likewise.
29870         (FE_TOWARDZERO): Likewise.
29871         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
29872         (FE_UNDERFLOW): Likewise.
29873         (FE_OVERFLOW): Likewise.
29874         (FE_DIVBYZERO): Likewise.
29875         (FE_INVALID): Likewise.
29876         (FE_TONEAREST): Likewise.
29877         (FE_TOWARDZERO): Likewise.
29878         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
29879         (FE_OVERFLOW): Likewise.
29880         (FE_UNDERFLOW): Likewise.
29881         (FE_DIVBYZERO): Likewise.
29882         (FE_INEXACT): Likewise.
29883         (FE_TONEAREST): Likewise.
29884         (FE_TOWARDZERO): Likewise.
29885         (FE_UPWARD): Likewise.
29886         (FE_DOWNWARD): Likewise.
29887         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
29888         (FE_DIVBYZERO): Likewise.
29889         (FE_OVERFLOW): Likewise.
29890         (FE_UNDERFLOW): Likewise.
29891         (FE_INEXACT): Likewise.
29892         (FE_TONEAREST): Likewise.
29893         (FE_DOWNWARD): Likewise.
29894         (FE_UPWARD): Likewise.
29895         (FE_TOWARDZERO): Likewise.
29896
29897 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
29898
29899         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
29900
29901 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
29902
29903         * scripts/cross-test-ssh.sh (command): Use newlines to separate
29904         commands.  Quote $PWD.
29905         (blacklist_exports): Don't use remove_newlines.  Replace "declare
29906         -x" by "export".
29907         (remove_newlines): Remove.
29908
29909 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
29910
29911         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
29912         * stdlib/stdlib.h (atof): Moved to ...
29913         * include/bits/stdlib-float.h: Here.  New file.
29914         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
29915         * stdlib/bits/stdlib-float.h: New file.
29916         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
29917         -mno-sse -mno-mmx.
29918         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
29919         <xmmintrin.h>.
29920
29921 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
29922
29923         * conform/conformtest.pl (@headers): Add fenv.h.
29924         * conform/data/fenv.h-data: New file.
29925         * include/fenv.h [_ISOMAC]: Disable all contents of file except
29926         include of <math/fenv.h>.
29927
29928         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
29929         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
29930         && !UNIX98].  Enables tests for XOPEN2K8.
29931         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
29932         POSIX2008]: Likewise.
29933
29934         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
29935         (struct rusage): Do not expect type or its members.
29936
29937         [BZ #3439]
29938         * math/math.h (FP_NAN): Define macro to integer constant usable in
29939         #if and use that to give value to enum constant.
29940         (FP_INFINITE): Likewise.
29941         (FP_ZERO): Likewise.
29942         (FP_SUBNORMAL): Likewise.
29943         (FP_NORMAL): Likewise.
29944
29945 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
29946
29947         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
29948         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
29949         arguments.
29950
29951 2012-11-02  Roland McGrath  <roland@hack.frob.com>
29952
29953         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
29954         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
29955         autoconf-time if not.
29956         * configure.in: Remove AC_PREREQ.
29957
29958 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29959
29960         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
29961         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
29962         of the internal implementation.
29963
29964 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
29965
29966         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
29967         except include of <misc/sys/syslog.h>.
29968
29969 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
29970
29971         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
29972         function returns with a NULL context exit with zero.
29973
29974 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29975
29976         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
29977
29978 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
29979
29980         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
29981         (run_program_cmd): This.
29982         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
29983         (tst_langinfo): New variable.  Use it.
29984
29985 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
29986
29987         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
29988         floating point opcodes.
29989
29990 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
29991
29992         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
29993         variable.
29994
29995         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
29996
29997         * sysdeps/mach/hurd/powerpc: Remove directory.
29998         * sysdeps/mach/powerpc: Likewise.
29999
30000 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
30001
30002         * scripts/check-local-headers.sh: Ignore c++ headers.
30003
30004 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
30005
30006         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
30007         __libc_cleanup_region_start argument.
30008
30009 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
30010
30011         [BZ #14784]
30012         [BZ #14785]
30013         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
30014         x * y using scaling, not as x * y + z.
30015         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30016         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30017         * math/libm-test.inc (fma_test): Add more tests.
30018         (fma_test_towardzero): Likewise.
30019         (fma_test_downward): Likewise.
30020         (fma_test_upward): Likewise.
30021
30022 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
30023
30024         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
30025
30026 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
30027
30028         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
30029         New variable.
30030
30031 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
30032
30033         * rt/tst-shm.c (worker): Correct checking for mmap failure.
30034
30035 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
30036
30037         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30038         Fix sort order.
30039         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30040         Likewise.
30041
30042 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30043
30044         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30045         Fix the order of the list for glibc 2.17.
30046         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30047         Likewise.
30048
30049 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
30050
30051         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30052
30053 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
30054
30055         [BZ #14610]
30056         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
30057         for low part of x being zero before using __atanl (y).
30058         * math/libm-test.inc (atan2_test): Add another test.
30059
30060         * manual/install.texi (Configuring and compiling): Document
30061         general use of test-wrapper and test-wrapper-env.
30062         * INSTALL: Regenerated.
30063
30064         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
30065         (__fma): Do not extract and scale down low bits on after-rounding
30066         systems when result rounded to normal precision would have normal
30067         exponent.
30068         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
30069         (__fmal): Do not extract and scale down low bits on after-rounding
30070         systems when result rounded to normal precision would have normal
30071         exponent.
30072         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
30073         (__fmal): Do not extract and scale down low bits on after-rounding
30074         systems when result rounded to normal precision would have normal
30075         exponent.
30076         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
30077         macro.
30078         (fma_test): Add more tests.
30079         (fma_test_towardzero): Likewise.
30080         (fma_test_downward): Likewise.
30081         (fma_test_upward): Likewise.
30082
30083 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
30084
30085         * sysdeps/i386/tininess.h: Renamed to ...
30086         * sysdeps/x86/tininess.h: This.
30087         * sysdeps/x86_64/tininess.h: Removed.
30088
30089 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
30090
30091         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
30092         input.  Use $(build-program-cmd).
30093         ($(objpfx)tst-array1-static.out): Likewise.
30094         ($(objpfx)tst-array2.out): Likewise.
30095         ($(objpfx)tst-array3.out): Likewise.
30096         ($(objpfx)tst-array4.out): Likewise.
30097         ($(objpfx)tst-array5.out): Likewise.
30098         ($(objpfx)tst-array5-static.out): Likewise.
30099
30100 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
30101
30102         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
30103         if defined.
30104
30105         * nss/nsswitch.h (nss_interface_function): Provide new
30106         macro for use with NSS functions.
30107         * grp/initgroups.c: Use new macro.
30108         * nss/getXXbyYY.c: Likewise.
30109         * nss/getXXbyYY_r.c: Likewise.
30110         * nss/getXXent.c: Likewise.
30111         * nss/getXXent_r.c: Likewise.
30112         * sysdeps/posix/getaddrinfo.c: Likewise.
30113
30114 2012-10-30  Andreas Jaeger  <aj@suse.de>
30115
30116         * po/ru.po: Update Russion translation from translation project.
30117
30118 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
30119
30120         [BZ #14152]
30121         [BZ #14783]
30122         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
30123         result and shift together with sticky bit instead of replicating
30124         round-to-nearest rounding.
30125         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30126         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30127         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
30128         missing underflow exceptions.
30129         (fma_test_towardzero): Add more tests.
30130         (fma_test_downward): Likewise.
30131         (fma_test_upward): Likewise.
30132
30133         [BZ #14047]
30134         * sysdeps/generic/tininess.h: New file.
30135         * sysdeps/i386/tininess.h: Likewise.
30136         * sysdeps/sh/tininess.h: Likewise.
30137         * sysdeps/x86_64/tininess.h: Likewise.
30138         * stdlib/tst-strtod-underflow.c: Likewise.
30139         * stdlib/tst-tininess.c: Likewise.
30140         * stdlib/strtod_l.c: Include <tininess.h>.
30141         (round_and_return): Do not set errno for exact underflow cases.
30142         Force an underflow exception when setting errno for underflow.
30143         Determine underflow based on rounding to normal precision if
30144         TININESS_AFTER_ROUNDING.
30145         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
30146         ERANGE for exact underflow cases.
30147         * stdlib/Makefile (tests): Add tst-tininess and
30148         tst-strtod-underflow.
30149         ($(objpfx)tst-tininess): Use $(link-libm).
30150         ($(objpfx)tst-strtod-underflow): Likewise.
30151
30152 2012-10-30  Andreas Jaeger  <aj@suse.de>
30153
30154         [BZ#14767]
30155         * elf/Makefile (tests): Remove conditional for have-initfini-array
30156         since this is now always required and the variable does not exist
30157         anymore.
30158         (tests-static): Likewise.
30159         (modules-names): Likewise.
30160
30161         * po/eo.po: Add Esperanto translation from translation project.
30162
30163         * elf/tst-array1.c (fini_array): Make writeable so that it can be
30164         merged with constructor/destructor.
30165         (init_array): Likewise.
30166         * elf/tst-array2dep.c (fini_array): Likewise.
30167         (init_array): Likewise.
30168
30169 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
30170
30171         * manual/message.texi: Delete @cartouche tags.
30172
30173 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
30174
30175         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
30176         EOPNOTSUPP.
30177         * sysdeps/mach/hurd/fsync.c: Likewise.
30178
30179         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
30180         [_POSIX_REALTIME_SIGNALS]: Change condition to
30181         [_POSIX_REALTIME_SIGNALS > 0].
30182
30183 2012-10-27  Andreas Jaeger  <aj@suse.de>
30184
30185         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
30186         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
30187         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
30188         [__WORDSIZE != 64]: Likewise.
30189
30190 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
30191
30192         *  iconvdata/tst-table.sh: Remove ${SHELL}.
30193         *  iconvdata/tst-tables.sh: Likewise.
30194
30195 2012-10-25  David S. Miller  <davem@davemloft.net>
30196
30197         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30198         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
30199         of strtoull.
30200
30201         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
30202         ifunc-impl-list.c
30203         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
30204         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
30205         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
30206         file.
30207
30208 2012-10-25  Roland McGrath  <roland@hack.frob.com>
30209
30210         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30211         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
30212         __getdirentries.
30213
30214 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
30215             Jim Blandy  <jimb@codesourcery.com>
30216
30217         * scripts/cross-test-ssh.sh: New file.
30218         * manual/install.texi (Configuring and compiling): Document use of
30219         cross-test-ssh.sh.
30220         * INSTALL: Regenerated.
30221
30222 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
30223
30224         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
30225         EOPNOTSUPP.
30226
30227 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
30228
30229         * Makeconfig (run-program-prefix): Fix comment.
30230
30231 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
30232             Jim Blandy  <jimb@codesourcery.com>
30233
30234         * Makeconfig (test-wrapper): New variable,
30235         (test-wrapper-env): Likewise.
30236         [$(cross-compiling) = yes && $(test-wrapper) != ""]
30237         (run-built-tests): Define to yes.
30238         (run-program-prefix): Use $(test-wrapper).
30239         (built-program-cmd): Likewise.
30240         * Rules (make-test-out): Use $(test-wrapper-env) and
30241         $(host-built-program-cmd).
30242         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
30243         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
30244         tst-pathopt.sh.
30245         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
30246         $(test-wrapper-env) to tst-rtld-load-self.sh.
30247         ($(objpfx)order2.out): Use $(test-wrapper).
30248         ($(objpfx)tst-initorder.out): Likewise.
30249         ($(objpfx)tst-initorder2.out): Likewise.
30250         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
30251         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
30252         (test_wrapper_env): New variable.  Use it to run ld.so.
30253         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
30254         Use it to run ld.so.
30255         (test_wrapper_env): Likewise.
30256         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
30257         $(test-wrapper) to run-iconv-test.sh.
30258         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
30259         (ICONV): Use $test_wrapper.
30260         * posix/Makefile ($(objpfx)globtest.out): Pass
30261         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
30262         globtest.sh, not $(run-program-prefix).
30263         * posix/globtest.sh (run_via_rtld_prefix): New variable.
30264         (test_wrapper): Likewise.
30265         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
30266         set together with run_via_rtld_prefix.
30267         (run_program_prefix): Define in terms of test_wrapper and
30268         run_via_rtld_prefix.
30269
30270 2012-10-24  Roland McGrath  <roland@hack.frob.com>
30271
30272         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
30273         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
30274         Targets removed.
30275
30276         [BZ #14743]
30277         * include/time.h: Remove librt_hidden_proto (clock_gettime).
30278         Declare __clock_getres, __clock_gettime, __clock_settime,
30279         __clock_nanosleep, and __clock_getcpuclockid.
30280         * rt/clock_gettime.c: Define __clock_gettime as an alias.
30281         Remove librt_hidden_def (clock_gettime).
30282         * sysdeps/unix/clock_gettime.c: Likewise.
30283         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
30284         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
30285         * rt/clock_getres.c: Define __clock_getres as an alias.
30286         * sysdeps/posix/clock_getres.c: Likewise.
30287         * rt/clock_settime.c: Define __clock_settime as an alias.
30288         * sysdeps/unix/clock_settime.c: Likewise.
30289         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
30290         * sysdeps/unix/clock_nanosleep.c: Likewise.
30291         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
30292         * rt/clock-compat.c: New file.
30293         * rt/Makefile (librt-routines): Add clock-compat and move
30294         $(clock-routines) to ...
30295         (routines): ... here, new variable.
30296         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
30297         Don't add get_clockfreq here.
30298         * rt/Versions (libc: GLIBC_2.17): New version set.
30299         Add clock_* symbols here.
30300         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
30301         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
30302         (GLIBC_2.17): Add clock_* symbols.
30303         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
30304         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
30305         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
30306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30307         Likewise.
30308         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30309         Likewise.
30310         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
30311         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
30312         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
30313         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
30314         * NEWS: Mention the move.
30315
30316         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
30317         Use __open, __read, __close rather than their public counterparts.
30318         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30319         (__get_clockfreq_via_cpuinfo): Likewise.
30320         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
30321         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
30322
30323         * config.h.in (HAVE_IFUNC): New #undef.
30324         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
30325         was successful.
30326         * configure: Regenerated.
30327
30328 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
30329
30330         * configure.in: Move READELF check to start of file.
30331         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
30332         libc_cv_asm_gnu_indirect_function in the process.
30333         * configure: Regenerated.
30334
30335 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
30336
30337         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
30338         send the output to /dev/null.
30339         (libc_cv_cc_with_libunwind): Likewise.
30340         (libc_cv_as_noexecstack): Likewise.
30341         * configure: Regenerate.
30342
30343 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
30344
30345         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
30346
30347         * posix/globtest.sh (TMPDIR): Do not set.
30348         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
30349         (testout): Likewise.
30350
30351 2012-10-24  Andreas Jaeger  <aj@suse.de>
30352
30353         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
30354         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
30355         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
30356         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
30357         posix_fadvise64, posix_fallocate64.
30358
30359         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
30360         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
30361         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
30362         Likewise.
30363         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
30364         Likewise.
30365         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
30366
30367         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
30368         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
30369         <bits/fcntl-linux.h>.
30370         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
30371
30372         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
30373         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
30374         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
30375         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
30376         [__WORDSIZE != 64]: Likewise.
30377
30378 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
30379
30380         * Makeconfig (run-built-tests): New variable.
30381         * Rules [$(cross-compiling) = yes]: Change condition to
30382         [$(run-built-tests) = no].
30383         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
30384         to [$(run-built-tests) = yes].
30385         * elf/Makefile [$(cross-compiling) = no]: Likewise
30386         * grp/Makefile [$(cross-compiling) = no]: Likewise.
30387         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
30388         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
30389         * intl/Makefile [$(cross-compiling) = no]: Likewise.
30390         * io/Makefile [$(cross-compiling) = no]: Likewise.
30391         * libio/Makefile [$(cross-compiling) = no]: Likewise.
30392         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
30393         * misc/Makefile [$(cross-compiling) = no]: Likewise.
30394         * posix/Makefile [$(cross-compiling) = no]: Likewise.
30395         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
30396         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
30397         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
30398         * string/Makefile [$(cross-compiling) = no]: Likewise.
30399
30400         * posix/Makefile ($(objpfx)globtest.out): Pass
30401         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
30402         $(rtld-installed-name).
30403         * posix/globtest.sh (elf_objpfx): Remove variable.
30404         (rtld_installed_name): Likewise.
30405         (library_path): Likewise.
30406         (run_program_prefix): New variable.  Use for running globtest
30407         binary.
30408
30409 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
30410             Joseph Myers  <joseph@codesourcery.com>
30411
30412         * Makeconfig (host-built-program-cmd): New variable.
30413         * elf/Makefile (tst-stackguard1-ARGS): Use
30414         $(host-built-program-cmd).
30415         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
30416         (tst-spawn-ARGS): Likewise.
30417         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
30418
30419 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
30420             Jim Blandy  <jimb@codesourcery.com>
30421
30422         * Makeconfig (run-via-rtld-prefix): New variable.
30423         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
30424         (built-program-cmd): Likewise.
30425
30426 2012-10-22  Andreas Jaeger  <aj@suse.de>
30427
30428         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
30429         __O_RSYNC if it exists, otherwise to O_SYNC.
30430
30431 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
30432             Joseph Myers  <joseph@codesourcery.com>
30433
30434         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
30435         /dev/null.
30436         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
30437         from /dev/null
30438         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
30439         /dev/null.
30440
30441 2012-10-22  Andreas Jaeger  <aj@suse.de>
30442
30443         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
30444         Define always.
30445         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
30446
30447         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
30448         bits/fcntl-linux.h.
30449
30450         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
30451         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
30452
30453         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
30454         to __O_LARGEFILE.
30455         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
30456         to __O_LARGEFILE.
30457
30458 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
30459             Joseph Myers  <joseph@codesourcery.com>
30460
30461         * config.make.in (NM): New variable.
30462
30463 2012-10-21  Andreas Jaeger  <aj@suse.de>
30464
30465         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
30466         definitions and declarations that are provided by
30467         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
30468
30469 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
30470
30471         [BZ #14683]
30472         * elf/Makefile (tests-static): Add tst-leaks1-static.
30473         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
30474         ($(objpfx)tst-leaks1-static): New rule.
30475         ($(objpfx)tst-leaks1-static-mem): Likewise.
30476         (tst-leaks1-static-ENV): New macro.
30477         * elf/dl-open.c (dl_open_worker): Check the main application
30478         only if SHARED is defined.
30479         * elf/tst-leaks1-static.c: New file.
30480
30481 2012-10-20  Andreas Jaeger  <aj@suse.de>
30482
30483         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
30484         generic values for Linux.
30485         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
30486         and declarations that are provided by <bits/fcntl-linux.h> and
30487         include <bits/fcntl-linux.h>.
30488         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
30489         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
30490
30491 2012-10-20  Roland McGrath  <roland@hack.frob.com>
30492
30493         * io/fcntl.h: Move include of <bits/types.h> to the top and
30494         include it unconditionally.
30495
30496 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
30497
30498         * wcsmbs/Makefile (tests-ifunc): New variable.
30499         (tests): Add $(tests-ifunc).
30500         * wcsmbs/test-wcschr-ifunc.c: New file.
30501         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
30502         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
30503         * wcsmbs/test-wcslen-ifunc.c: Likewise.
30504         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
30505         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
30506
30507         * string/Makefile (tests-ifunc): New variable.
30508         (tests): Add $(tests-ifunc).
30509         * string/test-memccpy.c (TEST_NAME): New macro.
30510         * string/test-memchr.c (TEST_NAME): Likewise.
30511         * string/test-memcmp.c (TEST_NAME): Likewise.
30512         * string/test-memcpy.c (TEST_NAME): Likewise.
30513         * string/test-memmem.c (TEST_NAME): Likewise.
30514         * string/test-memmove.c (TEST_NAME): Likewise.
30515         * string/test-memset.c (TEST_NAME): Likewise.
30516         * string/test-rawmemchr.c (TEST_NAME): Likewise.
30517         * string/test-stpcpy.c (TEST_NAME): Likewise.
30518         * string/test-stpncpy.c (TEST_NAME): Likewise.
30519         * string/test-strcasecmp.c (TEST_NAME): Likewise.
30520         * string/test-strcasestr.c (TEST_NAME): Likewise.
30521         * string/test-strcat.c (TEST_NAME): Likewise.
30522         * string/test-strchr.c (TEST_NAME): Likewise.
30523         * string/test-strcmp.c(TEST_NAME): Likewise.
30524         * string/test-strcpy.c (TEST_NAME): Likewise.
30525         * string/test-strcspn.c (TEST_NAME): Likewise.
30526         * string/test-strlen.c (TEST_NAME): Likewise.
30527         * string/test-strncasecmp.c (TEST_NAME): Likewise.
30528         * string/test-strncmp.c (TEST_NAME): Likewise.
30529         * string/test-strncpy.c (TEST_NAME): Likewise.
30530         * string/test-strnlen.c (TEST_NAME): Likewise.
30531         * string/test-strpbrk.c (TEST_NAME): Likewise.
30532         * string/test-strrchr.c (TEST_NAME): Likewise.
30533         * string/test-strspn.c (TEST_NAME): Likewise.
30534         * string/test-strstr.c (TEST_NAME): Likewise.
30535         * string/test-bcopy-ifunc.c: New file.
30536         * string/test-bzero-ifunc.c: Likewise.
30537         * string/test-memccpy-ifunc.c: Likewise.
30538         * string/test-memchr-ifunc.c: Likewise.
30539         * string/test-memcmp-ifunc.c: Likewise.
30540         * string/test-memcpy-ifunc.c: Likewise.
30541         * string/test-memmem-ifunc.c: Likewise.
30542         * string/test-memmove-ifunc.c: Likewise.
30543         * string/test-mempcpy-ifunc.c: Likewise.
30544         * string/test-memset-ifunc.c: Likewise.
30545         * string/test-rawmemchr-ifunc.c: Likewise.
30546         * string/test-stpcpy-ifunc.c: Likewise.
30547         * string/test-stpncpy-ifunc.c: Likewise.
30548         * string/test-strcasecmp-ifunc.c: Likewise.
30549         * string/test-strcasestr-ifunc.c: Likewise.
30550         * string/test-strcat-ifunc.c: Likewise.
30551         * string/test-strchr-ifunc.c: Likewise.
30552         * string/test-strchrnul-ifunc.c: Likewise.
30553         * string/test-strcmp-ifunc.c: Likewise.
30554         * string/test-strcpy-ifunc.c: Likewise.
30555         * string/test-strcspn-ifunc.c: Likewise.
30556         * string/test-strlen-ifunc.c: Likewise.
30557         * string/test-strncasecmp-ifunc.c: Likewise.
30558         * string/test-strncat-ifunc.c: Likewise.
30559         * string/test-strncmp-ifunc.c: Likewise.
30560         * string/test-strncpy-ifunc.c: Likewise.
30561         * string/test-strnlen-ifunc.c: Likewise.
30562         * string/test-strpbrk-ifunc.c: Likewise.
30563         * string/test-strrchr-ifunc.c: Likewise.
30564         * string/test-strspn-ifunc.c: Likewise.
30565         * string/test-strstr-ifunc.c: Likewise.
30566
30567         * debug/Makefile (tests-ifunc): New variable.
30568         (tests): Add $(tests-ifunc).
30569         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
30570         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
30571         * debug/test-stpcpy_chk-ifunc.c: New file.
30572         * debug/test-strcpy_chk-ifunc.c: Likewise.
30573
30574 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
30575
30576         [BZ #13601]
30577         * elf/dl-load.c (open_verify): Retry read if the entire ELF
30578         header is not read in.
30579
30580 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
30581
30582         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
30583         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
30584         directly.  Pass built executable to script as
30585         $(built-program-cmd).
30586         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
30587         $testprogram without using LD_LIBRARY_PATH and $ldso.
30588
30589         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
30590         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
30591         $(rtld-installed-name).
30592         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
30593         (rtld_installed_name): Likewise.
30594         (library_path): Likewise.
30595         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
30596         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
30597         $(run-program-prefix) to tst-tables.sh.
30598         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
30599         it to run tst-table-from and tst-table-to.
30600         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
30601         Pass it to tst-table.sh.
30602         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
30603         $(run-program-prefix) to tst-gettext.sh.
30604         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
30605         tst-translit.sh.
30606         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
30607         tst-gettext2.sh.
30608         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
30609         to run tst-gettext.
30610         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
30611         to run tst-gettext2.
30612         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
30613         to run tst-translit.
30614         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
30615         $(run-program-prefix) to tst-mtrace.sh.
30616         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
30617         to run tst-mtrace.
30618         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
30619         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
30620         $(rtld-installed-name).
30621         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
30622         (rtld_installed_name): Likewise.
30623         (run_program_prefix): New variable.  Use it to run wordexp-test.
30624
30625         * Makeconfig (ARCH): Remove all definitions.
30626         (machine): Likewise.
30627         [ARCH]: Remove conditional code.
30628         [!objdir]: Give error.
30629         [!objdir] (objpfx): Remove.
30630         [!objdir] (common-objpfx): Likewise.
30631         [!objdir] (common-objdir): Likewise.
30632         * configure.in (config_makefile): Remove.  Hardcode Makefile in
30633         AC_CONFIG_FILES call.
30634         * configure: Regenerated.
30635
30636         [BZ #13888]
30637         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
30638         or TMPDIR.
30639         (testout): Likewise.
30640
30641         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
30642         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
30643         $(rtld-installed-name).
30644         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
30645         (rtld_installed_name): Likwise.
30646         (runit): Remove function.
30647         (run_getconf): New variable,  Use it for running getconf binary.
30648
30649 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
30650
30651         [BZ #14716]
30652         * string/test-memmem.c (check_result): New function.
30653         (do_one_test): Use it.
30654         (check1): New function.
30655         (test_main): Use it.
30656
30657 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
30658
30659         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
30660
30661 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
30662
30663         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
30664         (_G_LSEEK64): Likewise.
30665         (_G_MMAP64): Likewise.
30666         (_G_FSTAT64): Likewise.
30667         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
30668         (_G_LSEEK64): Likewise.
30669         (_G_MMAP64): Likewise.
30670         (_G_FSTAT64): Likewise.
30671         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
30672         unconditional.  Call __mmap64 directly.
30673         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
30674         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
30675         __lseek64 directly.
30676         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
30677         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
30678         __mmap64 directly.
30679         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
30680         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
30681         __lseek64 directly.
30682         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
30683         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
30684         __lseek64 directly.
30685         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
30686         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
30687         __lseek64 directly.
30688         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
30689         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
30690         __fxstat64 directly.
30691         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
30692         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
30693         unconditional.
30694         (freopen64) [!_G_OPEN64]: Remove conditional code.
30695         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
30696         unconditional.
30697         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
30698         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
30699         unconditional.
30700         (ftello64) [!_G_LSEEK64]: Remove conditional code.
30701         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
30702         unconditional.
30703         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
30704         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
30705         unconditional.
30706         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
30707         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
30708         unconditional.
30709         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
30710         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
30711         unconditional.
30712         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
30713         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
30714         unconditional.
30715         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
30716
30717 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
30718
30719         [BZ #12140]
30720         * manual/memory.texi (Malloc Tunable Parameters): Add note
30721         about free list pointers overwriting some perturb bytes.
30722         Wording suggested by Roland McGrath.
30723
30724 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
30725
30726         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
30727         (lgamma_test): Likewise.
30728         (tgamma_test): Likewise.
30729
30730 2012-10-16  Florian Weimer  <fweimer@redhat.com>
30731
30732         [BZ #14700]
30733         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
30734         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
30735
30736 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
30737
30738         * NEWS: Mention BZ #14716.
30739         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
30740         when removing AVAILABLE1_USES_J macro.
30741
30742 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
30743
30744         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
30745         (__bswap_64): __uint64_t for unsigned 64-bit int.
30746
30747 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
30748
30749         * include/string.h (memmem): Declare libc hidden alias.
30750         * string/memmem.c (memmem): Define libc hidden alias.
30751         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
30752         __read, __close instead of open, read, close.
30753
30754 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
30755
30756         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
30757         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
30758         global and hidden.
30759         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
30760         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
30761         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
30762         Likewise.
30763         (__rawmemchr_sse2): Likewise.
30764         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
30765         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
30766         (__strchr_sse2): Likewise.
30767         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
30768         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
30769         (__strcasecmp_sse2): Likewise.
30770         (__strncasecmp_sse2): Likewise.
30771         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
30772         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
30773         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
30774         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
30775         (__strrchr_sse2): Likewise.
30776         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
30777         ifunc-impl-list.c.
30778         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
30779         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
30780         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
30781         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
30782         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
30783         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
30784         * sysdeps/x86_64/multiarch/memset.S: Likewise.
30785         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
30786         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
30787         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
30788         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
30789         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
30790         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
30791         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
30792         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
30793         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
30794         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
30795         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
30796         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
30797         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
30798         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
30799         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
30800         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
30801         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
30802         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
30803         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
30804         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
30805         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
30806         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
30807         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
30808
30809         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
30810         global and hidden.
30811         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
30812         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
30813         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
30814         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
30815         Likewise.
30816         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
30817         Likewise.
30818         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
30819         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
30820         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
30821         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
30822         ifunc-impl-list.c.
30823         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
30824         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
30825         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
30826         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
30827         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
30828         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
30829         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
30830         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
30831         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
30832         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
30833         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
30834         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
30835         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
30836         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
30837         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
30838         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
30839         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
30840         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
30841         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
30842         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
30843         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
30844         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
30845         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
30846         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
30847         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
30848         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
30849         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
30850         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
30851         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
30852         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
30853         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
30854         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
30855         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
30856         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
30857         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
30858         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
30859         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
30860         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
30861         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
30862         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
30863         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
30864
30865         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
30866         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
30867         * include/ifunc-impl-list.h: New file.
30868         * misc/ifunc-impl-list.c: Likewise.
30869         * misc/Makefile (routines): Add ifunc-impl-list.
30870         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
30871         * string/test-string.h: Include <ifunc-impl-list.h>.
30872         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
30873         TEST_NAME]: New variables.
30874         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
30875         are defined.
30876         (test_init): Call __libc_ifunc_impl_list to initialize
30877         func_list if TEST_IFUNC and TEST_NAME are defined.
30878
30879         * string/Makefile (strop-tests): Add bcopy and bzero.
30880         * string/test-bcopy.c: New file.
30881         * string/test-bzero.c: Likewise.
30882         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
30883         defined.
30884         * string/test-memset.c: Support bzero test if TEST_BZERO is
30885         defined.
30886         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
30887         __libc_memmove.
30888         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
30889         __libc_memset.
30890         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
30891         of memset.
30892
30893 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
30894
30895         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
30896         * configure: Regenerated.
30897
30898         * Makeconfig (+link-static-before-libc): Don't include
30899         $(link-static-libc).
30900
30901         * libio/libio.h (_IO_pos_t): Remove.
30902
30903 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
30904
30905         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
30906         McGrath.
30907
30908 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
30909
30910         * crypt/crypt-entry.c: Include fips-private.h.
30911         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
30912         * crypt/md5c-test.c (main): Tolerate disabled MD5.
30913         * sysdeps/unix/sysv/linux/fips-private.h: New file.
30914         * sysdeps/generic/fips-private.h: New file, dummy fallback.
30915
30916 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
30917
30918         * crypt/crypt-private.h: Include stdbool.h.
30919         (_ufc_setup_salt_r): Return bool.
30920         * crypt/crypt-entry.c: Include errno.h.
30921         (__crypt_r): Return NULL with EINVAL for bad salt.
30922         * crypt/crypt_util.c (bad_for_salt): New.
30923         (_ufc_setup_salt_r): Check that salt is long enough and within
30924         the specified alphabet.
30925         * crypt/badsalttest.c: New file.
30926         * crypt/Makefile (tests): Add it.
30927         ($(objpfx)badsalttest): New.
30928
30929 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
30930
30931         * NEWS: Add entry for BZ #14602.
30932
30933 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
30934
30935         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
30936         type-generic.
30937         * math/libm-test.inc: Update comment listing what functions and
30938         macros are tested.
30939         (isgreater_test): New function.
30940         (isgreaterequal_test): Likewise.
30941         (isless_test): Likewise.
30942         (islessequal_test): Likewise.
30943         (islessgreater_test): Likewise.
30944         (isunordered_test): Likewise.
30945         (main): Call the new functions.
30946
30947 2012-10-09  Roland McGrath  <roland@hack.frob.com>
30948
30949         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
30950         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
30951         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
30952         * sysdeps/i386/configure: Regenerated.
30953         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
30954         * sysdeps/mach/configure: Regenerated.
30955         * sysdeps/mach/hurd/configure: Regenerated.
30956         * sysdeps/powerpc/configure: Regenerated.
30957         * sysdeps/powerpc/powerpc32/configure: Regenerated.
30958         * sysdeps/powerpc/powerpc64/configure: Regenerated.
30959         * sysdeps/s390/s390-32/configure: Regenerated.
30960         * sysdeps/s390/s390-64/configure: Regenerated.
30961         * sysdeps/sh/configure: Regenerated.
30962         * sysdeps/sparc/configure: Regenerated.
30963         * sysdeps/unix/sysv/linux/configure: Regenerated.
30964         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
30965         * sysdeps/x86_64/configure: Regenerated.
30966
30967         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
30968         defined.  Don't check if MAP is NULL.
30969
30970 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
30971
30972         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
30973         (_G_stat64): Likewise.
30974         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
30975         (_G_stat64): Likewise.
30976         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
30977         instead of struct _G_stat64.
30978         * libio/fileops.c (mmap_remap_check): Likewise.
30979         (decide_maybe_mmap): Likewise.
30980         (_IO_new_file_seekoff): Likewise.
30981         (_IO_file_stat): Likewise.
30982         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
30983         _G_off64_t.
30984         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
30985         instead of struct _G_stat64.
30986         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
30987
30988 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
30989
30990         [BZ #14602]
30991         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
30992         Replace with ...
30993         (CHECK_EOL): New macro.
30994         (two_way_short_needle): Check beginning of haystack for EOL.  Use
30995         CHECK_EOL.
30996         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
30997         Replace with CHECK_EOL.
30998         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
30999         Replace with CHECK_EOL.
31000
31001 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
31002
31003         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
31004         type-generic.
31005         * math/libm-test.inc: Update comment listing what functions and
31006         macros are tested.
31007         (finite_test): New function.
31008         (isinf_test): Likewise.
31009         (isnan_test): Likewise.
31010         (fpclassify_test): Test subnormal input.
31011         (isfinite_test): Likewise.
31012         (isnormal_test): Likewise.
31013         (main): Call the new functions.
31014
31015 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
31016
31017         [BZ #14660]
31018         * Makerules (%.dynsym): Force C locale when running
31019         $(OBJDUMP) --dynamic-syms.
31020
31021 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
31022
31023         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
31024         <stdint.h>.
31025
31026 2012-10-06  David S. Miller  <davem@davemloft.net>
31027
31028         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
31029         upper 32-bits of the length value in %o2 since we use branch-on-register
31030         tests which consider the entire 64-bit register.
31031
31032 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
31033
31034         * string/test-strstr.c (check2): Add a test for page boundary.
31035
31036 2012-10-05  David S. Miller  <davem@davemloft.net>
31037
31038         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
31039         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
31040         file.
31041         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
31042         sysdep_routines.
31043         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
31044         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
31045         and bzero when HWCAP_SPARC_CRYPTO is present.
31046
31047 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
31048
31049         [BZ #14602]
31050         * string/test-strstr.c (check2): New function.
31051         (test_main): Call check2.
31052
31053         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
31054         and bug-strchr1.
31055         * string/bug-strcasestr1.c (do_test): Moved to ...
31056         * string/test-strcasestr.c (check1): Here.  New function.
31057         (do_one_test): Break out result checking code into ...
31058         (check_result): This.  New function.
31059         (do_one_test): Call check_result.
31060         (test_main): Call check1.
31061         * string/bug-strchr1.c (do_test): Moved to ...
31062         * string/test-strchr.c (check1): Here.  New function.
31063         (do_one_test): Break out result checking code into ...
31064         (check_result): This.  New function.
31065         (do_one_test): Call check_result.
31066         (test_main): Call check1.
31067         * string/bug-strstr1.c (main): Moved to ...
31068         * string/test-strstr.c (check1): Here.  New function.
31069         (do_one_test): Break out result checking code into ...
31070         (check_result): This.  New function.
31071         (do_one_test): Call check_result.
31072         (test_main): Call check1.
31073         * string/bug-strcasestr1.c: Removed.
31074         * string/bug-strchr1.c: Likewise.
31075         * string/bug-strstr1.c: Likewise.
31076
31077         * elf/Makefile (dl-routines): Add hwcaps.
31078         * elf/dl-support.c (_dl_important_hwcaps): Removed.
31079         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
31080         (_dl_important_hwcaps): Moved to ...
31081         * elf/dl-hwcaps.c: Here.  New file.
31082         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
31083
31084         [BZ #14557]
31085         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
31086         if IS_IN_rtld isn't defined.
31087
31088         * elf/dl-support.c (_dl_sysinfo_map): New.
31089         Include "get-dynamic-info.h" and "setup-vdso.h".
31090         (_dl_non_dynamic_init): Call setup_vdso.
31091         * elf/dynamic-link.h: Don't include <assert.h>.
31092         (elf_get_dynamic_info): Moved to ...
31093         * elf/get-dynamic-info.h: Here.  New file.
31094         * elf/dynamic-link.h: Include "get-dynamic-info.h".
31095         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
31096         * elf/setup-vdso.h: Here.  New file.
31097         * elf/rtld.c: Include "setup-vdso.h".
31098         (dl_main): Call setup_vdso.
31099
31100 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
31101
31102         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
31103         creal in comment listing functions tested.  List finite, isinf,
31104         isnan, isless, islessequal, isgreater, isgreaterequal,
31105         islessgreater, isunordered, lgamma_r and pow10 as functions and
31106         macros not tested.  Mention which functions not tested are aliases
31107         for other functions.  Fix typo.  Note that signs of NaNs are not
31108         tested.
31109
31110         * scripts/config.guess: Update from config.git.
31111         * scripts/config.sub: Likewise.
31112
31113 2012-10-04  Roland McGrath  <roland@hack.frob.com>
31114
31115         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
31116         * misc/madvise.c (madvise): Renamed to __madvise.
31117         Make madvise a weak alias.
31118         * include/sys/mman.h: Declare __madvise.
31119         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
31120         * sysdeps/unix/syscalls.list
31121         (madvise): Make __madvise the strong name, and madvise a weak alias.
31122         * sysdeps/unix/sysv/linux/syscalls.list
31123         (madvise, mmap): Remove redundant entries.
31124         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
31125         * malloc/malloc.c (mtrim): Likewise.
31126         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
31127
31128 2012-10-03  Roland McGrath  <roland@hack.frob.com>
31129
31130         * sysdeps/mach/hurd/dl-cache.c: File removed.
31131         * config.h.in (USE_LDCONFIG): New #undef.
31132         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
31133         * configure: Regenerated.
31134         * elf/Makefile (dl-routines): Add dl-cache only under
31135         [$(use-ldconfig) = yes].
31136         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
31137         cache on [USE_LDCONFIG].
31138         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
31139         [USE_LDCONFIG].
31140         * elf/rtld.c (dl_main): Likewise.
31141
31142 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
31143
31144         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
31145         _SC_LEVEL4_CACHE_LINESIZE.
31146
31147 2012-10-03  Roland McGrath  <roland@hack.frob.com>
31148
31149         * sysdeps/unix/bsd/confstr.h: File removed.
31150
31151 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
31152
31153         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
31154         sys/sdt-config.h.
31155
31156 2012-10-02  Roland McGrath  <roland@hack.frob.com>
31157
31158         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
31159         Make 'mapoff' field ElfW(Off) rather than off_t.
31160
31161 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
31162
31163         * nscd/Makefile: Remove nscd-cflags and all its users.
31164         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
31165         (CFLAGS-nonlib): Add compiler flags for nscd modules.
31166
31167         [BZ #10631]
31168         * malloc.c (malloc_printerr): Clarify error message.
31169
31170 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
31171
31172         [BZ #14648]
31173         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31174         Set bit_FMA_Usable if FMA is supported.
31175         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
31176         macro.
31177         (bit_FMA4_Usable): Updated.
31178         (index_FMA_Usable): New macro.
31179         (CPUID_FMA): Likewise
31180         (HAS_FMA): Defined with bit_FMA_Usable.
31181
31182 2012-10-01  Roland McGrath  <roland@hack.frob.com>
31183
31184         * bits/types.h (__swblk_t): Type removed.
31185         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
31186         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
31187         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
31188         (__SWBLK_T_TYPE): Likewise.
31189         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
31190         (__SWBLK_T_TYPE): Likewise.
31191         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
31192         (__SWBLK_T_TYPE): Likewise.
31193         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
31194         (__SWBLK_T_TYPE): Likewise.
31195
31196 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
31197             Honza Horak <hhorak@redhat.com>
31198
31199         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
31200         (xdr_mapname): Use YPMAXMAP as maxsize.
31201         (xdr_peername): Use YPMAXPEER as maxsize.
31202         (xdr_keydat): Use YPAXRECORD as maxsize.
31203         (xdr_valdat): Use YPMAXRECORD as maxsize.
31204
31205 2012-10-01  Roland McGrath  <roland@hack.frob.com>
31206
31207         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
31208
31209         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
31210         * csu/init-first.c: ... here.
31211         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
31212         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
31213         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
31214         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
31215         * sysdeps/i386/init-first.c: File removed.
31216         * sysdeps/sh/init-first.c: File removed.
31217
31218 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
31219
31220         [BZ #14645]
31221         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
31222         if x * y might underflow to zero and z is zero.
31223         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
31224         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
31225         * math/libm-test.inc (min_subnorm_value): New variable.
31226         (fma_test): Add more tests.
31227         (fma_test_towardzero): Likewise.
31228         (fma_test_downward): Likewise
31229         (fma_test_upward): Likewise.
31230         (initialize): Set min_subnorm_value.
31231
31232 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
31233
31234         [BZ #14638]
31235         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
31236         0 + 0.
31237         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
31238         mode for addition resulting in exact zero.
31239         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
31240         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
31241         exact 0 + 0.
31242         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
31243         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
31244         * math/libm-test.inc (fma_test): Add more tests.
31245         (fma_test_towardzero): New function.
31246         (fma_test_downward): Likewise.
31247         (fma_test_upward): Likewise.
31248         (main): Call the new functions.
31249
31250 2012-09-28  David S. Miller  <davem@davemloft.net>
31251
31252         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
31253
31254 2012-09-28  Roland McGrath  <roland@hack.frob.com>
31255
31256         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
31257         instead of SIGALRM.
31258
31259         * sysdeps/gnu/_G_config.h: Moved to ...
31260         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
31261         * sysdeps/mach/hurd/_G_config.h: Moved to ...
31262         * sysdeps/generic/_G_config.h: ... here.
31263
31264         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
31265
31266         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
31267
31268         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
31269         Conditionalize target on [libnss_test1.so-version].
31270
31271         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
31272
31273         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
31274         (elfobjdir): Move out of conditionals.
31275
31276         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
31277         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
31278         (__nss_lookup_function): Conditionalize label remove_from_tree on
31279         [!DO_STATIC_NSS || SHARED], matching its only use.
31280
31281 2012-09-28  David S. Miller  <davem@davemloft.net>
31282
31283         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
31284         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
31285         file.
31286         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
31287         sysdep_routines.
31288         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
31289         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
31290         when HWCAP_SPARC_CRYPTO is present.
31291
31292 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
31293
31294         * io/tst-mknodat.c: Create a FIFO instead of a socket.
31295
31296 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
31297
31298         [BZ #6530]
31299         * stdio-common/vfprintf.c (process_string_arg): Revert
31300         2000-07-22 change.
31301
31302 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
31303
31304         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
31305         for testcase.
31306         * stdio-common/tst-sprintf.c: Include <locale.h>
31307         (main): Test sprintf's handling of incomplete multibyte
31308         characters.
31309
31310 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
31311
31312         * elf/dl-runtime.c (VERSYMIDX): Removed.
31313         * elf/dl-version.c (VERSYMIDX): Likewise.
31314         * elf/do-rel.h (VERSYMIDX): Likewise.
31315         (VALIDX): Likewise.
31316         * elf/dynamic-link.h (VERSYMIDX): Likewise.
31317         * elf/rtld.c (VALIDX): Likewise.
31318         (ADDRIDX): Likewise.
31319         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
31320         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
31321         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
31322         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
31323         (VALIDX): Likewise.
31324         (ADDRIDX): Likewise.
31325
31326 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
31327
31328         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
31329
31330 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
31331
31332         [BZ #11438]
31333         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
31334         to global scope.
31335         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
31336         addresses are in the same scope as 192.0.2/24.
31337         * posix/gai.conf: Document new scope table defaults.
31338
31339 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31340
31341         [BZ #5298]
31342         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
31343         for ftell.  Compute offsets from write pointers instead.
31344         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
31345
31346 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31347
31348         [BZ #14543]
31349         * libio/Makefile (tests): New test case tst-fseek.
31350         * libio/tst-fseek.c: New test case to verify that fseek/ftell
31351         combination works in wide mode.
31352         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
31353         state when the external buffer state changes.
31354
31355 2012-09-27  David S. Miller  <davem@davemloft.net>
31356
31357         [BZ #14376]
31358         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
31359         pass reloc->r_addend in as the 'high' argument to
31360         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
31361
31362         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31363
31364 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
31365
31366         * rt/tst-aio2.c: Include <pthread.h>.
31367         * rt/tst-aio3.c: Likewise.
31368
31369 2012-09-27  Steve Ellcey  <sellcey@mips.com>
31370
31371         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
31372
31373 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
31374
31375         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
31376         contents on [SHARED].
31377
31378 2012-09-26  Marek Polacek  <polacek@redhat.com>
31379
31380         [BZ #14530]
31381         [BZ #13741]
31382         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
31383         for C++ and GCC <4.3 as well as for non GCC compilers.
31384
31385 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
31386
31387         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31388
31389 2012-09-25  Roland McGrath  <roland@hack.frob.com>
31390
31391         * Makefile.in (all, install): Declare with .PHONY.
31392         Reported by Michael Hope <michael.hope@linaro.org>.
31393
31394 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
31395
31396         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
31397         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
31398         system header.
31399         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
31400         Likewise.
31401         (sydep_routines): Add the new and the internal functions.
31402         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
31403         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
31404         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
31405         (GLIBC_2.17): Add the new function.
31406         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
31407         (GLIBC_2.17): Likewise.
31408         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
31409         (GLIBC_2.17): Likewise.
31410         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
31411         (GLIBC_2.17): Likewise.
31412         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
31413
31414 2012-09-25  Alan Modra  <amodra@gmail.com>
31415
31416         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
31417         Add release barrier before setting once_control to say
31418         initialisation is done.  Add hints on lwarx.  Use macro in
31419         place of isync.
31420         (clear_once_control): Add release barrier.
31421
31422 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
31423
31424         [BZ #13629]
31425         * math/s_clog.c (__clog): Handle more values close to |z| = 1
31426         specially.
31427         * math/s_clog10.c (__clog10): Likewise.
31428         * math/s_clog10f.c (__clog10f): Likewise.
31429         * math/s_clog10l.c (__clog10l): Likewise.
31430         * math/s_clogf.c (__clogf): Likewise.
31431         * math/s_clogl.c (__clogl): Likewise.
31432         * math/Makefile (libm-calls): Add x2y2m1.
31433         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
31434         (__x2y2m1): Likewise.
31435         (__x2y2m1l): Likewise.
31436         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
31437         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
31438         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
31439         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
31440         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
31441         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
31442         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
31443         * sysdeps/i386/fpu/libm-test-ulps: Update.
31444         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31445
31446         [BZ #14621]
31447         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
31448         int as type of variable DEPTH.
31449         (glob): Use size_t instead of int as type of variables NEWCOUNT
31450         and OLD_PATHC.
31451
31452 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31453
31454         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
31455         Add s_sincosf-sse2.
31456         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
31457         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
31458         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
31459         macros for using routine as __sincosf_ia32.
31460         Use macro for function declaration and weak_alias.
31461         * sysdeps/i386/fpu/libm-test-ulps: Update.
31462
31463         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
31464         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31465
31466         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
31467         subnormal argument.
31468         * math/s_cexpf.c (__cexpf): Likewise.
31469         * math/s_csinf.c (__csinf): Likewise.
31470         * math/s_csinhf.c (__csinhf): Likewise.
31471         * math/s_ctanf.c (__ctanf): Likewise.
31472         * math/s_ctanhf.c (__ctanhf): Likewise.
31473         * math/s_ccosh.c (__ccoshf): Likewise.
31474         * math/s_cexp.c (__cexpl): Likewise.
31475         * math/s_csin.c (__csin): Likewise.
31476         * math/s_csinh.c (__csinh): Likewise.
31477         * math/s_ctan.c (__ctan): Likewise.
31478         * math/s_ctanh.c (ctanh): Likewise.
31479         * math/s_ccoshl.c (__ccoshl): Likewise.
31480         * math/s_cexpl.c (__cexpl): Likewise.
31481         * math/s_csinl.c (__csinl): Likewise.
31482         * math/s_csinhl.c (__csinhl): Likewise.
31483         * math/s_ctanl.c (__ctanl): Likewise.
31484         * math/s_ctanhl.c (__ctanhl): Likewise.
31485
31486 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
31487
31488         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
31489         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
31490         (_IO_off_t): Define to __off_t, not _G_off_t.
31491         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
31492         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
31493         (_IO_wint_t): Define to wint_t, not _G_wint_t.
31494         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
31495         type of __dummy and __dummy2 fields.
31496         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
31497         (_G_ssize_t): Likewise.
31498         (_G_off_t): Likewise.
31499         (_G_pid_t): Likewise.
31500         (_G_uid_t): Likewise.
31501         (_G_wchar_t): Likewise.
31502         (_G_wint_t): Likewise.
31503         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
31504         (_G_ssize_t): Likewise.
31505         (_G_off_t): Likewise.
31506         (_G_pid_t): Likewise.
31507         (_G_uid_t): Likewise.
31508         (_G_wchar_t): Likewise.
31509         (_G_wint_t): Likewise.
31510         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
31511         (_G_ssize_t): Likewise.
31512         (_G_off_t): Likewise.
31513         (_G_pid_t): Likewise.
31514         (_G_uid_t): Likewise.
31515         (_G_wchar_t): Likewise.
31516         (_G_wint_t): Likewise.
31517
31518 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
31519
31520         * malloc/arena.c: Include malloc-sysdep.h.
31521         (shrink_heap): Use check_may_shrink_heap to decide if madvise
31522         is sufficient to shrink the heap or an unmap is needed.
31523         * sysdeps/generic/malloc-sysdep.h: New file.  Define
31524         new function check_may_shrink_heap.
31525         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
31526         new function check_may_shrink_heap.
31527
31528 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
31529
31530         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
31531         comments.
31532
31533 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
31534
31535         * catgets/test-gencat.sh: Add "set -e".
31536         * elf/tst-pathopt.sh: Likewise.
31537         * grp/tst_fgetgrent.sh: Likewise.
31538         * iconvdata/run-iconv-test.sh: Likewise.
31539         * intl/tst-gettext.sh: Likewise.
31540         * intl/tst-gettext2.sh: Likewise.
31541         * intl/tst-gettext4.sh: Likewise.
31542         * intl/tst-gettext6.sh: Likewise.
31543         * intl/tst-translit.sh: Likewise.
31544         * io/ftwtest-sh: Likewise.
31545         * libio/test-freopen.sh: Likewise.
31546         * malloc/tst-mtrace.sh: Likewise.
31547         * posix/globtest.sh: Likewise.
31548         * posix/tst-getconf.sh: Likewise.
31549         * posix/wordexp-tst.sh: Likewise.
31550         * stdio-common/tst-printf.sh: Likewise.
31551         * stdio-common/tst-unbputc.sh: Likewise.
31552         * stdlib/tst-fmtmsg.sh: Likewise.
31553         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
31554         * catgets/Makefile: Do not specify -e option when running
31555         testsuite shell scripts.
31556         * elf/Makefile: Likewise.
31557         * grp/Makefile: Likewise.
31558         * iconvdata/Makefile: Likewise.
31559         * intl/Makefile: Likewise.
31560         * io/Makefile: Likewise.
31561         * libio/Makefile: Likewise.
31562         * malloc/Makefile: Likewise.
31563         * posix/Makefile: Likewise.
31564         * stdio-common/Makefile: Likewise.
31565         * stdlib/Makefile: Likewise.
31566         * sysdeps/x86_64/Makefile: Likewise.
31567
31568         * io/ftwtest-sh: Add copyright header.
31569         * posix/globtest.sh: Likewise.
31570         * posix/tst-getconf.sh: Likewise.
31571         * posix/wordexp-tst.sh: Likewise.
31572         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
31573
31574 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
31575
31576         [BZ #13679]
31577         * Makeconfig (+link): Defined as $(+link-static) if
31578         $(build-shared) isn't yes.
31579         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
31580         isn't yes.
31581         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
31582
31583         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
31584
31585         [BZ #14562]
31586         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
31587         new chunk size with MALLOC_ALIGN_MASK.
31588
31589 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
31590
31591         [BZ #5044]
31592         * stdio-common/printf_fphex.c: Include <stdbool.h> and
31593         <rounding-mode.h>.
31594         (__printf_fphex): Determine rounding using get_rounding_mode and
31595         round_away.
31596         * stdio-common/tst-printf-round.c (struct hex_test): New
31597         structure.
31598         (hex_tests): New variable.
31599         (test_hex_in_one_mode): New function.
31600         (do_test): Also run tests for hex float output.
31601
31602 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
31603
31604         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
31605         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
31606         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
31607         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
31608         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
31609         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
31610         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
31611         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
31612
31613 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
31614
31615         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
31616         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
31617         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
31618         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
31619
31620 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
31621
31622         [BZ #14579]
31623         * elf/rtld.c (dl_main): Limit the check for self loading to normal
31624         mode only.
31625         * elf/tst-rtld-load-self.sh: New test.
31626         * elf/Makefile: Run it.
31627
31628 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
31629
31630         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
31631         (tst-writev-ENV): Remove.
31632         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
31633
31634 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
31635
31636         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
31637
31638 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
31639
31640         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
31641         unconditional.
31642         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
31643         Likewise.
31644         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
31645         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
31646         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
31647         Likewise.
31648
31649 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
31650
31651         [BZ #14587]
31652         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
31653         * config.make.in (have-cpp-asm-debuginfo): Removed.
31654         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
31655         * configure: Regenerated.
31656
31657 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
31658
31659         [BZ #5044]
31660         * stdio-common/printf_fp.c: Include <stdbool.h> and
31661         <rounding-mode.h>.
31662         (___printf_fp): Determine rounding using get_rounding_mode and
31663         round_away.
31664         * stdio-common/tst-printf-round.c: New file.
31665         * stdio-common/Makefile (tests): Add tst-printf-round.
31666         (link-libm): New variable.
31667         ($(objpfx)tst-printf-round): Depend in $(link-libm).
31668
31669 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
31670
31671         [BZ #14576]
31672         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
31673         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
31674         Likewise.
31675         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
31676         Likewise.
31677
31678 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
31679
31680         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
31681         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
31682         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
31683         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
31684
31685 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
31686
31687         [BZ #14518]
31688         * include/rounding-mode.h: New file.
31689         * sysdeps/generic/get-rounding-mode.h: Likewise.
31690         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
31691         * stdlib/strtod_l.c: Include <rounding-mode.h>.
31692         (MAX_VALUE): New macro.
31693         (MIN_VALUE): Likewise.
31694         (overflow_value): New function.
31695         (underflow_value): Likewise.
31696         (round_and_return): Use overflow_value and underflow_value to
31697         determine return values in overflow and underflow cases.  Use
31698         round_away to determine rounding depending on rounding mode.
31699         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
31700         determine return values in overflow and underflow cases.
31701         * stdlib/tst-strtod-round.c: Include <fenv.h>.
31702         (struct test_results): New structure.
31703         (struct test): Use struct test_results to store expected results
31704         for all rounding modes.
31705         (TEST): Include expected results for all rounding modes.
31706         (test_in_one_mode): New function.
31707         (do_test): Use test_in_one_mode to compute and check results.
31708         Check results for all rounding modes.
31709         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
31710         $(link-libm).
31711
31712 2012-12-09  Allan McRae  <allan@archlinux.org>
31713
31714         * sysdeps/i386/fpu/libm-test-ulps: Update
31715
31716 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
31717
31718         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
31719         (_G_int32_t): Likewise.
31720         (_G_uint16_t): Likewise.
31721         (_G_uint32_t): Likewise.
31722         (_G_HAVE_BOOL): Likewise.
31723         (_G_HAVE_ATEXIT): Likewise.
31724         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31725         (_G_HAVE_IO_FILE_OPEN): Likewise.
31726         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
31727         (_G_int32_t): Likewise.
31728         (_G_uint16_t): Likewise.
31729         (_G_uint32_t): Likewise.
31730         (_G_HAVE_BOOL): Likewise.
31731         (_G_HAVE_ATEXIT): Likewise.
31732         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31733         (_G_HAVE_IO_FILE_OPEN): Likewise.
31734         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
31735         (_G_int32_t): Likewise.
31736         (_G_uint16_t): Likewise.
31737         (_G_uint32_t): Likewise.
31738         (_G_HAVE_BOOL): Likewise.
31739         (_G_HAVE_ATEXIT): Likewise.
31740         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31741         (_G_HAVE_IO_FILE_OPEN): Likewise.
31742
31743 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
31744
31745         * csu/libc-tls.c: Update copyright years.
31746
31747 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
31748
31749         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
31750         [!_G_USING_THUNKS]: Remove conditional code.
31751         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
31752         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
31753
31754         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
31755         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
31756         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31757         (_G_VTABLE_LABEL_PREFIX): Likewise.
31758         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31759         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31760         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31761         (_G_VTABLE_LABEL_PREFIX): Likewise.
31762         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
31763         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31764         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31765         (_G_VTABLE_LABEL_PREFIX): Likewise.
31766         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
31767
31768 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
31769
31770         * libio/Makefile: Include ../Makeconfig before tests.
31771         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
31772         only if $(build-shared) is yes.
31773
31774         * iconv/gconv_db.c: Update copyright years.
31775
31776 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31777
31778         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
31779         unwind info if defined PIC. Fix special cases description.
31780         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
31781
31782         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
31783         DP_HI_MASK entry.
31784         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
31785
31786 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
31787
31788         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
31789
31790         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
31791         is NULL.
31792
31793         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
31794         (LDLIBS-tst-chk4): This.
31795         (LDFLAGS-tst-chk5): Renamed to ...
31796         (LDLIBS-tst-chk5): This.
31797         (LDFLAGS-tst-chk6): Renamed to ...
31798         (LDLIBS-tst-chk6): This.
31799         (LDFLAGS-tst-lfschk4): Renamed to ...
31800         (LDLIBS-tst-lfschk4): This.
31801         (LDFLAGS-tst-lfschk5): Renamed to ...
31802         (LDLIBS-tst-lfschk5): This.
31803         (LDFLAGS-tst-lfschk6): Renamed to ...
31804         (LDLIBS-tst-lfschk6): This.
31805
31806         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
31807         on $(common-objpfx)soversions.mk.
31808
31809 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
31810
31811         [BZ #10014]
31812         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
31813         example host name.
31814
31815 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
31816
31817         * malloc/arena.c (arena_get_retry): New function that gets
31818         another arena for the caller to try its request on.
31819         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
31820         current arena cannot fulfill the request.
31821         (__libc_memalign): Likewise.
31822         (__libc_memalign): Likewise.
31823         (__libc_pvalloc): Likewise.
31824         (__libc_calloc): Likewise.
31825
31826 2012-09-05  John Tobey  <john.tobey@gmail.com>
31827
31828         [BZ #13542]
31829         * manual/arith.texi (Operations on Complex): Fix description
31830         of carg branch cut.
31831
31832 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
31833
31834         [BZ #10014]
31835         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
31836         host name.
31837
31838         [BZ #10038]
31839         * manual/memory.texi (Memory): Make order of menu items match
31840         order of sections.
31841
31842 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31843
31844         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
31845         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
31846         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
31847
31848 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31849
31850         * csu/libc-tls.c (static_dtv): Renamed to ...
31851         (_dl_static_dtv): This.  Make it global.
31852         (_dl_initial_dtv): Removed.
31853         (__libc_setup_tls): Updated.
31854         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
31855         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
31856         DL_INITIAL_DTV.
31857
31858 2012-09-06  Petr Machata  <pmachata@redhat.com>
31859
31860         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
31861         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
31862         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
31863         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
31864
31865 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31866
31867         [BZ #14545]
31868         * csu/libc-tls.c (_dl_initial_dtv): New variable.
31869         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
31870         freeing dtv[-1].
31871
31872 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31873
31874         [BZ #14544]
31875         * Makeconfig (link-static-before-libc): Replace $(+prector)
31876         with $(+prectorT).
31877         (link-static-after-libc): Replace $(+postctor) with
31878         $(+postctorT).
31879         (link-bounded): Replace $(+prector)/$(+postctor) with
31880         $(+prectorT)/$(+postctorT).
31881         (+prectorT): New macro.
31882         (+postctorT): Likewise.
31883
31884 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
31885
31886         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
31887         (round_str): Handle values above the maximum for IBM long double
31888         as inexact.
31889         * stdlib/tst-strtod-round.c (tests): Regenerated.
31890
31891 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31892
31893         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
31894         assembler flag.
31895         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
31896         zarch_nohighgprs around the zarch optimized routines.
31897         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
31898         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
31899         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
31900         for zarch.
31901
31902 2012-09-05  David S. Miller  <davem@davemloft.net>
31903
31904         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31905
31906         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
31907         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
31908         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
31909         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
31910         entries.
31911
31912 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31913
31914         * malloc/arena.c: Fold copyright years.
31915         * malloc/mcheck.c, malloc/memusage.c: Likewise.
31916
31917 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31918
31919         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
31920
31921 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31922
31923         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
31924
31925 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31926
31927         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
31928         change internal state upon failure.
31929
31930 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31931
31932         * malloc/mcheck.c (mcheck_check_all): Fix typo.
31933         * malloc/memusage.c (mmap): Likewise.
31934         (mmap64, mremap): Likewise.  Adjust name in comment.
31935
31936 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
31937
31938         * libio/fileops.c: Fix typos in comments.
31939         * libio/oldfileops.c: Likewise.
31940         * libio/wfileops.c: Likewise.
31941
31942 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
31943
31944         [BZ #1349]
31945         * malloc/Makefile (tests): Add tst-malloc-usable test case.
31946         (tst-malloc-usable-ENV): Set environment for test case.
31947         * malloc/hooks.c (malloc_check_get_size): New function to get
31948         requested size.
31949         * malloc/malloc.c (musable): Use malloc_check_get_size.
31950         * malloc/tst-malloc-usable.c: New test case.
31951
31952 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
31953
31954         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
31955
31956 2012-09-05  Allan McRae  <allan@archlinux.org>
31957
31958         [BZ #13966]
31959         * configure.in (CXX_SYSINCLUDES): Use compiler output to
31960         determine header location.
31961         * configure: Regenerated.
31962
31963 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
31964
31965         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
31966         float format.
31967         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
31968         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
31969         format.
31970         (test): Regenerate.
31971
31972 2012-09-04  David S. Miller  <davem@davemloft.net>
31973
31974         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
31975         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
31976         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
31977
31978 2012-09-04  Florian Weimer  <fweimer@redhat.com>
31979
31980         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
31981         failures.
31982
31983         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
31984
31985 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
31986
31987         [BZ #9914]
31988         * libio/iogetdelim.c: Include <limits.h>.
31989         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
31990         + len + 1 would overflow.
31991
31992 2012-09-03  Andreas Jaeger  <aj@suse.de>
31993
31994         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31995         * sysdeps/i386/fpu/libm-test-ulps: Update.
31996
31997 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31998
31999         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
32000         Add s_sinf-sse2, s_conf-sse2.
32001
32002         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
32003         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
32004         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
32005         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
32006
32007         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
32008         for using routine as __sinf_ia32.
32009         Use macro for function declaration and weak_alias.
32010         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
32011         for using routine as __cosf_ia32.
32012         Use macro for function declaration and weak_alias.
32013
32014         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
32015         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
32016
32017         * sysdeps/x86_64/fpu/s_sinf.S: New file.
32018         * sysdeps/x86_64/fpu/s_cosf.S: New file.
32019         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32020
32021         * math/libm-test.inc (cos_test): Add more test cases.
32022         (sin_test): Likewise.
32023         (sincos_test): Likewise.
32024
32025 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32026
32027         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
32028         (IFUNC_RESOLVE): Make pointers to the specialized implementations
32029         hidden.
32030         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
32031
32032 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
32033
32034         [BZ #14538]
32035         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
32036         first element of the GOT.
32037         (elf_machine_load_address): Return the difference between
32038         the runtime address of _DYNAMIC and elf_machine_dynamic ().
32039
32040 2012-09-01  Allan McRae  <allan@archlinux.org>
32041
32042         [BZ #13412]
32043         * configure.in (AWK): Require gawk version 3.0 or later.
32044         * configure: Regenerated.
32045
32046 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
32047
32048         * sysdeps/unix/sysv/linux/kernel-features.h
32049         (__ASSUME_POSIX_CPU_TIMERS): Remove.
32050         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
32051         [__NR_clock_getres]: Make code unconditional.
32052         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
32053         (clock_getcpuclockid): Remove code left unreachable by removal of
32054         conditionals.
32055         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
32056         code unconditional.
32057         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
32058         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32059         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
32060         Make code unconditional.
32061         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
32062         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32063         * sysdeps/unix/sysv/linux/clock_settime.c
32064         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
32065         conditional code.
32066         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
32067         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32068
32069 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
32070
32071         [BZ #14476]
32072         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
32073         scripts/test-installation.pl.
32074
32075         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
32076         and $ld_so_version if it is set.
32077
32078 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
32079
32080         [BZ #14516]
32081         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
32082         failure if reading from procfs failed.
32083         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
32084
32085 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
32086
32087         * sysdeps/unix/sysv/linux/kernel-features.h
32088         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
32089         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
32090         Remove conditional code.
32091         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32092         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
32093         Remove conditional code.
32094         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32095         * sysdeps/unix/sysv/linux/i386/fxstat.c
32096         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32097         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32098         * sysdeps/unix/sysv/linux/i386/fxstatat.c
32099         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32100         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32101         * sysdeps/unix/sysv/linux/i386/lxstat.c
32102         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32103         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32104         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
32105         Remove conditional code.
32106         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32107         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
32108         Remove conditional code.
32109         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32110         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
32111         <kernel-features.h>.
32112         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
32113         Remove.
32114         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
32115         Remove conditional code.
32116         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32117         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
32118         Remove conditional.
32119
32120 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
32121
32122         [BZ #5400]
32123         * NEWS: Add fixed bug number.
32124
32125 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
32126
32127         [BZ #14519]
32128         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
32129         underflowing exponent in case of negative sign.
32130         * stdlib/tst-strtod-round-data: Add more tests.
32131         * stdlib/tst-strtod-round.c (tests): Regenerated.
32132
32133         [BZ #3479]
32134         * stdlib/strtod_l.c (NDIG): Remove.
32135         (HEXNDIG): Likewise.
32136         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
32137         smallest representable value.
32138         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
32139         lie within an exact representation of 1/2 ulp of the result.
32140         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
32141         unconditionally.
32142         (TENS_P9_IDX): Define unconditionally.
32143         (TENS_P9_SIZE): Likewise.
32144         (TENS_P10_IDX): Likewise.
32145         (TENS_P10_SIZE): Likewise.
32146         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
32147         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
32148         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
32149         entries for 10^2^13 and 10^2^14.
32150         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
32151         (TENS_P13_IDX): Define.
32152         (TENS_P13_SIZE): Likewise.
32153         (TENS_P14_IDX): Likewise.
32154         (TENS_P14_SIZE): Likewise.
32155         (_fpioconst_pow10): Change array size to
32156         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
32157         unconditional.
32158         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
32159         1024]: Add entries for 10^2^13 and 10^2^14.
32160         [LAST_POW10 > _LAST_POW10]: Remove #error.
32161         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
32162         (_fpioconst_pow10): Change array size to
32163         FPIOCONST_POW10_ARRAY_SIZE.
32164         * stdlib/gen-fpioconst.c: New file.
32165         * stdlib/gen-tst-strtod-round.c: Likewise.
32166         * stdlib/tst-strtod-round-data: Likewise.
32167         * stdlib/tst-strtod-round.c: Likewise.
32168         * stdlib/Makefile (tests): Add tst-strtod-round.
32169
32170         [BZ #14459]
32171         * stdlib/strtod_l.c: Include <stdint.h>.
32172         (NDEBUG): Do not define.
32173         (round_and_return): Change EXPONENT parameter to type intmax_t.
32174         Rearrange calculations to avoid internal overflow possibilities.
32175         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
32176         Rearrange calculations to avoid internal overflow possibilities.
32177         Assert that number fits inside MPNSIZE limbs.
32178         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
32179         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
32180         calculations and add assertions to avoid internal overflow
32181         possibilities.  Add casts to avoid signed/unsigned operations.
32182         * stdlib/tst-strtod-overflow.c: New file.
32183         * stdlib/Makefile (tests): Add tst-strtod-overflow.
32184
32185 2012-08-25  Marek Polacek  <polacek@redhat.com>
32186
32187         * time/time.h: Fix some typos in comments.
32188
32189 2012-08-23  Roland McGrath  <roland@hack.frob.com>
32190
32191         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
32192         * posix/tst-rfc3484-2.c: Likewise.
32193         * posix/tst-rfc3484-3.c: Likewise.
32194
32195 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
32196
32197         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
32198         (EF_ARM_ABI_FLOAT_HARD): Likewise.
32199
32200 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
32201
32202         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
32203         #include of fxstatat64.c.
32204
32205 2012-08-22  Roland McGrath  <roland@hack.frob.com>
32206
32207         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
32208         * shadow/getspent_r.c: Likewise.
32209         * shadow/getspnam.c: Likewise.
32210         * shadow/getspnam_r.c: Likewise.
32211         * gshadow/getsgent.c: Likewise.
32212         * gshadow/getsgent_r.c: Likewise.
32213         * gshadow/getsgnam.c: Likewise.
32214         * gshadow/getsgnam_r.c: Likewise.
32215         * inet/getnetbyad.c: Likewise.
32216         * inet/getnetbyad_r.c: Likewise.
32217         * inet/getnetbynm.c: Likewise.
32218         * inet/getnetbynm_r.c: Likewise.
32219         * inet/getnetent.c: Likewise.
32220         * inet/getnetent_r.c: Likewise.
32221         * inet/getproto.c: Likewise.
32222         * inet/getproto_r.c: Likewise.
32223         * inet/getprtent.c: Likewise.
32224         * inet/getprtent_r.c: Likewise.
32225         * inet/getprtname.c: Likewise.
32226         * inet/getprtname_r.c: Likewise.
32227         * inet/getrpcbyname.c: Likewise.
32228         * inet/getrpcbyname_r.c: Likewise.
32229         * inet/getrpcbynumber.c: Likewise.
32230         * inet/getrpcbynumber_r.c: Likewise.
32231         * inet/getrpcent.c: Likewise.
32232         * inet/getrpcent_r.c: Likewise.
32233         * inet/getaliasent.c: Likewise.
32234         * inet/getaliasent_r.c: Likewise.
32235         * inet/getaliasname.c: Likewise.
32236         * inet/getaliasname_r.c: Likewise.
32237         * nscd/getgrgid_r.c: Likewise.
32238         * nscd/getgrnam_r.c: Likewise.
32239         * nscd/gethstbyad_r.c: Likewise.
32240         * nscd/gethstbynm3_r.c: Likewise.
32241         * nscd/getpwnam_r.c: Likewise.
32242         * nscd/getpwuid_r.c: Likewise.
32243         * nscd/getsrvbynm_r.c: Likewise.
32244         * nscd/getsrvbypt_r.c: Likewise.
32245         * nscd/gai.c: Likewise.
32246
32247         * configure.in (build_nscd): New substituted variable, set
32248         by --disable-build-nscd and defaults to $use_nscd.
32249         * configure: Regenerated.
32250         * config.make.in (build-nscd): New substituted variable.
32251         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
32252         Change conditional to require [$(build-nscd) = yes] as well.
32253         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
32254
32255         [BZ# 13696]
32256         * configure.in (use_nscd): New substituted variable, set by
32257         --disable-nscd.  If enabled, define USE_NSCD.
32258         * configure: Regenerated.
32259         * config.h.in: Add USE_NSCD.
32260         * config.make.in (use-nscd): New substituted variable.
32261         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
32262         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
32263         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
32264         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
32265         (CFLAGS-getgrnam_r.c): Likewise.
32266         (CFLAGS-initgroups.c): Likewise.
32267         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
32268         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
32269         Variables removed.
32270         * inet/getnetgrent_r.c
32271         (nscd_setnetgrent): New function, broken out of ...
32272         (setnetgrent): ... here.  Call it.
32273         (innetgr): Conditionalize nscd bits on [USE_NSCD].
32274         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
32275         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
32276         * nscd/Makefile (routines, aux): Move definitions after include of
32277         Makeconfig.  Conditionalize on [$(use-nscd) != no].
32278         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
32279         Conditionalize on [USE_NSCD].
32280         (is_nscd, nscd_init_cb): Likewise.
32281         (nss_load_library): Conditionalize init callback on [USE_NSCD].
32282         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
32283         * nss/nss_db/db-init.c: Likewise.
32284         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
32285         [USE_NSCD].
32286         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
32287         (make_request): Use it.
32288         (cache_valid_p): New function.
32289         (__check_pf): Use it.
32290         * NEWS: Add item for --disable-nscd.
32291
32292 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
32293
32294         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
32295         to support sed >= 4.2.1-20-ga9bf076.
32296         * configure: Regenerated.
32297
32298 2012-08-22  Roland McGrath  <roland@hack.frob.com>
32299
32300         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
32301         Conditionalize whole body on [IREL].
32302
32303 2012-08-22  Jeff Law <law@redhat.com>
32304
32305         [BZ #14505]
32306         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
32307         if the family is PF_UNSPEC.
32308
32309 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
32310
32311         * Makerules (lib-version): Rename from V.
32312         (install-lib-nosubdir): Change V to lib-version.
32313
32314 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
32315
32316         [BZ #14252]
32317         * powerpc32/power6/wcschr.c: New file.
32318         * powerpc32/power6/wcscpy.c: New file.
32319         * powerpc32/power6/wcsrchr.c: New file.
32320         * powerpc64/power6/wcschr.c: New file.
32321         * powerpc64/power6/wcscpy.c: New file.
32322         * powerpc64/power6/wcsrchr.c: New file.
32323
32324 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
32325
32326         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
32327         (two_way_short_needle): Use it.
32328         * string/strstr.c (AVAILABLE1_USES_J): Define.
32329         * string/strcasestr.c: Likewise.
32330
32331         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
32332         array references.
32333         * string/strcasestr.c (TOLOWER): Make side-effect safe.
32334
32335         [BZ #11607]
32336         * NEWS: Add an entry.
32337         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
32338         define their defaults.
32339         (two_way_short_needle): Detect end-of-string on-the-fly.
32340         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
32341         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
32342         * string/bug-strcasestr1.c: New test.
32343         * string/Makefile: Run it.
32344
32345 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
32346
32347         [BZ #11607]
32348         * string/str-two-way.h (two_way_short_needle): Optimize matching of
32349         the first character.
32350
32351 2012-08-21  Roland McGrath  <roland@hack.frob.com>
32352
32353         * csu/elf-init.c (__libc_csu_irel): Function removed.
32354         * csu/libc-start.c (apply_irel): New function.
32355         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
32356
32357 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
32358
32359         * sysdeps/unix/sysv/linux/kernel-features.h
32360         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
32361         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
32362         <kernel-features.h>.
32363         [__NR_fadvise64_64]: Make code unconditional.
32364         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
32365         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
32366         !__NR_fadvise64_64)]: Likewise.
32367         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
32368         !__NR_fadvise64_64))]: Likewise.
32369         [__NR_fadvise64]: Make code unconditional.
32370         [!__NR_fadvise64]: Remove conditional code.
32371         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
32372         <kernel-features.h>.
32373         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32374         unconditional.
32375         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32376         conditional code.
32377         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
32378         not include <kernel-features.h>.
32379         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32380         unconditional.
32381         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32382         conditional code.
32383         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
32384         include <kernel-features.h>.
32385         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32386         unconditional.
32387         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32388         conditional code.
32389
32390 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
32391
32392         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
32393         slight instruction rearrangements per scrollpipe analysis.
32394         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
32395
32396 2012-08-20  Roland McGrath  <roland@hack.frob.com>
32397
32398         * manual/syslog.texi (syslog; vsyslog, closelog):
32399         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
32400         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
32401
32402         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
32403         DSOCAPS to match condition on defining it.
32404
32405 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
32406
32407         * sysdeps/unix/sysv/linux/kernel-features.h
32408         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
32409         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
32410         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32411         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32412         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
32413         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32414         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32415         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
32416         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32417         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32418
32419         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
32420         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
32421
32422         * sysdeps/unix/sysv/linux/kernel-features.h
32423         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
32424         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
32425         unconditional.
32426         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32427         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
32428         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
32429         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32430         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
32431         Make code unconditional.
32432         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32433         (__mmap64) [!__NR_mmap2]: Likewise.
32434         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
32435         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
32436         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32437         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
32438         [__NR_mmap2]: Make code unconditional.
32439         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32440         (__mmap64) [!__NR_mmap2]: Likewise.
32441
32442 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32443
32444         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
32445
32446 2012-08-18  Andreas Jaeger  <aj@suse.de>
32447
32448         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
32449
32450 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
32451
32452         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
32453         * include/unistd.h (__have_sock_cloexec): Likewise.
32454         (__have_pipe2): Likewise.
32455         (__have_dup3): Likewise.
32456
32457 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
32458
32459         [BZ #9685]
32460         * include/unistd.h (__have_pipe2): Change define into an extern int.
32461         (__have_dup3): Likewise.
32462         * socket/have_sock_cloexec.c: Include fcntl.h.
32463         (__have_pipe2): New variable.
32464         (__have_dup3): Likewise.
32465
32466 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
32467
32468         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
32469
32470 2012-08-17  Marek Polacek  <polacek@redhat.com>
32471
32472         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
32473         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
32474
32475 2012-08-17  Roland McGrath  <roland@hack.frob.com>
32476
32477         * configure.in: Add AC_SUBST for sysheaders.
32478         * configure: Regenerated.
32479         * config.make.in (sysheaders): New substituted variable.
32480
32481         * sysdeps/unix/mkfifo.c: Moved ...
32482         * sysdeps/posix/mkfifo.c: ... here.
32483         * sysdeps/unix/mkfifoat.c: Moved ...
32484         * sysdeps/posix/mkfifoat.c: ... here.
32485
32486         * sysdeps/unix/utime.c: Moved ...
32487         * sysdeps/posix/utime.c: ... here.
32488
32489         * sysdeps/unix/time.c: Moved ...
32490         * sysdeps/posix/time.c: ... here.
32491         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
32492         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
32493
32494         * sysdeps/unix/nice.c: Moved ...
32495         * sysdeps/posix/nice.c: ... here.
32496
32497         * sysdeps/unix/alarm.c: Moved ...
32498         * sysdeps/posix/alarm.c: ... here.
32499
32500         * intl/Makefile ($(codeset_mo)): Depend on the input file.
32501
32502 2012-08-17  Jeff Law <law@redhat.com>
32503
32504         * intl/Makefile (codeset_mo): New variable.
32505         ($(codeset_mo)): New target.
32506         (tst-codeset.out): Depend on that.  Remove explicit rule.
32507         (tst-gettext3.out, tst-gettext5.out): Likewise.
32508         (LOCPATH-ENV, tst-codeset-ENV): New variables.
32509         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
32510         * intl/tst-codeset.sh: Remove.
32511         * intl/tst-gettext3.sh: Likewise.
32512         * intl/tst-gettext5.sh: Likewise.
32513
32514 2012-08-17  Roland McGrath  <roland@hack.frob.com>
32515
32516         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
32517         * sysdeps/unix/syscalls.list: ... here.
32518
32519         * sysdeps/posix/getaddrinfo.c
32520         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
32521         (gaiconf_init, gaiconf_reload): Use them.
32522         [!_STATBUF_ST_NSEC]
32523         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
32524         Define using time_t rather than struct timespec.
32525
32526         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
32527         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
32528         Macros removed.
32529         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
32530         [!NO_THREADS].
32531         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
32532         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
32533         Likewise.
32534
32535         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
32536         __libc_cleanup_push argument.
32537
32538         * bits/param.h: New file.
32539         * misc/sys/param.h: New file.
32540         * include/sys/param.h: New file.
32541         * misc/Makefile (headers): Add bits/param.h.
32542         * sysdeps/generic/sys/param.h: File removed.
32543         * sysdeps/unix/sysv/linux/bits/param.h: New file.
32544         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
32545         * sysdeps/mach/hurd/bits/param.h: New file.
32546         * sysdeps/mach/hurd/sys/param.h: File removed.
32547
32548         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
32549         last change.
32550
32551         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
32552         [_IO_MTSAFE_IO].
32553         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
32554         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
32555         New macros.
32556
32557         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
32558         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
32559         rather than -D_IO_MTSAFE_IO conditionally.
32560         * stdio-common/Makefile (CPPFLAGS): Likewise.
32561         * wcsmbs/Makefile (CPPFLAGS): Likewise.
32562         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
32563         Use $(libio-mtsafe).
32564         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
32565         of -D_IO_MTSAFE_IO.
32566         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
32567         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
32568         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
32569         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
32570         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
32571         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
32572         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
32573         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
32574         (CFLAGS-fread_u_chk.c): Likewise.
32575         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
32576         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
32577         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
32578         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
32579         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
32580         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
32581         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
32582         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
32583         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
32584
32585         * libio/Makefile: Test [$(libc-reentrant) = yes]
32586         instead of [$(filter %REENTRANT, $(defines)) nonempty].
32587
32588         * Makeconfig
32589         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
32590         * sysdeps/pthread/configure: File removed.
32591         * sysdeps/pthread/Makeconfig: New file.
32592         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
32593         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
32594
32595 2012-08-16  Gary Benson  <gbenson@redhat.com>
32596
32597         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
32598         unmapping the first object in a namespace.
32599
32600 2012-08-16  Roland McGrath  <roland@hack.frob.com>
32601
32602         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
32603         (__internal_setnetgrent): ... this.  Add internal_function to
32604         definition.  Add libc_hidden_def.
32605         (setnetgrent): Update caller.
32606         (internal_endnetgrent): Renamed to ...
32607         (__internal_endnetgrent): ... this.  Add internal_function to
32608         definition.  Add libc_hidden_def.
32609         (endnetgrent): Update caller.
32610         (internal_getnetgrent_r): Renamed to ...
32611         (__internal_getnetgrent_r): ... this.  Add internal_function to
32612         definition.  Add libc_hidden_def.
32613         (__getnetgrent_r): Update caller.
32614         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
32615
32616 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
32617
32618         * stdlib/longlong.h: Update from GCC.
32619
32620 2012-08-16  Roland McGrath  <roland@hack.frob.com>
32621
32622         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
32623         on _QL, which is set by umul_ppmm but never used.
32624         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
32625         variables, which are set by GMP macros but never used.
32626         * stdio-common/_itowa.c (_itowa): Likewise.
32627         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
32628         * stdlib/mod_1.c (mpn_mod_1): Likewise.
32629
32630 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
32631
32632         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
32633         struct La_sh_regs is not constant.
32634         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
32635         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
32636         and struct La_sparc64_regs are not constant.
32637
32638 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
32639
32640         * sysdeps/unix/sysv/linux/kernel-features.h
32641         (__ASSUME_POSIX_TIMERS): Remove.
32642         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
32643         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32644         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
32645         Make code unconditional.
32646         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32647         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
32648         Make code unconditional.
32649         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32650         * sysdeps/unix/sysv/linux/clock_nanosleep.c
32651         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
32652         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32653         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
32654         Make code unconditional.
32655         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32656         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
32657         (__libc_missing_posix_timers): Remove.
32658
32659 2012-08-15  Roland McGrath  <roland@hack.frob.com>
32660
32661         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
32662         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
32663
32664         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
32665
32666         * elf/dl-sym.c: Include <stdlib.h>.
32667
32668         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
32669         constants, which avoids warnings in 32-bit builds.
32670
32671         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
32672         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
32673
32674         * misc/lseek.c: File moved to ...
32675         * io/lseek.c: ... here.
32676
32677         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
32678
32679         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
32680         shifting LEN more than 31 bits at once.
32681
32682 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
32683
32684         [BZ #14195]
32685         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
32686         segmentation fault for a case of two empty input strings.
32687         * string/test-strncasecmp.c (check1): Renamed to...
32688         (bz12205): ...this.
32689         (bz14195): Add new testcase for two empty input strings and N > 0.
32690         (test_main): Call new testcase, adapt for renamed function.
32691
32692 2012-08-15  Andreas Jaeger  <aj@suse.de>
32693
32694         [BZ #14090]
32695         * crypt/md5test2.c: New test, based on test supplied by Serge
32696         Belyshev <belyshev@depni.sinp.msu.ru>.
32697         * crypt/Makefile (xtests): Add md5test-giant..
32698         * crypt/Makefile ($(objpfx)md5test-giant): Add.
32699
32700 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
32701
32702         [BZ #14090]
32703         * crypt/md5.c (md5_process_block): Don't assume the buffer
32704         length is less than 2**32.
32705         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
32706         length is less than 2**64.
32707
32708 2012-08-15  Roland McGrath  <roland@hack.frob.com>
32709
32710         * string/str-two-way.h: Include <sys/param.h>.
32711         (MAX): Macro removed.
32712
32713         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
32714         Move #define and #undef of memmove to just before and after
32715         including <string.h>.
32716
32717         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
32718         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
32719         and after including <string.h>.  Move declarations of
32720         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
32721         to before #include "string/memmove.c".
32722
32723         * include/dirent.h: Declare __getdirentries.
32724
32725         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
32726         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
32727
32728 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
32729
32730         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
32731         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
32732         * sysdeps/i386/configure: Regenerated.
32733         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
32734         STABS_CURRENT_FILE, and STABS_FUN.
32735         (END): Remove call to STABS_FUN_END.
32736         (STABS_CURRENT_FILE1): Delete.
32737         (STABS_CURRENT_FILE): Likewise.
32738         (STABS_FUN): Likewise.
32739         (STABS_FUN_END): Likewise.
32740         (STABS_FUN2): Likewise.
32741         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
32742         * sysdeps/x86_64/configure: Regenerated.
32743
32744 2012-08-14  Roland McGrath  <roland@hack.frob.com>
32745
32746         * elf/dl-open.c: Include <atomic.h>.
32747         * elf/dl-lookup.c: Likewise.
32748
32749 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
32750
32751         * sysdeps/unix/sysv/linux/kernel-features.h
32752         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
32753         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
32754         unconditionally.
32755         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
32756         unconditionally.
32757         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
32758         condition on __ASSUME_CLONE_THREAD_FLAGS.
32759
32760 2012-08-14  Andreas Jaeger  <aj@suse.de>
32761
32762         * sysdeps/i386/fpu/libm-test-ulps: Update.
32763
32764 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
32765
32766         * include/atomic.h (atomic_exchange_and_add): Split into ...
32767         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
32768         New atomic macros.
32769
32770 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
32771
32772         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32773
32774 2012-08-13  Jeff Law <law@redhat.com>
32775
32776         * manual/stdio.texi (snprintf): Clarify handling of the trailing
32777         null byte in the output string.
32778
32779 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
32780
32781         * sysdeps/unix/sysv/linux/kernel-features.h
32782         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
32783         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
32784         (__ASSUME_ARG_MAX_STACK_BASED): Define.
32785         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
32786         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
32787         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
32788         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
32789
32790 2012-08-09  Jeff Law <law@redhat.com>
32791
32792         [BZ #13939]
32793         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
32794         When avoid_arena is set, don't retry in the that arena.  Pick the
32795         next one, whatever it might be.
32796         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
32797         (arena_lock): Pass in new parameter to arena_get2.
32798         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
32799         arena_get2.
32800         (__libc_malloc): Unify retrying after main arena failure with
32801         __libc_memalign version.
32802         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
32803
32804 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
32805
32806         [BZ #14166]
32807         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
32808         to __redirect_strstr.
32809         (__strstr_sse42): Use typeof __redirect_strstr.
32810         (__strstr_ia32): Likewise.
32811         (__libc_strstr): New prototype.
32812         (strstr): Renamed to ...
32813         (__libc_strstr): This.
32814         (strstr): New strong alias of __libc_strstr.
32815         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
32816         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
32817         __redirect_time.
32818         Include <time.h>.
32819         (__libc_time): New prototype.
32820         (time_ifunc): Replace time with __libc_time.
32821         (time): New strong alias and hidden definition of __libc_time.
32822         (__GI_time): Remove strong alias.
32823         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
32824         Include <stddef.h>.
32825         (memmove): Redefined to __redirect_memmove.
32826         (__memmove_sse2): Use typeof __redirect_memmove.
32827         (__memmove_ssse3): Likewise.
32828         (__memmove_ssse3_back): Likewise.
32829         (__libc_memmove): New prototype.
32830         (memmove): Renamed to ...
32831         (__libc_memmove): This.
32832         (memmove): New strong alias of __libc_memmove.
32833
32834 2012-08-08  Mark Salter  <msalter@redhat.com>
32835
32836         * elf/elf.h
32837         (R_MN10300_TLS_GD): Define.
32838         (R_MN10300_TLS_LD): Likewise.
32839         (R_MN10300_TLS_LDO): Likewise.
32840         (R_MN10300_TLS_GOTIE): Likewise.
32841         (R_MN10300_TLS_IE): Likewise.
32842         (R_MN10300_TLS_LE): Likewise.
32843         (R_MN10300_TLS_DTPMOD): Likewise.
32844         (R_MN10300_TLS_DTPOFF): Likewise.
32845         (R_MN10300_TLS_TPOFF): Likewise.
32846         (R_MN10300_SYM_DIFF): Likewise.
32847         (R_MN10300_ALIGN): Likewise.
32848         (R_MN10300_NUM): Update.
32849
32850 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
32851
32852         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
32853         Remove.
32854
32855 2012-08-08  Roland McGrath  <roland@hack.frob.com>
32856
32857         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
32858
32859         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
32860         sysdeps/unix -> sysdeps/posix move.
32861         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
32862
32863 2012-08-07      Allan McRae     <allan@archlinux.org>
32864
32865         [BZ #14303]
32866         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
32867         (SUNOS_CPP): Likewise.
32868         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
32869         not found.
32870         (open_input): Call CPP using execvp.
32871
32872 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
32873
32874         * sysdeps/unix/sysv/linux/kernel-features.h
32875         (__ASSUME_PROT_GROWSUPDOWN): Remove.
32876         (__ASSUME_NO_CLONE_DETACHED): Likewise.
32877         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
32878         (__ASSUME_WAITID_SYSCALL): Likewise.
32879         * sysdeps/unix/sysv/linux/dl-execstack.c
32880         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
32881         code unconditional.
32882         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
32883         conditional code.
32884         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
32885         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
32886         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
32887         code.
32888         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
32889         unconditional.
32890         [__ASSUME_WAITID_SYSCALL]: Likewise.
32891         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
32892
32893 2012-08-07  Roland McGrath  <roland@hack.frob.com>
32894
32895         * sysdeps/unix/closedir.c: Renamed to ...
32896         * sysdeps/posix/closedir.c: ... here.
32897         * sysdeps/unix/dirfd.c: Renamed to ...
32898         * sysdeps/posix/dirfd.c: ... here.
32899         * sysdeps/unix/dirstream.h: Renamed to ...
32900         * sysdeps/posix/dirstream.h: ... here.
32901         * sysdeps/unix/fdopendir.c: Renamed to ...
32902         * sysdeps/posix/fdopendir.c: ... here.
32903         * sysdeps/unix/opendir.c: Renamed to ...
32904         * sysdeps/posix/opendir.c: ... here.
32905         * sysdeps/unix/readdir.c: Renamed to ...
32906         * sysdeps/posix/readdir.c: ... here.
32907         * sysdeps/unix/readdir_r.c: Renamed to ...
32908         * sysdeps/posix/readdir_r.c: ... here.
32909         * sysdeps/unix/rewinddir.c: Renamed to ...
32910         * sysdeps/posix/rewinddir.c: ... here.
32911         * sysdeps/unix/seekdir.c: Renamed to ...
32912         * sysdeps/posix/seekdir.c: ... here.
32913         * sysdeps/unix/telldir.c: Renamed to ...
32914         * sysdeps/posix/telldir.c: ... here.
32915         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
32916         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
32917         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
32918         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
32919
32920         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
32921         * bits/fcntl.h: ... here.
32922
32923         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
32924         not 0.
32925         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
32926         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
32927         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
32928         (struct flock): Move l_start, l_len to the beginning.
32929         Use __pid_t for l_pid.
32930         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
32931         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
32932         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
32933         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
32934         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
32935         [__USE_LARGEFILE64] (struct flock64): New type.
32936         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
32937
32938         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
32939         * bits/dirent.h: ... here.
32940
32941         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
32942         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
32943
32944 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
32945
32946         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32947         Change from 2.6.0 to 2.6.16.
32948         * sysdeps/unix/sysv/linux/configure: Regenerated.
32949         * sysdeps/unix/sysv/linux/kernel-features.h
32950         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
32951         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
32952         version.
32953         (__ASSUME_UTIMES): Likewise.
32954         (__ASSUME_CLONE_STOPPED): Remove.
32955         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
32956         architectures, not kernel version.
32957         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
32958         (__ASSUME_NO_CLONE_DETACHED): Likewise.
32959         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
32960         (__ASSUME_WAITID_SYSCALL): Likewise.
32961         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
32962         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
32963         * README: State 2.6.16 as minimum Linux kernel version.  Do not
32964         refer to older versions.
32965
32966 2012-08-06  Roland McGrath  <roland@hack.frob.com>
32967
32968         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
32969         Define alphasort64 as an alias.
32970         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
32971         Define versionsort64 as an alias.
32972         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
32973         Define scandir64 as an alias.
32974         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
32975         Define scandirat64 as an alias.
32976         * dirent/alphasort64.c (alphasort64):
32977         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
32978         * dirent/versionsort64.c: Likewise.
32979         * dirent/scandir64.c: Likewise.
32980         * dirent/scandirat64.c: Likewise.
32981         * sysdeps/wordsize-64/alphasort.c: File removed.
32982         * sysdeps/wordsize-64/alphasort64.c: File removed.
32983         * sysdeps/wordsize-64/scandir.c: File removed.
32984         * sysdeps/wordsize-64/scandir64.c: File removed.
32985         * sysdeps/wordsize-64/scandirat.c: File removed.
32986         * sysdeps/wordsize-64/scandirat64.c: File removed.
32987         * sysdeps/wordsize-64/versionsort.c: File removed.
32988         * sysdeps/wordsize-64/versionsort64.c: File removed.
32989         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
32990         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
32991         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
32992         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
32993         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
32994         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
32995         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
32996         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
32997
32998         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
32999         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
33000         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
33001         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
33002         [defined __arch64__ || defined __sparcv9]
33003         (__INO_T_MATCHES_INO64_T): New macro.
33004         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
33005         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
33006         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
33007         * sysdeps/unix/sysv/linux/bits/dirent.h
33008         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
33009         (_DIRENT_MATCHES_DIRENT64): New macro.
33010
33011         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
33012         Define lockf64 as an alias.
33013         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
33014         Define fseeko64 as an alias.
33015         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
33016         Define ftello64 as an alias.
33017         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
33018         Define _IO_fgetpos64 and fgetpos64 as aliases.
33019         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
33020         Define _IO_fsetpos64 and fsetpos64 as aliases.
33021         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
33022         Conditionalize body on this.
33023         * libio/fseeko64.c: Likewise.
33024         * libio/ftello64.c: Likewise.
33025         * libio/iofgetpos64.c: Likewise.
33026         * libio/iofsetpos64.c: Likewise.
33027         * sysdeps/wordsize-64/lockf.c: File removed.
33028         * sysdeps/wordsize-64/lockf64.c: File removed.
33029         * sysdeps/wordsize-64/fseeko.c: File removed.
33030         * sysdeps/wordsize-64/fseeko64.c: File removed.
33031         * sysdeps/wordsize-64/ftello.c: File removed.
33032         * sysdeps/wordsize-64/ftello64.c: File removed.
33033         * sysdeps/wordsize-64/iofgetpos.c: File removed.
33034         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
33035         * sysdeps/wordsize-64/iofsetpos.c: File removed.
33036         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
33037         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
33038         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
33039         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
33040         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
33041         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
33042         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
33043         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
33044         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
33045         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
33046         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
33047
33048         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
33049         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
33050         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
33051         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
33052         [defined __arch64__ || defined __sparcv9]
33053         (__OFF_T_MATCHES_OFF64_T): New macro.
33054         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
33055         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
33056         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
33057         (__OFF_T_MATCHES_OFF64_T): New macro.
33058
33059 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
33060
33061         * stdlib/secure-getenv.c (__secure_getenv): Replace
33062         GLIBC_2_16 with GLIBC_2_17.
33063
33064 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
33065
33066         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
33067         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
33068
33069 2012-08-03  David S. Miller  <davem@davemloft.net>
33070
33071         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33072
33073 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
33074
33075         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
33076         Remove.
33077         (__ASSUME_CORRECT_SI_PID): Likewise.
33078         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
33079         (__ASSUME_TMPFS_NAME): Likewise.
33080         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
33081         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
33082         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
33083         (HAVE_AUX_SECURE): Make definition unconditional.
33084         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
33085         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
33086
33087 2012-08-03  Roland McGrath  <roland@hack.frob.com>
33088
33089         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
33090         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
33091         * sysdeps/mach/hurd/eloop-threshold.h: New file.
33092         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
33093         __eloop_threshold instead of SYMLOOP_MAX.
33094
33095         * sysdeps/generic/eloop-threshold.h: New file.
33096         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
33097         of MAXSYMLINKS.
33098         * elf/chroot_canon.c (chroot_canon): Likewise.
33099
33100 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
33101
33102         [BZ #13717]
33103         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33104         Change to 2.6.0 everywhere.
33105         * sysdeps/unix/sysv/linux/configure: Regenerated.
33106         * sysdeps/unix/sysv/linux/kernel-features.h
33107         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
33108         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
33109         kernel versions.
33110         (__ASSUME_POSIX_TIMERS): Define unconditionally.
33111         (__ASSUME_FUTEX_REQUEUE): Remove.
33112         (__ASSUME_STATFS64): Define unconditionally.
33113         (__ASSUME_AT_SECURE): Likewise.
33114         (__ASSUME_CORRECT_SI_PID): Likewise.
33115         (__ASSUME_TGKILL): Define without depending on kernel version for
33116         i386.
33117         (__ASSUME_UTIMES): Likewise.
33118         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
33119         kernel version.
33120         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
33121         (__ASSUME_TMPFS_NAME): Likewise.
33122         * README: Update reference to Linux kernel versions.
33123
33124 2012-08-02  Marek Polacek  <polacek@redhat.com>
33125
33126         [BZ# 14150]
33127         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
33128         libc_cv_asm_type_prefix with %.
33129         * configure: Regenerated.
33130         * include/libc-symbols.h: Remove comment about
33131         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
33132         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
33133         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
33134         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
33135         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
33136         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
33137         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
33138         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
33139         * elf/tst-unique2mod1.c: Likewise.
33140         * elf/tst-unique1mod2.c: Likewise.
33141         * elf/tst-unique1mod1.c: Likewise.
33142         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
33143         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
33144         Replace ASM_TYPE_DIRECTIVE with .type.
33145         * sysdeps/s390/s390-64/sysdep.h: Likewise.
33146         * sysdeps/i386/sysdep.h: Likewise.
33147         * sysdeps/x86_64/sysdep.h: Likewise.
33148         * sysdeps/sh/sysdep.h: Likewise.
33149         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
33150         Do not define ASM_TYPE_DIRECTIVE.
33151         * sysdeps/powerpc/sysdep.h: Likewise.
33152         * sysdeps/powerpc/powerpc32/sysdep.h:
33153         Replace ASM_TYPE_DIRECTIVE with .type.
33154         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
33155         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
33156         * sysdeps/i386/fpu/e_powf.S: Likewise.
33157         * sysdeps/i386/fpu/e_expl.S: Likewise.
33158         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
33159         * sysdeps/i386/fpu/e_acosh.S: Likewise.
33160         * sysdeps/i386/fpu/e_pow.S: Likewise.
33161         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
33162         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
33163         * sysdeps/i386/fpu/s_expm1.S: Likewise.
33164         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
33165         * sysdeps/i386/fpu/e_log2.S: Likewise.
33166         * sysdeps/i386/fpu/e_log2l.S: Likewise.
33167         * sysdeps/i386/fpu/e_scalb.S: Likewise.
33168         * sysdeps/i386/fpu/e_powl.S: Likewise.
33169         * sysdeps/i386/fpu/e_log10f.S: Likewise.
33170         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
33171         * sysdeps/i386/fpu/e_logl.S: Likewise.
33172         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
33173         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
33174         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
33175         * sysdeps/i386/fpu/e_log2f.S: Likewise.
33176         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
33177         * sysdeps/i386/fpu/e_log.S: Likewise.
33178         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
33179         * sysdeps/i386/fpu/e_logf.S: Likewise.
33180         * sysdeps/i386/fpu/e_log10l.S: Likewise.
33181         * sysdeps/i386/fpu/e_atanh.S: Likewise.
33182         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
33183         * sysdeps/i386/fpu/e_log10.S: Likewise.
33184         * sysdeps/i386/fpu/s_frexp.S: Likewise.
33185         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
33186         * sysdeps/i386/fpu/s_asinh.S: Likewise.
33187         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
33188         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
33189         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
33190         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
33191         * sysdeps/i386/i686/strtok.S: Likewise.
33192         * sysdeps/i386/i386-mcount.S: Likewise.
33193         * sysdeps/i386/strtok.S: Likewise.
33194         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
33195         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
33196         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
33197         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
33198         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
33199         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
33200         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
33201         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
33202         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
33203         * sysdeps/x86_64/_mcount.S: Likewise.
33204         * sysdeps/x86_64/strtok.S: Likewise.
33205         * sysdeps/sh/_mcount.S: Likewise.
33206
33207 2012-08-01  Roland McGrath  <roland@hack.frob.com>
33208
33209         * libio/iofopen.c: Include <fcntl.h>.
33210         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
33211         (_IO_fopen64, fopen64): Define as aliases.
33212         * libio/iofopen64.c: Include <fcntl.h>.
33213         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
33214         Conditionalize body on this.
33215         * sysdeps/wordsize-64/iofopen.c: File removed.
33216         * sysdeps/wordsize-64/iofopen64.c: File removed.
33217
33218 2012-08-01  Marek Polacek  <polacek@redhat.com>
33219
33220         * libc/Makeconfig: Use elf in place of binfmt-subdir.
33221         Use dlfcn directly instead of a variable.
33222         (binfmt-subdir): Do not define.
33223         (dlfcn): Likewise.
33224
33225 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
33226
33227         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
33228         Remove all definitions.
33229         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
33230         <kernel-features.h>.
33231         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
33232         (miss_F_GETOWN_EX): Remove all definitions.
33233         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
33234         macro definition.
33235         [!__ASSUME_FCNTL64]: Remove conditional code.
33236         [__ASSUME_FCNTL64]: Make code unconditional.
33237         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
33238         <kernel-features.h>.
33239         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
33240         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
33241         (lockf64) [__NR_fcntl64]: Make code unconditional.
33242         (lockf64) [__ASSUME_FCNTL64]: Likewise.
33243
33244         * sysdeps/unix/sysv/linux/kernel-features.h
33245         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
33246         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
33247         Make code unconditional.
33248         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33249         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33250         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
33251         [__NR_vfork]: Make code unconditional.
33252         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33253         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33254         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
33255         [__NR_vfork]: Make code unconditional.
33256         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33257         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33258
33259 2012-08-01  Roland McGrath  <roland@hack.frob.com>
33260
33261         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
33262         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
33263
33264         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33265         Define mkstemp64 as an alias.
33266         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33267         Define mkstemps64 as an alias.
33268         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33269         Define mkostemp64 as an alias.
33270         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33271         Define mkostemps64 as an alias.
33272         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
33273         Conditionalize body on this.
33274         * misc/mkostemp64.c: Likewise.
33275         * misc/mkostemps64.c: Likewise.
33276         * misc/mkstemps64.c: Likewise.
33277         * sysdeps/wordsize-64/mkstemp64.c: File removed.
33278         * sysdeps/wordsize-64/mkostemp64.c: File removed.
33279         * sysdeps/wordsize-64/mkostemp.c: File removed.
33280         * sysdeps/wordsize-64/mkstemp.c: File removed.
33281         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
33282         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
33283         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
33284         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
33285
33286         [BZ #14138]
33287         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
33288         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
33289         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
33290         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
33291
33292         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
33293         compat_symbol macros from <shlib-compat.h> rather than the underlying
33294         default_symbol_version and symbol_version macros, so that DEFAULT
33295         lines in shlib-versions are respected.
33296         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
33297
33298 2012-08-01  Florian Weimer  <fweimer@redhat.com>
33299
33300         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
33301         Declare with warn_unused_result.
33302         (setgid, setregid, setegid, setresgid): Likewise.
33303         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
33304         Likewise.
33305         * WUR-REPORT: Remove set*id functions.
33306
33307 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
33308
33309         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
33310
33311 2012-07-31  Roland McGrath  <roland@hack.frob.com>
33312
33313         [BZ #10191]
33314         * include/sys/socket.h (__libc_accept, __libc_accept4):
33315         Add attribute_hidden.
33316         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
33317
33318         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
33319         use of PTR_MANGLE.
33320         * inet/getnetgrent_r.c (setup): Likewise.
33321
33322         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
33323
33324 2012-07-31  David S. Miller  <davem@davemloft.net>
33325
33326         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33327
33328 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
33329
33330         [BZ #13629]
33331         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
33332         value between 1.0 and 2.0 and smaller part has absolute value less
33333         than 1.0.
33334         * math/s_clog10.c (__clog10): Likewise.
33335         * math/s_clog10f.c (__clog10f): Likewise.
33336         * math/s_clog10l.c (__clog10l): Likewise.
33337         * math/s_clogf.c (__clogf): Likewise.
33338         * math/s_clogl.c (__clogl): Likewise.
33339         * math/libm-test.inc (clog_test): Add more tests.
33340         (clog10_test): Likewise.
33341         * sysdeps/i386/fpu/libm-test-ulps: Update.
33342         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33343
33344 2012-07-31  Florian Weimer  <fweimer@redhat.com>
33345
33346         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
33347         Exit with zero in case no suitable GID is found, and write a
33348         message to standard error.
33349
33350 2012-07-30  Roland McGrath  <roland@hack.frob.com>
33351
33352         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
33353         rather than to 1.
33354         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
33355         (MAXPATHLEN): Removed.
33356         (NOGROUP, NODEV): New macros.
33357         (setbit, clrbit, isset, isclr): New macros.
33358         (howmany, roundup, powerof2): New macros.
33359         (DEV_BSIZE): New macro.
33360
33361         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
33362         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
33363
33364         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
33365         definition on [!__NO_LONG_DOUBLE_MATH].
33366
33367         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
33368         PTR_MANGLE and PTR_DEMANGLE.
33369
33370         * socket/accept4.c (accept4): Rename to __libc_accept4.
33371         Define accept4 as a weak alias.
33372
33373         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
33374         on [_DIRENT_HAVE_D_TYPE].
33375         * io/ftw.c (ftw_dir): Likewise.
33376
33377         * io/xmknod.c (__xmknod): Don't check PATH for being null.
33378
33379         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
33380
33381         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
33382         Use the BSD numbers rather than the arbitrary ones we had.
33383         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
33384         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
33385         (SIGXCPU, SIGXFSZ): New macros.
33386         (_NSIG): Now 32.
33387
33388         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
33389         initializer on [_LIBC_REENTRANT].
33390
33391         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
33392         definitions inside [_POSIX_MAPPED_FILES].
33393
33394         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
33395
33396         * dirent/opendir.c: Include <fcntl.h>.
33397
33398         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
33399         (__libc_getspecific): Likewise.
33400         (__libc_key_create): Likewise.
33401
33402         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
33403         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
33404         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
33405         (tmpfile64): Define as alias.
33406         * sysdeps/wordsize-64/tmpfile.c: File removed.
33407         * sysdeps/wordsize-64/tmpfile64.c: File removed.
33408         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
33409         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
33410
33411         * stdio-common/vfscanf.c: Include <stdbool.h>.
33412         * nss/makedb.c: Likewise.
33413         * stdio-common/_i18n_number.h: Likewise.
33414         * argp/argp-help.c: Likewise.
33415         * posix/wordexp.c: Likewise.
33416         * sysdeps/posix/spawni.c: Likewise.
33417         * nss/nss_files/files-initgroups.c: Likewise.
33418         * stdio-common/reg-modifier.c: Include <stdlib.h>.
33419         * nss/nss_files/files-initgroups.c: Likewise.
33420         * nss/nss_db/db-netgrp.c: Likewise.
33421         * nss/nss_db/db-initgroups.c: Likewise.
33422         * io/fchmodat.c: Include <sys/stat.h>.
33423
33424         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
33425         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
33426
33427         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
33428         [HAVE_MMAP].
33429
33430         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
33431         Add multiple inclusion protection.
33432
33433 2012-07-27  David S. Miller  <davem@davemloft.net>
33434
33435         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33436
33437 2012-07-27  Gary Benson  <gbenson@redhat.com>
33438
33439         [BZ #14298]
33440         * elf/rtld.c: Include <stap-probe.h>.
33441         (dl_main): Added static probes "init_start" and "init_complete".
33442         * elf/dl-load.c: Include <stap-probe.h>.
33443         (lose): Take new parameter "nsid".
33444         Added static probe "map_failed".
33445         (_dl_map_object_from_fd): Pass namespace id to lose.
33446         Added static probe "map_start".
33447         (open_verify): Pass namespace id to lose.
33448         * elf/dl-open.c: Include <stap-probe.h>.
33449         (dl_open_worker) Added static probes "map_complete", "reloc_start"
33450         and "reloc_complete".
33451         * elf/dl-close.c: Include <stap-probe.h>.
33452         (_dl_close_worker): Added static probes "unmap_start" and
33453         "unmap_complete".
33454         * elf/rtld-debugger-interface.txt: New file documenting the above.
33455
33456 2012-07-26  Roland McGrath  <roland@hack.frob.com>
33457
33458         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
33459         rather than a string variable.
33460         * sunrpc/rpc_main.c (h_output): Likewise.
33461         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
33462
33463 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
33464
33465         * inet/check_native.c: New file.
33466
33467 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
33468
33469         [BZ #13629]
33470         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
33471         if larger part has absolute value 1.0.
33472         * math/s_clog10.c (__clog10): Likewise.
33473         * math/s_clog10f.c (__clog10f): Likewise.
33474         * math/s_clog10l.c (__clog10l): Likewise.
33475         * math/s_clogf.c (__clogf): Likewise.
33476         * math/s_clogl.c (__clogl): Likewise.
33477         * math/libm-test.inc (clog_test): Add more tests.
33478         (clog10_test): Likewise.
33479         * sysdeps/i386/fpu/libm-test-ulps: Update.
33480         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33481
33482         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
33483         (pltexit): Likewise.
33484         (La_regs): Likewise.
33485         (La_retval): Likewise.
33486         (int_retval): Likewise.
33487         Update #error for removed macros to refer only to definitions in
33488         tst-audit.h.
33489         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
33490         macro.
33491         (pltexit): Likewise.
33492         (La_regs): Likewise.
33493         (La_retval): Likewise.
33494         (int_retval): Likewise.
33495         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
33496         macro.
33497         (pltexit): Likewise.
33498         (La_regs): Likewise.
33499         (La_retval): Likewise.
33500         (int_retval): Likewise.
33501         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
33502         macro.
33503         (pltexit): Likewise.
33504         (La_regs): Likewise.
33505         (La_retval): Likewise.
33506         (int_retval): Likewise.
33507         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
33508         macro.
33509         (pltexit): Likewise.
33510         (La_regs): Likewise.
33511         (La_retval): Likewise.
33512         (int_retval): Likewise.
33513         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
33514         macro.
33515         (pltexit): Likewise.
33516         (La_regs): Likewise.
33517         (La_retval): Likewise.
33518         (int_retval): Likewise.
33519         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
33520         macro.
33521         (pltexit): Likewise.
33522         (La_regs): Likewise.
33523         (La_retval): Likewise.
33524         (int_retval): Likewise.
33525         * sysdeps/generic/tst-audit.h: Update comment to refer only to
33526         macro definitions in tst-audit.h.
33527         * sysdeps/i386/tst-audit.h: New file.
33528         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
33529         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
33530         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
33531         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
33532         * sysdeps/sh/tst-audit.h: Likewise.
33533         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
33534         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
33535         * sysdeps/x86_64/tst-audit.h: Likewise.
33536
33537 2012-07-26  Andreas Jaeger  <aj@suse.de>
33538
33539         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
33540         ptrace.
33541
33542         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
33543         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
33544         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
33545         PTRACE_O_MASK.
33546         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
33547         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
33548         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
33549
33550         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
33551         value.
33552
33553         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
33554         _sigsys.
33555         (si_call_addr, si_syscall, si_arch): Define new macro.
33556         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
33557         _sigsys.
33558         (si_call_addr, si_syscall, si_arch): Define new marcro.
33559         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
33560         _sigsys.
33561         (si_call_addr, si_syscall, si_arch): Define new macro.
33562         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
33563         _sigsys.
33564         (si_call_addr, si_syscall, si_arch): Define new macro.
33565
33566 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
33567
33568         [BZ #13717]
33569         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33570         Change to 2.4.21 where previously 2.4.1.
33571         * sysdeps/unix/sysv/linux/configure: Regenerated.
33572         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
33573         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
33574         Linux kernel version.
33575         (__ASSUME_STD_AUXV): Remove.
33576         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
33577         kernel version.
33578         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
33579         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
33580         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
33581         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
33582         (__ASSUME_NETLINK_SUPPORT): Likewise.
33583         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
33584         (__no_netlink_support): Remove conditional definition.
33585         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
33586         Remove.
33587         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
33588         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
33589         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
33590         (if_nameindex_ioctl): Remove.
33591         (if_nameindex_netlink): Do not handle __no_netlink_support.
33592         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
33593         code.
33594         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
33595         Remove conditional code.
33596         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
33597         code.
33598         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
33599         unconditional.
33600         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
33601         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
33602         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
33603         Remove.
33604         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
33605         [!__ASSUME_STD_AUXV]: Remove conditional code.
33606         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
33607         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
33608         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
33609         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
33610         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
33611         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
33612         code.
33613         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
33614         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
33615         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
33616         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
33617         conditional code.
33618         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
33619         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
33620         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
33621         code.
33622         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
33623         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
33624         conditional code.
33625         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
33626         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
33627         code unconditional.
33628         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33629         conditional code.
33630         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33631         unconditional.
33632         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33633         conditional code.
33634         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
33635         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33636         unconditional.
33637         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33638         conditional code.
33639         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
33640         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
33641         code unconditional.
33642         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33643         conditional code.
33644         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33645         unconditional.
33646         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33647         conditional code.
33648         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
33649         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
33650         code unconditional.
33651         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33652         conditional code.
33653         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33654         unconditional.
33655         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33656         conditional code.
33657
33658 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
33659
33660         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
33661         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
33662         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
33663         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
33664         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
33665         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
33666         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
33667         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
33668         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
33669         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
33670         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
33671         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
33672         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
33673         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
33674         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
33675         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
33676         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
33677         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
33678         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
33679         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
33680         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
33681         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
33682         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
33683
33684 2012-07-25  Florian Weimer  <fweimer@redhat.com>
33685
33686         * Versions.def: Add GLIBC_2.17.
33687         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
33688         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
33689         Introduce __libc_secure_getenv.
33690         * stdlib/Versions (2.17): Add secure_getenv
33691         (GLIBC_PRIVATE): Add __libc_secure_getenv.
33692         * stdlib/secure-getenv.c: Rename __secure_getenv to
33693         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
33694         symbol __secure_getenv for GLIBC_2.0.
33695         * stdlib/tst-secure-getenv.c: New.
33696         * stdlib/Makefile (tests): Add testcase.
33697         * manual/startup.texi (Environment Access): Document
33698         secure_getenv.
33699         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
33700         __libc_secure_getenv.
33701         * inet/ruserpass.c (ruserpass): Likewise.
33702         * malloc/mtrace.c (mtrace): Likewise.
33703         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
33704         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
33705         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
33706         * sysdeps/posix/tempname.c: Likewise.  Evaluate
33707         HAVE_SECURE_GETENV.
33708         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
33709         __secure_getenv to __libc_secure_getenv.
33710         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
33711         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33712         Likewise.
33713         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33714         Likewise.
33715         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33716         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33717         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33718         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33719         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33720         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33721         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33722
33723 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
33724
33725         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
33726         (struct La_i86_retval): Likewise.
33727         (struct La_x86_64_regs): Likewise.
33728         (struct La_x86_64_retval): Likewise.
33729         (struct La_x32_regs): Likewise.
33730         (struct La_x32_retval): Likewise.
33731         (struct La_ppc32_regs): Likewise.
33732         (struct La_ppc32_retval): Likewise.
33733         (struct La_ppc64_regs): Likewise.
33734         (struct La_ppc64_retval): Likewise.
33735         (struct La_sh_regs): Likewise.
33736         (struct La_sh_retval): Likewise.
33737         (struct La_s390_32_regs): Likewise.
33738         (struct La_s390_32_retval): Likewise.
33739         (struct La_s390_64_regs): Likewise.
33740         (struct La_s390_64_retval): Likewise.
33741         (struct La_sparc32_regs): Likewise.
33742         (struct La_sparc32_retval): Likewise.
33743         (struct La_sparc64_regs): Likewise.
33744         (struct La_sparc64_retval): Likewise.
33745         (struct audit_ifaces): Remove architecture-specific pltenter and
33746         pltexit members.
33747         * sysdeps/i386/ldsodefs.h: New file.
33748         * sysdeps/powerpc/ldsodefs.h: Likewise.
33749         * sysdeps/s390/ldsodefs.h: Likewise.
33750         * sysdeps/sh/ldsodefs.h: Likewise.
33751         * sysdeps/sparc/ldsodefs.h: Likewise.
33752         * sysdeps/x86_64/ldsodefs.h: Likewise.
33753
33754 2012-07-25  Marek Polacek  <polacek@redhat.com>
33755
33756         [BZ #6808]
33757         * math/libm-test.inc (yn_test): Add another test.
33758         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
33759         to ERANGE when the result is +-Inf.
33760         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
33761         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
33762         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
33763         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
33764
33765 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
33766
33767         * conform/data/time.h-data (NULL): Use macro-constant.  Require
33768         equal to 0.
33769         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
33770         clock_t.
33771         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
33772
33773 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
33774
33775         * configure.in <sysdeps resolving>: Correct printing
33776         Implies_before.
33777         * configure: Regenerate.
33778
33779 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
33780
33781         * math/w_ilogb.c: Include <limits.h>.
33782         * math/w_ilogbl.c: Likewise.
33783
33784 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
33785
33786         * manual/lang.texi (__va_copy): Document primarily as ISO C99
33787         va_copy.  Document allowing for unavailable va_copy only as
33788         pre-C99 compatibility.
33789         * manual/string.texi (Copying and Concatenation): Use va_copy
33790         instead of __va_copy in concat example.
33791
33792 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
33793
33794         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
33795         (__sendto): Use create_address_port.  Initialize APORT and deallocate
33796         it if not null.
33797
33798         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
33799         with O_NOLINK passed to __file_name_lookup.
33800
33801         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
33802         with O_NOLINK passed to __file_name_lookup.
33803
33804         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
33805         negative N or less than NGIDS.
33806
33807         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
33808         type to string_t.  Set ERANGE as errno and return it if NAME is not big
33809         enough.  Use memcpy instead of strncpy.
33810
33811 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
33812
33813         * elf/Makefile (check-data): Remove.
33814         (localplt.data): New vpath directive.
33815         ($(objpfx)check-localplt.out): Use localplt.data from vpath
33816         instead of $(check-data).
33817         * scripts/data/localplt-generic.data: Move to ...
33818         * sysdeps/generic/localplt.data: ... here.
33819         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
33820         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
33821         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
33822         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
33823         ... here.
33824         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
33825         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
33826         ... here.
33827         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
33828         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
33829         ... here.
33830         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
33831         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
33832         ... here.
33833         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
33834         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
33835         ... here.
33836         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
33837         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
33838         ... here.
33839
33840 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33841
33842         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
33843         PPC32 and PPC64 files.
33844         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
33845         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
33846
33847 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33848
33849         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
33850         __makecontext_ret to ...
33851         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
33852         ... here and call exit if uc_link is NULL.  New file.
33853         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
33854         __makecontext_ret.S.
33855         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
33856         __makecontext_ret to ...
33857         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
33858         ... here and call exit if uc_link is NULL.  New file.
33859         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
33860         __makecontext_ret.S.
33861
33862 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33863
33864         * elf/elf.h (R_390_IRELATIVE): New definition.
33865         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
33866         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
33867         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
33868         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
33869         (elf_machine_lazy_rel): Likewise.
33870         * sysdeps/s390/dl-irel.h: New file.
33871         * sysdeps/s390/s390-64/memcpy.S: New asm code.
33872         * sysdeps/s390/s390-64/memset.S: New asm code.
33873         * sysdeps/s390/s390-64/memcmp.S: New asm code.
33874         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
33875         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
33876         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
33877         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
33878         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
33879         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
33880         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
33881         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
33882         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
33883         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
33884         * sysdeps/s390/s390-32/memcpy.S: New asm code.
33885         * sysdeps/s390/s390-32/memset.S: New asm code.
33886         * sysdeps/s390/s390-32/memcmp.S: New asm code.
33887
33888 2012-07-17  Marek Polacek  <polacek@redhat.com>
33889
33890         [BZ #14349]
33891         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
33892         * sysdeps/s390/s390-64/configure.in: Likewise.
33893         * sysdeps/sparc/configure.in: Likewise.
33894         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
33895         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
33896         * sysdeps/i386/configure.in: Likewise.
33897         * sysdeps/x86_64/configure.in: Likewise.
33898         * sysdeps/sh/configure.in: Likewise.
33899         * sysdeps/s390/s390-32/configure: Regenerated.
33900         * sysdeps/s390/s390-64/configure: Likewise.
33901         * sysdeps/x86_64/configure: Likewise.
33902         * sysdeps/sh/configure: Likewise.
33903         * sysdeps/powerpc/powerpc64/configure: Likewise.
33904         * sysdeps/powerpc/powerpc32/configure: Likewise.
33905         * sysdeps/sparc/configure: Likwise.
33906         * sysdeps/i386/configure: Likewise.
33907
33908         * elf/dl-open.c: Comment fixes.
33909
33910 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
33911
33912         * Makefile [CXX] (check-data): Remove.
33913         [CXX] (c++-types.data): New vpath directive.
33914         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
33915         vpath.  Do not allow for C++ type data being missing.
33916         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
33917         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
33918         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
33919         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
33920         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
33921         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
33922         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
33923         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
33924         ... here.
33925         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
33926         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
33927         ... here.
33928         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
33929         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
33930         ... here.
33931         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
33932         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
33933         ... here.
33934         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
33935         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
33936         ... here.
33937         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
33938         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
33939         ... here.
33940         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
33941         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
33942         ... here.
33943         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
33944         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
33945
33946         * elf/tls-macros.h (TLS_LE): Move architecture-specific
33947         definitions to architecture-specific files.
33948         (TLS_IE): Likewise.
33949         (TLS_LD): Likewise.
33950         (TLS_GD): Likewise.
33951         * sysdeps/i386/tls-macros.h: New file.
33952         * sysdeps/powerpc/tls-macros.h: Likewise.
33953         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
33954         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
33955         * sysdeps/sh/tls-macros.h: Likewise.
33956         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
33957         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
33958         * sysdeps/x86_64/tls-macros.h: Likewise.
33959
33960 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
33961
33962         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
33963         zero value for regular exit case.
33964
33965         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
33966         (__start_context): Preserve zero value for regular exit case.
33967
33968 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
33969             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33970
33971         * manual/setjmp.texi (setcontext): Clarify normal process
33972         termination when uc_link is the null pointer.
33973         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
33974         exit call.
33975
33976 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
33977
33978         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
33979         preprocessor.  Test for each exception mask separately.
33980
33981 2012-07-16  Andreas Jaeger  <aj@suse.de>
33982
33983         * po/ru.po: Update from translation team.
33984
33985 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
33986
33987         * conform/data/string.h-data (NULL): Use macro-constant.  Require
33988         equal to 0.
33989         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
33990         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
33991         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
33992         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
33993         [ISO || ISO99 || ISO11] (*_t): Do not allow.
33994
33995 2012-07-13  Andreas Jaeger  <aj@suse.de>
33996
33997         * po/fr.po: Update from translation team.
33998
33999 2012-07-12  Marek Polacek  <polacek@redhat.com>
34000
34001         [BZ #14173]
34002         * math/libm-test.inc (yn_test): Add test for BZ #14173.
34003         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
34004         loop condition.
34005
34006 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
34007
34008         [BZ #13717]
34009         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
34010         Change to 2.4.1 where previously 2.4.0.
34011         * sysdeps/unix/sysv/linux/configure: Regenerated.
34012         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
34013         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
34014         version.
34015         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
34016         (__ASSUME_AT_CLKTCK): Remove.
34017         (__ASSUME_AT_PAGESIZE): Likewise.
34018         (__ASSUME_AT_XID): Likewise.
34019         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
34020         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
34021         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
34022         unconditionally.
34023         (HAVE_AUX_PAGESIZE): Likewise.
34024         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
34025         [__ASSUME_AT_CLKTCK]: Make code unconditional.
34026         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
34027
34028 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
34029
34030         [BZ #14307]
34031         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
34032         the temporary buffer used to invoke __gethostbyname2_r,
34033         __gethostbyaddr_r and gethostbyname4_r to make room for struct
34034         host_data / struct gaih_addrtuple.
34035         * resolv/nss_dns/dns-host.c (global scope): Move definition of
34036         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
34037         header file nss/nsswitch.h.
34038         * nss/nsswitch.h (global scope): Add definition of implementation
34039         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
34040         resolv/nss_dns/dns-host.c).
34041
34042 2012-07-11  Andreas Jaeger  <aj@suse.de>
34043
34044         * po/fr.po: Update from translation team.
34045
34046         * po/sv.po: Update from translation team
34047         * po/fr.po: Another update from translation team.
34048
34049 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34050
34051         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
34052         for subnormals or multiply small sinh result by itself.
34053         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
34054         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34055
34056 2012-07-11  David S. Miller  <davem@davemloft.net>
34057
34058         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34059
34060 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
34061
34062         [BZ #14347]
34063         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
34064         (INTERNAL_MARK): Shift it here.
34065
34066 2012-07-10  Marek Polacek  <polacek@redhat.com>
34067
34068         [BZ #14151]
34069         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
34070         libc_cv_asm_global_directive with .globl.
34071         * configure: Regenerated.
34072         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
34073         with .globl.
34074         * sysdeps/i386/configure: Regenerated.
34075         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
34076         with .globl.
34077         * sysdeps/x86_64/configure: Regenerated.
34078         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
34079         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
34080         * elf/tst-unique2mod2.c: Likewise.
34081         * elf/tst-unique2mod1.c: Likewise.
34082         * elf/tst-unique1mod2.c: Likewise.
34083         * elf/tst-unique1mod1.c: Likewise.
34084         * sysdeps/s390/s390-32/sysdep.h: Likewise.
34085         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
34086         * sysdeps/s390/s390-64/sysdep.h: Likewise.
34087         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
34088         * sysdeps/mach/sysdep.h: Likewise.
34089         * sysdeps/i386/sysdep.h: Likewise.
34090         * sysdeps/i386/i386-mcount.S: Likewise.
34091         * sysdeps/x86_64/_mcount.S: Likewise.
34092         * sysdeps/x86_64/sysdep.h: Likewise.
34093         * sysdeps/sh/_mcount.S: Likewise.
34094         * sysdeps/sh/sysdep.h: Likewise.
34095         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
34096         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
34097         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
34098         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
34099         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
34100         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
34101         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
34102         * locale/localeinfo.h: Likewise.
34103         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
34104         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
34105
34106 2012-07-09  Roland McGrath  <roland@hack.frob.com>
34107
34108         [BZ #14336]
34109         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
34110         system".
34111         * manual/message.texi (The Uniforum approach): Likewise.
34112         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
34113         (glibc iconv Implementation): Likewise.
34114
34115 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
34116
34117         [BZ #14337]
34118         * math/s_clog.c (__clog): Avoid scaling a value down where that
34119         could result in underflow.
34120         * math/s_clog10.c (__clog10): Likewise.
34121         * math/s_clog10f.c (__clog10f): Likewise.
34122         * math/s_clog10l.c (__clog10l): Likewise.
34123         * math/s_clogf.c (__clogf): Likewise.
34124         * math/s_clogl.c (__clogl): Likewise.
34125         * math/libm-test.inc (clog_test): Add more tests.
34126         (clog10_test): Likewise.
34127         * sysdeps/i386/fpu/libm-test-ulps: Update.
34128         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34129
34130 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
34131
34132         [BZ #14283]
34133         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
34134         by 7 not 8 to examine high bit of fractional part.
34135
34136         [BZ #14042]
34137         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
34138         for call to __mcount_internal.
34139         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
34140         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
34141         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
34142
34143 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
34144
34145         [BZ #14154]
34146         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
34147         approximation for values within 0x1p-13f of an odd multiple of
34148         pi/4.
34149         * math/libm-test.inc (tan_test): Do not allow spurious underflow
34150         exception.  Add more tests.
34151         * sysdeps/i386/fpu/libm-test-ulps: Update.
34152
34153         [BZ #6778]
34154         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
34155         inputs and return -1 for them.  Do not check for +Inf in case not
34156         reachable for +Inf.
34157         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
34158         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
34159         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
34160         and return -1 for them.  Do not check for +Inf in case not
34161         reachable for +Inf.
34162         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
34163         define.
34164         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
34165         and return -1 for them.  Do not check for +Inf in case not
34166         reachable for +Inf.
34167         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
34168         spurious underflow.
34169         * sysdeps/i386/fpu/libm-test-ulps: Update.
34170         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34171
34172 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
34173
34174         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
34175
34176 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
34177
34178         [BZ #14157]
34179         [BZ #14331]
34180         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
34181         could result in spurious underflow.  Scale down values above
34182         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
34183         * math/s_csqrtf.c (__csqrtf): Likewise.
34184         * math/s_csqrtl.c (__csqrtl): Likewise.
34185         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
34186         spurious underflow.
34187         * sysdeps/i386/fpu/libm-test-ulps: Update.
34188         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34189
34190 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
34191
34192         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
34193         xopen-msg.sed.
34194         * catgets/xopen-msg.awk: New file.
34195         * catgets/xopen-msg.sed: Removed.
34196
34197         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
34198         po2text.sed.
34199         * intl/po2test.awk: New file.
34200         * intl/po2test.sed: Removed.
34201
34202 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
34203
34204         [BZ #14328]
34205         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
34206         or multiply small sinh result by itself.
34207         * math/s_ctanf.c (__ctanf): Likewise.
34208         * math/s_ctanh.c (__ctanh): Likewise.
34209         * math/s_ctanhf.c (__ctanhf): Likewise.
34210         * math/s_ctanhl.c (__ctanhl): Likewise.
34211         * math/s_ctanl.c (__ctanl): Likewise.
34212         * math/libm-test.inc (ctan_test_tonearest): New function.
34213         (ctan_test_towardzero): Likewise.
34214         (ctan_test_downward): Likewise.
34215         (ctan_test_upward): Likewise.
34216         (ctanh_test_tonearest): Likewise.
34217         (ctanh_test_towardzero): Likewise.
34218         (ctanh_test_downward): Likewise.
34219         (ctanh_test_upward): Likewise.
34220         (main): Call these new functions.
34221         * sysdeps/i386/fpu/libm-test-ulps: Update.
34222         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34223
34224 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
34225
34226         * .gitignore: Delete /ports entry.
34227
34228 2012-07-03  Andreas Jaeger  <aj@suse.de>
34229
34230         * po/bg.po: Update from translation team.
34231         * po/cs.po: Likewise.
34232         * po/de.po: Likewise.
34233         * po/hr.po: Likewise.
34234         * po/nl.pl: Likewise.
34235         * po/pl.po: Likewise.
34236         * po/vi.po: Likewise.
34237
34238 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
34239
34240         * Makeconfig [!+link] (+link-before-libc): New variable.
34241         [!+link] (+link-after-libc): Likewise.
34242         [!+link] (+link-tests): Likewise.
34243         [!+link] (+link): Define in terms of $(+link-before-libc) and
34244         $(+link-after-libc).
34245         [!+link-static] (+link-static-before-libc): New variable.
34246         [!+link-static] (+link-static-after-libc): Likewise.
34247         [!+link-static] (+link-static-tests): Likewise.
34248         [!+link-static] (+link-static): Define in terms of
34249         $(+link-static-before-libc) and $(+link-static-after-libc).
34250         [build-shared] (link-libc-before-gnulib): New variable.
34251         [build-shared] (link-libc-tests): Likewise.
34252         [build-shared] (link-libc): Define in terms of
34253         $(link-libc-before-gnulib).
34254         [!build-shared] (link-libc-tests): New variable.
34255         (link-libc-static-tests): New variable.
34256         [!gnulib] (gnulib-arch): New variable.
34257         [!gnulib] (gnulib-tests): Likewise.
34258         [!gnulib] (static-gnulib-arch): Likewise.
34259         [!gnulib] (static-gnulib-tests): Likewise.
34260         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
34261         Define with "=" instead of ":=".
34262         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
34263         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
34264         * Rules (binaries-all-notests): New variable.
34265         (binaries-all-tests): Likewise.
34266         (binaries-static-notests): Likewise.
34267         (binaries-static-tests): Likewise.
34268         (binaries-all): Define using $(binaries-all-notests) and
34269         $(binaries-all-tests).
34270         (binaries-static): Define using $(binaries-static-notests) and
34271         $(binaries-static-tests).
34272         (binaries-shared-tests): New variable.
34273         (binaries-shared-notests): Likewise.
34274         (binaries-shared): Remove variable.
34275         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
34276         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
34277         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
34278         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
34279         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
34280         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
34281         * elf/Makefile (sln-modules): New variable.
34282         (extra-objs): Add $(sln-modules:=.o).
34283         (ldconfig-modules): Add static-stubs.
34284         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
34285         * elf/static-stubs.c: New file.
34286
34287         [BZ #14283]
34288         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
34289         by 7 not 8 to examine high bit of fractional part.  Use volatile
34290         variables when splitting into final array of floats if
34291         __FLT_EVAL_METHOD__ != 0.
34292         * math/libm-test.inc (cos_test): Add another test.
34293         (sin_test): Likewise.
34294         * sysdeps/i386/fpu/libm-test-ulps: Update.
34295
34296         [BZ #14273]
34297         * math/libm-test.inc (cosh_test): Add more tests.
34298
34299         * version.h (RELEASE): Set to "development".
34300         (VERSION): Set to "2.16.90".
34301
34302 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
34303
34304         * NEWS: Update copyright. Remove last-updated date.
34305         Mention math library bug fixes and timezone data changes.
34306         * README: Mention GNU/Hurd, x32, and HPPA support status.
34307
34308 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
34309
34310         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
34311
34312 2012-06-27  Andreas Jaeger  <aj@suse.de>
34313
34314         * manual/contrib.texi (Contributors): Add Samuel Thibault.
34315
34316 2012-06-25  Andreas Jaeger  <aj@suse.de>
34317
34318         * sysdeps/s390/fpu/libm-test-ulps: Update.
34319
34320 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
34321             Thomas Schwinge  <thomas@codesourcery.com>
34322
34323         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
34324         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
34325         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
34326         fanotify_mark.
34327
34328 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
34329
34330         * sysdeps/mach/start.c: Remove file.
34331         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
34332         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
34333         * sysdeps/sh/init-first.c: Likewise.
34334
34335         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
34336         registers for frame unwinding purposes, add CFI directives.
34337         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
34338         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
34339         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
34340         Likewise.
34341
34342         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
34343         __fortify_fail returning.
34344         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
34345
34346         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
34347         sysdeps/sh/____longjmp_chk.S.
34348         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
34349         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
34350         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
34351         (gen-as-const-headers): Append sigaltstack-offsets.sym.
34352
34353         * sysdeps/sh/abort-instr.h: New file.
34354         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
34355         process in case exit returns.
34356
34357         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
34358         initialize the GOT register before use.
34359
34360         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
34361         calculation of ARGC > 4.
34362
34363         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
34364         meaningful names to some local labels.
34365
34366 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
34367             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
34368
34369         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
34370         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
34371         (__arch_compare_and_exchange_val_16_acq): Likewise.
34372         (__arch_compare_and_exchange_val_32_acq): Likewise.
34373         (atomic_exchange_and_add): Fix gUSA sequence.
34374         (atomic_add): Likewise.
34375         (atomic_add_negative): Likewise.
34376         (atomic_add_zero): Likewise.
34377         (atomic_bit_test_set): Likewise.
34378
34379 2012-06-22  Andreas Schwab  <schwab@redhat.com>
34380
34381         [BZ #13579]
34382         * include/link.h (struct link_map): Add l_free_initfini.
34383         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
34384         l_initfini.
34385         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
34386         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
34387         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
34388         set.
34389
34390 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
34391
34392         * configure.in: Use AC_LANG_SOURCE.
34393         * configure: Regenerate.
34394
34395 2012-06-22  Roland McGrath  <roland@hack.frob.com>
34396
34397         * configure.in (libc_cv_localstatedir): New substituted variable.
34398         * configure: Regenerated.
34399         * config.make.in (localstatedir): New variable, substituted from
34400         libc_cv_localstatedir.
34401         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
34402         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
34403         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
34404         * sysdeps/gnu/configure: Regenerated.
34405
34406 2012-06-21  Jeff Law  <law@redhat.com>
34407
34408         [BZ #14277]
34409         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
34410         free.  Simplify list management for _LIBC case.
34411
34412 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
34413
34414         [BZ #14273]
34415         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
34416         Clear sign bit of 64-bit integer value before comparing against
34417         overflow value.
34418
34419         * sysdeps/mach/configure: Regenerated.
34420
34421 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
34422
34423         [BZ #14278]
34424         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
34425
34426 2012-06-21  Jeff Law  <law@redhat.com>
34427
34428         [BZ #13882]
34429         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
34430         uint16_t for elements in the "seen" array to avoid char overflows.
34431         * elf/dl-fini.c (_dl_sort_fini): Likewise.
34432         * elf/dl-open.c (dl_open_worker): Likewise.
34433
34434 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
34435
34436         * scripts/list-sources.sh: Scan PORTS for translations.
34437         * po/libc.pot: Regenerated.
34438
34439 2012-06-21  Andreas Jaeger  <aj@suse.de>
34440
34441         [BZ #12194]
34442         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
34443         warning.
34444         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
34445         * bits/byteswap-16.h (__bswap_16): Likewise.
34446         * bits/byteswap.h (__bswap_constant_16): Likewise.
34447
34448 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
34449
34450         [BZ #14117]
34451         * sysdeps/i386/fpu_control.h: Removed.
34452         * sysdeps/x86_64/fpu_control.h: Moved to ...
34453         * sysdeps/x86/fpu_control.h: Here.
34454
34455         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
34456         (_FPU_SETCW): Likewise.
34457
34458 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
34459
34460         [BZ #14117]
34461         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
34462         * sysdeps/x86/fpu/bits/mathinline.h: This.
34463         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
34464
34465         [BZ #14050]
34466         [BZ #14117]
34467         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
34468         functions if __x86_64__ is defined.
34469
34470 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
34471
34472         * string/endian.h: Add !__ASSEMBLER__ condition for including
34473         conversion interfaces.
34474
34475 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
34476
34477         [BZ #14241]
34478         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
34479         of ABS(x) in calculating zero to negative powers other than odd
34480         integers.
34481         * math/libm-test.inc (pow_test): Add more tests.
34482
34483 2012-06-15  Andreas Jaeger  <aj@suse.de>
34484
34485         * manual/contrib.texi (Contributors): Update entry of Liubov
34486         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
34487         Machado Filho.
34488
34489 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
34490
34491         * string/string.h: Add __wur to GNU version of strerror_r.
34492
34493 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
34494
34495         [BZ #14229]
34496         * string/Makefile (tests): Add tst-strtok_r.
34497         * string/tst-strtok_r.c: New file.
34498         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
34499         RAX_LP/RDX_LP on SAVE_PTR.
34500
34501 2012-06-14  Roland McGrath  <roland@hack.frob.com>
34502
34503         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
34504
34505 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
34506
34507         * libm_test.inc (csqrt_test): Allow more spurious underflow
34508         exceptions.
34509         (j0_test): Likewise.
34510         (j1_test): Likewise.
34511         (y0_test): Likewise.
34512         (y1_test): Likewise.
34513
34514 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
34515
34516         * po/Makefile (libc.pot): Use UTF-8 charset.
34517
34518 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
34519
34520         [BZ #14210]
34521         Suppress sign-conversion warning from FD_SET.
34522         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
34523         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
34524         not unsigned long int.
34525         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
34526
34527 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
34528
34529         [BZ #14050]
34530         [BZ #14117]
34531         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
34532         __extern_always_inline instead of __extern_inline.
34533         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
34534         (__signbit): Likewise.
34535         (__signbitl): Support C++ namespace.
34536         (lrintf): New inline function.
34537         (lrint): Likewise.
34538         (llrintf): Likewise.
34539         (llrint): Likewise.
34540         (fmaxf): Likewise.
34541         (fmax): Likewise.
34542         (fminf): Likewise.
34543         (fmin): Likewise.
34544         (rint): Likewise.
34545         (rintf): Likewise.
34546         (ceil): Likewise.
34547         (ceilf): Likewise.
34548         (floor): Likewise.
34549         (floorf): Likewise.
34550         (nearbyint): Likewise.
34551         (nearbyintf): Likewise.
34552
34553 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
34554
34555         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
34556         non-default versions.
34557
34558 2012-06-11  Roland McGrath  <roland@hack.frob.com>
34559
34560         [BZ #14218]
34561         * manual/argp.texi (Argp): Reword argp_parse description slightly.
34562
34563 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
34564
34565         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
34566         (FE_UPWARD, FE_DOWNWARD): Don't define.
34567         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
34568         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
34569
34570         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
34571         reading it.
34572         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
34573         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
34574
34575 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
34576
34577         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
34578         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
34579         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
34580         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
34581
34582 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
34583
34584         [BZ #14117]
34585         * sysdeps/i386/fpu/bits/fenv.h: Removed.
34586         * sysdeps/i386/fpu/Implies: New file.
34587         * sysdeps/x86_64/fpu/Implies: Likewise.
34588         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
34589         * sysdeps/x86/fpu/bits/fenv.h: This.
34590
34591         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
34592         __SSE_MATH__.
34593
34594 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
34595
34596         [BZ #14134]
34597         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
34598         character 0xffff that matches the last element of the
34599         conversion table.
34600
34601 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34602
34603         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
34604         fmodl commit.
34605
34606 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34607
34608         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
34609         values higher than 25.6283.
34610
34611 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34612
34613         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
34614         subnormal exponent extraction and add some __builtin_expect.
34615         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
34616         Fix for subnormal mantissa calculation.
34617
34618 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
34619
34620         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
34621         cpu2 is -1 and errno is not ENOSYS.
34622
34623 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
34624
34625         [BZ #14117]
34626         * sysdeps/i386/i486/bits/string.h: Renamed to ...
34627         * sysdeps/x86/bits/string.h: This.
34628         * sysdeps/x86_64/bits/string.h: Removed.
34629
34630         * sysdeps/i386/i486/bits/string.h: Define inline functions only
34631         if not compiling for x86-64, but compiling for >= i486.
34632
34633         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
34634         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
34635
34636         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
34637         New macro from Linux kernel 3.4.0.
34638         (FP_XSTATE_MAGIC2): Likewise.
34639         (FP_XSTATE_MAGIC2_SIZE): Likewise.
34640         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
34641         (struct _fpx_sw_bytes): New struct.
34642         (struct _xsave_hdr): Likewise.
34643         (struct _ymmh_state): Likewise.
34644         (struct _xstate): Likewise.
34645
34646         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
34647         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
34648         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
34649         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
34650         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
34651         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
34652
34653         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
34654         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
34655         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
34656         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
34657         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
34658         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
34659
34660 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34661
34662         [BZ #13743]
34663         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
34664         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
34665         (sysdep_headers): Include sys/platform/ppc.h.
34666         * sysdeps/powerpc/test-gettimebase.c: Test for
34667         __ppc_get_timebase() to catch future ISA opcode/insn changes.
34668         * manual/Makefile (appendices): Include platform.texi.
34669         * manual/contrib.texi (Contributors): Update @node pointers.
34670         * manual/maint.texi (Maintenance): Likewise.
34671         (Platform): New node.
34672         * manual/platform.texi: New file.  Document the new features.
34673
34674 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
34675             Jakub Jelinek  <jakub@redhat.com>
34676
34677         [BZ #14188]
34678         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
34679         where __builtin_expect is unavailable.
34680
34681 2012-06-03  David S. Miller  <davem@davemloft.net>
34682
34683         * stdlib/longlong.h: Updated from GCC.
34684
34685 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
34686
34687         [BZ #14042]
34688         * sysdeps/powerpc/powerpc32/mcount.c: New file.
34689         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
34690         __mcount_internal.
34691         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34692         (GLIBC_2.16): Likewise.
34693
34694 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
34695
34696         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
34697
34698 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
34699
34700         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
34701         (default-abi): New variable.
34702         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
34703         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
34704         variable.
34705         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
34706         Likewise.
34707         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
34708         Likewise.
34709         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
34710         Likewise.
34711
34712         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
34713         definition.  Document in comment.
34714
34715 2012-06-01  David S. Miller  <davem@davemloft.net>
34716
34717         * stdlib/longlong.h: Updated from GCC.
34718
34719 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
34720
34721         [BZ #14117]
34722         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
34723         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
34724         sys/debugreg.h sys/io.h here.
34725         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
34726         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
34727         sys/io.h.
34728         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
34729         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
34730         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
34731         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
34732         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
34733         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
34734
34735         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
34736         Define only if __x86_64__ is defined.
34737
34738 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
34739
34740         [BZ #14048]
34741         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
34742         Use int64_t for variable i.
34743         * math/libm-test.inc (fmod_test): Add more tests.
34744
34745         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
34746         z computation is not scheduled after fetestexcept.
34747         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
34748         Use math_force_eval instead of asm to ensure calculation scheduled
34749         before exception test.
34750         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
34751         Ensure a1 + u.d computation is not scheduled after fetestexcept.
34752
34753 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
34754
34755         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
34756         computation is not scheduled after fetestexcept.
34757
34758 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
34759
34760         [BZ #14117]
34761         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
34762         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
34763
34764 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34765
34766         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
34767         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
34768
34769 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
34770
34771         [BZ #14117]
34772         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
34773         <bits/wordsize.h>.
34774         (__WCHAR_MIN): Support __WORDSIZE == 64.
34775         (__WCHAR_MAX): Likewise.
34776
34777         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
34778         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
34779
34780         [BZ #14183]
34781         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
34782         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
34783
34784         [BZ #14117]
34785         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
34786         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
34787
34788         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
34789         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
34790
34791         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
34792         Defined to 1 if __x86_64__ isn't defined.
34793         (_STAT_VER_LINUX_OLD): New.
34794         (st_atime): Remove duplicate.
34795         (st_mtime): Likewise.
34796         (st_ctime): Likewise.
34797
34798 2012-05-31  David S. Miller  <davem@davemloft.net>
34799
34800         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
34801         entries.
34802
34803 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
34804
34805         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
34806         gen-libm-test.pl.
34807
34808         [BZ #14132]
34809         * elf/dl-reloc.c: Include <_itoa.h>.
34810         (_dl_reloc_bad_type): Remove use of INTUSE.
34811         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
34812         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
34813         * stdio-common/psiginfo.c (psiginfo): Likewise.
34814         * stdio-common/psignal.c (psignal): Likewise.
34815         * string/strsignal.c (strsignal): Likewise.
34816         * include/signal.h (_sys_siglist): Declare hidden proto.
34817         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
34818         INTVARDEF with libc_hidden_data_def.
34819         * stdio-common/itoa-udigits.c: Likewise.
34820         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
34821         (_itoa_lower_digits_internal): Remove declaration.
34822         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
34823         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
34824         (_sys_sigabbrev_internal): Remove aliases.
34825         (_sys_siglist): Define hidden alias.
34826
34827 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
34828
34829         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
34830         bits/sysctl.h.
34831
34832 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
34833
34834         [BZ #14117]
34835         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
34836         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
34837
34838         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
34839         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
34840         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
34841         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
34842         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
34843         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
34844
34845         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
34846         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
34847         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
34848
34849         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
34850         with __addr.
34851         (insw): Likewise.
34852         (insl): Likewise.
34853         (outsb): Likewise.
34854         (outsw): Likewise.
34855         (outsl): Likewise.
34856
34857         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
34858         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
34859         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
34860
34861         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
34862         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
34863         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
34864         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
34865         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
34866         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
34867
34868         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
34869         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
34870
34871         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
34872         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
34873
34874         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
34875         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
34876         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
34877
34878         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
34879         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
34880         to ...
34881         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
34882
34883         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
34884         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
34885         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
34886
34887         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
34888         for x86-64.
34889         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
34890
34891 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
34892
34893         * math/math.h (M_El): Use two more decimal places.
34894         (M_LOG2El): Likewise.
34895         (M_LOG10El): Likewise.
34896         (M_LN2l): Likewise.
34897         (M_LN10l): Likewise.
34898         (M_PIl): Likewise.
34899         (M_PI_2l): Likewise.
34900         (M_PI_4l): Likewise.
34901         (M_1_PIl): Likewise.
34902         (M_2_PIl): Likewise.
34903         (M_2_SQRTPIl): Likewise.
34904         (M_SQRT2l): Likewise.
34905         (M_SQRT1_2l): Likewise.
34906
34907 2012-05-31  David S. Miller  <davem@davemloft.net>
34908
34909         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
34910         values between float registers.
34911         * sysdeps/sparc/sparc64/memset.S: Likewise.
34912         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
34913
34914 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
34915
34916         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
34917         -D_FORTIFY_SOURCE=1.
34918         (CPPFLAGS-tst-longjmp_chk.c): Define.
34919         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
34920         (CPPFLAGS-tst-longjmp_chk2.c): Define.
34921         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
34922         CFLAGS-tst-wchar-h.c.
34923
34924 2012-05-31  Marek Polacek  <polacek@redhat.com>
34925
34926         [BZ #14132]
34927         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
34928         __endmntent_internal): Remove declaration.
34929         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
34930         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
34931         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
34932
34933 2012-05-30  David S. Miller  <davem@davemloft.net>
34934
34935         * sysdeps/sparc/sparc32/soft-fp/q_util.c
34936         (___Q_simulate_exceptions): Use real FP ops rather than writing
34937         into the %fsr.
34938         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
34939         Likewise.
34940
34941 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
34942
34943         [BZ #14117]
34944         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
34945         * sysdeps/x86/bits/xtitypes.h: This.
34946
34947         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
34948         * sysdeps/x86/bits/wordsize.h: This.
34949
34950         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
34951         * sysdeps/x86/bits/huge_vall.h: This.
34952
34953         * sysdeps/i386/bits/select.h: Removed.
34954         * sysdeps/x86_64/bits/select.h: Renamed to ...
34955         * sysdeps/x86/bits/select.h: This.
34956
34957         * sysdeps/i386/bits/setjmp.h: Removed.
34958         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
34959         * sysdeps/x86/bits/setjmp.h: This.
34960
34961         * sysdeps/i386/bits/mathdef.h: Removed.
34962         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
34963         * sysdeps/x86/bits/mathdef.h: This.
34964
34965 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
34966
34967         [BZ #14132]
34968         * include/sys/socket.h (__connect_internal)
34969         (__libc_sa_len_internal): Remove declaration.
34970         (__connect, __libc_sa_len): Declare hidden_proto.
34971         (SA_LEN): Remove use of INTUSE.
34972         * socket/connect.c: Add libc_hidden_def.
34973         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
34974         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
34975         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
34976         alias.
34977         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
34978         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
34979         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
34980         of adding _internal alias.
34981
34982 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
34983
34984         [BZ #14117]
34985         * sysdeps/i386/bits/link.h: Removed.
34986         * sysdeps/i386/bits/linkmap.h: Likewise.
34987         * sysdeps/x86_64/bits/link.h: Renamed to ...
34988         * sysdeps/x86/bits/link.h: This.
34989         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
34990         * sysdeps/x86/bits/linkmap.h: This.
34991
34992         * sysdeps/i386/bits/endian.h: Removed.
34993         * sysdeps/x86_64/bits/endian.h: Renamed to ...
34994         * sysdeps/x86/bits/endian.h: This.
34995
34996         * sysdeps/i386/bits/byteswap.h: Removed.
34997         * sysdeps/i386/bits/byteswap-16.h: Likewise.
34998         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
34999         * sysdeps/x86/bits/byteswap.h: This.
35000         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
35001         * sysdeps/x86/bits/byteswap-16.h: This.
35002         * sysdeps/i386/Implies: Add x86.
35003         * sysdeps/x86_64/Implies: Likewise.
35004
35005 2012-05-30  David S. Miller  <davem@davemloft.net>
35006
35007         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
35008         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
35009         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
35010         (FP_TRAPPING_EXCEPTIONS): Define.
35011         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
35012         (FP_TRAPPING_EXCEPTIONS): Define.
35013         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
35014         subnormals only when inexact has been signalled or underflow
35015         exceptions are enabled.
35016         (_FP_PACK_CANONICAL): Likewise.
35017
35018 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
35019
35020         [BZ #14183]
35021         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
35022         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
35023
35024 2012-05-30  Richard Henderson  <rth@twiddle.net>
35025
35026         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
35027         with #ifndef NOT_IN_libc.
35028
35029         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
35030         marked to avoid plt entry.
35031
35032 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
35033
35034         [BZ #14112]
35035         * Makeconfig (default-abi): New macro.
35036         (abi-includes): Likewise.
35037         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
35038         $(abi-$(default-abi)-lib-soname) for soname if defined.
35039         ($(common-objpfx)gnu/lib-names.stmp): Generate from
35040         abi-variants.
35041         * Makefile (installed-stubs): Likewise.
35042         * include/stubs-biarch.h: Removed.
35043         * scripts/lib-names.awk: Only handle one library at a time.
35044         * scripts/soversions.awk: Remove WORDSIZE support.
35045         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
35046         entries.
35047         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
35048         Removed.
35049         (syscall-list-default-condition): Likewise.
35050         (syscall-list-default-condition): Likewise.
35051         (syscall-list-includes): Likewise.
35052         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
35053         syscall-list-* with abi-*.  Handle undefined abi-variants.
35054         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
35055         * sysdeps/unix/sysv/linux/i386/Implies: New file.
35056         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
35057         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
35058         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
35059         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
35060         Removed.
35061         (syscall-list-32-options): Likewise.
35062         (syscall-list-32-condition): Likewise.
35063         (syscall-list-64-options): Likewise.
35064         (syscall-list-64-condition): Likewise.
35065         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
35066         macro.
35067         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
35068         Renamed to ...
35069         (abi-*): This.
35070         (abi-64-ld-soname): New macro.
35071         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
35072         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
35073         Renamed to ...
35074         (abi-*): This.
35075         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
35076         * sysdeps/x86_64/x32/shlib-versions: Likewise.
35077
35078 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
35079
35080         * sysdeps/unix/sysv/linux/kernel-features.h
35081         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
35082         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
35083         include <kernel-features.h>.
35084         [!__NR_ftruncate64]: Remove conditional code.
35085         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35086         [__NR_ftruncate64]: Make code unconditional.
35087         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35088         * sysdeps/unix/sysv/linux/truncate64.c: Do not
35089         include <kernel-features.h>.
35090         [!__NR_ftruncate64]: Remove conditional code.
35091         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35092         [__NR_ftruncate64]: Make code unconditional.
35093         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35094         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
35095         include <kernel-features.h>.
35096         [!__NR_ftruncate64]: Remove conditional code.
35097         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35098         [__NR_ftruncate64]: Make code unconditional.
35099         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35100         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
35101         include <kernel-features.h>.
35102         [!__NR_ftruncate64]: Remove conditional code.
35103         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35104         [__NR_ftruncate64]: Make code unconditional.
35105         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35106
35107         * configure.in (libc_cv_fpie): Weaken to a compile test using
35108         LIBC_TRY_CC_OPTION.
35109         * configure: Regenerated.
35110
35111 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35112
35113         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
35114         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
35115         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
35116         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
35117         Refreshed.
35118         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
35119         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
35120         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
35121         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
35122         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
35123         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
35124         Refreshed.
35125
35126 2012-05-27  David S. Miller  <davem@davemloft.net>
35127
35128         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
35129         (___Q_zero): New.
35130         (__Q_simulate_exceptions): Return void.  Change to simulate
35131         exceptions by writing into the %fsr.
35132         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
35133         (__Qp_handle_exceptions): Likewise.
35134         (numbers): Delete.
35135         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
35136         __Qp_handle_exceptions.
35137         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
35138         __Qp_handle_exceptions.
35139         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
35140         as unused and give dummy FP_RND_NEAREST initializer.
35141         (FP_INHIBIT_RESULTS): Define.
35142         (___Q_simulate_exceptions): Update declaration.
35143         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
35144         formatting.
35145         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
35146         as unused and give dummy FP_RND_NEAREST initializer.
35147         (__Qp_handle_exceptions): Update declaration.
35148         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
35149         formatting.
35150
35151 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
35152
35153         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
35154         the temporary FPU control word.
35155         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
35156         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
35157         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
35158         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
35159         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
35160         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
35161         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
35162         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
35163         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
35164         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
35165         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
35166
35167 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
35168
35169         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
35170         fields.
35171
35172 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
35173
35174         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
35175         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
35176         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
35177         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
35178         Likewise.
35179         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
35180         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
35181         Likewise.
35182
35183 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
35184
35185         * po/h.po: Update from translation team.
35186
35187 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
35188
35189         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
35190
35191         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
35192         handling of denormals.
35193         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
35194         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
35195         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
35196         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
35197         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
35198         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
35199         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
35200         Likewise.
35201
35202 2012-05-26  Marek Polacek  <polacek@redhat.com>
35203
35204         [BZ #14152]
35205         * math/libm-test.inc (fma_test): Don't always expect underflow
35206         exception.
35207
35208 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
35209
35210         [BZ #12416]
35211         * elf/tst-execstack.c: Include stackinfo.h.
35212         (do_test): Adjust test case to ensure that pthread_getattr_np
35213         behaviour remains the same after marking stack executable.
35214
35215 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
35216
35217         * sysdeps/unix/sysv/linux/kernel-features.h
35218         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
35219         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
35220         kernel-features.h.
35221         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
35222         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
35223         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
35224         kernel-features.h.
35225         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
35226         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
35227
35228 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
35229
35230         * configure.in: Define the default includes to being none.
35231         * configure: Regenerated.
35232
35233 2012-05-25  Roland McGrath  <roland@hack.frob.com>
35234
35235         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
35236         * sysdeps/x86_64/setjmp.S: Likewise.
35237         * sysdeps/i386/bsd-setjmp.S: Likewise.
35238         * sysdeps/i386/bsd-_setjmp.S: Likewise.
35239         * sysdeps/i386/setjmp.S: Likewise.
35240         * sysdeps/i386/__longjmp.S: Likewise.
35241         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
35242         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
35243
35244         * include/stap-probe.h: New file.
35245         * configure.in: Handle --enable-systemtap.
35246         * configure: Regenerated.
35247         * config.h.in (USE_STAP_PROBE): New #undef.
35248         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
35249         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
35250         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
35251
35252 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
35253
35254         [BZ #13717]
35255         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
35256         to 2.4.0 where earlier.
35257         * sysdeps/unix/sysv/linux/configure: Regenerated.
35258         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
35259         <kernel-features.h>.
35260         [__ASSUME_32BITUIDS]: Make code unconditional.
35261         [!__ASSUME_32BITUIDS]: Remove conditional code.
35262         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
35263         <kernel-features.h>.
35264         [__ASSUME_32BITUIDS]: Make code unconditional.
35265         [!__ASSUME_32BITUIDS]: Remove conditional code.
35266         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
35267         [__ASSUME_32BITUIDS]: Make code unconditional.
35268         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
35269         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
35270         <kernel-features.h>.
35271         [__ASSUME_32BITUIDS]: Make code unconditional.
35272         [!__ASSUME_32BITUIDS]: Remove conditional code.
35273         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
35274         <kernel-features.h>.
35275         [__ASSUME_32BITUIDS]: Make code unconditional.
35276         [!__ASSUME_32BITUIDS]: Remove conditional code.
35277         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
35278         <kernel-features.h>.
35279         [__ASSUME_32BITUIDS]: Make code unconditional.
35280         [!__ASSUME_32BITUIDS]: Remove conditional code.
35281         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
35282         <kernel-features.h>.
35283         [__ASSUME_32BITUIDS]: Make code unconditional.
35284         [!__ASSUME_32BITUIDS]: Remove conditional code.
35285         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
35286         <kernel-features.h>.
35287         [__ASSUME_32BITUIDS]: Make code unconditional.
35288         [!__ASSUME_32BITUIDS]: Remove conditional code.
35289         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
35290         <kernel-features.h>.
35291         [__ASSUME_32BITUIDS]: Make code unconditional.
35292         [!__ASSUME_32BITUIDS]: Remove conditional code.
35293         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
35294         <kernel-features.h>.
35295         [__ASSUME_32BITUIDS]: Make code unconditional.
35296         [!__ASSUME_32BITUIDS]: Remove conditional code.
35297         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
35298         <kernel-features.h>.
35299         [__ASSUME_32BITUIDS]: Make code unconditional.
35300         [!__ASSUME_32BITUIDS]: Remove conditional code.
35301         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
35302         <kernel-features.h>.
35303         [__ASSUME_32BITUIDS]: Make code unconditional.
35304         [!__ASSUME_32BITUIDS]: Remove conditional code.
35305         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
35306         <kernel-features.h>.
35307         [__ASSUME_32BITUIDS]: Make code unconditional.
35308         [!__ASSUME_32BITUIDS]: Remove conditional code.
35309         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
35310         <kernel-features.h>.
35311         [__NR_setresgid] (__setresgid): Do not declare.
35312         [__ASSUME_32BITUIDS]: Make code unconditional.
35313         [!__ASSUME_32BITUIDS]: Remove conditional code.
35314         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
35315         <kernel-features.h>.
35316         [__NR_setresuid] (__setresuid): Do not declare.
35317         [__ASSUME_32BITUIDS]: Make code unconditional.
35318         [!__ASSUME_32BITUIDS]: Remove conditional code.
35319         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
35320         <kernel-features.h>.
35321         [__ASSUME_32BITUIDS]: Make code unconditional.
35322         [!__ASSUME_32BITUIDS]: Remove conditional code.
35323         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
35324         <kernel-features.h>.
35325         [__ASSUME_32BITUIDS]: Make code unconditional.
35326         [!__ASSUME_32BITUIDS]: Remove conditional code.
35327         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
35328         <kernel-features.h>.
35329         [__ASSUME_32BITUIDS]: Make code unconditional.
35330         [!__ASSUME_32BITUIDS]: Remove conditional code.
35331         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
35332         <kernel-features.h>.
35333         [__ASSUME_32BITUIDS]: Make code unconditional.
35334         [!__ASSUME_32BITUIDS]: Remove conditional code.
35335         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
35336         <kernel-features.h>.
35337         [__ASSUME_32BITUIDS]: Make code unconditional.
35338         [!__ASSUME_32BITUIDS]: Remove conditional code.
35339         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
35340         <kernel-features.h>.
35341         [__ASSUME_32BITUIDS]: Make code unconditional.
35342         [!__ASSUME_32BITUIDS]: Remove conditional code.
35343         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
35344         <kernel-features.h>.
35345         [__ASSUME_32BITUIDS]: Make code unconditional.
35346         [!__ASSUME_32BITUIDS]: Remove conditional code.
35347         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
35348         <kernel-features.h>.
35349         [__ASSUME_32BITUIDS]: Make code unconditional.
35350         [!__ASSUME_32BITUIDS]: Remove conditional code.
35351         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
35352         <kernel-features.h>.
35353         [__ASSUME_32BITUIDS]: Make code unconditional.
35354         [!__ASSUME_32BITUIDS]: Remove conditional code.
35355         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
35356         <kernel-features.h>.
35357         [__ASSUME_32BITUIDS]: Make code unconditional.
35358         [!__ASSUME_32BITUIDS]: Remove conditional code.
35359         * sysdeps/unix/sysv/linux/kernel-features.h
35360         (__ASSUME_SETRESUID_SYSCALL): Remove.
35361         (__ASSUME_SETRESGID_SYSCALL): Likewise.
35362         (__ASSUME_32BITUIDS): Likewise.
35363         (__ASSUME_LDT_WORKS): Likewise.
35364         (__ASSUME_O_DIRECTORY): Likewise.
35365         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
35366         architecture but not kernel version.
35367         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
35368         (__ASSUME_MMAP2_SYSCALL): Likewise.
35369         (__ASSUME_STAT64_SYSCALL): Likewise.
35370         (__ASSUME_IPC64): Likewise.
35371         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
35372         <kernel-features.h>.
35373         [__ASSUME_32BITUIDS]: Make code unconditional.
35374         [!__ASSUME_32BITUIDS]: Remove conditional code.
35375         * sysdeps/unix/sysv/linux/opendir.c: Do not include
35376         <kernel-features.h>.
35377         [__ASSUME_O_DIRECTORY]: Make code unconditional.
35378         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
35379         132096]: Remove conditional code.
35380         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
35381         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
35382         <kernel-features.h>.
35383         [__ASSUME_32BITUIDS]: Make code unconditional.
35384         [!__ASSUME_32BITUIDS]: Remove conditional code.
35385         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
35386         <kernel-features.h>.
35387         [__ASSUME_32BITUIDS]: Make code unconditional.
35388         [!__ASSUME_32BITUIDS]: Remove conditional code.
35389         * sysdeps/unix/sysv/linux/setegid.c: Do not include
35390         <kernel-features.h>.
35391         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
35392         unconditional.
35393         (__setresgid): Do not declare.
35394         [__ASSUME_32BITUIDS]: Make code unconditional.
35395         [!__ASSUME_32BITUIDS]: Remove conditional code.
35396         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
35397         <kernel-features.h>.
35398         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
35399         unconditional.
35400         (__setresuid): Do not declare.
35401         [__ASSUME_32BITUIDS]: Make code unconditional.
35402         [!__ASSUME_32BITUIDS]: Remove conditional code.
35403         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
35404         <kernel-features.h>.
35405         [__ASSUME_32BITUIDS]: Make code unconditional.
35406         [!__ASSUME_32BITUIDS]: Remove conditional code.
35407         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
35408         <kernel-features.h>.
35409         [__ASSUME_32BITUIDS]: Make code unconditional.
35410         [!__ASSUME_32BITUIDS]: Remove conditional code.
35411
35412 2012-05-25  Richard Henderson  <rth@twiddle.net>
35413
35414         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
35415         dl_hwcap to ifunc resolver.
35416         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
35417         elf_ifunc_invoke.
35418         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
35419         dl_hwcap to ifunc resolver.
35420         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
35421
35422 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
35423
35424         [BZ #14153]
35425         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
35426         for |x| <= 2**-26, not 2**-57.
35427         * math/libm-test.inc (acos_test): Do not allow spurious underflow
35428         exception.
35429
35430 2012-05-24  Jeff Law  <law@redhat.com>
35431
35432         * stdio-common/Makefile (tests): Add bug25.
35433         * stdio-common/bug25.c: New test.
35434
35435 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
35436
35437         [BZ #13576]
35438         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
35439         multiple of MALLOC_ALIGNMENT in size.
35440         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
35441
35442 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
35443
35444         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
35445         Require >= 256.
35446         (FILENAME_MAX): Use macro-int-constant.
35447         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
35448         (_IOFBF): Use macro-int-constant.
35449         (_IOLBF): Likewise.
35450         (_IONBF): Likewise.
35451         (SEEK_CUR): Likewise.
35452         (SEEK_END): Likewise.
35453         (SEEK_SET): Likewise.
35454         (TMP_MAX): Likewise.
35455         (EOF): Use macro-int-constant.  Require < 0.
35456         (NULL): Use macro-constant.  Require == 0.
35457         (stdin): Require type to be FILE *.
35458         (stdout): Likewise.
35459         (stderr): Likewise.
35460         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
35461         macro-int-constant.
35462         (EXIT_SUCCESS): Likewise.
35463         (NULL): Use macro-constant.  Require == 0.
35464         (RAND_MAX): Use macro-int-constant.
35465         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
35466         [C99-based standards] (strtof): Require function.
35467         [C99-based standards] (strtold): Likewise.
35468         [C99-based standards] (strtoll): Likewise.
35469         [C99-based standards] (strtoull): Likewise.
35470         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
35471         [ISO || ISO99 || ISO11] (limits.h): Likewise.
35472         [ISO || ISO99 || ISO11] (math.h): Likewise.
35473         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
35474         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
35475         [ISO || ISO99 || ISO11] (*_t): Do not allow.
35476
35477 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
35478
35479         [BZ #14132]
35480         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
35481         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
35482         * intl/dgettext.c (DCGETTEXT): Likewise.
35483         * intl/gettext.c (DCGETTEXT): Likewise.
35484         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
35485         * posix/regex_internal.h (gettext): Likewise.
35486         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
35487         Remove declaration.
35488         * include/argz.h (__argz_count_internal)
35489         (__argz_stringify_internal): Remove declaration.
35490         (__argz_count, __argz_stringify): Declare hidden proto.
35491         * intl/dcgettext.c: Remove use of INTDEF.
35492         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
35493         * string/argz-stringify.c: Likewise.
35494         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
35495         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
35496         Declare hidden proto.
35497         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
35498         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
35499         Declare hidden proto.
35500         * include/stdio.h (__asprintf_internal): Don't declare.
35501         (__asprintf): Don't define as macro.  Declare hidden proto.
35502         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
35503         (__fsetlocking): Declare hidden proto.
35504         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
35505         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
35506         hidden proto.
35507         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
35508         (_IO_setlinebuf): Remove use of INTUSE.
35509         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
35510         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
35511         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
35512         Remove declaration.
35513         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
35514         (_IO_do_flush): Remove use of INTUSE.
35515         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
35516         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
35517         (_IO_adjust_column, _IO_least_wmarker)
35518         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
35519         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
35520         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
35521         (_IO_default_doallocate, _IO_wdefault_doallocate)
35522         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
35523         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
35524         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
35525         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
35526         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
35527         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
35528         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
35529         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
35530         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
35531         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
35532         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
35533         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
35534         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
35535         proto.
35536         (_IO_flush_all_internal, _IO_adjust_column_internal)
35537         (_IO_default_uflow_internal, _IO_default_finish_internal)
35538         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
35539         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
35540         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
35541         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
35542         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
35543         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
35544         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
35545         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
35546         (_IO_file_close_internal, _IO_file_close_it_internal)
35547         (_IO_file_underflow_internal, _IO_file_overflow_internal)
35548         (_IO_file_init_internal, _IO_file_attach_internal)
35549         (_IO_file_fopen_internal, _IO_file_read_internal)
35550         (_IO_file_sync_internal, _IO_file_seek_internal)
35551         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
35552         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
35553         (_IO_str_underflow_internal, _IO_str_overflow_internal)
35554         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
35555         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
35556         (_IO_list_all_internal, _IO_link_in_internal)
35557         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
35558         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
35559         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
35560         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
35561         (_IO_do_write_internal, _IO_padn_internal)
35562         (_IO_getline_info_internal, _IO_getline_internal)
35563         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
35564         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
35565         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
35566         (_IO_vfscanf_internal, _IO_vfprintf_internal)
35567         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
35568         (_IO_init_internal, _IO_un_link_internal): Don't declare.
35569         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
35570         with libc_hidden_ver, remove use of INTUSE.
35571         * libio/genops.c: Likewise.
35572         * libio/freopen.c: Likewise.
35573         * libio/freopen64.c: Likewise.
35574         * libio/iofclose.c: Likewise.
35575         * libio/iofdopen.c: Likewise.
35576         * libio/iofflush.c: Likewise.
35577         * libio/iofflush_u.c: Likewise.
35578         * libio/iofgets.c: Likewise.
35579         * libio/iofgets_u.c: Likewise.
35580         * libio/iofopen.c: Likewise.
35581         * libio/iofopncook.c: Likewise.
35582         * libio/iofread.c: Likewise.
35583         * libio/iofread_u.c: Likewise.
35584         * libio/ioftell.c: Likewise.
35585         * libio/iofwrite.c: Likewise.
35586         * libio/iogetline.c: Likewise.
35587         * libio/iogets.c: Likewise.
35588         * libio/iogetwline.c: Likewise.
35589         * libio/iopadn.c: Likewise.
35590         * libio/iopopen.c: Likewise.
35591         * libio/ioseekoff.c: Likewise.
35592         * libio/ioseekpos.c: Likewise.
35593         * libio/iosetbuffer.c: Likewise.
35594         * libio/iosetvbuf.c: Likewise.
35595         * libio/ioungetc.c: Likewise.
35596         * libio/ioungetwc.c: Likewise.
35597         * libio/iovdprintf.c: Likewise.
35598         * libio/iovsprintf.c: Likewise.
35599         * libio/iovsscanf.c: Likewise.
35600         * libio/memstream.c: Likewise.
35601         * libio/obprintf.c: Likewise.
35602         * libio/oldfileops.c: Likewise.
35603         * libio/oldiofclose.c: Likewise.
35604         * libio/oldiofdopen.c: Likewise.
35605         * libio/oldiofopen.c: Likewise.
35606         * libio/oldiopopen.c: Likewise.
35607         * libio/oldstdfiles.c: Likewise.
35608         * libio/putc.c: Likewise.
35609         * libio/setbuf.c: Likewise.
35610         * libio/setlinebuf.c: Likewise.
35611         * libio/stdfiles.c: Likewise.
35612         * libio/strops.c: Likewise.
35613         * libio/vasprintf.c: Likewise.
35614         * libio/vscanf.c: Likewise.
35615         * libio/vsnprintf.c: Likewise.
35616         * libio/vswprintf.c: Likewise.
35617         * libio/wfiledoalloc.c: Likewise.
35618         * libio/wfileops.c: Likewise.
35619         * libio/wgenops.c: Likewise.
35620         * libio/wmemstream.c: Likewise.
35621         * libio/wstrops.c: Likewise.
35622         * libio/__fpurge.c: Likewise.
35623         * libio/__fsetlocking.c: Likewise.
35624         * assert/assert.c: Likewise.
35625         * debug/fgets_chk.c: Likewise.
35626         * debug/fgets_u_chk.c: Likewise.
35627         * debug/fread_chk.c: Likewise.
35628         * debug/fread_u_chk.c: Likewise.
35629         * debug/gets_chk.c: Likewise.
35630         * debug/obprintf_chk.c: Likewise.
35631         * debug/vasprintf_chk.c: Likewise.
35632         * debug/vdprintf_chk.c: Likewise.
35633         * debug/vsnprintf_chk.c: Likewise.
35634         * debug/vsprintf_chk.c: Likewise.
35635         * malloc/mtrace.c: Likewise.
35636         * misc/error.c: Likewise.
35637         * misc/syslog.c: Likewise.
35638         * stdio-common/asprintf.c: Likewise.
35639         * stdio-common/fxprintf.c: Likewise.
35640         * stdio-common/getw.c: Likewise.
35641         * stdio-common/isoc99_fscanf.c: Likewise.
35642         * stdio-common/isoc99_scanf.c: Likewise.
35643         * stdio-common/isoc99_vfscanf.c: Likewise.
35644         * stdio-common/isoc99_vscanf.c: Likewise.
35645         * stdio-common/isoc99_vsscanf.c: Likewise.
35646         * stdio-common/printf-prs.c: Likewise.
35647         * stdio-common/printf_fp.c: Likewise.
35648         * stdio-common/printf_fphex.c: Likewise.
35649         * stdio-common/printf_size.c: Likewise.
35650         * stdio-common/putw.c: Likewise.
35651         * stdio-common/scanf.c: Likewise.
35652         * stdio-common/sprintf.c: Likewise.
35653         * stdio-common/tmpfile.c: Likewise.
35654         * stdio-common/vfprintf.c: Likewise.
35655         * stdio-common/vfscanf.c: Likewise.
35656         * stdlib/strfmon_l.c: Likewise.
35657         * sunrpc/openchild.c: Likewise.
35658         * sunrpc/xdr_stdio.c: Likewise.
35659         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
35660         * sysdeps/mach/hurd/tmpfile.c: Likewise.
35661
35662 2012-05-24  Roland McGrath  <roland@hack.frob.com>
35663
35664         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
35665
35666         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
35667         in the third column, to generate for the shared library an IFUNC
35668         that uses _dl_vdso_vsym.
35669         * Makerules (COMPILE.c, compile-stdin.c): New variables.
35670         * Makeconfig (object-suffixes-noshared): New variable.
35671
35672         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
35673         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
35674         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
35675         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
35676
35677         [BZ #14132]
35678         * include/sys/time.h (__gettimeofday): Remove macro.
35679         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
35680         * time/gettimeofday.c (__gettimeofday): Remove #undef.
35681         Remove INTDEF.
35682         (__gettimeofday): Add libc_hidden_def.
35683         (gettimeofday): Add libc_hidden_weak.
35684         * sysdeps/mach/gettimeofday.c: Likewise.
35685         * sysdeps/posix/gettimeofday.c: Likewise.
35686         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
35687         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
35688         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
35689         (__gettimeofday_internal): Remove strong_alias.
35690         (__gettimeofday): Add libc_hidden_def.
35691         (gettimeofday): Add libc_hidden_weak.
35692         * sysdeps/unix/syscalls.list (gettimeofday):
35693         Remove __gettimeofday_internal alias.
35694
35695 2012-05-24  Daniel Jacobowitz  <drow@false.org>
35696             H.J. Lu  <hongjiu.lu@intel.com>
35697
35698         [BZ #12495]
35699         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
35700         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
35701         (largebin_index_32_big): New.
35702         (largebin_index): Use it for 16-byte alignment.
35703         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
35704         correction with front_misalign.
35705
35706 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
35707
35708         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
35709         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
35710         Likewise.
35711         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
35712         Likewise.
35713         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
35714         Likewise.
35715         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
35716         Likewise.
35717         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
35718         Likewise.
35719         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
35720         Likewise.
35721         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
35722         Likewise.
35723         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
35724         Likewise.
35725         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
35726         Likewise.
35727         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
35728         Likewise.
35729         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
35730         Likewise.
35731         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
35732         Likewise.
35733
35734         * scripts/data/c++-types-x32-linux-gnu.data: New file.
35735         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
35736
35737 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
35738
35739         [BZ #10846]
35740         [BZ #14036]
35741         * math/libm-test.inc (exp_test): Add test from bug 14036.
35742         (pow_test): Add test from bug 10846.
35743
35744         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
35745         and other flags.
35746         (special_function): Do not include flags in test name.
35747         (parse_args): Likewise.
35748         * sysdeps/i386/fpu/libm-test-ulps: Update.
35749         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
35750         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
35751         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
35752         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35753
35754         * math/gen-libm-test.pl (%beautify): Add entries for underflow
35755         exceptions.
35756         * math/libm-test.inc ("Philosophy"): Update comment about
35757         exception testing.
35758         (UNDERFLOW_EXCEPTION): New macro.
35759         (UNDERFLOW_EXCEPTION_OK): Likewise.
35760         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
35761         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
35762         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
35763         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
35764         (INVALID_EXCEPTION_OK): Update value.
35765         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
35766         (OVERFLOW_EXCEPTION_OK): Likewise.
35767         (IGNORE_ZERO_INF_SIGN): Likewise.
35768         (test_exceptions): Handle underflow exceptions.
35769         (acos_test): Update for underflow exception expectations.
35770         (cexp_test): Likewise.
35771         (clog_test): Likewise.
35772         (clog10_test): Likewise.
35773         (csqrt_test): Likewise.
35774         (ctan_test): Likewise.
35775         (ctanh_test): Likewise.
35776         (exp_test): Likewise.
35777         (exp10_test): Likewise.
35778         (exp2_test): Likewise.
35779         (expm1_test): Likewise.
35780         (fma_test): Likewise.
35781         (j0_test): Likewise.
35782         (jn_test): Likewise.
35783         (nexttoward_test): Likewise.
35784         (pow_test): Likewise.
35785         (scalbn_test): Likewise.
35786         (scalbln_test): Likewise.
35787         (tan_test): Likewise.
35788         (y1_test): Likewise.
35789         * sysdeps/i386/fpu/libm-test-ulps: Update.
35790         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35791
35792 2012-05-23  David S. Miller  <davem@davemloft.net>
35793
35794         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
35795         (__libc_sigaction): Remove unused local variables.
35796
35797 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35798
35799         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
35800
35801 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
35802
35803         mktime: avoid signed integer overflow
35804         * time/mktime.c (__mktime_internal): Do not mishandle the case
35805         where diff == INT_MIN.
35806
35807         mktime: simplify computation of average
35808         * time/mktime.c (ranged_convert): Use new time_t_avg function
35809         instead of rolling our own (probably-slower) code.
35810
35811         mktime: do not assume signed right shift propagates sign bit
35812         * time/mktime.c (isdst_differ): New static function.
35813         (__mktime_internal): No need to normalize tm_isdst now.
35814         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
35815         tm_isdst values.
35816
35817         mktime: merge another wrapv change from gnulib
35818         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
35819         from some compilers.
35820
35821         mktime: remove incorrect attempt at unusual arithmetics
35822         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
35823         The code didn't really work on such machines anyway.
35824         (TYPE_MINIMUM): Assume two's complement.
35825         (twos_complement_arithmetic): Verify that long_int and time_t
35826         are two's complement (or unsigned, in the latter case).
35827
35828         mktime: check signed shifts on long_int and time_t, too
35829         * time/mktime.c (SHR): Check that shifts work as desired
35830         on the types long_int and time_t too, as SHR is used on
35831         such types.
35832
35833         mktime: do not assume 'long' is wide enough
35834         * time/mktime.c (verify): Move decl up.
35835         (long_int): New type.
35836         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
35837         to remove assumption in the code that 'long' is wide enough to
35838         store year values.  This assumption is not true on x32 and on
35839         some non-glibc platforms.
35840
35841         mktime: merge wrapv change from gnulib
35842         * time/mktime.c (WRAPV): New macro.
35843         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
35844         (guess_time_tm, __mktime_internal): Do not assume that signed
35845         integer overflow wraps around; modern compilers generate code
35846         where this assumption is no longer valid.
35847
35848 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35849
35850         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
35851         Replace "jmp L(pseudo_end)" with "ret".
35852         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
35853         Likewise.
35854
35855 2012-05-23  Andreas Jaeger  <aj@suse.de>
35856
35857         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
35858         * sysdeps/unix/sysv/linux/poll.c: Remove file.
35859
35860 2012-05-23  Andreas Jaeger  <aj@suse.de>
35861             Maximilian Attems  <max@stro.at>
35862
35863         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
35864         New macros.
35865
35866 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35867
35868         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
35869         code so that pseudo_end is just ret and the stack pointer is
35870         correct also for static library in error case.
35871
35872 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
35873
35874         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
35875         move to syscalls.list.
35876         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
35877         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
35878         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
35879         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
35880
35881         * manual/install.texi (Running make install): Do not mention Linux
35882         kernel version for which pt_chown is not needed.
35883         (Linux): Do not mention problems with nscd with 2.0 kernels.
35884         * INSTALL: Regenerated.
35885
35886 2012-05-23  Andreas Jaeger  <aj@suse.de>
35887
35888         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
35889         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
35890         macro.
35891         * sysdeps/unix/sysv/linux/s390/bits/mman.h
35892         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35893         * sysdeps/unix/sysv/linux/sh/bits/mman.h
35894         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35895         * sysdeps/unix/sysv/linux/i386/bits/mman.h
35896         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35897         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
35898         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35899         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
35900         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35901         * sysdeps/unix/sysv/linux/bits/in.h
35902         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
35903
35904 2012-05-22  Roland McGrath  <roland@hack.frob.com>
35905
35906         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
35907         (PREPARE_VERSION): Just use assert instead, it will be elided
35908         under [NDEBUG] anyway.
35909
35910 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35911
35912         * sysdeps/unix/sysv/linux/Makefile: Include
35913         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
35914         (sysdep_routines): Remove sysctl.
35915         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
35916         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
35917         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
35918         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
35919         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
35920
35921 2012-05-22  Andreas Jaeger  <aj@suse.de>
35922
35923         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
35924         that pseudo_end is just ret and the stack pointer is correct also
35925         for static library in error case.
35926
35927 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
35928
35929         [BZ #14122]
35930         * nss/nsswitch.c (defconfig_entries): New variable.
35931         (__nss_database_lookup): Don't leak defconfig entries.
35932         (nss_parse_service_list): Don't leak on error paths.
35933         (free_database_entries): New function.
35934         (free_defconfig): New function.
35935         (free_mem): Move common code to free_database_entries.
35936
35937 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35938
35939         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
35940         Add arch_prctl.
35941         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
35942
35943         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
35944         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
35945         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
35946         New macro.
35947         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
35948         (INTERNAL_SYSCALL_TYPES): Likewise.
35949         (LOAD_ARGS_TYPES_[1-6]): Likewise.
35950         (LOAD_REGS_TYPES_[1-6]): Likewise.
35951         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
35952         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
35953
35954 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35955
35956         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
35957         copysignl for GLIBC_2_0.
35958         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
35959         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
35960         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
35961         logbl for GLIBC_2_0.
35962         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
35963         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
35964
35965 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35966
35967         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
35968         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
35969
35970         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
35971         Use "neg %eax".
35972
35973         * time/mktime.c: Update copyright years.
35974
35975 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
35976
35977         mktime: merge comment-quoting-style change from gnulib
35978         * time/mktime.c: Quote 'like this' in comments.
35979         The GNU coding standards suggest that we no longer quote `like this',
35980         as "`" and "'" are typically rendered asymmetrically nowadays.
35981         The typical gnulib style is to quote 'like this' when quoting
35982         code, and "like this" when quoting English.
35983
35984         * time/mktime.c (compile-command): Add "-I.".
35985
35986         mktime: merge mktime-internal.h change from gnulib
35987         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
35988
35989         mktime: merge time_r change from gnulib
35990         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
35991
35992         mktime: merge DEBUG change from gnulib
35993         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
35994         case system <time.h> has a #define.
35995
35996         mktime: merge <sys/types.h> change from gnulib
35997         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
35998         since <time.t> is now guaranteed to define time_t.
35999
36000         mktime: merge HAVE_CONFIG_H change from gnulib
36001         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
36002
36003 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
36004
36005         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
36006         Use "neg %eax".
36007
36008         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
36009         __rlim_t cast.
36010         (struct rusage): Use anonymous union to pad each field to
36011         __syscall_slong_t.
36012
36013 2012-05-21  David S. Miller  <davem@davemloft.net>
36014
36015         * Makefules (o-iterator): Remove .s cases.
36016         (compile-command.s): Delete.
36017         (COMPILE.s): Delete.
36018         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
36019
36020 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
36021
36022         * configure.in (libc_cv_predef_stack_protector): Only consider
36023         "foobar" and "__stack_chk_fail" lines in libc_undefs.
36024         * configure: Regenerated.
36025
36026 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
36027
36028         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
36029         New macro.  Use R*LP on int and pointer.
36030         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
36031         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
36032         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
36033         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
36034
36035         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
36036         [__WORDSIZE_TIME64_COMPAT32] instead of
36037         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
36038         (struct utmp): Likewise.
36039         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
36040         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
36041         Renamed to ...
36042         (__WORDSIZE_TIME64_COMPAT32): This.
36043         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
36044         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
36045         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
36046         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
36047         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
36048         (__WORDSIZE_TIME64_COMPAT32): New macro.
36049
36050 2012-05-21  Andreas Jaeger  <aj@suse.de>
36051
36052         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
36053         only if [SHARED]. Add prototype for __wcschr_ia32.
36054
36055 2012-05-21  Roland McGrath  <roland@hack.frob.com>
36056
36057         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
36058         of %rbp unmolested in the jmp_buf while mangling the low bits.
36059         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
36060         unmolested high bits of %rbp while demangling the low bits.
36061         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
36062
36063 2012-05-21  Andreas Jaeger  <aj@suse.de>
36064
36065         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
36066         * sunrpc/svc_simple.c: Use it for registerrpc.
36067         * sunrpc/xcrypt.c: Use it for passwd2des.
36068
36069         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
36070
36071 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
36072
36073         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
36074         Don't define if [__SYSCALL_WORDSIZE != 32].
36075         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
36076         New macro.
36077
36078 2012-05-21  Bruno Haible  <bruno@clisp.org>
36079             Andreas Jaeger  <aj@suse.de>
36080
36081         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
36082         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
36083         inptr and inend for must_buffer_ch.
36084         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
36085         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
36086         * stdio-common/Makefile (tests): Remove bug15.
36087         (bug15-ENV): Remove macro.
36088         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
36089         anymore.
36090
36091 2012-05-19  Andreas Jaeger  <aj@suse.de>
36092             Roland McGrath  <roland@hack.frob.com>
36093
36094         * manual/contrib.texi: Completely rewritten. It contains now an
36095         alphabetical list of contributors and their contributions.
36096
36097 2012-05-21  Richard Henderson  <rth@twiddle.net>
36098
36099         * misc/getauxval.c (__getauxval): Use unsigned long int.
36100         * misc/sys/auxv.h: Include <sys/cdefs.h>.
36101         (getauxval): Use unsigned long int.
36102
36103 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
36104
36105         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
36106
36107 2012-05-21  Roland McGrath  <roland@hack.frob.com>
36108
36109         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
36110         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
36111         __alignof__ (long double).
36112
36113 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36114
36115         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36116
36117 2012-05-20  Richard Henderson  <rth@twiddle.net>
36118
36119         * misc/getauxval.c: New file.
36120         * misc/sys/auxv.h: New file.
36121         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
36122         (routines): Add getauxval.
36123         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
36124         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
36125         * elf/dl-sysdep.c (_dl_auxv): Remove.
36126         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
36127         * elf/dl-support.c (_dl_auxv): New variable.
36128         (_dl_aux_init): Initialize it.
36129         * manual/startup.texi (Auxiliary Vector): New node.
36130         * sysdeps/generic/bits/hwcap.h: New file.
36131         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
36132         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
36133         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
36134         * sysdeps/sparc/sysdep.h: ... here.  Include it.
36135         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
36136         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
36137         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36138         Update.
36139         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
36140         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
36141         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
36142         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
36143         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
36144         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
36145         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
36146         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
36147
36148 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36149
36150         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36151
36152 2012-05-19  David S. Miller  <davem@davemloft.net>
36153
36154         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36155
36156 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
36157
36158         [BZ #14123]
36159         * math/s_ccosh.c: Include <float.h>
36160         (__ccosh): Avoid internal overflow calculating sinh and cosh
36161         values before multiplying by sin and cos values.
36162         * math/s_ccoshf.c: Likewise.
36163         * math/s_ccoshl.c: Likewise.
36164         * math/s_csin.c: Likewise.
36165         * math/s_csinf.c: Likewise.
36166         * math/s_csinl.c: Likewise.
36167         * math/s_csinh.c: Likewise.
36168         * math/s_csinhf.c: Likewise.
36169         * math/s_csinhl.c: Likewise.
36170         * math/libm-test.inc (ccos_test): Add more tests.
36171         (ccosh_test): Likewise.
36172         (csin_test): Likewise.
36173         (csinh_test): Likewise.
36174         * sysdeps/i386/fpu/libm-test-ulps: Update.
36175         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36176
36177 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
36178
36179         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
36180         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
36181
36182         * sysdeps/x86_64/x32/_itoa.h: Add comment.
36183
36184 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
36185
36186         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
36187         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
36188         * sysdeps/powerpc/soft-fp/Versions: Likewise.
36189         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
36190         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
36191         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
36192         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
36193         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
36194         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
36195         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
36196         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
36197         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
36198         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
36199         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
36200         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
36201         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
36202         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
36203         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
36204         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
36205         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
36206         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
36207         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
36208         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
36209         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
36210         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
36211         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
36212         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
36213         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
36214         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
36215         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
36216         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
36217
36218 2012-05-18  Andreas Jaeger  <aj@suse.de>
36219
36220         * csu/.gitignore: Delete.
36221
36222 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
36223
36224         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
36225         (timex): Use __syscall_slong_t.
36226
36227 2012-05-18  Andreas Jaeger  <aj@suse.de>
36228             Carlos O'Donell  <carlos_odonell@mentor.com>
36229
36230         * manual/install.texi (Configuring and compiling): Update
36231         description about files modified in the source directory.
36232         * INSTALL: Regenerated.
36233
36234 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
36235
36236         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
36237         value.  Use "or" to set return value to -1.
36238         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
36239         negate return value.
36240
36241 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36242
36243         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
36244         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
36245         failure if the compiler has Graphite support disabled.
36246         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
36247         Likewise.
36248         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
36249         (CFLAGS-memmove.c): Likewise.
36250         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
36251         Likewise.
36252
36253 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
36254
36255         * sysdeps/x86_64/x32/_itoa.h: New file.
36256
36257         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
36258         getdents system call only if kernel and user dirents have the
36259         same d_ino and d_off.
36260
36261         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
36262         LLONG_MAX != LONG_MAX.
36263         (_itoa_word): Use _ITOA_WORD_TYPE on value.
36264         (_fitoa_word): Likewise.
36265
36266         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
36267         years.
36268         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
36269         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
36270         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
36271
36272         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
36273         include <bits/wordsize.h>.  Check __x86_64__ instead of
36274         __WORDSIZE.
36275         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
36276         if __x86_64__ is defined.  Use anonymous union on fpstate.
36277
36278         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
36279         anonymous union.
36280
36281 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
36282
36283         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
36284         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
36285         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
36286         Refer to _rtld_local_ro instead of _rtld_global_ro.
36287         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
36288         Likewise.
36289         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
36290         Likewise.
36291         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
36292         Likewise.
36293         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
36294         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
36295         of _rtld_global, and rtld_progname instead of _dl_argv[0].
36296
36297         * sysdeps/powerpc/powerpc32/dl-machine.c
36298         (__elf_machine_runtime_setup) [PROF]: Don't reference
36299         _dl_prof_resolve.
36300
36301 2012-05-18  Andreas Jaeger  <aj@suse.de>
36302
36303         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
36304         function only available for GCCs before 3.4 since GCC 3.4
36305         introduced a builtin.
36306         (lrint): Likewise.
36307         (llrintf): Likewise.
36308         (llrint): Likewise.
36309         (fmaxf): Likewise.
36310         (fmax): Likewise.
36311         (fminf): Likewise.
36312         (fmin): Likewise.
36313         (rint): Likewise.
36314         (rintf): Likewise.
36315         (nearbyint): Likewise.
36316         (nearbyintf): Likewise.
36317         (ceil): Likewise.
36318         (ceilf): Likewise.
36319         (floor): Likewise.
36320         (floorf): Likewise.
36321
36322 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
36323
36324         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
36325         on both fields and cast pointer to __syscall_ulong_t.
36326
36327         * bits/types.h (__fsword_t): New type.
36328         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
36329         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
36330         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36331         (__FSWORD_T_TYPE): Likewise.
36332         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36333         (__FSWORD_T_TYPE): Likewise.
36334         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36335         (__FSWORD_T_TYPE): Likewise.
36336         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
36337         (__FSWORD_T_TYPE): Likewise.
36338         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
36339         __SWORD_TYPE with __fsword_t.
36340         (statfs64): Likewise.
36341
36342 2012-05-17  David S. Miller  <davem@davemloft.net>
36343
36344         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
36345
36346 2012-05-17  Andreas Jaeger  <aj@suse.de>
36347
36348         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
36349         warning.
36350
36351 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
36352
36353         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
36354
36355 2012-05-17  Andreas Jaeger  <aj@suse.de>
36356
36357         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
36358         when it is used.
36359
36360 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
36361
36362         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
36363
36364 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
36365
36366         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
36367         * sysdeps/x86_64/tst-mallocalign1.c: New file.
36368
36369 2012-05-17  Andreas Jaeger  <aj@suse.de>
36370             Carlos O'Donell  <carlos_odonell@mentor.com>
36371
36372         [BZ #14059]
36373         * sysdeps/x86_64/multiarch/init-arch.h
36374         (bit_YMM_Usable): Rename to...
36375         (bit_AVX_Usable): ... this.
36376         (bit_FMA4_Usable): New macro.
36377         (bit_XMM_state): New macro.
36378         (bit_YMM_state): New macro.
36379         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
36380         [__ASSEMBLER__] (index_AVX_Usable): ... this.
36381         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
36382         (CPUID_OSXSAVE): New macro.
36383         (CPUID_AVX): New macro.
36384         (CPUID_FMA4): New macro.
36385         (index_YMM_Usable): Rename to...
36386         (index_AVX_Usable): ... this.
36387         (HAS_AVX): Use HAS_ARCH_FEATURE.
36388         (HAS_FMA4): Likewise.
36389         (HAS_YMM_USABLE): Remove.
36390         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
36391         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
36392         are present.
36393         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
36394         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
36395         * sysdeps/x86_64/multiarch/Makefile: Likewise.
36396         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
36397         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
36398
36399 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
36400
36401         * math/libm-test.c: Support platforms without multiple rounding modes.
36402         * math/bug-nextafter.c: Support platforms without FP exceptions.
36403         * math/bug-nexttoward.c: Likewise.
36404         * math/test-fenv.c: Likewise.
36405         * math/test-misc.c: Likewise.
36406         * stdlib/bug-getcontext.c: Likewise.
36407
36408 2012-05-17  Andreas Jaeger  <aj@suse.de>
36409
36410         * manual/examples/search.c (critter_cmp): Change signature to
36411         avoid warnings.
36412         * manual/string.texi (Collation Functions): Likewise.
36413
36414 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36415
36416         * bits/types.h: Fold copyright years.
36417         * bits/typesizes.h: Likewise.
36418         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
36419         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
36420         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
36421         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
36422         * time/time.h: Likewise.
36423
36424 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
36425
36426         [BZ #208]
36427         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
36428         in instead of returning them.  Return void.
36429         (__libc_mallinfo): Accumulate over all arenas.
36430         (__malloc_stats): Adjust for change in int_mallinfo interface.
36431
36432 2012-05-16  Roland McGrath  <roland@hack.frob.com>
36433
36434         [BZ #10375]
36435         * configure.in (NM): Add AC_CHECK_TOOL for it.
36436         (libc_extra_cflags): New substituted variable.
36437         Check for -fstack-protector being used implicitly.
36438         * configure: Regenerated.
36439         * config.make.in (config-extra-cflags): New variable,
36440         gets @libc_extra_cflags@.
36441         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
36442
36443         [BZ #10375]
36444         * configure.in: Check for _FORTIFY_SOURCE being predefined.
36445         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
36446         * configure: Regenerated.
36447         * config.make.in (CPPUNDEFS): New substituted variable.
36448         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
36449         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
36450         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
36451
36452 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36453
36454         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
36455         (mq_attr): Use __syscall_slong_t.
36456
36457 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36458
36459         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
36460         Check __x86_64__ instead of __WORDSIZE.
36461         (_STAT_VER_LINUX): Likewise.
36462         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
36463         __syscall_ulong_t and __syscall_slong_t.
36464         (stat64): Likewise.
36465
36466 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36467
36468         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
36469
36470 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36471
36472         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
36473
36474 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36475
36476         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
36477         __syscall_ulong_t.
36478
36479         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
36480         include <bits/wordsize.h>.  Check __x86_64__ instead of
36481         __WORDSIZE.
36482         (greg_t): Use "__extension__ long long int" if __x86_64__ is
36483         defined.
36484         (mcontext_t): Replace "unsigned long" with "unsigned long long".
36485
36486         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
36487         include <bits/wordsize.h>.  Check __x86_64__ instead of
36488         __WORDSIZE.
36489         (user_regs_struct): Use "__extension__ unsigned long long"
36490         instead of "unsigned long" if __x86_64__ is defined.
36491         (user): Likewise.  Pad after pointer field if __ILP32__ is
36492         defined.
36493
36494 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
36495
36496         * configure.in (makeinfo): Require version 4.5 or later.  Allow
36497         versions 5 to 9.
36498         * configure: Regenerated.
36499         * manual/install.texi (texinfo): Increase version requirement to
36500         4.5 or later.
36501         * INSTALL: Regenerated.
36502
36503         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
36504
36505 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36506
36507         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
36508
36509         * sysdeps/x86_64/x32/ffs.c: New file.
36510
36511         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
36512         __syscall_ulong_t.
36513         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
36514         defined.  Use __syscall_ulong_t.
36515         (shminfo): Use __syscall_ulong_t.
36516         (shm_info): Likewise.
36517
36518         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
36519         __syscall_ulong_t.
36520
36521         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
36522         <bits/wordsize.h>.
36523         (msgqnum_t): Use __syscall_ulong_t.
36524         (msglen_t): Likewise.
36525         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
36526         __syscall_ulong_t.
36527
36528         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
36529         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
36530
36531         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
36532
36533         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
36534         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
36535
36536         * sysvipc/sys/msg.h (msgbuf): Replace long int with
36537         __syscall_slong_t.
36538
36539         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
36540         include <bits/wordsize.h>.  Check __x86_64__ instead of
36541         __WORDSIZE.
36542
36543         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
36544         "unsigned long long int" if __x86_64__ is defined.
36545         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
36546
36547         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
36548         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
36549         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
36550
36551         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
36552         <stdint.h>.
36553         (GET_PC): Cast to uintptr_t first.
36554         (GET_FRAME): Likewise.
36555         (GET_STACK): Likewise.
36556
36557         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
36558         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
36559         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
36560         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
36561         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
36562         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
36563         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
36564         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
36565         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
36566         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
36567         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
36568         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
36569         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36570         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
36571         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
36572         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
36573         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
36574         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
36575         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
36576         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
36577         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
36578         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
36579         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
36580         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
36581         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
36582         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
36583         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
36584         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
36585         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
36586
36587 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
36588
36589         * Makerules (+depfiles): Also collect depfiles from .oS in
36590         $(extra-objs).
36591         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
36592         .oS, $(libnldbl-routines)).
36593
36594         * Makerules (native-compile-mkdep-flags): Define.
36595         * sunrpc/Makefile (extra-objs): Add $(addprefix
36596         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
36597         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
36598         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
36599         calling $(make-target-directory).
36600
36601 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36602
36603         * bits/types.h (__snseconds_t): Removed.
36604         * time/time.h (struct timespec): Replace __snseconds_t with
36605         __syscall_slong_t.
36606         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
36607         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
36608         Likewise.
36609         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36610         (__SNSECONDS_T_TYPE): Likewise.
36611         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36612         (__SNSECONDS_T_TYPE): Likewise.
36613         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36614         (__SNSECONDS_T_TYPE): Likewise.
36615
36616 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36617
36618         * sysdeps/mach/hurd/bits/typesizes.h
36619         (__SYSCALL_SLONG_TYPE): New macro.
36620         (__SYSCALL_ULONG_TYPE): Likewise.
36621
36622 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36623
36624         * bits/types.h (__syscall_slong_t): New type.
36625         (__syscall_ulong_t): Likewise.
36626
36627         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
36628         (__SYSCALL_ULONG_TYPE): Likewise.
36629         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36630         (__SYSCALL_SLONG_TYPE): Likewise.
36631         (__SYSCALL_ULONG_TYPE): Likewise.
36632         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36633         (__SYSCALL_SLONG_TYPE): Likewise.
36634         (__SYSCALL_ULONG_TYPE): Likewise.
36635         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36636         (__SYSCALL_SLONG_TYPE): Likewise.
36637         (__SYSCALL_ULONG_TYPE): Likewise.
36638
36639 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36640
36641         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
36642         Add sigaltstack-offsets.sym.
36643         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
36644         <sigaltstack-offsets.h>.
36645         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
36646         longjmp_msg pointer.
36647         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
36648         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
36649         signal stack.
36650         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
36651
36652 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
36653
36654         * elf/stackguard-macros.h: Remove file.
36655         * sysdeps/generic/stackguard-macros.h: New file.
36656         * sysdeps/i386/stackguard-macros.h: Likewise.
36657         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
36658         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
36659         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
36660         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
36661         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
36662         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
36663         * sysdeps/x86_64/stackguard-macros.h: Likewise.
36664         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
36665         <elf/stackguard-macros.h>.
36666
36667         [BZ #14109]
36668         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
36669         __aligned__ in attribute.
36670         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
36671         (gregset_t): Likewise.
36672
36673 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36674
36675         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
36676         * sysdeps/x86_64/64/Implies-after: Here.  New file.
36677         * sysdeps/x86_64/x32/Implies-after: New file.
36678
36679 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36680
36681         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
36682         and access return value for _dl_profile_fixup.  Use R10_LP to
36683         load frame size.
36684
36685 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36686
36687         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
36688
36689 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36690
36691         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
36692         * sysdeps/x86_64/x32/sysdep.h: New file.
36693
36694 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36695
36696         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
36697         * sysdeps/x86_64/setjmp.S: Likewise.
36698
36699 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36700
36701         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
36702         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
36703         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
36704         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
36705         remove unused global constant.
36706
36707 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
36708
36709         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
36710         include of <not-cancel.h>.
36711
36712 2012-05-15  Roland McGrath  <roland@hack.frob.com>
36713
36714         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
36715
36716 2012-05-15  Jeff Law  <law@redhat.com>
36717             Andreas Jaeger  <aj@suse.de>
36718
36719         [BZ #13594]
36720         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
36721         out from...
36722         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
36723         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
36724         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
36725         code changing __hst_map_handle.map.
36726
36727 2012-05-15  Roland McGrath  <roland@hack.frob.com>
36728
36729         * configure.in (sysnames): Look for Implies-before and Implies-after
36730         files.
36731         * configure: Regenerated.
36732
36733 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36734
36735         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
36736         8-byte data alignment with LP_SIZE alignment.
36737
36738 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36739
36740         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
36741         into R10_LP.
36742
36743 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36744
36745         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
36746
36747 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36748
36749         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
36750         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
36751         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
36752         Likewise.
36753         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
36754
36755 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36756
36757         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
36758         (stackinfo_sub_sp): Likewise.
36759
36760 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36761
36762         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
36763         RAX_LP.
36764
36765 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36766
36767         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
36768         into R*_LP.
36769
36770 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36771
36772         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
36773         sizes into R*_LP.
36774
36775 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36776
36777         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
36778
36779 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36780
36781         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
36782         into R11_LP and load __x86_64_shared_cache_size_half into
36783         R8_LP.
36784
36785 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36786
36787         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
36788         R8_LP.
36789
36790 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36791
36792         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
36793         logb for POWER7.
36794         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
36795         logbf for POWER7.
36796         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
36797         logbl for POWER7.
36798         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
36799         powerpc32/power7/fpu/s_logb.c via #include.
36800         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
36801         powerpc32/power7/fpu/s_logbf.c via #include.
36802         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
36803         powerpc32/power7/fpu/s_logbl.c via #include.
36804
36805 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
36806
36807         * README.libm: Remove file.
36808
36809 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36810
36811         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
36812         count for x32.  Use R*_LP and omit operand-size suffix.
36813
36814 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36815
36816         * shlib-versions: Move x86_64-.*-linux.* entries to ...
36817         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
36818         * sysdeps/x86_64/x32/shlib-versions: New file.
36819
36820 2012-05-14  Roland McGrath  <roland@hack.frob.com>
36821
36822         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
36823         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
36824         Use _dl_fatal_printf instead.
36825
36826 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
36827
36828         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
36829         set if not set by the user.  Do not allow for being unset.
36830         * sysdeps/unix/sysv/linux/configure: Regenerated.
36831
36832 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36833
36834         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
36835         the `q' suffix from lea and replace .quad with ASM_ADDR.
36836
36837 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36838
36839         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
36840         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
36841         instead of $17.
36842         (PTR_DEMANGLE): Likewise.
36843
36844 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36845
36846         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
36847         (LP_OP): Likewise.
36848         (ASM_ADDR): Likewise.
36849         (RAX_LP): Likewise.
36850         (RBP_LP): Likewise.
36851         (RBX_LP): Likewise.
36852         (RCX_LP): Likewise.
36853         (RDI_LP): Likewise.
36854         (RSI_LP): Likewise.
36855         (RSP_LP): Likewise.
36856         (R8_LP): Likewise.
36857         (R9_LP): Likewise.
36858         (R10_LP): Likewise.
36859         (R10_LP): Likewise.
36860         (R11_LP): Likewise.
36861         (R12_LP): Likewise.
36862         (R13_LP): Likewise.
36863         (R14_LP): Likewise.
36864         (R15_LP): Likewise.
36865
36866 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36867
36868         * sysdeps/x86_64/x32/dl-machine.h: New file.
36869
36870 2012-05-14  Andreas Jaeger  <aj@suse.de>
36871
36872         * manual/Makefile (subdir): Remove export of subdir.
36873         (all): Remove target.
36874         (.PHONY): Remove all from list.
36875         (mkinstalldirs): Remove.
36876         (.PHONY): Remove installdirs from list.
36877         ($(inst_infodir)/libc.info): Use make-target-directory.
36878         (installdirs): Remove.
36879         (subdir_%): Remove.
36880         (glibc-targets): Remove.
36881         (lib): Remove.
36882         (stubs): Remove.
36883         ($(objpfx)stubs ../po/manual.pot): Remove.
36884         ($(objpfx)stamp%): Remove.
36885         (make-target-directory): Remove.
36886         (subdir_install): Remove.
36887         (routines): Remove.
36888         (aux): Remove.
36889         (sources): Remove.
36890         (objects): Remove.
36891         (headers): Remove.
36892
36893         [BZ #13750]
36894         * manual/.gitignore: Remove, it's not needed anymore.
36895         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
36896         all files in it.
36897         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
36898         directory.
36899         (texis): Renamed to $(objpfx)texis.
36900         (texis-path): New, contains path to generated files.
36901         (chapters.%): Use texis-path for complete path, add extra argument
36902         libc-texinfo.sh.
36903         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
36904         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
36905         (summary,texi, stamp-summary): Use complete path of
36906         files. Generate files in build dir.
36907         (dir-add.texi): Build in build dir.
36908         (libm-err.texi,stamp-libm-err): Likewise.
36909         (version.texi, stamp-version): Likewise.
36910         (.%c.texi): Likewise.
36911         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
36912         (mostlyclean): Remove target.
36913         (realclean): Remove target.
36914         (generated): Add new variable with contents from mostlyclean and
36915         realclean, remove entries duplicated in common-mostlyclean, add
36916         stamp-libm-err and stamp-version.
36917         (generated-dirs): Add libc directory.
36918         ($(inst_infodir)/libc.info): Install files from build dir.
36919
36920         * manual/install.texi (Configuring and compiling): Adjust since
36921         the info files are not part of the tar ball anymore.
36922
36923 2012-05-14  Andreas Jaeger  <aj@suse.de>
36924
36925         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
36926         variable.
36927
36928 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
36929
36930         [BZ #13717]
36931         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
36932         to 2.2.0 where earlier.
36933         * sysdeps/unix/sysv/linux/configure: Regenerated.
36934         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
36935         Remove conditional code.
36936         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
36937         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
36938         Remove conditional code.
36939         [!__NR_lchown]: Likewise.
36940         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
36941         [__NR_lchown]: Likewise.
36942         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
36943         comment referencing __ASSUME_LCHOWN_SYSCALL.
36944         * sysdeps/unix/sysv/linux/i386/sigaction.c
36945         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36946         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36947         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
36948         Remove conditional code.
36949         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
36950         (__protocol_available): Remove #if 0 code.
36951         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
36952         conditional code.
36953         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
36954         * sysdeps/unix/sysv/linux/kernel-features.h
36955         (__ASSUME_GETCWD_SYSCALL): Don't define.
36956         (__ASSUME_REALTIME_SIGNALS): Likewise.
36957         (__ASSUME_PREAD_SYSCALL): Likewise.
36958         (__ASSUME_PWRITE_SYSCALL): Likewise.
36959         (__ASSUME_POLL_SYSCALL): Likewise.
36960         (__ASSUME_LCHOWN_SYSCALL): Likewise.
36961         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
36962         non-SPARC.
36963         (__ASSUME_SIOCGIFNAME): Don't define.
36964         (__ASSUME_MSG_NOSIGNAL): Likewise.
36965         (__ASSUME_SENDFILE): Define unconditionally.
36966         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
36967         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
36968         conditional code.
36969         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
36970         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
36971         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
36972         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
36973         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
36974         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
36975         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
36976         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
36977         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36978         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36979         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
36980         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36981         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36982         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
36983         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36984         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36985         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
36986         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36987         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
36989         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36990         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36991         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
36992         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36993         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
36995         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36996         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36997         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
36998         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36999         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37000         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
37001         Remove conditional code.
37002         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37003         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
37004         Remove conditional code.
37005         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37006         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
37007         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
37008         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
37009         Remove conditional code.
37010         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37011         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
37012         Remove conditional code.
37013         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37014         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
37015         Remove conditional code.
37016         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37017         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
37018         Remove conditional code.
37019         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37020         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
37021         Remove conditional code.
37022         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37023         * sysdeps/unix/sysv/linux/sh/pwrite64.c
37024         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37025         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37026         * sysdeps/unix/sysv/linux/sigaction.c
37027         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37028         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37029         * sysdeps/unix/sysv/linux/sigpending.c
37030         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37031         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37032         * sysdeps/unix/sysv/linux/sigprocmask.c
37033         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37034         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37035         * sysdeps/unix/sysv/linux/sigsuspend.c
37036         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37037         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37038         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
37039         (__libc_missing_rt_sigs): Remove.
37040         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
37041         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
37042         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
37043         Remove conditional code.
37044         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
37045         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
37046         return 1.
37047         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
37048         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
37049         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
37050         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
37051
37052 2012-05-14  Andreas Jaeger  <aj@suse.de>
37053
37054         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
37055         it's not used in glibc.
37056         (__coshm1): Likewise.
37057         (__acosh1p): Likewise.
37058         (__sgn): Likewise.
37059
37060         * manual/string.texi (Copying and Concatenation): Add missing
37061         variable in concat example.
37062         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
37063
37064 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37065
37066         [BZ #14103]
37067         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
37068         __builtin_clzl with __builtin_clzll.
37069
37070 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37071
37072         [BZ #14104]
37073         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
37074         libc_freeres_ptr.
37075
37076 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37077
37078         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
37079         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
37080         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
37081         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
37082
37083 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
37084
37085         * NEWS: Update ia64 info.
37086
37087 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
37088
37089         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
37090         used as bcopy.
37091
37092 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
37093
37094         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
37095         * sysdeps/unix/syscalls.list (dup3): Likewise.
37096         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
37097         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
37098
37099 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
37100
37101         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
37102         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
37103
37104 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
37105
37106         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
37107         thread pointer.
37108         (TLS_IE): Use mov/add instead of movq/addq to load thread
37109         pointer.
37110         (TLS_GD_PREFIX): New.
37111         (TLS_GD): Use it.
37112
37113 2012-05-11  David S. Miller  <davem@davemloft.net>
37114
37115         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
37116         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
37117         (_FPU_SETCW): Likewise.
37118
37119 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37120
37121         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
37122         is 32-byte aligned.
37123
37124 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
37125
37126         [BZ #11837]
37127         * iconvdata/gb18030.c: Update tables.
37128         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
37129         characters specially.
37130         (BODY for TO_LOOP): Add encoding of missing ranges.
37131
37132 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
37133
37134         [BZ #13673]
37135         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
37136         * sysdeps/mach/hurd/dup3.c: Likewise.
37137         * sysdeps/mach/hurd/readlinkat.c: Likewise.
37138         * sysdeps/powerpc/memmove.c:: Likewise.
37139
37140 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37141
37142         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
37143         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
37144
37145 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37146
37147         * elf/elf.h (R_X86_64_RELATIVE64): New.
37148         (R_X86_64_NUM): Updated.
37149         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
37150         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
37151         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
37152         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
37153         tst-quad1pie tst-quad2pie
37154         (modules-names): Add tst-quadmod1 tst-quadmod2.
37155         ($(objpfx)tst-quad1): New dependency.
37156         ($(objpfx)tst-quad2): Likewise.
37157         ($(objpfx)tst-quad1pie): Likewise.
37158         ($(objpfx)tst-quad2pie): Likewise.
37159         * sysdeps/x86_64/tst-quad1.c: New file.
37160         * sysdeps/x86_64/tst-quad1pie.c: New file.
37161         * sysdeps/x86_64/tst-quad2.c: Likewise.
37162         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
37163         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
37164         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
37165         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
37166         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
37167
37168 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37169
37170         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
37171         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
37172         * streams/stropts.h (t_scalar_t): Define type.
37173
37174         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
37175         (_PATH_PRESERVE): Set to "/var/lib".
37176         (_PATH_RWHODIR): Set to "/var/spool/rwho".
37177
37178         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
37179         instead of int.
37180
37181         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
37182         if __dir_mkfile succeeded.
37183
37184         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
37185         checking for _hurd_dtablesize.  Unlock it right after having
37186         finished _hurd_dtable allocation.
37187
37188 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37189
37190         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
37191         * sysdeps/mach/hurd/configure: Regenerated.
37192         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
37193         special-casing to...
37194         * sysdeps/gnu/configure.in: ... this new file.
37195         * sysdeps/unix/sysv/linux/configure: Regenerated.
37196         * sysdeps/gnu/configure: New generated file.
37197
37198         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
37199         for Linux: use nsec instead of usec, as well as:
37200         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
37201         members of type struct timespec.
37202         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
37203         New macros.
37204         (struct stat64): Likewise.
37205         (_STATBUF_ST_NSEC): New macro.
37206         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
37207
37208         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
37209         __strtoul_internal rather than strtoul.
37210
37211 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37212
37213         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
37214         and reject them.
37215
37216 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37217
37218         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
37219         which preserves existing values.
37220         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
37221
37222 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37223
37224         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
37225         TIMEOUT values.  Return EINVAL for NFDS values either negative or
37226         greater than FD_SETSIZE.
37227
37228 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37229
37230         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
37231         allocated, call __vm_protect to finish enabling the existing space, and
37232         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
37233         allocate the remainder.
37234
37235 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37236
37237         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
37238         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
37239
37240 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37241
37242         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
37243         sysdeps/mach/hurd/readlink.c.
37244
37245         * posix/tst-sysconf.c (posix_options): Only use
37246         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
37247         _POSIX_SYNCHRONIZED_IO when they are defined
37248         * sysdeps/mach/hurd/bits/posix_opt.h:
37249         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
37250         (_XOPEN_REALTIME): Undefine macro.
37251         (_XOPEN_REALTIME_THREADS): Undefine macro.
37252         (_XOPEN_SHM): Undefine macro.
37253         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
37254         macro to -1.
37255         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
37256         macro to -1.
37257         (_POSIX_ASYNC_IO): Undefine macro.
37258         (_POSIX_PRIORITIZED_IO): Undefine macro.
37259         (_POSIX_SPIN_LOCKS): Define macro to -1.
37260
37261         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
37262         SA_NODEFER, SA_RESETHAND.
37263         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
37264         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
37265         F_DUPFD_CLOEXEC.
37266
37267 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37268
37269         * elf/Makefile (pldd-modules): Define unconditionally.
37270
37271 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37272
37273         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
37274
37275 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37276
37277         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
37278         Return ENOENT when name is empty.
37279         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
37280
37281 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37282
37283         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
37284
37285         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
37286
37287 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37288
37289         Fix mlock in all cases except non-readable pages.
37290         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
37291         instead of VM_PROT_ALL as parameter to __vm_wire function.
37292
37293         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
37294         (__mkdir): When path is `/', just fail with EEXIST.
37295         * sysdeps/mach/hurd/mkdirat.c: Likewise.
37296
37297 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37298
37299         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
37300         <sys/uio.h> (for writev).
37301         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
37302         and <sys/param.h> (for MIN).
37303
37304 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37305
37306         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
37307         REQUESTED_TIME.  Properly set the remaining time and return EINTR
37308         if interrupted.
37309
37310 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37311
37312         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
37313         Depend on against $(link-rpcuserlibs).
37314
37315 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37316
37317         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
37318         (__libc_stack_end): Do not use attribute_relro.
37319         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
37320         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
37321         to libthread-provided value.
37322         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
37323         attribute_relro.
37324
37325 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37326
37327         [BZ #3748]
37328         * bits/libc-lock.h (__libc_once_get): New macro.
37329         * sysdeps/mach/bits/libc-lock.h: Likewise.
37330         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
37331         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
37332         instead of using implementation details.
37333
37334         * libio/fileops.c: Unconditionally include <kernel-features.h>.
37335         * libio/freopen.c: Likewise.
37336         * libio/freopen64.c: Likewise.
37337         * misc/syslog.c: Likewise.
37338         * nscd/connections.c: Likewise.
37339         * nscd/netgroupcache.c: Likewise.
37340         * sysdeps/posix/getcwd.c: Likewise.
37341
37342 2012-05-10  Roland McGrath  <roland@hack.frob.com>
37343
37344         * math/w_ilogbf.c: Add #include <limits.h>.
37345
37346 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37347
37348         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
37349         path instead of returning without unlocking.
37350
37351         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
37352         immediate-write ioctls.
37353         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
37354
37355 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37356
37357         * sysdeps/mach/hurd/i386/init-first.c (init): Use
37358         __builtin_frame_address instead of making assumptions about the
37359         location of the return address relative to DATA.  Force early load of
37360         the return address.
37361         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
37362         __builtin_frame_address.
37363
37364         dup3 for GNU Hurd.
37365         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
37366         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
37367         implement dup3 and do some further code clean-ups.
37368         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
37369         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
37370
37371 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37372
37373         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
37374
37375         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
37376         HURD_CRITICAL_END around holding _hurd_dtable_lock.
37377         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
37378         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
37379         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
37380         d->port.lock.
37381
37382         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
37383         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
37384         when handler == SIG_ERR, not when handler != SIG_ERR.
37385
37386 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37387
37388         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
37389         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
37390         definitions.
37391
37392         accept4 for GNU Hurd.
37393         * include/sys/socket.h (__libc_accept4): New prototype.
37394         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
37395         to implement __libc_accept4.
37396         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
37397         __libc_accept4.
37398         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
37399
37400         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
37401         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
37402         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
37403         signal-defines.sym.
37404
37405 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37406
37407         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
37408
37409 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37410
37411         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
37412         assertion on O_CLOEXEC flag.
37413         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
37414         * hurd/intern-fd.c: Likewise.
37415         * hurd/port2fd.c: Likewise.
37416
37417 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37418
37419         [BZ #3906]
37420         * bits/in.h (IPV6_PKTINFO): Define new macro.
37421         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
37422
37423 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37424
37425         [BZ #13954]
37426         [BZ #13955]
37427         [BZ #13956]
37428         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
37429         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
37430         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
37431         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
37432         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
37433         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
37434         * math/libm-test.inc (logb_test) : Additional logb tests.
37435
37436 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
37437             Andreas Jaeger  <aj@suse.de>
37438
37439         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
37440         * configure: Regenerated.
37441         * config.h.in (LINK_OBSOLETE_RPC): New macro.
37442         * config.make.in (link-obsolete-rpc): New substituted variable.
37443         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
37444         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
37445         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
37446         (shared-only-routines): Don't set it under [link-obsolete-rpc],
37447         so that libc.a contains the symbols.
37448         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
37449         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
37450         * sunrpc/auth_none.c: Likewise.
37451         * sunrpc/auth_unix.c: Likewise.
37452         * sunrpc/authdes_prot.c: Likewise.
37453         * sunrpc/authuxprot.c: Likewise.
37454         * sunrpc/clnt_gen.c: Likewise.
37455         * sunrpc/clnt_perr.c: Likewise.
37456         * sunrpc/clnt_raw.c: Likewise.
37457         * sunrpc/clnt_simp.c: Likewise.
37458         * sunrpc/clnt_tcp.c: Likewise.
37459         * sunrpc/clnt_udp.c: Likewise.
37460         * sunrpc/clnt_unix.c: Likewise.
37461         * sunrpc/des_crypt.c: Likewise.
37462         * sunrpc/des_soft.c: Likewise.
37463         * sunrpc/get_myaddr.c: Likewise.
37464         * sunrpc/key_call.c: Likewise.
37465         * sunrpc/key_prot.c: Likewise.
37466         * sunrpc/netname.c: Likewise.
37467         * sunrpc/pm_getmaps.c: Likewise.
37468         * sunrpc/pm_getport.c: Likewise.
37469         * sunrpc/pmap_clnt.c: Likewise.
37470         * sunrpc/pmap_prot.c: Likewise.
37471         * sunrpc/pmap_prot2.c: Likewise.
37472         * sunrpc/pmap_rmt.c: Likewise.
37473         * sunrpc/publickey.c: Likewise.
37474         * sunrpc/rpc_cmsg.c: Likewise.
37475         * sunrpc/rpc_common.c: Likewise.
37476         * sunrpc/rpc_dtable.c: Likewise.
37477         * sunrpc/rpc_prot.c: Likewise.
37478         * sunrpc/rpc_thread.c: Likewise.
37479         * sunrpc/rtime.c: Likewise.
37480         * sunrpc/svc.c: Likewise.
37481         * sunrpc/svc_auth.c: Likewise.
37482         * sunrpc/svc_raw.c: Likewise.
37483         * sunrpc/svc_run.c: Likewise.
37484         * sunrpc/svc_tcp.c: Likewise.
37485         * sunrpc/svc_udp.c: Likewise.
37486         * sunrpc/svc_unix.c: Likewise.
37487         * sunrpc/svcauth_des.c: Likewise.
37488         * sunrpc/xcrypt.c: Likewise.
37489         * sunrpc/xdr.c: Likewise.
37490         * sunrpc/xdr_array.c: Likewise.
37491         * sunrpc/xdr_float.c: Likewise.
37492         * sunrpc/xdr_intXX_t.c: Likewise.
37493         * sunrpc/xdr_mem.c: Likewise.
37494         * sunrpc/xdr_rec.c: Likewise.
37495         * sunrpc/xdr_ref.c: Likewise.
37496         * sunrpc/xdr_sizeof.c: Likewise.
37497         * sunrpc/xdr_stdio.c: Likewise.
37498
37499 2012-05-10  Roland McGrath  <roland@hack.frob.com>
37500
37501         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
37502         change.  Update copyright years.
37503
37504 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
37505
37506         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
37507
37508 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
37509             Joseph Myers  <joseph@codesourcery.com>
37510             Paul Pluzhnikov  <ppluzhnikov@google.com>
37511
37512         [BZ #14012]
37513         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
37514         requiring rpcgen.
37515         [cross-compiling] (extra-libs): Likewise.
37516         [cross-compiling] (extra-libs-others): Likewise.
37517         [cross-compiling] (librpcsvc-routines): Likewise.
37518         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
37519         [cross-compiling] (omit-deps): Likewise.
37520         (sunrpc-CPPFLAGS): New variable.
37521         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
37522         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
37523         (cross-rpcgen-objs): New variable.
37524         (extra-objs): Append $(cross-rpcgen-objs).
37525         ($(cross-rpcgen-objs)): New rule.
37526         ($(objpfx)cross-rpcgen): Likewise.
37527         (rpcgen-cmd): Define to use $(built-program-file).  Expand
37528         comment.
37529         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
37530         ($(objpfx)x%.stmp): Likewise.
37531         * sunrpc/proto.h [IS_IN_build] (_): Define.
37532         [IS_IN_build] (_libc_intl_domainname): Likewise.
37533
37534 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37535
37536         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
37537         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
37538         and R_X86_64_TPOFF64.
37539
37540 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
37541
37542         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
37543         sysdeps/unix/sysv/syscalls.list.
37544         (stime): Likewise.
37545         (utime): Likewise.
37546         * sysdeps/unix/sysv/syscalls.list: Remove file.
37547
37548 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
37549
37550         [BZ #3440]
37551         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
37552         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
37553         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
37554         (__LC_IDENTIFICATION): Make these macros useful in #if
37555         expressions, as required by C99.
37556
37557 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
37558
37559         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
37560         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
37561         after this.
37562
37563 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
37564
37565         * stdlib/longlong.h: Updated from GCC.
37566
37567 2012-05-09  Andreas Jaeger  <aj@suse.de>
37568
37569         * nscd/nscd.c (run_modes): Make named enum, reorder so that
37570         default is first entry.
37571         (run_mode): Set type.
37572         (main): Remove informal message about syslog.
37573         (options): Fix typo.
37574
37575         [BZ #14053]
37576         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
37577         to asm.
37578         (lrint): Likewise.
37579         (llrintf): Likewise.
37580         (llrint): Likewise.
37581         (rint): Likewise.
37582         (rintf): Likewise.
37583         (nearbyint): Likewise.
37584         (nearbyintf): Likewise.
37585
37586 2012-05-09  Andreas Jaeger  <aj@suse.de>
37587             Pedro Alves  <palves@redhat.com>
37588
37589         * nscd/nscd.c (run_mode): Use enum.
37590         (main): Cleanup coding style issue.
37591
37592 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
37593             Andreas Jaeger  <aj@suse.de>
37594
37595         * nscd/nscd.c (go_background): Replaced with...
37596         (run_mode): ... this.
37597         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
37598         (options): Add -F --foreground.
37599         (main): Implement it.
37600         (parse_opt): Parse it.
37601
37602 2012-05-09  Andreas Jaeger  <aj@suse.de>
37603
37604         [BZ #14083]
37605         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
37606         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
37607         -Wconversion warning.
37608         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
37609         Likewise.
37610
37611 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
37612
37613         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
37614         == 0.
37615         (LC_ALL): Use macro-int-constant.
37616         (LC_COLLATE): Likewise.
37617         (LC_CTYPE): Likewise.
37618         (LC_MESSAGES): Likewise.
37619         (LC_MONETARY): Likewise.
37620         (LC_NUMERIC): Likewise.
37621         (LC_TIME): Likewise.
37622         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
37623         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
37624         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37625         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
37626         Specify type.
37627         [C99-based standards] (float_t): Expect type.
37628         [C99-based standards] (double_t): Expect type.
37629         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
37630         type.
37631         [C99-based standards] (HUGE_VALL): Likewise.
37632         [C99-based standards] (INFINITY): Likewise.
37633         [C99-based standards] (NAN): Likewise.
37634         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
37635         [C99-based standards] (FP_NAN): Likewise.
37636         [C99-based standards] (FP_NORMAL): Likewise.
37637         [C99-based standards] (FP_SUBNORMAL): Likewise.
37638         [C99-based standards] (FP_ZERO): Likewise.
37639         [C99-based standards] (FP_FAST_FMA): Use
37640         optional-macro-int-constant.  Specify type.  Require == 1.
37641         [C99-based standards] (FP_FAST_FMAF): Likewise.
37642         [C99-based standards] (FP_FAST_FMAL): Likewise.
37643         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
37644         [C99-based standards] (FP_ILOGBNAN): Likewise.
37645         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
37646         Specify type.
37647         [C99-based standards] (MATH_ERREXCEPT): Likewise.
37648         [C99-based standards] (math_errhandling): Specify type.
37649         [ISO99 || ISO11] (signgam): Do not allow.
37650         [non-C99-based standards] (copysignf): Do not allow.
37651         [non-C99-based standards] (exp2f): Likewise.
37652         [non-C99-based standards] (log2f): Likewise.
37653         [non-C99-based standards] (modff): Allow.
37654         [non-C99-based standards] (erff): Do not allow.
37655         [non-C99-based standards] (erfcf): Likewise.
37656         [non-C99-based standards] (gammaf): Likewise.
37657         [non-C99-based standards] (hypotf): Likewise.
37658         [non-C99-based standards] (j0f): Likewise.
37659         [non-C99-based standards] (j1f): Likewise.
37660         [non-C99-based standards] (jnf): Likewise.
37661         [non-C99-based standards] (lgammaf): Likewise.
37662         [non-C99-based standards] (tgammaf): Likewise.
37663         [non-C99-based standards] (y0f): Likewise.
37664         [non-C99-based standards] (y1f): Likewise.
37665         [non-C99-based standards] (ynf): Likewise.
37666         [non-C99-based standards] (isnanf): Likewise.
37667         [non-C99-based standards] (acoshf): Likewise.
37668         [non-C99-based standards] (asinhf): Likewise.
37669         [non-C99-based standards] (atanhf): Likewise.
37670         [non-C99-based standards] (cbrtf): Likewise.
37671         [non-C99-based standards] (expm1f): Likewise.
37672         [non-C99-based standards] (ilogbf): Likewise.
37673         [non-C99-based standards] (log1pf): Likewise.
37674         [non-C99-based standards] (logbf): Likewise.
37675         [non-C99-based standards] (nextafterf): Likewise.
37676         [non-C99-based standards] (remainderf): Likewise.
37677         [non-C99-based standards] (rintf): Likewise.
37678         [non-C99-based standards] (scalbf): Likewise.
37679         [non-C99-based standards] (copysignl): Likewise.
37680         [non-C99-based standards] (exp2l): Likewise.
37681         [non-C99-based standards] (log2l): Likewise.
37682         [non-C99-based standards] (modfl): Allow.
37683         [non-C99-based standards] (erfl): Do not allow.
37684         [non-C99-based standards] (erfcl): Likewise.
37685         [non-C99-based standards] (gammal): Likewise.
37686         [non-C99-based standards] (hypotl): Likewise.
37687         [non-C99-based standards] (j0l): Likewise.
37688         [non-C99-based standards] (j1l): Likewise.
37689         [non-C99-based standards] (jnl): Likewise.
37690         [non-C99-based standards] (lgammal): Likewise.
37691         [non-C99-based standards] (tgammal): Likewise.
37692         [non-C99-based standards] (y0l): Likewise.
37693         [non-C99-based standards] (y1l): Likewise.
37694         [non-C99-based standards] (ynl): Likewise.
37695         [non-C99-based standards] (isnanl): Likewise.
37696         [non-C99-based standards] (acoshl): Likewise.
37697         [non-C99-based standards] (asinhl): Likewise.
37698         [non-C99-based standards] (atanhl): Likewise.
37699         [non-C99-based standards] (cbrtl): Likewise.
37700         [non-C99-based standards] (expm1l): Likewise.
37701         [non-C99-based standards] (ilogbl): Likewise.
37702         [non-C99-based standards] (log1pl): Likewise.
37703         [non-C99-based standards] (logbl): Likewise.
37704         [non-C99-based standards] (nextafterl): Likewise.
37705         [non-C99-based standards] (remainderl): Likewise.
37706         [non-C99-based standards] (rintl): Likewise.
37707         [non-C99-based standards] (scalbl): Likewise.
37708         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37709         [non-C99-based standards] (FP_*): Do not allow.
37710         [C99-based standards] (FP_*): Change to
37711         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
37712         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
37713         allow.
37714         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
37715         (SIG_ERR): Likewise.
37716         [X/Open-based standards] (SIG_HOLD): Likewise.
37717         (SIG_IGN): Likewise.
37718         (SIGABRT): Use macro-int-constant.  Specify type.  Require
37719         positive value.
37720         (SIGFPE): Likewise.
37721         (SIGILL): Likewise.
37722         (SIGINT): Likewise.
37723         (SIGSEGV): Likewise.
37724         (SIGTER): Likewise.
37725         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
37726         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
37727         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
37728         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
37729         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
37730         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
37731         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
37732         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
37733         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
37734         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
37735         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
37736         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
37737         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
37738         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
37739         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
37740         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
37741         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
37742         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
37743         [X/Open-based standards] (SIGTRAP): Likewise.
37744         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
37745         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
37746         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
37747         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
37748         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
37749         allow.
37750
37751 2012-05-08  Ian Wienand  <ianw@vmware.com>
37752
37753         [BZ #14080]
37754         * time/tzset.c (__tzset_parse_tz): Update default rules for
37755         daylight time changes in the Energy Policy Act of 2005.
37756
37757 2012-05-09  Andreas Jaeger  <aj@suse.de>
37758
37759         [BZ #13983]
37760         * elf/ldconfig.c (parse_conf): Change string to make clear that
37761         ldconfig only issued a warning if ld.so.conf does not exist.
37762
37763 2012-05-08  David S. Miller  <davem@davemloft.net>
37764
37765         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
37766         movxtod instead of popping the value on the stack.
37767
37768         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37769
37770 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
37771
37772         * config.h.in: Add HAVE_ARM_PCS_VFP.
37773
37774 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
37775
37776         [BZ #13979]
37777         * include/features.h: Warn if user requests __FORTIFY_SOURCE
37778         checking but the checks are disabled for any reason.
37779
37780 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
37781
37782         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
37783         and ELF64_R_TYPE with ELFW(R_TYPE).
37784
37785 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
37786
37787         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
37788         (ulimit): Likewise.
37789
37790         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
37791         (settimeofday): Likewise.
37792
37793 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
37794
37795         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
37796         a struct th_u2 inside the union, and move tu_block/tu_code into
37797         a new th_u3 union of tu_block/tu_code inside of that.  Move
37798         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
37799         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
37800         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
37801         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
37802         (th_stuff): Change to th_u1.tu_stuff.
37803         (th_data): Define.
37804         (th_msg): Change to th_u1.th_u2.tu_data.
37805
37806 2012-05-07  David S. Miller  <davem@davemloft.net>
37807
37808         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37809
37810         [BZ #14074]
37811         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
37812         (SETUP_PIC_REG): Use it.
37813         (SETUP_PIC_REG_LEAF): Use it.
37814
37815 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
37816
37817         [BZ #13885]
37818         [BZ #13923]
37819         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37820         USE_AS_EXPM1L.
37821         (EXPL_FINITE): Likewise.
37822         (FLDLOG): Likewise.
37823         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
37824         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
37825         e_expl.S.
37826         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37827         USE_AS_EXPM1L.
37828         (EXPL_FINITE): Likewise.
37829         (FLDLOG): Likewise.
37830         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
37831         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
37832         e_expl.S.
37833         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
37834         test of -max_value argument for long double.
37835         * sysdeps/i386/fpu/libm-test-ulps: Update.
37836         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37837
37838 2012-05-06  David S. Miller  <davem@davemloft.net>
37839
37840         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
37841         quad soft-float symbols whose references which are compiler
37842         generated.
37843         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
37844
37845 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
37846
37847         [BZ #13884]
37848         [BZ #13914]
37849         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37850         USE_AS_EXP10L.
37851         (EXPL_FINITE): Likewise.
37852         (FLDLOG): Likewise.
37853         (c0): Likewise.
37854         (c1): Likewise.
37855         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
37856         Adjust comments for base varying.
37857         (__expl_finite): Change alias to EXPL_FINITE.
37858         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
37859         e_expl.S.
37860         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
37861         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
37862         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
37863         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
37864         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37865         USE_AS_EXP10L.
37866         (EXPL_FINITE): Likewise.
37867         (FLDLOG): Likewise.
37868         (c0): Likewise.
37869         (c1): Likewise.
37870         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
37871         Adjust comments for base varying.
37872         (__expl_finite): Change alias to EXPL_FINITE.
37873         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
37874         tests for bugs.
37875         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37876
37877         [BZ #14064]
37878         * math/libm-test.inc (check_float_internal): Correct ulp
37879         calculation for subnormal expected results.
37880
37881 2012-05-06  Andreas Jaeger  <aj@suse.de>
37882
37883         * Makeconfig (+math-flags): New, set to -frounding-math.
37884         (+cflags): Add +math-flags so that all of glibc gets compiled with
37885         it.
37886
37887         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
37888
37889 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
37890
37891         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
37892         Disable one test.
37893
37894         [BZ #13787]
37895         [BZ #13922]
37896         [BZ #14036]
37897         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
37898         (__ieee754_expl): Allow for and saturate large arguments.
37899         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
37900         (u_threshold): Likewise.
37901         (__exp): Call __ieee754_exp before checking for overflow and
37902         underflow.
37903         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
37904         (u_threshold): Likewise.
37905         (__expf): Call __ieee754_expf before checking for overflow and
37906         underflow.
37907         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
37908         (u_threshold): Likewise.
37909         (__expl): Call __ieee754_expl before checking for overflow and
37910         underflow.
37911         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
37912         (__ieee754_expl): Allow for and saturate large arguments.
37913         * math/libm-test.inc (exp_test): Add another test.  Do not allow
37914         missing overflow exception on overflow.
37915         (expm1_test): Do not allow missing overflow exception on overflow.
37916
37917         * sysdeps/i386/fpu/e_expl.c: Move to ...
37918         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
37919         rather than using inline asm.
37920         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
37921         * sysdeps/x86_64/fpu/e_expl.S: Copy from
37922         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
37923
37924         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
37925         (nice): Likewise.
37926         (poll): Likewise.
37927         (signal): Likewise.
37928         (time): Likewise.
37929         (times): Likewise.
37930
37931 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
37932
37933         * sysdeps/unix/syscalls.list (adjtime): Add entry from
37934         sysdeps/unix/common/syscalls.list.
37935         (fchmod): Likewise.
37936         (fchown): Likewise.
37937         (ftruncate): Likewise.
37938         (getrusage): Likewise.
37939         (gettimeofday): Likewise.
37940         (setpgid): Likewise.
37941         (setregid): Likewise.
37942         (setreuid): Likewise.
37943         (sigaction): Likewise.
37944         (truncate): Likewise.
37945         (vhangup): Likewise.
37946         * sysdeps/unix/common/syscalls.list: Remove file.
37947         * sysdeps/unix/bsd/Implies: Don't include unix/common.
37948         * sysdeps/unix/sysv/linux/Implies: Likewise.
37949
37950 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
37951
37952         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
37953         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
37954         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
37955         Moved to ...
37956         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
37957         Here.
37958         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
37959         to ...
37960         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
37961         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
37962         to ...
37963         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
37964         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
37965         to ...
37966         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
37967         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
37968         to ...
37969         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
37970         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
37971         to ...
37972         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
37973         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
37974         to ...
37975         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
37976         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
37977         to ...
37978         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
37979         Here.
37980         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
37981         to ...
37982         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
37983         Here.
37984         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
37985         to ...
37986         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
37987         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
37988         Moved to ...
37989         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
37990         Here.
37991         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
37992         to ...
37993         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
37994
37995 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
37996
37997         * sysdeps/unix/common/bits/dirent.h: Remove file.
37998         * sysdeps/unix/common/bits/fcntl.h: Likewise.
37999
38000         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
38001         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
38002         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
38003         * sysdeps/unix/bsd/isatty.c: Likewise.
38004         * sysdeps/unix/bsd/tcdrain.c: Likewise.
38005         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
38006         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
38007
38008 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38009
38010         [BZ #13563]
38011         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
38012         long double comparison inaccuracies.
38013         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
38014         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38015
38016 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
38017
38018         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
38019         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
38020
38021 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
38022
38023         [BZ #14049]
38024         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
38025         nonzero digits before rounding a hex value.
38026         * stdlib/tst-strtod.c (tests): Add another test.
38027
38028 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38029
38030         * sysdeps/s390/fpu/libm-test-ulps: Update.
38031
38032 2012-05-03  Andreas Jaeger  <aj@suse.de>
38033
38034         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
38035         does not get optimized out.
38036         (malloc_opt_barrier): New.
38037
38038 2012-05-03  Andreas Jaeger  <aj@suse.de>
38039             Roland McGrath  <roland@hack.frob.com>
38040
38041         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
38042         intermediate file deletion.
38043         (generated): Add .symlist files.
38044
38045 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
38046
38047         [BZ #13775]
38048         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
38049         Redirect under this condition.
38050         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
38051         [__USE_GNU] (__dprintf_chk): Not under this condition.
38052         [__USE_GNU] (__vdprintf_chk): Likewise.
38053         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
38054         under this condition.
38055         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
38056         [__USE_XOPEN2K8] (dprintf): Define under this condition.
38057         [__USE_XOPEN2K8] (vdprintf): Likewise.
38058         [__USE_GNU] (__dprintf_chk): Not under this condition.
38059         [__USE_GNU] (__vdprintf_chk): Likewise.
38060         [__USE_GNU] (dprintf): Likewise.
38061         [__USE_GNU] (vdprintf): Likewise.
38062
38063 2012-05-03  Roland McGrath  <roland@hack.frob.com>
38064
38065         * elf/Makefile (common-generated): Set this instead of generated for
38066         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
38067         $(all-built-dso)-derived lists.
38068
38069 2012-05-03  Andreas Jaeger  <aj@suse.de>
38070
38071         * sysdeps/i386/fpu/libm-test-ulps: Update.
38072
38073         * FAQ: Removed.
38074         * FAQ.in: Likewise.
38075         * scripts/gen-FAQ.pl: Likewise.
38076         * manual/install.texi (Installation): Point to online location of
38077         FAQ.
38078         * Makefile (files-for-dist): Remove FAQ.
38079         (FAQ): Remove.
38080
38081 2012-05-02  Allan McRae  <allan@archlinux.org>
38082
38083         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
38084         (LDFLAGS-reldepmod5.so): Likewise.
38085         (LDFLAGS-reldep6mod1.so): Likewise.
38086         (LDFLAGS-reldep6mod4.so): Likewise.
38087         (LDFLAGS-reldep8mod3.so): Likewise.
38088         (LDFLAGS-unload4mod1.so): Likewise.
38089         (LDFLAGS-unload4mod2.so): Likewise.
38090         (LDFLAGS-tst-initorder): Likewise.
38091         (LDFLAGS-tst-initordera2.so): Likewise.
38092         (LDFLAGS-tst-initordera3.so): Likewise.
38093         (LDFLAGS-tst-initordera4.so): Likewise.
38094         (LDFLAGS-tst-initorderb2.so): Likewise.
38095         (LDFLAGS-noload): Likewise.
38096         (LDFLAGS-next): Likewise.
38097         (LDFLAGS-order2mod1.so): Likewise.
38098         (LDFLAGS-order2mod2.so): Likewise.
38099         (LDFLAGS-tst-initorder2): Likewise.
38100         (LDFLAGS-tst-initorder2a.so): Likewise.
38101         (LDFLAGS-tst-initorder2b.so): Likewise.
38102         (LDFLAGS-tst-initorder2c.so): Likewise.
38103         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
38104
38105 2012-05-02  David S. Miller  <davem@davemloft.net>
38106
38107         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38108
38109 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
38110
38111         [BZ #14055]
38112         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
38113
38114 2012-05-02  Andreas Jaeger  <aj@suse.de>
38115
38116         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
38117         since we manipulate rounding mode.
38118         (CPPFLAGS-test-idouble.c): Likewise.
38119         (CPPFLAGS-test-ifloat.c): Likewise.
38120         (CFLAGS-test-ldouble.c): Likewise.
38121         (CFLAGS-test-double.c): Likewise.
38122         (CFLAGS-test-float.c): Likewise.
38123         (CFLAGS-test-misc.c): Likewise.
38124         (CFLAGS-test-test-fenv.c): Likewise.
38125
38126 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38127
38128         [BZ #2550]
38129         [BZ #2570]
38130         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
38131         comparisons to determine direction to adjust input.
38132
38133 2012-05-01  Roland McGrath  <roland@hack.frob.com>
38134
38135         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
38136         output to the target.
38137
38138         * scripts/localplt.awk: New file.
38139         * elf/Makefile ($(objpfx)check-localplt): Target removed.
38140         (check-localplt-CFLAGS): Variable removed.
38141         ($(all-built-dso:=.jmprel)): New static pattern rule.
38142         (generated): Add those targets.
38143         (localplt-built-dso): New variable.
38144         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
38145
38146         * elf/check-localplt.c: File removed.
38147
38148         * scripts/check-execstack.awk: New file.
38149         * elf/Makefile ($(objpfx)check-execstack): Target removed.
38150         (check-execstack-CFLAGS): Variable removed.
38151         ($(objpfx)check-execstack.h): Target removed.
38152         ($(objpfx)execstack-default): New target.
38153         (generated): Add that instead of check-execstack.h.
38154         ($(all-built-dso:=.phdr)): New static pattern rule.
38155         (generated): Add those targets.
38156         * elf/check-execstack.c: File removed.
38157
38158         * scripts/check-textrel.awk: New file.
38159         * elf/Makefile ($(objpfx)check-textrel): Target removed.
38160         (check-textrel-CFLAGS): Variable removed.
38161         (all-built-dso): Use := to define.o
38162         ($(all-built-dso:=.dyn)): New static pattern rule.
38163         (generated): Add those targets.
38164         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
38165         * config.make.in (READELF): New substituted variable.
38166         * elf/check-textrel.c: File removed.
38167
38168 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
38169
38170         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
38171         allow.
38172         * conform/data/ctype.h-data [C99-based standards] (isblank):
38173         Expect function.
38174         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
38175         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
38176         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38177         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
38178         Specify type.  Require positive value.
38179         (EILSEQ): Likewise.
38180         (ERANGE): Likewise.
38181         [ISO || POSIX] (EILSEQ): Do not expect.
38182         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
38183         Specify type.  Require positive value.
38184         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
38185         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
38186         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
38187         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
38188         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
38189         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
38190         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
38191         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
38192         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
38193         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
38194         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
38195         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
38196         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
38197         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
38198         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
38199         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
38200         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
38201         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
38202         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
38203         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
38204         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
38205         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
38206         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
38207         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
38208         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
38209         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
38210         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
38211         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
38212         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
38213         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
38214         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
38215         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
38216         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
38217         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
38218         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
38219         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
38220         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
38221         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
38222         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
38223         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
38224         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
38225         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
38226         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
38227         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
38228         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
38229         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
38230         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
38231         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
38232         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
38233         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
38234         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
38235         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
38236         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
38237         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
38238         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
38239         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
38240         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
38241         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
38242         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
38243         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
38244         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
38245         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
38246         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
38247         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
38248         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
38249         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
38250         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
38251         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
38252         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
38253         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
38254         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
38255         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
38256         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
38257         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
38258         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
38259         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
38260         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
38261         Require >= 2.
38262         (FLT_ROUNDS): Expect as macro, not constant.
38263         (FLT_MANT_DIG): Use macro-int-constant.
38264         (DBL_MANT_DIG): Likewise.
38265         (LDBL_MANT_DIG): Likewise.
38266         (FLT_DIG): Likewise.
38267         (DBL_DIG): Likewise.
38268         (LDBL_DIG): Likewise.
38269         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
38270         (DBL_MIN_EXP): Likewise.
38271         (LDBL_MIN_EXP): Likewise.
38272         (FLT_MAX_EXP): Use macro-int-constant.
38273         (DBL_MAX_EXP): Likewise.
38274         (LDBL_MAX_EXP): Likewise.
38275         (FLT_MAX_10_EXP): Likewise.
38276         (DBL_MAX_10_EXP): Likewise.
38277         (LDBL_MAX_10_EXP): Likewise.
38278         (FLT_MAX): Use macro-constant.
38279         (DBL_MAX): Likewise.
38280         (LDBL_MAX): Likewise.
38281         (FLT_EPSILON): Use macro-constant.  Give upper bound.
38282         (DBL_EPSILON): Likewise.
38283         (LDBL_EPSILON): Likewise.
38284         (FLT_MIN): Likewise.
38285         (DBL_MIN): Likewise.
38286         (LDBL_MIN): Likewise.
38287         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
38288         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
38289         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
38290         [ISO11] (FLT_HAS_SUBNORM): Likewise.
38291         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
38292         [ISO11] (DBL_DECIMAL_DIG): Likewise.
38293         [ISO11] (FLT_DECIMAL_DIG): Likewise.
38294         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
38295         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
38296         [ISO11] (FLT_TRUE_MIN): Likewise.
38297         [ISO11] (LDBL_TRUE_MIN): Likewise.
38298         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38299         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
38300         (SCHAR_MIN): Use macro-int-constant.  Specify type.
38301         (SCHAR_MAX): Likewise.
38302         (UCHAR_MAX): Likewise.
38303         (CHAR_MIN): Likewise.
38304         (CHAR_MAX): Likewise.
38305         (MB_LEN_MAX): Use macro-int-constant.
38306         (SHRT_MIN): Use macro-int-constant.  Specify type.
38307         (SHRT_MAX): Likewise.
38308         (USHRT_MAX): Likewise.
38309         (INT_MAX): Likewise.
38310         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
38311         bound negative.
38312         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
38313         bound with "U".
38314         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
38315         bound with "L".
38316         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
38317         bound negative.  Suffix upper bound with "L".
38318         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
38319         bound with "UL".
38320         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
38321         Specify type.
38322         [C99-based standards] (LLONG_MAX): Likewise.
38323         [C99-based standards] (ULLONG_MAX): Likewise.
38324         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
38325         == 0.
38326         [ISO11] (max_align_t): Require type.
38327         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38328
38329         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
38330         from $CFLAGS, without defining away __attribute__ calls.
38331         (checknamespace): Use $CFLAGS_namespace.
38332
38333         * conform/conformtest.pl (@keywords): Only include C99 keywords
38334         for standards based on C99 or C11.
38335
38336         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
38337         Disable tests.
38338         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
38339         UNIX98]: Likewise.
38340
38341         * conform/conformtest.pl: Handle "macro-int-constant" and test for
38342         usability of symbols in #if.
38343
38344         * conform/conformtest.pl: If macro or constant types start
38345         "promoted:", expect the symbol to be of the following type
38346         promoted by the integer promotions.
38347
38348         * conform/conformtest.pl: Parse all "constant" and "macro" lines
38349         in one place.  Also handle "macro-constant".
38350
38351         * conform/conformtest.pl: Only accept expected macro values with
38352         "==".  Parse all "macro" lines in one place.
38353         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
38354
38355         * conform/conformtest.pl: Handle braced types on "constant" lines
38356         instead of handling "typed-constant".
38357         * conform/data/signal.h-data: Use "constant" instead of
38358         "typed-constant".
38359
38360         * conform/conformtest.pl: Handle "optional-" at start of lines in
38361         one place rather than duplicating several cases.  Handle each
38362         format of "macro" line with initial "optional-".
38363
38364         * conform/conformtest.pl: Only accept expected constant or
38365         optional-constant values with "==".  Parse all "constant" lines in
38366         one place.  Parse all "optional-constant" lines in one place.
38367         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
38368         * conform/data/fmtmsg.h-data: Likewise.
38369         * conform/data/netinet/in.h-data: Likewise.
38370         * conform/data/tar.h-data: Likewise.
38371         * conform/data/limits.h-data: Use "==" form on "constant" and
38372         "optional-constant" lines.
38373
38374         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
38375         Use -std=c99 for XOPEN2K.
38376         (@knownproblems): Remove.
38377         (newtoken): Don't check %isknown.
38378
38379         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
38380         Do not expect macro.
38381         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
38382         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
38383         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
38384         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
38385         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
38386         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
38387         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
38388         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
38389         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
38390         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
38391         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
38392         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
38393         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
38394         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
38395         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
38396         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
38397         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
38398         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
38399         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
38400         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
38401         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
38402         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
38403         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
38404         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
38405         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
38406         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
38407         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
38408         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
38409         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
38410         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
38411         [XPG3] (acosh): Likewise.
38412         [XPG3] (asinh): Likewise.
38413         [XPG3] (atanh): Likewise.
38414         [XPG3] (cbrt): Likewise.
38415         [XPG3] (expm1): Likewise.
38416         [XPG3] (ilogb): Likewise.
38417         [XPG3] (log1p): Likewise.
38418         [XPG3] (logb): Likewise.
38419         [XPG3] (nextafter): Likewise.
38420         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
38421         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
38422         [XPG3] (remainder): Likewise.
38423         [XPG3] (rint): Likewise.
38424         [XPG3 || XPG4 || UNIX98] (round): Likewise.
38425         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
38426         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
38427         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
38428         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
38429         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
38430         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
38431         [UNIX98 || XOPEN2K] (scalb): Expect.
38432         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
38433         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
38434         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
38435         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
38436         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
38437         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
38438         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
38439         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
38440         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
38441         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
38442         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
38443         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
38444         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
38445         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
38446         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
38447         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
38448         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
38449         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
38450         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
38451         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
38452         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
38453         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
38454         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
38455         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
38456         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
38457         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
38458         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
38459         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
38460         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
38461         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
38462         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
38463         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
38464         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
38465         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
38466         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
38467         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
38468         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
38469         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
38470         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
38471         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
38472         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
38473         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
38474         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
38475         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
38476         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
38477         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
38478         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
38479         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
38480         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
38481         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
38482         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
38483         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
38484         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
38485         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
38486         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
38487         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
38488         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
38489         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
38490         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
38491         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
38492         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
38493         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
38494         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
38495         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
38496         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
38497         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
38498         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
38499         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
38500         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
38501         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
38502         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
38503         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
38504         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
38505         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
38506         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
38507         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
38508         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
38509         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
38510         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
38511         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
38512         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
38513         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
38514         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
38515         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
38516         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
38517         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
38518         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
38519         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
38520         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
38521         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
38522         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
38523         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
38524         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
38525         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
38526         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
38527         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
38528         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
38529         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
38530         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
38531         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
38532         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
38533         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
38534         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
38535         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
38536         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
38537         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
38538         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
38539         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
38540         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
38541         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
38542         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
38543         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
38544         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
38545         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
38546         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
38547         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
38548         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
38549         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
38550         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
38551         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
38552         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
38553         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
38554         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
38555         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
38556         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
38557         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
38558         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
38559         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
38560         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
38561         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
38562         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
38563         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
38564         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
38565         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
38566         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
38567         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
38568         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
38569
38570         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
38571         _XOPEN_SOURCE_EXTENDED for XPG4.
38572
38573         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
38574
38575         * Makeconfig (localtime): Remove variable.
38576         (inst_localtime-file): Likewise.
38577
38578 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
38579
38580         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
38581         Update.
38582         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38583         Update.
38584         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
38585         Update.
38586         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
38587         Update.
38588         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
38589         Update.
38590         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
38591         Update.
38592         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
38593         Update.
38594         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
38595         Update.
38596         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
38597         Update.
38598
38599 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
38600
38601         [BZ #2550]
38602         [BZ #2570]
38603         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
38604         comparisons to determine direction to adjust input.
38605         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
38606         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
38607         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
38608         Likewise.
38609         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
38610         Likewise.
38611         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
38612         Likewise.
38613         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
38614         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
38615         Likewise.
38616         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
38617         Likewise.
38618         * math/libm-test.inc (nexttoward_test): Add more tests.
38619
38620 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
38621
38622         [BZ #14040]
38623         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
38624         in version GLIBC_2.1, not GLIBC_2.0.
38625         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
38626         Likewise.
38627
38628 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
38629
38630         [BZ #13942]
38631         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
38632         (1 - x) * (1 + x).
38633         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
38634         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
38635         * math/libm-test.inc (acos_test): Add more tests.
38636         (asin_test): Likewise.
38637         * sysdeps/i386/fpu/libm-test-ulps: Update.
38638         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38639
38640         [BZ #14034]
38641         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
38642         of square root.
38643         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
38644         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
38645         * math/libm-test.inc (acos_test_tonearest): New function.
38646         (acos_test_towardzero): Likewise.
38647         (acos_test_downward): Likewise.
38648         (acos_test_upward): Likewise.
38649         (asin_test_tonearest): Likewise.
38650         (asin_test_towardzero): Likewise.
38651         (asin_test_downward): Likewise.
38652         (asin_test_upward): Likewise.
38653         (main): Call the new functions.
38654         * sysdeps/i386/fpu/libm-test-ulps: Update.
38655         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38656
38657         [BZ #13884]
38658         [BZ #13924]
38659         * math/e_exp10.c: Include <float.h>.
38660         (__ieee754_exp10): Handle underflow here rather than multiplying
38661         large negative argument by M_LN10.
38662         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
38663         of __ieee754_expf.
38664         * math/e_exp10l.c: Include <float.h>.
38665         (__ieee754_exp10l): Handle underflow here rather than multiplying
38666         large negative argument by M_LN10l.
38667         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
38668         spurious overflow exception on underflow.
38669
38670 2012-04-29  Marek Polacek  <polacek@redhat.com>
38671
38672         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
38673         (__fortify_function): New macro.
38674         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
38675         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
38676         __extern_always_inline.
38677         * libio/bits/stdio2.h: Likewise.
38678         * libio/bits/stdio.h: Likewise.
38679         * string/string.h: Likewise.
38680         * string/bits/string3.h: Likewise.
38681         * include/stdio.h: Likewise.
38682         * stdlib/bits/stdlib.h: Likewise.
38683         * stdlib/stdlib.h: Likewise.
38684         * rt/bits/mqueue2.h: Likewise.
38685         * rt/mqueue.h: Likewise.
38686         * posix/bits/unistd.h: Likewise.
38687         * posix/unistd.h: Likewise.
38688         * io/bits/poll2.h: Likewise.
38689         * io/bits/fcntl2.h: Likewise.
38690         * io/fcntl.h: Likewise.
38691         * io/sys/poll.h: Likewise.
38692         * misc/bits/syslog.h: Likewise.
38693         * misc/bits/syslog-ldbl.h: Likewise.
38694         * misc/sys/syslog.h: Likewise.
38695         * socket/bits/socket2.h: Likewise.
38696         * socket/sys/socket.h: Likewise.
38697         * debug/tst-chk1.c: Likewise.
38698         * wcsmbs/bits/wchar2.h: Likewise.
38699         * wcsmbs/bits/wchar-ldbl.h: Likewise.
38700         * wcsmbs/wchar.h: Likewise.
38701
38702 2012-04-29  Andreas Jaeger  <aj@suse.de>
38703
38704         * Makerules (tests): Remove enable-check-abi protection.
38705         (check-abi-warn): Remove.
38706         (check-abi-%): Remove check-abi-warn usage.
38707
38708         * configure.in: Remove check-abi configure option.
38709         * configure: Regenerated.
38710         * config.make.in (enable-check-abi): Remove.
38711
38712 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
38713
38714         [BZ #14033]
38715         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
38716         double functions to double *_finite functions.
38717
38718         [BZ #13941]
38719         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
38720         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
38721         LDBL_MIN_EXP.
38722         * stdio-common/Makefile (tests): Add tst-sprintf3.
38723         * stdio-common/tst-sprintf3.c: New file.
38724
38725         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
38726         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
38727
38728 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
38729
38730         * conform/conformtest.pl: Remove duplicate typed-constant
38731         handling.
38732
38733 2012-04-28  David S. Miller  <davem@davemloft.net>
38734
38735         * Makerules (%.abilist): Add vpath on sysdep_dirs.
38736         (check-abi-%): Remove AWK script prerequisite and explicit
38737         abilist directory.
38738         (check-abi): Rewrite to just diff the symlist with the abilist.
38739         (config-tls, config-abi-config): Delete, no longer used.
38740         (update-abi-%): Remove AWK script and explicit abilist directory.
38741         (update-abi): Rewrite to simply compare and conditionally copy the
38742         symlist and the sysdep abilist file.  Remove update-abi-config
38743         checks.
38744         * abilist/ld.abilist: Remove.
38745         * abilist/libBrokenLocale.abilist: Remove.
38746         * abilist/libanl.abilist: Remove.
38747         * abilist/libcrypt.abilist: Remove.
38748         * abilist/libdl.abilist: Remove.
38749         * abilist/librt.abilist: Remove.
38750         * abilist/libthread_db.abilist: Remove.
38751         * abilist/libutil.abilist: Remove.
38752         * scripts/extract-abilist.awk: Remove.
38753         * scripts/merge-abilist.awk: Remove.
38754         * sysdeps/generic/libcidn.abilist: New file.
38755         * sysdeps/generic/libnss_compat.abilist: New file.
38756         * sysdeps/generic/libnss_db.abilist: New file.
38757         * sysdeps/generic/libnss_dns.abilist: New file.
38758         * sysdeps/generic/libnss_files.abilist: New file.
38759         * sysdeps/generic/libnss_hesiod.abilist: New file.
38760         * sysdeps/generic/libnss_nis.abilist: New file.
38761         * sysdeps/generic/libnss_nisplus.abilist: New file.
38762         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
38763         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
38764         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
38765         file.
38766         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
38767         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
38768         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
38769         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
38770         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
38771         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
38772         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
38773         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
38774         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
38775         file.
38776         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
38777         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
38778         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
38779         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
38780         file.
38781         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
38782         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
38783         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
38784         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
38785         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
38786         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
38787         file.
38788         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
38789         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
38790         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
38791         file.
38792         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
38793         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
38794         New file.
38795         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
38796         New file.
38797         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
38798         New file.
38799         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
38800         New file.
38801         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
38802         New file.
38803         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
38804         New file.
38805         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
38806         New file.
38807         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
38808         New file.
38809         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
38810         New file.
38811         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
38812         New file.
38813         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
38814         New file.
38815         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
38816         New file.
38817         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
38818         New file.
38819         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
38820         file.
38821         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
38822         New file.
38823         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
38824         New file.
38825         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
38826         file.
38827         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
38828         New file.
38829         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
38830         New file.
38831         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
38832         file.
38833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
38834         New file.
38835         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
38836         New file.
38837         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
38838         New file.
38839         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
38840         New file.
38841         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
38842         New file.
38843         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
38844         New file.
38845         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
38846         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
38847         file.
38848         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
38849         New file.
38850         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
38851         file.
38852         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
38853         file.
38854         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
38855         file.
38856         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
38857         file.
38858         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
38859         file.
38860         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38861         New file.
38862         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
38863         file.
38864         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
38865         file.
38866         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
38867         New file.
38868         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
38869         file.
38870         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
38871         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
38872         file.
38873         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
38874         New file.
38875         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
38876         file.
38877         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
38878         file.
38879         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
38880         file.
38881         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
38882         file.
38883         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
38884         file.
38885         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38886         New file.
38887         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
38888         file.
38889         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
38890         file.
38891         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
38892         New file.
38893         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
38894         file.
38895         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
38896         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
38897         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
38898         file.
38899         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
38900         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
38901         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
38902         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
38903         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
38904         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
38905         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
38906         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
38907         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
38908         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
38909         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
38910         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
38911         file.
38912         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
38913         New file.
38914         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
38915         file.
38916         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
38917         file.
38918         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
38919         file.
38920         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
38921         file.
38922         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
38923         file.
38924         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
38925         New file.
38926         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
38927         New file.
38928         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
38929         file.
38930         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
38931         New file.
38932         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
38933         file.
38934         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
38935         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
38936         file.
38937         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
38938         New file.
38939         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
38940         file.
38941         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
38942         file.
38943         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
38944         file.
38945         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
38946         file.
38947         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
38948         file.
38949         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
38950         New file.
38951         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
38952         New file.
38953         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
38954         file.
38955         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
38956         New file.
38957         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
38958         file.
38959
38960 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
38961
38962         * conform/conformtest.pl: Fix typo in handling typed-constant from
38963         allow-header.
38964
38965 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
38966
38967         * README: Cut down references to pre-2.6 Linux kernels and
38968         Linuxthreads.  Update lists of configurations in libc and ports
38969         and sort alphabetically.  Say "or newer" with Linux kernel version
38970         requirements.
38971
38972         * config.h.in [IS_IN_build]: Allow compiling without optimization.
38973
38974 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
38975
38976         [BZ #887]
38977         * math/libm-test.inc (logb_test_downward): New test to expose
38978         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
38979         rounding mode.
38980
38981 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
38982
38983         [BZ #14027]
38984         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
38985         to be done.
38986         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
38987         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
38988
38989 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
38990
38991         * sysdeps/unix/i386/brk.S: Remove file.
38992         * sysdeps/unix/i386/dl-brk.S: Likewise.
38993         * sysdeps/unix/i386/pipe.S: Likewise.
38994         * sysdeps/unix/i386/sigreturn.S: Likewise.
38995         * sysdeps/unix/i386/syscall.S: Likewise.
38996         * sysdeps/unix/i386/vfork.S: Likewise.
38997         * sysdeps/unix/i386/wait.S: Likewise.
38998
38999         * sysdeps/unix/common/tcsendbrk.c: Move to ...
39000         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
39001
39002         * configure.in (arm*-none*): Do not allow without
39003         --enable-hacker-mode.
39004         (netbsd*): Remove case setting base_os.
39005         (386bsd*): Likewise.
39006         (freebsd*): Likewise.
39007         (bsdi*): Likewise.
39008         (osf*): Likewise.
39009         (sunos*): Likewise.
39010         (ultrix*): Likewise.
39011         (newsos*): Likewise.
39012         (dynix*): Likewise.
39013         (*bsd*): Likewise.
39014         (sysv*): Likewise.
39015         (isc*): Likewise.
39016         (esix*): Likewise.
39017         (sco*): Likewise.
39018         (minix*): Likewise.
39019         (irix4*): Likewise.
39020         (irix6*): Likewise.
39021         (solaris[2-9]*): Likewise.
39022         (none): Likewise.
39023         * configure: Regenerated.
39024
39025 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39026
39027         [BZ #11521]
39028         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
39029         overflow or cancellation in calculating denominator.
39030         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
39031         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
39032         down expression to avoid unexpected rounding in newer GCCs.
39033         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
39034
39035 2012-04-26  David S. Miller  <davem@davemloft.net>
39036
39037         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
39038         long-double compat symbols.
39039         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
39040         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
39041         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
39042         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
39043         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
39044         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
39045         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
39046         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
39047         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
39048         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
39049         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
39050         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
39051         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
39052
39053 2012-04-25  David S. Miller  <davem@davemloft.net>
39054
39055         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
39056         HWCAP_* values only after the memory barriers have been defined.
39057         (atomic_full_barrier): Define.
39058         (atomic_read_barrier): Define.
39059         (atomic_write_barrier): Define.
39060
39061 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
39062
39063         * shlib-versions: Add libgcc_s version information.
39064         * sysdeps/generic/libgcc_s.h: Remove.
39065         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
39066         libgcc_s.h.
39067         * sysdeps/gnu/unwind-resume.c: Likewise.
39068         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
39069
39070 2012-04-25  David S. Miller  <davem@davemloft.net>
39071
39072         * sysdeps/unix/sparc/brk.S: Delete.
39073         * sysdeps/unix/sparc/dl-brk.S: Delete.
39074         * sysdeps/unix/sparc/pipe.S: Delete.
39075         * sysdeps/unix/sparc/sysdep.S: Delete.
39076         * sysdeps/unix/sparc/sysdep.h: Delete.
39077         * sysdeps/unix/sparc/vfork.S: Delete.
39078         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
39079         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
39080         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
39081         (ret_ERRVAL, r0, r1, MOVE): Define.
39082         (JUMPTARGET): Remove.
39083         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
39084         sysdeps/unix/sparc/sysdep.h
39085         (ENTRY, END): Remove.
39086         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
39087
39088 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
39089
39090         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
39091         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
39092         -DIS_IN_build.
39093
39094         * timezone/README: Update upstream location and email address for
39095         tzcode and tzdata.
39096         * timezone/zdump.c: Update from tzcode 2012b.
39097         * timezone/zic.c: Likewise.
39098
39099         * configure.in (libc_cv_as_needed): Remove test.
39100         * configure: Regenerated.
39101         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
39102         conditional definition.
39103         [$(have-as-needed) != yes] (no-as-needed): Likewise.
39104         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
39105         * config.make.in (have-as-needed): Remove variable.
39106
39107 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
39108             Paul Pluzhnikov  <ppluzhnikov@google.com>
39109
39110         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
39111         strings correctly.
39112
39113 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
39114
39115         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
39116         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
39117         * sysdeps/sh/strlen.S: Likewise.
39118
39119 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
39120
39121         * sysdeps/unix/fork.S: Remove file.
39122         * sysdeps/unix/i386/fork.S: Likewise.
39123         * sysdeps/unix/sparc/fork.S: Likewise.
39124
39125         * sysdeps/unix/system.c: Remove file.
39126         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
39127
39128         * sysdeps/unix/getegid.S: Remove file.
39129         * sysdeps/unix/geteuid.S: Likewise.
39130
39131 2012-04-24  Roland McGrath  <roland@hack.frob.com>
39132
39133         * scripts/check-localplt.awk: New file.
39134         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
39135         of diff.
39136         * scripts/data/localplt-generic.data: Add a comment.
39137
39138         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
39139         NODE when __dir_mkfile failed.
39140         * sysdeps/mach/hurd/symlinkat.c: Likewise.
39141         Reported by Ludovic Courtès <ludo@gnu.org>.
39142
39143 2012-04-24  Andreas Jaeger  <aj@suse.de>
39144
39145         * Makerules (common-clean): Also remove gen-as-const-headers
39146         files.
39147
39148 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
39149
39150         * Makerules (native-compile): Do not change working directory for
39151         build.  Use $(OUTPUT_OPTION) in command.
39152         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
39153
39154 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39155
39156         [BZ #13886]
39157         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
39158         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
39159         * math/libm-test.inc (floor_test): Add more tests.
39160         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
39161
39162 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
39163
39164         * sysdeps/unix/getdents.c: Remove file.
39165         * sysdeps/unix/sysv/getdents.c: Likewise.
39166         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
39167
39168         * sysdeps/unix/syscalls.list (madvise): Add syscall from
39169         sysdeps/unix/mman/syscalls.list.
39170         (mmap): Likewise.
39171         (mprotect): Likewise.
39172         (msync): Likewise.
39173         (munmap): Likewise.
39174         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
39175         * sysdeps/unix/mman/syscalls.list: Remove.
39176         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
39177
39178         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
39179         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
39180         * configure: Regenerated.
39181         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
39182         $(libgcc_s_suffix).
39183         * config.make.in (libgcc_s_suffix): Remove variable.
39184
39185 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
39186
39187         * sysdeps/unix/sysv/gethostname.c: Move to ...
39188         * sysdeps/posix/gethostname.c: ... here.
39189
39190         * sysdeps/unix/execve.S: Remove file.
39191
39192         * sysdeps/unix/_exit.S: Remove file.
39193
39194 2012-04-23  Andreas Jaeger  <aj@suse.de>
39195
39196         [BZ #13739]
39197         * manual/Makefile: Remove make dist support, there's no
39198         need for a stand-alone documentation tar ball.
39199         (TEXI2DVI): Define always, it's not in Makeconfig.
39200         (dist): Removed.
39201         (tar-it): Removed.
39202         (edition): Removed.
39203         (glibc-doc-$(edition).tar): Removed
39204         (%.Z): Removed.
39205         (%.gz): Removed.
39206         (%.uu): Removed.
39207         (ETAGS): Remove, it's in Makeconfig.
39208         (move-if-change): Remove, it's in Makeconfig.
39209
39210 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
39211
39212         [BZ #13970]
39213         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
39214         (strtod, strtof, strtold, strtol, strtoul, strtoq)
39215         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
39216         (strtod_l, strtof_l, strtold_l): Remove __wur.
39217         It is not necessarily an error to ignore strtol's return value.
39218         One can reliably look at the stored endptr to decide whether
39219         the number had valid syntax.
39220
39221 2012-04-21  Andreas Jaeger  <aj@suse.de>
39222
39223         [BZ #13739]
39224         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
39225
39226 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
39227
39228         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
39229         * sysdeps/unix/sysv/Versions: Remove file.
39230
39231 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
39232
39233         [BZ #13927]
39234         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39235
39236 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
39237
39238         [BZ #7064]
39239         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
39240         version from __vm86.
39241
39242 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
39243
39244         * sysdeps/unix/common/lxstat.c: Remove file.
39245         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
39246
39247         * sysdeps/unix/sysv/Makefile: Remove file.
39248
39249         * sysdeps/unix/sysv/direct.h: Remove file.
39250
39251         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
39252         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
39253         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
39254         * sysdeps/unix/sysv/bits/signum.h: Likewise.
39255         * sysdeps/unix/sysv/bits/stat.h: Likewise.
39256         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
39257         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
39258
39259         * sysdeps/unix/sysv/setrlimit.c: Remove file.
39260
39261         * sysdeps/unix/xmknod.c: Remove file.
39262         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
39263
39264         * sysdeps/unix/sysv/settimeofday.c: Remove file.
39265
39266         * sysdeps/unix/sysv/i386/time.S: Remove file.
39267
39268         * sysdeps/unix/fxstat.c: Remove file.
39269         * sysdeps/unix/xstat.c: Likewise.
39270         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
39271
39272         * sysdeps/unix/sysv/sigaction.c: Remove file.
39273
39274         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
39275         (sysdep_headers): Remove variable.
39276         [termio.h not in sysdep_headers] (generated): Likewise.
39277         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
39278         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
39279         * sysdeps/unix/sysv/tcdrain.c: Likewise.
39280         * sysdeps/unix/sysv/tcflow.c: Likewise.
39281         * sysdeps/unix/sysv/tcflush.c: Likewise.
39282         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
39283         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
39284         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
39285         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
39286         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
39287
39288         * sysdeps/unix/siglist.c: Remove file.
39289
39290         * sysdeps/unix/getppid.S: Remove file.
39291
39292         * sysdeps/unix/mkdir.c: Remove file.
39293         * sysdeps/unix/rmdir.c: Likewise.
39294
39295 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
39296
39297         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
39298         ERR_MAX value.
39299         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
39300         errlist-compat value.
39301
39302 2012-04-18  David S. Miller  <davem@davemloft.net>
39303
39304         * sysdeps/generic/memcopy.h (reg_char): Delete.
39305         * debug/strcat_chk.c: Use char, not reg_char.
39306         * debug/strcpy_chk.c: Likewise.
39307         * debug/strncat_chk.c: Likewise.
39308         * debug/strncpy_chk.c: Likewise.
39309         * string/memchr.c: Likewise.
39310         * string/memrchr.c: Likewise.
39311         * string/rawmemchr.c: Likewise.
39312         * string/strcat.c: Likewise.
39313         * string/strchr.c: Likewise.
39314         * string/strchrnul.c: Likewise.
39315         * string/strcmp.c: Likewise.
39316         * string/strcpy.c: Likewise.
39317         * string/strncat.c: Likewise.
39318         * string/strncmp.c: Likewise.
39319         * string/strncpy.c: Likewise.
39320
39321 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
39322
39323         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
39324         __builtin_memcopy is called when src and dest ranges are known to not
39325         overlap.
39326
39327 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
39328
39329         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
39330         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
39331         fwd_align_merge macro call.
39332         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
39333         bwd_align_merge macro call.
39334         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
39335
39336 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
39337
39338         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
39339         bwd_align_merge macros.
39340         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
39341         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
39342         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
39343
39344 2012-04-18  David S. Miller  <davem@davemloft.net>
39345
39346         * sysdeps/sparc/sparc64/memcopy.h: Delete.
39347
39348 2012-04-18  Andreas Jaeger  <aj@suse.de>
39349
39350         [BZ# 6794]
39351         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
39352         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
39353         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39354
39355         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
39356         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
39357         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39358
39359         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
39360         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
39361         Adjust for changed ldbl-128 files.
39362
39363         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
39364         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
39365         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39366
39367 2012-04-17  David S. Miller  <davem@davemloft.net>
39368
39369         * sysdeps/sparc/sparc32/memcopy.h: Delete.
39370
39371 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
39372
39373         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
39374         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
39375         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
39376         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
39377         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
39378         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
39379
39380 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39381
39382         [BZ #6794]
39383         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
39384         * math/libm-test.inc: Add ilogb errno and exception tests.
39385         * math/w_ilogb.c: New file: ilogb wrapper.
39386         * math/w_ilogbf.c: New file: ilogbf wrapper.
39387         * math/w_ilogbl.c: New file: ilogbl wrapper.
39388         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
39389         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
39390         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
39391         exception being thrown with 0.0 as argument.
39392         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
39393         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
39394         exception being thrown with 0.0 as argument.
39395         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
39396         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
39397         exception being thrown with 0.0 as argument.
39398         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
39399         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
39400         exception being thrown with 0.0 as argument.
39401         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
39402         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
39403         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
39404         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
39405         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
39406         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
39407         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
39408         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
39409         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
39410
39411 2012-04-17  Petr Baudis  <pasky@ucw.cz>
39412
39413         * include/sys/uio.h: Change __vector to __iovec to avoid clash
39414         with altivec.
39415
39416 2012-04-16  Marek Polacek  <polacek@redhat.com>
39417
39418         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
39419
39420 2012-04-16  Marek Polacek  <polacek@redhat.com>
39421
39422         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
39423         operands of fdivp instruction.
39424
39425 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
39426
39427         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
39428         * elf/tst-auditmod3b.c: Likewise.
39429         * elf/tst-auditmod4b.c: Likewise.
39430         * elf/tst-auditmod5b.c: Likewise.
39431         * elf/tst-auditmod6b.c: Likewise.
39432         * elf/tst-auditmod6c.c: Likewise.
39433         * elf/tst-auditmod7b.c: Likewise.
39434         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
39435         * sysdeps/x86_64/preconfigure.in: Likewise.
39436         * sysdeps/x86_64/preconfigure: Regenerated.
39437
39438 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
39439
39440         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
39441         __ILP32__.
39442
39443 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
39444
39445         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
39446         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
39447
39448 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
39449
39450         [BZ #13973]
39451         * locale/iso-639.def: Fix gl language name. Spotted by
39452         Yaron Shahrabani.
39453
39454 2012-04-12  Roland McGrath  <roland@hack.frob.com>
39455
39456         [BZ #2074]
39457         * libio/libio.h (__io_write_fn): Update comment.
39458
39459 2012-04-12  Petr Baudis  <pasky@ucw.cz>
39460
39461         [BZ #2074]
39462         * stdio.texi (Hook Functions): The user provided writer function
39463         is not allowed to return -1.
39464
39465 2012-04-11  David S. Miller  <davem@davemloft.net>
39466
39467         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39468
39469 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
39470
39471         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
39472         Add a leading slash to rtkaio.
39473
39474 2012-04-11  Jim Meyering  <meyering@redhat.com>
39475
39476         [BZ #11959]
39477         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
39478         It is not necessarily an error to ignore fwrite's return
39479         value.  One can reliably use ferror to test for errors after
39480         the fact.
39481
39482 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
39483
39484         * bits/types.h (__snseconds_t): New type.
39485         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
39486
39487         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
39488         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39489         (__SNSECONDS_T_TYPE): Likewise.
39490         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39491         (__SNSECONDS_T_TYPE): Likewise.
39492         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39493         (__SNSECONDS_T_TYPE): Likewise.
39494
39495 2012-04-10  Andreas Jaeger  <aj@suse.de>
39496
39497         [BZ #2636]
39498         * manual/time.texi (Processor Time): Return type of times is
39499         elapsed real time since an arbitrary point in the past.
39500         (CPU Time): Move CLK_TCK from here...
39501         (Processor Time): ...to here.  Correct description.
39502         * manual/conf.texi (Constants for Sysconf): Correct description of
39503         _SC_CLK_TCK.
39504
39505 2012-04-10  David S. Miller  <davem@davemloft.net>
39506
39507         [BZ #13967]
39508         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
39509         where the is a gap between DT_REL(A) and DT_JMPREL.
39510
39511 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
39512
39513         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
39514         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
39515         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
39516
39517 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
39518
39519         * elf/dl-support.c (_dl_inhibit_cache): New variable.
39520         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
39521         (dl_main): Handle --inhibit-cache.
39522         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
39523         _dl_inhibit_cache.
39524         * elf/dl-load.c (_dl_map_object): Use it.
39525         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
39526
39527 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
39528
39529         [BZ #13872]
39530         * sysdeps/i386/fpu/e_powl.S (p78): New object.
39531         (__ieee754_powl): Saturate large exponents rather than testing for
39532         overflow of y*log2(x).
39533         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
39534         * math/libm-test.inc (pow_test): Do not permit spurious overflow
39535         exceptions.
39536
39537         [BZ #11521]
39538         * math/s_ctan.c: Include <float.h>.
39539         (__ctan): Avoid internal overflow or cancellation in calculating
39540         denominator.
39541         * math/s_ctanf.c: Likewise.
39542         * math/s_ctanl.c: Likewise.
39543         * math/s_ctanh.c: Likewise.
39544         * math/s_ctanhf.c: Likewise.
39545         * math/s_ctanhl.c: Likewise.
39546         * math/libm-test.inc (ctan_test): Add more tests.
39547         (ctanh_test): Likewise.
39548         * sysdeps/i386/fpu/libm-test-ulps: Update.
39549         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39550
39551 2012-04-09  Andreas Jaeger  <aj@suse.de>
39552
39553         [BZ #6894]
39554         * manual/filesys.texi (Directory Entries): Mention that d_namlen
39555         is an optional BSD extension.
39556
39557         [BZ #10254]
39558         * manual/stdio.texi (Opening Streams): Document additional fopen
39559         parameters.
39560
39561 2012-04-09  Roland McGrath  <roland@hack.frob.com>
39562
39563         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
39564         %eax without telling the compiler.
39565
39566 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
39567
39568         [BZ # 13963]
39569         * manual/install.texi: Use sourceware.org.
39570
39571 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
39572
39573         [BZ #13873]
39574         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
39575         (__ieee754_pow): Generate overflow and underflow using huge*huge
39576         and tiny*tiny rather than just returning constant infinity or zero
39577         for large exponents.
39578         * math/libm-test.inc (pow_test): Require overflow exceptions for
39579         applicable cases of large exponents.
39580
39581         [BZ #706]
39582         * sysdeps/i386/fpu/e_pow.S (p10): New object.
39583         (__ieee754_pow): Use iterative multiplication algorithm only for
39584         integer exponents with absolute value below 1024.  Check for odd
39585         integer exponents when using algorithm for real exponents.
39586         * math/libm-test.inc (pow_test): Add more tests.
39587         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39588
39589 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
39590
39591         [BZ #13705]
39592         * math/libm-test.inc (exp_test): Do not allow overflow exception
39593         on underflow test.
39594
39595 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
39596
39597         [BZ #13705]
39598         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
39599         instead of __kernel_standard_f.
39600
39601 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
39602
39603         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
39604         * sysdeps/x86_64/memset_chk.S: Likewise.
39605
39606 2012-04-08  Andreas Jaeger  <aj@suse.de>
39607
39608         [BZ #10153]
39609         * manual/startup.texi (Environment Access): Describe return value
39610         for putenv and setenv.
39611
39612         [BZ #6895]
39613         * manual/filesys.texi (Directory Entries): Add description for
39614         DT_LNK.
39615
39616         [BZ #6890]
39617         * manual/filesys.texi (Directory Entries): Clarify that it's file
39618         system not operating system in the description of DT_UNKNOWN.
39619
39620         [BZ #6578]
39621         * manual/syslog.texi (closelog): Fix reference, it's openlog.
39622
39623 2012-04-08  Stephen Compall  <s11@member.fsf.org>
39624
39625         [BZ #6649]
39626         * manual/llio.texi (Opening and Closing Files): Add cross
39627         reference to explain mode argument.
39628
39629 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
39630
39631         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
39632         * sysdeps/x86_64/memset_chk.S: Likewise.
39633
39634 2012-04-07  David S. Miller  <davem@davemloft.net>
39635
39636         * elf/elf.h (R_SPARC_WDISP10): Define.
39637         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
39638         R_SPARC_SIZE32.
39639         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
39640         R_SPARC_SIZE64 and R_SPARC_H34.
39641
39642 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
39643
39644         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
39645         conditions and remove no longer applicable assertion.
39646
39647 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
39648
39649         * bits/byteswap.h: Include <features.h>.
39650         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
39651         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
39652
39653 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
39654
39655         * bits/byteswap.h (__bswap_16): Removed.
39656         Include <bits/byteswap-16.h> to get __bswap_16.
39657         * sysdeps/i386/bits/byteswap.h: Likewise.
39658         * sysdeps/s390/bits/byteswap.h: Likewise.
39659         * sysdeps/x86_64/bits/byteswap.h: Likewise.
39660         * bits/byteswap-16.h: New file.
39661         * sysdeps/i386/bits/byteswap-16.h: Likewise.
39662         * sysdeps/s390/bits/byteswap-16.h: Likewise.
39663         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
39664         * string/Makefile (headers): Add bits/byteswap-16.h.
39665
39666 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
39667
39668         [BZ #13895]
39669         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
39670         extra indirection.
39671         * nss/Makefile (tests-static, tests): Add tst-nss-static.
39672         * nss/tst-nss-static.c: New.
39673
39674 2012-04-06  Robert Millan  <rmh@gnu.org>
39675
39676         [BZ #6486]
39677         * manual/llio.texi (File Position Primitive): lseek
39678         refers to WHENCE when it really means OFFSET.
39679
39680 2012-04-06  Andreas Jaeger  <aj@suse.de>
39681
39682         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
39683         strncmp declarations.
39684
39685         * abilist/libc.abilist: Add __poll and __ppoll.
39686
39687 2012-04-05  David S. Miller  <davem@davemloft.net>
39688
39689         * scripts/check-local-headers.sh: Accept a host triplet in the
39690         path matched by the exclude regexp.
39691
39692         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
39693         definition.
39694         * sysdeps/powerpc/powerpc32/dl-machine.h
39695         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
39696         * sysdeps/s390/s390-32/dl-machine.h
39697         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39698         * sysdeps/sparc/sparc32/dl-machine.h
39699         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39700         * sysdeps/sparc/sparc64/dl-machine.h
39701         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39702
39703         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
39704         lazy binding.
39705         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
39706         undefined symbol errors.
39707
39708         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
39709         DT_NEEDED entries.
39710
39711 2012-04-05  Michael Matz  <matz@suse.de>
39712
39713         [BZ #13592]
39714         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
39715
39716 2012-04-05  Andreas Jaeger  <aj@suse.de>
39717
39718         [BZ #13908]
39719         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
39720         comment.
39721
39722 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39723
39724         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
39725         which ROUND is no valid rounding mode.
39726
39727 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39728
39729         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
39730         read again.
39731         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
39732
39733 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39734
39735         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
39736         an exception using FPU order intentionally.
39737
39738 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39739
39740         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
39741         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
39742         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
39743         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
39744
39745 2012-04-05  Simon Josefsson  <simon@josefsson.org>
39746
39747         [BZ #12340]
39748         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
39749         EINVAL when BUFLEN is too smal.
39750
39751 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
39752
39753         [BZ #13553]
39754         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
39755         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
39756
39757 2012-04-03  Andreas Jaeger  <aj@suse.de>
39758
39759         [BZ #13938]
39760         * manual/setjmp.texi (System V contexts): Fix sentence.
39761
39762         [BZ #13926]
39763         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
39764         New macro for this case.
39765         [!__GNUC__] (__bswap_64): New inline function for this case.
39766         * sysdeps/x86_64/bits/byteswap.h: Likewise.
39767         * bits/byteswap.h: Likewise.
39768         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
39769         ull, guard with __GLIBC_HAVE_LONG_LONG.
39770
39771         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
39772         __GLIBC_HAVE_LONG_LONG.
39773
39774         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
39775         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
39776
39777 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
39778
39779         [BZ #13691]
39780         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
39781         inptr and inend, rather than using last_ch.
39782
39783 2012-04-02  David S. Miller  <davem@davemloft.net>
39784
39785         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
39786         * stdio-common/printf-parse.h (read_int): Change return type to
39787         'int', return -1 on INT_MAX overflow.
39788         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
39789         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
39790         overflows INT_MAX.  Check for overflow of in-format-string precision
39791         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
39792         SIZE_MAX not INT_MAX for integer overflow test.
39793         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
39794         skip the construct in the format string but do not record anything.
39795         * stdio-common/bug22.c: Adjust to test both width/prevision
39796         INT_MAX overflow as well as total length INT_MAX overflow.  Check
39797         explicitly for proper errno values.
39798
39799 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
39800
39801         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
39802         CHAR_MAX.
39803         * string/test-strcmp.c [! WIDE]: Likewise.
39804         * time/tst-mktime2.c: Likewise for INT_MAX.
39805         * string/test-string.h: #include <sys/param.h> for MIN.
39806
39807         * csu/init-first.c (__libc_init_first): Call __ctype_init.
39808         * sysdeps/i386/init-first.c (init): Likewise.
39809         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
39810         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
39811         * sysdeps/sh/init-first.c (init): Likewise.
39812
39813 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
39814
39815         * po/ru.po: Update from translation team.
39816         * po/vi.po: Likewise.
39817
39818 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
39819
39820         * resolv/nss_dns/dns-host.c: Merge copyright years.
39821
39822 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39823
39824         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
39825         Optimize memcpy with prefetch if
39826         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
39827         src, dst pointers have unequal 16 byte alignments.
39828
39829 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
39830
39831         [BZ #13928]
39832         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
39833         from a CNAME entry and return the minimum ttl for the query.
39834         (gaih_getanswer_slice): Likewise.
39835
39836 2012-03-30  Jeff Law  <law@redhat.com>
39837
39838         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
39839         due to long keys.
39840         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
39841         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
39842
39843         * resolv/nss_dns/dns-host.c: Update copyright year.
39844
39845 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
39846
39847         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
39848         requests to save a system call.  Fix check that all bytes are sent.
39849
39850         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
39851         comments for sendmmsg.
39852
39853 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39854
39855         [BZ #13691]
39856         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
39857         with only 1 character between 0x0041 and 0x01b0.
39858         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
39859         * wcsmbs/tst-mbsnrtowcs.c: New file.
39860
39861 2012-03-29  David S. Miller  <davem@davemloft.net>
39862
39863         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
39864         small copies by hand.
39865
39866 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
39867
39868         [BZ #13761]
39869         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
39870         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
39871         group memberships.
39872
39873 2012-03-28  David S. Miller  <davem@davemloft.net>
39874
39875         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
39876         that branches into memcpy.
39877         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
39878         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
39879         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
39880         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
39881         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
39882         bits.
39883         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
39884         implementation too.
39885         * sysdeps/sparc/mempcpy.S: New file.
39886
39887         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
39888         the IFUNC routine in the libc case.
39889         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
39890
39891         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
39892         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
39893         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
39894         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
39895         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
39896         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
39897         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
39898         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
39899
39900         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
39901         loop to 256 bytes instead of 64 bytes and fix test signedness.
39902
39903         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
39904         * sysdeps/sparc/sparc32/Makefile: rather than here...
39905         * sysdeps/sparc/sparc64/Makefile: and here.
39906
39907 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
39908
39909         * malloc/mallocbug.c: Avoid warnings about unused variables.
39910
39911 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
39912
39913         [BZ #13760]
39914         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
39915         in the right place. Discard and retry query if response is
39916         larger than input buffer size.
39917
39918 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
39919
39920         [BZ #369]
39921         [BZ #2678]
39922         [BZ #3866]
39923         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
39924         x for large integer exponent.
39925         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
39926         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
39927         sign of result as needed afterwards.
39928         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
39929         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
39930         result for underflowing pow the same as for overflow.
39931         (__kernel_standard_l): Handle powl overflow and underflow here
39932         rather than calling __kernel_standard.
39933         * math/libm-test.inc (pow_test): Add more tests.
39934
39935         [BZ #3868]
39936         [BZ #13879]
39937         [BZ #13910]
39938         [BZ #13911]
39939         [BZ #13912]
39940         [BZ #13913]
39941         [BZ #13915]
39942         [BZ #13916]
39943         [BZ #13917]
39944         [BZ #13918]
39945         [BZ #13919]
39946         [BZ #13920]
39947         [BZ #13921]
39948         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
39949         * sysdeps/ieee754/k_standard.c: Include <float.h>.
39950         (__kernel_standard_l): New function.
39951         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
39952         __kernel_standard.
39953         * math/w_acosl.c (__acosl): Likewise.
39954         * math/w_asinl.c (__asinl): Likewise.
39955         * math/w_atan2l.c (__atan2l): Likewise.
39956         * math/w_atanhl.c (__atanhl): Likewise.
39957         * math/w_coshl.c (__coshl): Likewise.
39958         * math/w_exp10l.c (__exp10l): Likewise.
39959         * math/w_exp2l.c (__exp2l): Likewise.
39960         * math/w_fmodl.c (__fmodl): Likewise.
39961         * math/w_hypotl.c (__hypotl): Likewise.
39962         * math/w_j0l.c (__j0l, __y0l): Likewise.
39963         * math/w_j1l.c (__j1l, __y1l): Likewise.
39964         * math/w_jnl.c (__jnl, __ynl): Likewise.
39965         * math/w_lgammal.c (__lgammal): Likewise.
39966         * math/w_log10l.c (__log10l): Likewise.
39967         * math/w_log2l.c (__log2l): Likewise.
39968         * math/w_logl.c (__logl): Likewise.
39969         * math/w_powl.c (__powl): Likewise.
39970         * math/w_remainderl.c (__remainderl): Likewise.
39971         * math/w_scalbl.c (sysv_scalbl): Likewise.
39972         * math/w_sinhl.c (__sinhl): Likewise.
39973         * math/w_sqrtl.c (__sqrtl): Likewise.
39974         * math/w_tgammal.c (__tgammal): Likewise.
39975         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
39976         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
39977         * math/libm-test.inc (acos_test): Add more tests.
39978         (acosh_test): Likewise.
39979         (asin_test): Likewise.
39980         (atanh_test): Likewise.
39981         (exp_test): Likewise.
39982         (exp10_test): Likewise.
39983         (exp2_test): Likewise.
39984         (expm1_test): Likewise.
39985         (lgamma_test): Likewise.
39986         (log_test): Likewise.
39987         (log10_test): Likewise.
39988         (log1p_test): Likewise.
39989         (log2_test): Likewise.
39990         (pow_test): Do not allow some spurious overflow exceptions.
39991         (sqrt_test): Add more tests.
39992         (tgamma_test): Likewise.
39993         (y0_test): Likewise.
39994         (y1_test): Likewise.
39995         (yn_test): Likewise.
39996
39997 2012-03-27  Anton Blanchard  <anton@samba.org>
39998
39999         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
40000         MAP_HUGETLB.
40001         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
40002         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
40003         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
40004
40005 2012-03-27  David S. Miller  <davem@davemloft.net>
40006
40007         * conform/Makefile: Run run-conformtest.sh using $(BASH).
40008
40009         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
40010         have-as-vis3 check.
40011
40012 2012-03-27  Andreas Jaeger  <aj@suse.de>
40013
40014         * sysdeps/x86_64/elf/configure.in: Moved to ...
40015         * sysdeps/x86_64/configure.in: ... here.
40016         * sysdeps/x86_64/elf/start.S: Moved to ...
40017         * sysdeps/x86_64/start.S: ... here.
40018         * sysdeps/x86_64/elf/configure: Delete.
40019
40020         * sysdeps/x86_64/configure.in: Merge contents from
40021         sysdeps/i386/configure.in (without i686 check).
40022
40023         * sysdeps/i386/elf/Versions: Merge into ...
40024         * sysdeps/i386/Versions: ... this.
40025         * sysdeps/i386/elf/Versions: Delete file.
40026         * sysdeps/i386/elf/start.S: Moved to ...
40027         * sysdeps/i386/start.S: ...here.
40028         * sysdeps/i386/elf/configure.in: Merge into...
40029         * sysdeps/i386/configure.in: ...here.
40030         * sysdeps/i386/elf/configure.in: Delete file.
40031         * sysdeps/i386/elf/configure: Delete file.
40032
40033         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
40034         * debug/backtracesyms.c: ... here.
40035         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
40036         * debug/backtracesymsfd.c: ... here.
40037         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
40038         * sysdeps/generic/ifunc-sel.h: ... here.
40039
40040         * sysdeps/unix/i386/start.c: Delete file.
40041         * sysdeps/unix/sparc/start.c: Delete file.
40042         * sysdeps/unix/start.c: Delete file.
40043
40044         * sysdeps/sh/elf/configure.in: Moved to ...
40045         * sysdeps/sh/configure.in: ... here.
40046         * sysdeps/sh/elf/start.S: Moved to ...
40047         * sysdeps/sh/start.S: ... here.
40048         * sysdeps/sh/elf/configure: Delete file.
40049
40050         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
40051         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
40052         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
40053         * sysdeps/powerpc/powerpc64/entry.h: ... here.
40054         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
40055         * sysdeps/powerpc/powerpc64/start.S: here.
40056         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
40057         * sysdeps/powerpc/powerpc64/Makefile: ... this.
40058         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
40059         * sysdeps/powerpc/powerpc64/configure.in: ... this.
40060         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
40061
40062         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
40063         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
40064         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
40065         * sysdeps/powerpc/powerpc32/start.S: ... here.
40066         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
40067         * sysdeps/powerpc/powerpc32/configure.in: ... this.
40068         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
40069
40070         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
40071         * sysdeps/powerpc/ifunc-sel.h: ... here.
40072         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
40073         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
40074
40075         * sysdeps/sparc/elf/configure.in: Moved to ...
40076         * sysdeps/sparc/configure.in: ... here.
40077         * sysdeps/sparc/elf/configure: Delete file.
40078         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
40079         * sysdeps/sparc/sparc32/start.S: ... here.
40080         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
40081         * sysdeps/sparc/sparc64/start.S: ... here.
40082         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
40083         * sysdeps/sparc/sparc32/Makefile: ... this.
40084         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
40085         * sysdeps/sparc/sparc64/Makefile: ... this.
40086
40087         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
40088         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
40089         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
40090         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
40091         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
40092         * sysdeps/s390/s390-32/setjmp.S: ... here.
40093         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
40094         * sysdeps/s390/s390-32/configure.in: ... here.
40095         * sysdeps/s390/s390-32/elf/configure: Delete file.
40096         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
40097         * sysdeps/s390/s390-32/start.S: ... here.
40098
40099         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
40100         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
40101         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
40102         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
40103         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
40104         * sysdeps/s390/s390-64/setjmp.S: ... here.
40105         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
40106         * sysdeps/s390/s390-64/configure.in: ... here
40107         * sysdeps/s390/s390-64/elf/configure: Delete file.
40108         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
40109         * sysdeps/s390/s390-64/start.S: ... here.
40110         * sysdeps/s390/s390-64/elf/configure: Delete.
40111
40112         * configure.in: Remove support for elf directories in sysdeps.
40113
40114         * configure: Regenerated.
40115         * sysdeps/i386/configure: Regenerated.
40116         * sysdeps/powerpc/powerpc32/configure: Regenerated.
40117         * sysdeps/powerpc/powerpc64/configure: Regenerated.
40118         * sysdeps/s390/s390-32/configure: Regenerated.
40119         * sysdeps/s390/s390-64/configure: Regenerated.
40120         * sysdeps/sh/configure: Regenerated.
40121         * sysdeps/sparc/configure: Regenerated.
40122         * sysdeps/x86_64/configure: Regenerated.
40123
40124 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
40125
40126         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40127
40128         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
40129         denormal result into account.
40130
40131 2012-03-25  Roland McGrath  <roland@hack.frob.com>
40132
40133         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
40134         Reported by Allan McRae <allan@archlinux.org>.
40135
40136 2012-03-23  Jeff Law  <law@redhat.com>
40137
40138         * nss/getnssent.c (__nss_getent): Fix typo.
40139
40140 2012-03-23  David S. Miller  <davem@davemloft.net>
40141
40142         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40143
40144 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
40145
40146         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
40147         to pad to uint64_t for each field.
40148         (dl_tls_index): Replace unsigned long with uint64_t.
40149
40150 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
40151         Paul Pluzhnikov  <ppluzhnikov@google.com>
40152
40153         [BZ #6528]
40154         * grp/Makefile (otherlibs): Don't set it.
40155         * inet/Makefile (otherlibs): Likewise.
40156         * login/Makefile (otherlibs): Likewise.
40157         * nscd/Makefile (otherlibs): Likewise.
40158         * posix/Makefile (otherlibs): Likewise.
40159         * pwd/Makefile (otherlibs): Likewise.
40160         * rt/Makefile (otherlibs): Likewise.
40161         * sunrpc/Makefile (otherlibs): Likewise.
40162         * nss/Makefile (otherlibs): Likewise.
40163         Add libnss_files to routines and static-only-routines.
40164         ($(objpfx)getent): Remove rule.
40165         * resolv/Makefile: Add libnss_dns and libresolv to routines and
40166         static-only-routines.
40167
40168 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
40169
40170         [BZ #13892]
40171         * math/s_cexp.c: Include <float.h>.
40172         (__cexp): Handle exp result overflowing not necessarily
40173         overflowing both real and imaginary parts of result.
40174         * math/s_cexpf.c: Likewise.
40175         * math/s_cexpl.c: Likewise.
40176         * math/libm-test.inc (cexp_test): Add more tests.
40177         * sysdeps/i386/fpu/libm-test-ulps: Update.
40178         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40179
40180 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40181
40182         * include/link.h (ELFW): New macro.
40183         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
40184         Replace ELF64_R_TYPE with ELFW(R_TYPE).
40185
40186 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40187
40188         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
40189         with uint64_t.
40190
40191 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40192
40193         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
40194         declaration.
40195         (struct La_x32_retval): Likewise.
40196
40197 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40198
40199         * sysdeps/x86_64/preconfigure.in: New file.
40200         * sysdeps/x86_64/preconfigure: New generated file.
40201
40202 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
40203
40204         [BZ #13824]
40205         * math/e_exp2l.c: Include <float.h>.
40206         (__ieee754_exp2l): Handle overflow and underflow cases
40207         separately.  Only pass fractional part of argument to
40208         __ieee754_expl.
40209         * math/libm-test.inc (exp2_test): Add more tests.
40210
40211         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
40212         negating x to take absolute value.
40213         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
40214         Likewise.
40215         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
40216         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
40217         Likewise.
40218         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
40219         computing low part if x was negated.
40220         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
40221
40222 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
40223
40224         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
40225         la_x32_gnu_pltexit.
40226         (pltexit): Cast int_retval to ptrdiff_t.
40227         * elf/tst-auditmod3b.c: Likewise.
40228         * elf/tst-auditmod4b.c: Likewise.
40229         * elf/tst-auditmod5b.c: Likewise.
40230         * elf/tst-auditmod6b.c: Likewise.
40231         * elf/tst-auditmod6c.c: Likewise.
40232         * elf/tst-auditmod7b.c: Likewise.
40233
40234         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
40235         and x32_gnu_pltexit.
40236
40237         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
40238         __ELF_NATIVE_CLASS.
40239         (La_x32_regs): New macro.
40240         (La_x32_retval): Likewise.
40241         (la_x32_gnu_pltenter): New function prototype.
40242         (la_x32_gnu_pltexit): Likewise.
40243
40244 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
40245
40246         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
40247         exponent.
40248
40249         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40250
40251         * configure.in (libc_cv_cc_nofma): Check for option to disable
40252         generation of FMA instructions.
40253         * configure: Regenerate.
40254         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
40255         * sysdeps/ieee754/dbl-64/Makefile: New file.
40256         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
40257         Remove brandred-fma4.
40258         (CFLAGS-brandred-fma4.c): Remove.
40259         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
40260         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
40261         define.
40262         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
40263         define.
40264
40265 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
40266
40267         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
40268         LLONG_MAX != LONG_MAX.
40269         (_itoa_word): Use _ITOA_WORD_TYPE on value.
40270         (_fitoa_word): Likewise.
40271         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
40272         LLONG_MAX != LONG_MAX.
40273         * stdio-common/_itowa.h: Include <_itoa.h>.
40274         (_itowa_word): Use _ITOA_WORD_TYPE on value.
40275         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
40276         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
40277         only if not defined.
40278         (_ITOA_WORD_TYPE): Likewise.
40279         (_itoa_word): Use _ITOA_WORD_TYPE on value.
40280         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
40281
40282 2012-03-21  David S. Miller  <davem@davemloft.net>
40283
40284         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40285
40286 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
40287
40288         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
40289         of x86_64 when setting libc_cv_slibdir, libdir and
40290         libc_cv_localedir.
40291         * sysdeps/unix/sysv/linux/configure: Regenerated.
40292
40293 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
40294
40295         * manual/lang.texi (Old Varargs): Remove section.
40296         (How Variadic): Update menu.
40297         (va_start): Do not mention varargs.h.
40298
40299 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
40300             Joseph Myers  <joseph@codesourcery.com>
40301
40302         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
40303         link test.
40304         * configure: Regenerated.
40305
40306 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
40307
40308         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
40309         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
40310         conformtest.pl
40311
40312 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
40313
40314         * NOTES: Remove.
40315         * Makefile (files-for-dist): Remove NOTES.
40316         (NOTES): Remove rule.
40317         * README: Don't refer to NOTES.
40318         * manual/creature.texi: Don't include macros.texi.
40319         * manual/intro.texi (creature.texi): Remove comment referring to
40320         NOTES.
40321
40322         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
40323         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
40324         * configure: Regenerated.
40325         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
40326         LIBC_TRY_CC_OPTION.
40327         (libc_cv_as_i686): Likewise.
40328         (libc_cv_cc_avx): Likewise.
40329         (libc_cv_cc_sse2avx): Likewise.
40330         (libc_cv_cc_fma4): Likewise.
40331         (libc_cv_cc_novzeroupper): Likewise.
40332         * sysdeps/i386/configure: Regenerated.
40333
40334         [BZ #13883]
40335         * sysdeps/i386/fpu/s_cexp.S: Remove.
40336         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
40337         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
40338         * math/libm-test.inc (cexp_test): Add more tests.
40339         * sysdeps/i386/fpu/libm-test-ulps: Update.
40340         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40341
40342 2012-03-21  Allan McRae  <allan@archlinux.org>
40343
40344         * timezone/Makefile: Do not install iso3166.tab and zone.tab
40345
40346 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
40347
40348         [BZ #13871]
40349         * math/w_exp2.c: Do not include <float.h>.
40350         (o_threshold, u_threshold): Remove.
40351         (__exp2): Calculate result before checking finiteness and calling
40352         __kernel_standard.
40353         * math/w_exp2f.c: Likewise.
40354         * math/w_exp2l.c: Likewise.
40355         * math/libm-test.inc (exp2_test): Require overflow exception for
40356         1e6 input.
40357
40358         [BZ #3866]
40359         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
40360         range of signed 64-bit integers before using fistpll.  Remove
40361         checks for whether integers fit in mantissa bits.
40362         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
40363         the range of signed 32-bit integers before using fistpl.  Remove
40364         checks for whether integers fit in mantissa bits.
40365         * sysdeps/i386/fpu/e_powl.S (p64): New object.
40366         (__ieee754_powl): Test for y outside the range of signed 64-bit
40367         integers before using fistpll.  Reduce 64-bit values to 63-bit
40368         ones as needed.
40369         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
40370         divide-by-zero is raised for zero to large negative powers.
40371         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
40372         (__ieee754_powl): Test for y outside the range of signed 64-bit
40373         integers before using fistpll.  Reduce 64-bit values to 63-bit
40374         ones as needed.
40375         * math/libm-test.inc (pow_test): Add more tests.
40376
40377 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
40378
40379         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
40380         <stdio-common/_itoa.h>.
40381         * debug/segfault.c: Likewise.
40382         * elf/dl-cache.c: Likewise.
40383         * elf/dl-minimal.c: Likewise.
40384         * elf/dl-misc.c: Likewise.
40385         * elf/dl-sysdep.c: Likewise.
40386         * elf/dl-version.c: Likewise.
40387         * elf/rtld.c: Likewise.
40388         * hurd/hurdsock.c: Likewise.
40389         * hurd/lookup-retry.c: Likewise.
40390         * malloc/malloc.c: Likewise.
40391         * malloc/mtrace.c: Likewise.
40392         * nscd/nscd_getgr_r.c: Likewise.
40393         * nscd/nscd_getpw_r.c: Likewise.
40394         * nscd/nscd_getserv_r.c: Likewise.
40395         * posix/getopt_init.c: Likewise.
40396         * posix/wordexp.c: Likewise.
40397         * stdio-common/_itoa.c: Likewise.
40398         * stdio-common/printf_fphex.c: Likewise.
40399         * stdio-common/vfprintf.c: Likewise.
40400         * string/_strerror.c: Likewise.
40401         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
40402         * sysdeps/i386/i686/hp-timing.h: Likewise.
40403         * sysdeps/mach/_strerror.c: Likewise.
40404         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
40405         * sysdeps/mach/hurd/sethostid.c: Likewise.
40406         * sysdeps/mach/hurd/xmknodat.c: Likewise.
40407         * sysdeps/mach/xpg-strerror.c: Likewise.
40408         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
40409         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
40410         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
40411         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
40412         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
40413         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
40414         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
40415         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
40416         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
40417         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
40418         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
40419         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
40420         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
40421         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
40422         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
40423         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
40424         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
40425         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
40426         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
40427         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
40428         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
40429
40430         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
40431
40432         * stdio-common/_itoa.h: Moved to ...
40433         * sysdeps/generic/_itoa.h: Here.
40434
40435         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
40436
40437         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
40438         instead of "_itoa.h" and "_itowa.h".
40439         * stdio-common/vfprintf.: Likewise.
40440
40441 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
40442
40443         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
40444         <bits/wordsize.h>.
40445         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
40446         (__signbit): Likwise.
40447         (llrintf): Likwise.
40448         (llrint): Likwise.
40449
40450 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
40451
40452         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
40453         __WORDSIZE != 64.
40454
40455 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
40456
40457         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
40458         OVERFLOW_EXCEPTION_OK.
40459         * math/libm-test.inc ("Philosophy"): Update comment about
40460         exception testing.
40461         (OVERFLOW_EXCEPTION): Define.
40462         (OVERFLOW_EXCEPTION_OK): Likewise.
40463         (INVALID_EXCEPTION_OK): Renumber.
40464         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
40465         (IGNORE_ZERO_INF_SIGN): Likewise.
40466         (test_exceptions): Handle FE_OVERFLOW.
40467         (exp10_test): Expect overflow exceptions.
40468         (exp2_test): Likewise.
40469         (expm1_test): Likewise.
40470         (nextafter_test): Likewise.
40471         (pow_test): Likewise.
40472         (scalbn_test): Likewise.
40473         (scalbln_test): Likewise.
40474
40475 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40476
40477         * sysdeps/x86_64/bits/atomic.h
40478         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
40479         64bit integer.
40480         (atomic_exchange_acq): Likewise.
40481         (__arch_exchange_and_add_body): Likewise.
40482         (__arch_add_body): Likewise.
40483         (atomic_add_negative): Likewise.
40484         (atomic_add_zero): Likewise.
40485
40486 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40487
40488         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
40489         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
40490
40491 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40492
40493         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
40494         Check __x86_64__ instead of __WORDSIZE.
40495
40496 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40497
40498         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
40499
40500 2012-03-19  David S. Miller  <davem@davemloft.net>
40501
40502         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40503
40504         * sysdeps/sparc/fpu/fenv_private.h: New file.
40505         * sysdeps/sparc/fpu/math_private.h: Use it.
40506         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
40507         Remove.
40508         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
40509         (libc_feholdexcept_setroundl): Remove.
40510         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
40511         Remove.
40512         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
40513         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
40514
40515 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40516
40517         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
40518         int64_t instead of long int.
40519         (INSERT_WORDS64): Likwise.
40520
40521 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40522
40523         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
40524         _Unwind_GetCFA return to _Unwind_Ptr first.
40525
40526 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
40527
40528         [BZ #13629]
40529         * math/s_clog.c: Include <float.h>.
40530         (__clog): Scale large or subnormal inputs.
40531         * math/s_clogf.c: Likewise.
40532         * math/s_clogl.c: Likewise.
40533         * math/s_clog10.c: Include <float.h>.
40534         (M_LOG10_2): Define.
40535         (__clog10): Scale large or subnormal inputs.
40536         * math/s_clog10f.c: Likewise.
40537         * math/s_clog10l.c: Likewise.
40538         * math/libm-test.inc (clog_test): Add more tests.
40539         (clog10_test): Likewise.
40540         * sysdeps/i386/fpu/libm-test-ulps: Update.
40541         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40542
40543         [BZ #11451]
40544         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
40545         x and y.
40546         * math/libm-test.inc (atan2_test): Add another test.
40547
40548         * Makerules (common-objdir-compile): Remove.
40549         * sysdeps/unix/Makefile (config-generated): Do not add
40550         $(unix-generated) to variable.
40551         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
40552         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
40553         Remove rule.
40554         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
40555         Likewise.
40556         [generic bits/local_lim.h] (before-compile): Do not append to
40557         variable.
40558         [generic bits/local_lim.h] (common-generated): Likewise.
40559         [generic sys/param.h] (before-compile): Do not append to variable.
40560         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
40561         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
40562         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
40563         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
40564         include.
40565         [generic sys/param.h] (sys/param.h-includes): Remove variable.
40566         [generic sys/param.h] (sys/param.h-includes): Remove rule.
40567         [generic sys/param.h] ($(addprefix
40568         $(common-objpfx),$(sys/param.h-includes))): Likewise.
40569         [generic sys/param.h] (common-generated): Do not append to
40570         variable.
40571         [generic sys/param.h] (sysdep_headers): Likewise.
40572         [generic bits/errno.h] (before-compile): Do not append to
40573         variable.
40574         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
40575         rule.
40576         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
40577         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
40578         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
40579         [generic bits/errno.h] (common-generated): Do not append to
40580         variable.
40581         [generic bits/ioctls.h] (before-compile): Do not append to
40582         variable.
40583         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
40584         rule.
40585         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
40586         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
40587         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
40588         rule.
40589         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
40590         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
40591         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
40592         [generic bits/ioctls.h] (common-generated): Do not append to
40593         variable.
40594         [generic sys/syscall.h] (syscall.h): Remove variable.
40595         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
40596         rule.
40597         [generic sys/syscall.h] (before-compile): Do not append to
40598         variable.
40599         [generic sys/syscall.h] (common-generated): Likewise.
40600         * sysdeps/unix/errnos-tmpl.c: Remove file.
40601         * sysdeps/unix/errnos.awk: Likewise.
40602         * sysdeps/unix/ioctls-tmpl.c: Likewise.
40603         * sysdeps/unix/ioctls.awk: Likewise.
40604         * sysdeps/unix/mk-local_lim.c: Likewise.
40605         * sysdeps/unix/snarf-ioctls: Likewise.
40606
40607 2012-03-19  Richard Henderson  <rth@twiddle.net>
40608
40609         * sysdeps/i386/fpu/fenv_private.h: New file.
40610         * sysdeps/i386/fpu/math_private.h: Use it.
40611         (math_opt_barrier, math_force_eval): Remove.
40612         (libc_feholdexcept_setround_53bit): Remove.
40613         (libc_feupdateenv_53bit): Remove.
40614         * sysdeps/x86_64/fpu/math_private.h: Likewise.
40615         (math_opt_barrier, math_force_eval): Remove.
40616         (libc_feholdexcept): Remove.
40617         (libc_feholdexcept_setround): Remove.
40618         (libc_fetestexcept, libc_fesetenv): Remove.
40619         (libc_feupdateenv_test): Remove.
40620         (libc_feupdateenv, libc_feholdsetround): Remove.
40621         (libc_feresetround): Remove.
40622
40623         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
40624         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
40625
40626         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
40627         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
40628         (libc_feupdateenv_testl): New.
40629         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
40630         (libc_feupdateenv_testf): New.
40631         (libc_feupdateenv): Use libc_feupdateenv_test.
40632         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
40633         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
40634
40635         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
40636         (libc_feholdsetroundf, libc_feholdsetroundl): New.
40637         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
40638         (libc_feresetround_noex): New.
40639         (libc_feresetround_noexf): New.
40640         (libc_feresetround_noexl): New.
40641         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
40642         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
40643         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
40644         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
40645         SET_RESTORE_ROUND.
40646         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
40647         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
40648         (__cos): Likewise.
40649         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
40650         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
40651         SET_RESTORE_ROUND_NOEX.
40652         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
40653         SET_RESTORE_ROUND_NOEXF.
40654         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
40655         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
40656         (libc_feholdsetroundf): New.
40657         (libc_feresetround, libc_feresetroundf): New.
40658
40659         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
40660         (libc_feholdexcept_setround_53bit): Convert from macro to function.
40661         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
40662
40663         * sysdeps/generic/math_private.h: Include <fenv.h>.
40664         (default_libc_feholdexcept): New.
40665         (default_libc_feholdexcept_setround): New.
40666         (default_libc_fesetenv, default_libc_feupdateenv): New.
40667         (libc_feholdexcept): Only define if undefined.
40668         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
40669         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
40670         (libc_feholdexcept_setroundl): Likewise.
40671         (libc_feholdexcept_setround_53bit): Likewise.
40672         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
40673         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
40674         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
40675         (libc_feupdateenv_53bit): Likewise.
40676         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
40677         (libc_feholdexcept): Convert from macro to inline function.
40678         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
40679         (libc_fesetenv, libc_feupdateenv): Likewise.
40680
40681         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
40682         not previously defined.
40683         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
40684         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
40685         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
40686         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
40687         * sysdeps/ieee754/flt-32/math_private.h: New file.
40688         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
40689         math_private.h below SET_FLOAT_WORD.
40690         (__isnan, __isinf_ns, __finite): Remove.
40691         (__isnanf, __isinf_nsf, __finitef): Remove.
40692
40693 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
40694
40695         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40696
40697 2012-03-17  David S. Miller  <davem@davemloft.net>
40698
40699         [BZ #6471]
40700         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
40701         for 2.16.
40702
40703 2012-03-16  David S. Miller  <davem@davemloft.net>
40704
40705         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
40706         warnings.
40707
40708         [BZ #6471]
40709         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
40710         properly.
40711         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
40712         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
40713         sysdep_routines when subdir is sysvipc.
40714         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
40715         __getshmlba helper.
40716
40717         * sysdeps/sparc/fpu/libm-test/ulps: Update.
40718
40719 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40720
40721         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
40722         [__LP64__].
40723
40724 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40725
40726         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
40727         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
40728         (__lround): Renamed to ...
40729         (__llround): This.  Replace long int with long long int.
40730         Define lround functions as aliases of llround functions.
40731         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
40732
40733 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40734
40735         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
40736         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
40737         adresses to uintptr_t.  Replace "long int" and "unsigned long
40738         int" with "greg_t" on va_arg.
40739
40740 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40741
40742         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
40743         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
40744
40745         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
40746         Move e_machine check before EI_CLASS check.  Handle x32
40747         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
40748         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
40749         SKIP_EM_IA_64 and include
40750         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
40751
40752         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
40753         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
40754         (add_system_dir): New macro.
40755
40756         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
40757         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
40758
40759 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
40760
40761         [BZ #2551]
40762         [BZ #2552]
40763         [BZ #2553]
40764         [BZ #2554]
40765         [BZ #2562]
40766         [BZ #2563]
40767         [BZ #2565]
40768         [BZ #2566]
40769         [BZ #2576]
40770         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
40771         (y0): Likewise.
40772         * math/w_j0f.c (j0f): Likewise.
40773         (y0f): Likewise.
40774         * math/w_j0l.c (__j0l): Likewise.
40775         (__y0l): Likewise.
40776         * math/w_j1.c (j1): Likewise.
40777         (y1): Likewise.
40778         * math/w_j1f.c (j1f): Likewise.
40779         (y1f): Likewise.
40780         * math/w_j1l.c (__j1l): Likewise.
40781         (__y1l): Likewise.
40782         * math/w_jn.c (jn): Likewise.
40783         (yn): Likewise.
40784         * math/w_jnf.c (jnf): Likewise.
40785         (ynf): Likewise.
40786         * math/w_jnl.c (__jnl): Likewise.
40787         (__ynl): Likewise.
40788         * math/libm-test.inc (j0_test): Add more tests.
40789         (j1_test): Likewise.
40790         (jn_test): Likewise.  Add trailing semicolon to existing test.
40791         (y0_test): Likewise.
40792         (y1_test): Likewise.
40793         * sysdeps/i386/fpu/libm-test-ulps: Update.
40794         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40795
40796         [BZ #13851]
40797         [BZ #13854]
40798         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
40799         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
40800         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
40801         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
40802         (__tanl): Set errno for infinite argument.
40803         * sysdeps/i386/fpu/mptan.c: Remove.
40804         * sysdeps/i386/fpu/s_tan.S: Likewise.
40805         * sysdeps/i386/fpu/s_tanl.S: Likewise.
40806         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
40807         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
40808         * math/libm-test.inc (tan_test): Add more tests and enable more
40809         tests for double and long double.
40810         * sysdeps/i386/fpu/libm-test-ulps: Update.
40811         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40812
40813 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
40814
40815         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
40816         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
40817
40818 2012-03-16  Roland McGrath  <roland@hack.frob.com>
40819
40820         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
40821         * configure.in: Use it for both main tree and add-ons.
40822         * configure: Regenerated.
40823
40824 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40825
40826         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
40827
40828 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
40829
40830         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
40831         in comment.
40832
40833         [BZ #13851]
40834         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
40835         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
40836         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
40837         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
40838         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
40839         infinite argument.
40840         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
40841         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
40842         != 0 for prec == 2.
40843         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
40844         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
40845         * sysdeps/i386/fpu/s_cosl.S: Likewise.
40846         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
40847         * sysdeps/i386/fpu/s_sinl.S: Likewise.
40848         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
40849         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
40850         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
40851         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
40852         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
40853         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
40854         * math/libm-test.inc (cos_test): Add more tests and enable more
40855         tests for long double.
40856         (sin_test): Likewise.
40857         (sincos_test): Likewise.
40858         * sysdeps/i386/fpu/libm-test-ulps: Update.
40859         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40860
40861 2012-03-16  David S. Miller  <davem@davemloft.net>
40862
40863         * sysdeps/sparc/fpu/math_private.h: New file.
40864
40865 2012-03-15  David S. Miller  <davem@davemloft.net>
40866
40867         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
40868         file.
40869         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
40870         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
40871         file.
40872         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
40873         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
40874         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
40875         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
40876         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
40877         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
40878         sysdep routines.
40879         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
40880
40881         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
40882         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
40883
40884         * sysdeps/sparc/sparc-ifunc.h: New file.
40885         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
40886         sparc-ifunc.h
40887         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
40888         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
40889         Likewise.
40890         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
40891         Likewise.
40892         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
40893         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
40894         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
40895         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
40896         Likewise.
40897         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
40898         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
40899         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
40900         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
40901         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
40902         Likewise.
40903         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
40904         Likewise.
40905         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
40906         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
40907         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
40908         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
40909         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
40910         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
40911         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
40912         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
40913         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
40914         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
40915         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
40916         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
40917         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
40918         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
40919         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
40920         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
40921         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
40922         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
40923         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
40924         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
40925         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
40926         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
40927         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
40928         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
40929
40930 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
40931
40932         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
40933         scaling.
40934         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40935
40936 2012-03-15  Andreas Jaeger  <aj@suse.de>
40937
40938         [BZ #13852]
40939         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
40940         ieee754/flt-32 implementation for sin, cos and sincos.
40941         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
40942         * sysdeps/i386/fpu/s_cosf.S: Likewise.
40943         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
40944         * sysdeps/i386/fpu/s_sinf.S: Likewise.
40945         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
40946         ieee754/flt-32 implementation for tan.
40947
40948         * math/libm-test.inc (cos_test): Enable some large input tests for
40949         float as well
40950         (sin_test): Likewise.
40951         (sincos_test): Likewise.
40952         (tan_test): Add tests for large input.
40953
40954         * sysdeps/i386/fpu/libm-test-ulps: Update.
40955
40956 2012-03-15  Andreas Jaeger  <aj@suse.de>
40957
40958         [BZ #13658]
40959         * math/libm-test.inc (cos_test): Add more test cases.
40960         (sin_test): Likewise.
40961         (sincos_test): Likewise.
40962
40963 2012-03-15  Andreas Jaeger  <aj@suse.de>
40964
40965         [BZ #13837]
40966         * math/libm-test.inc (cos_test): Add a test case for large input
40967         value.
40968         (sin_test): Likewise.
40969         (sincos_test): Likewise.
40970
40971 2012-03-15  Andreas Jaeger  <aj@suse.de>
40972             Joseph Myers  <joseph@codesourcery.com>
40973
40974         [BZ #13658]
40975         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
40976         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
40977         * sysdeps/i386/fpu/branred.c: Likewise.
40978         * sysdeps/i386/fpu/dosincos.c: Likewise.
40979         * sysdeps/i386/fpu/mpa.c: Likewise.
40980         * sysdeps/i386/fpu/s_cos.S: Likewise.
40981         * sysdeps/i386/fpu/s_sin.S: Likewise.
40982         * sysdeps/i386/fpu/s_sincos.S: Likewise.
40983         * sysdeps/i386/fpu/sincos32.c: Likewise.
40984
40985         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
40986         Define.
40987         (libc_feupdateenv_53bit): Define.
40988         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
40989         Define.
40990         (libc_feupdateenv_53bit): Define.
40991
40992         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
40993         53 bit (without extend i386 double precision).
40994
40995         * math/libm-test.inc (sincos_test): Add tests for large input.
40996         (sin): Likewise.
40997         (cos): Likewise.
40998
40999         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
41000
41001 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
41002
41003         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41004
41005 2012-03-15  David S. Miller  <davem@davemloft.net>
41006
41007         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
41008         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
41009         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
41010         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
41011         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
41012         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
41013         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
41014         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
41015         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
41016         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
41017         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
41018         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
41019         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
41020         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
41021         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
41022         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
41023         file.
41024         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
41025         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
41026         file.
41027         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
41028         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
41029         file.
41030         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
41031         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
41032         file.
41033         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
41034         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
41035         fmin/fmax sysdep routines.
41036         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
41037
41038 2012-03-14  David S. Miller  <davem@davemloft.net>
41039
41040         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
41041         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
41042         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
41043         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
41044         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
41045         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
41046         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
41047         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
41048         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
41049         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
41050         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
41051         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
41052         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
41053         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
41054         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
41055         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
41056         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
41057         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
41058         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
41059         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
41060         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
41061         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
41062         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
41063         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
41064         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
41065         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
41066         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
41067         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
41068         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
41069         routines.
41070         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
41071         file.
41072         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
41073         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
41074         file.
41075         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
41076         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
41077         file.
41078         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
41079         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
41080         file.
41081         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
41082         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
41083         file.
41084         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
41085         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
41086         file.
41087         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
41088         file.
41089         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
41090         file.
41091         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
41092         file.
41093         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
41094         New file.
41095         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
41096         file.
41097         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
41098         file.
41099         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
41100         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
41101         file.
41102         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
41103         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
41104         file.
41105         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
41106         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
41107         file.
41108         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
41109         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
41110         VIS3 routines.
41111
41112         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
41113         New file.
41114
41115         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41116
41117         * sysdeps/sparc/configure.in: New file.
41118         * sysdeps/sparc/configure: Generate.
41119         * configure.in (libc_cv_sparc_as_vis3): Substitute.
41120         * configure: Regenerate.
41121         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
41122         * config.make.in (have-as-vis3): New.
41123         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
41124         available use -Av9d instead of -Av9a.
41125         * sysdeps/sparc/sparc64/Makefile: Likewise.
41126         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
41127         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
41128         New file.
41129         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
41130         file.
41131         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
41132         New file.
41133         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
41134         file.
41135         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
41136         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
41137         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
41138         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
41139         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
41140
41141         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
41142         fzeros/fnegs to load 0x80000000 into a float register instead of
41143         using the stack.
41144         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
41145
41146 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
41147
41148         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41149         bits/syscall.h.
41150         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
41151         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
41152         ($(inst_includedir)/bits/syscall.h): Remove rule.
41153         ($(objpfx)bits/syscall.d): Include instead of
41154         $(objpfx)syscall-list.d.
41155         (generated): Change syscall-list.h and syscall-list.d to
41156         bits/syscall.h and bits/syscall.d.
41157
41158 2012-03-14  Roland McGrath  <roland@hack.frob.com>
41159
41160         [BZ #13846]
41161         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
41162
41163 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
41164
41165         [BZ #13841]
41166         * math/s_csqrt.c: Include <float.h>.
41167         (__csqrt): Scale large or subnormal inputs.
41168         * math/s_csqrtf.c: Likewise.
41169         * math/s_csqrtl.c: Likewise.
41170         * math/libm-test.inc (csqrt_test): Add more tests.
41171         * sysdeps/i386/fpu/libm-test-ulps: Update.
41172         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41173
41174         [BZ #13840]
41175         * math/libm-test.inc (hypot_test): Add more tests.
41176
41177 2012-03-13  David S. Miller  <davem@davemloft.net>
41178
41179         [BZ #13840]
41180         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
41181         double-precision for the calculation instead of scaling.
41182
41183 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
41184
41185         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
41186         manipulate bits before adding and subtracting TWO52[sx].
41187         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
41188         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
41189         Likewise.
41190         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
41191
41192 2012-03-13  David S. Miller  <davem@davemloft.net>
41193
41194         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
41195         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
41196         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
41197         rtld-global-offsets.h
41198         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
41199
41200         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
41201         large parameters.
41202
41203         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
41204
41205         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
41206         'err' in the ifdef scope in which it is actually used.
41207
41208         * nss/nss_db/db-init.c: Include string.h
41209
41210 2012-03-12  David S. Miller  <davem@davemloft.net>
41211
41212         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
41213         masking out of the most significant byte of random value used.
41214         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
41215         Fix coding style in previous change.
41216
41217         * sysdeps/unix/sysv/linux/kernel-features.h
41218         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
41219         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
41220         expression.
41221         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
41222         later.
41223
41224 2012-03-11  David S. Miller  <davem@davemloft.net>
41225
41226         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
41227         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
41228         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
41229         for 'resultvar' otherwise things get truncated on 64-bit.
41230
41231         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
41232         Fix masking out of the most significant byte of random value used.
41233
41234         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41235
41236 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
41237
41238         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41239
41240 2012-03-09  David S. Miller  <davem@davemloft.net>
41241
41242         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
41243         variables with appropriate CPP guards.
41244         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
41245         from the frame pointer, not the stack pointer.  Correct layout
41246         comments.  Fix test on resulting framesize and the management of
41247         the outregs buffer for pltexit.  Preserve floating point return
41248         values across _dl_call_pltexit call.
41249         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
41250         framesize and the management of the outregs buffer for pltexit.
41251         Preserve floating point return values across _dl_call_pltexit
41252         call.
41253         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
41254         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
41255         (la_sparc64_gnu_pltexit): New functions.
41256         (print_exit): Fix format string for return register value.
41257
41258 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
41259
41260         * sunrpc/Makefile (others): Add rpcgen.
41261         ($(objpfx)rpcgen): Remove special build rule and dependency on
41262         libc.
41263         * sunrpc/rpcgen.c: New file.
41264
41265 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
41266
41267         [BZ #13673]
41268         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
41269         * stdio-common/bug-vfprintf-nargs.c: Likewise.
41270         * sysdeps/i386/crti.S: Likewise.
41271         * sysdeps/i386/crtn.S: Likewise.
41272         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
41273         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
41274         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
41275         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
41276         * sysdeps/sh/crti.S: Likewise.
41277         * sysdeps/sh/crtn.S: Likewise.
41278         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
41279
41280         [BZ #13673]
41281         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
41282         with URL.
41283         * locale/programs/locfile-kw.gperf: Likewise.
41284         * locale/programs/charmap-kw.h: Regenerated.
41285         * locale/programs/locfile-kw.h: Likewise.
41286
41287         [BZ #13673]
41288         * intl/plural.y: Replace FSF snail mail address with URL.
41289         * intl/plural.c: Regenerated.
41290
41291 2012-03-09  Richard Henderson  <rth@twiddle.net>
41292
41293         * include/math_private.h: Remove file.
41294         * math/math_private.h: Move file ...
41295         * sysdeps/generic/math_private.h: ... here.
41296
41297         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
41298         * sysdeps/powerpc/fpu/math_private.h: Likewise.
41299         * sysdeps/x86_64/fpu/math_private.h: Likewise.
41300
41301         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
41302         and <math_private.h>.
41303         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
41304         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
41305         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
41306         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
41307         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
41308         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
41309         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
41310         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
41311         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
41312         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
41313         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
41314         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
41315         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
41316         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
41317         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
41318         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
41319         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
41320         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
41321         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
41322         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
41323         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
41324         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
41325         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
41326         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
41327         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
41328         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
41329         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
41330         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
41331         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
41332         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
41333         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
41334         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
41335         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
41336         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
41337         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
41338         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
41339         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
41340         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
41341         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
41342         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
41343         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
41344         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
41345         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
41346         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
41347         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
41348         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
41349         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
41350         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
41351         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
41352         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
41353         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
41354         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
41355         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
41356         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
41357         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
41358         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
41359         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
41360         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
41361         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
41362         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
41363         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
41364         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
41365         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
41366         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
41367         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
41368         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
41369         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
41370         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
41371         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
41372         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
41373         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
41374         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
41375         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
41376         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
41377         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
41378         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
41379         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
41380         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
41381         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
41382         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
41383         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
41384         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
41385         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
41386         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
41387         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
41388         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
41389         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
41390         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
41391         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
41392         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
41393         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
41394         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
41395         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
41396         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
41397         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
41398         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
41399         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
41400         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
41401         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
41402         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
41403         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
41404         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
41405         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
41406         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
41407         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
41408         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
41409         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
41410         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
41411         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
41412         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
41413         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
41414         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
41415         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
41416         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
41417         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
41418         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
41419         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
41420         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
41421         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
41422         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
41423         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
41424         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
41425         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
41426         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
41427         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
41428         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
41429         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
41430         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
41431         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
41432         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
41433         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
41434         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
41435         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
41436         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
41437         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
41438         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
41439         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
41440         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
41441         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
41442         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
41443         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
41444         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
41445         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
41446         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
41447         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
41448         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
41449         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
41450         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
41451         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
41452         * sysdeps/ieee754/k_standard.c: Likewise.
41453         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
41454         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
41455         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
41456         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
41457         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
41458         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
41459         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
41460         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
41461         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
41462         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
41463         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
41464         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
41465         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
41466         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
41467         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
41468         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
41469         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
41470         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
41471         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
41472         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
41473         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
41474         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
41475         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
41476         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
41477         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
41478         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
41479         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
41480         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
41481         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
41482         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
41483         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
41484         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
41485         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
41486         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
41487         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
41488         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
41489         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
41490         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
41491         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
41492         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
41493         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
41494         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
41495         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
41496         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
41497         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
41498         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
41499         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
41500         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
41501         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
41502         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
41503         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
41504         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
41505         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
41506         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
41507         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
41508         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
41509         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
41510         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
41511         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
41512         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
41513         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
41514         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
41515         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
41516         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
41517         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
41518         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
41519         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
41520         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
41521         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
41522         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
41523         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
41524         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
41525         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
41526         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
41527         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
41528         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
41529         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
41530         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
41531         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
41532         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
41533         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
41534         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
41535         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
41536         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
41537         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
41538         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
41539         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
41540         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
41541         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
41542         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
41543         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
41544         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
41545         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
41546         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
41547         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
41548         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
41549         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
41550         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
41551         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
41552         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
41553         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
41554         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
41555         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
41556         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
41557         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
41558         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
41559         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
41560         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
41561         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
41562         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
41563         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
41564         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
41565         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
41566         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
41567         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
41568         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
41569         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
41570         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
41571         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
41572         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
41573         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
41574         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
41575         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
41576         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
41577         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
41578         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
41579         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
41580         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
41581         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
41582         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
41583         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
41584         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
41585         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
41586         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
41587         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
41588         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
41589         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
41590         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
41591         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
41592         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
41593         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
41594         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
41595         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
41596         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
41597         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
41598         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
41599         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
41600         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
41601         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
41602         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
41603         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
41604         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
41605         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
41606         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
41607         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
41608         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
41609         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
41610         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
41611         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
41612         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
41613         * sysdeps/ieee754/s_lib_version.c: Likewise.
41614         * sysdeps/ieee754/s_matherr.c: Likewise.
41615         * sysdeps/ieee754/s_signgam.c: Likewise.
41616         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
41617         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
41618         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
41619         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
41620         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
41621         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
41622         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
41623         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
41624         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
41625         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
41626         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
41627         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
41628         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
41629         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
41630         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
41631         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
41632         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
41633         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
41634         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
41635         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
41636         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
41637
41638 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
41639
41640         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
41641         * sunrpc/rpc_main.c: Likewise.
41642         * sunrpc/rpc_svcout.c: Likewise.
41643
41644 2012-03-09  David S. Miller  <davem@davemloft.net>
41645
41646         * include/math_private.h: New file.
41647
41648 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
41649
41650         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
41651         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
41652         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
41653         from <bits/socket_type.h>.
41654         (enum __socket_type): Don't define here.
41655         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
41656         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41657         bits/socket_type.h.
41658
41659         [BZ #13566]
41660         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
41661         checking __USE_GNU.
41662
41663         * Makerules ($(inst_includedir)/%.h): New rule.
41664         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
41665         (install-others): Remove variable setting.
41666         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
41667
41668 2012-03-08  Richard Henderson  <rth@twiddle.net>
41669
41670         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
41671         from macro to inline function; merge with the
41672         !__LIBC_INTERNAL_MATH_INLINES version.
41673         (__ieee754_sqrtf): Likewise.
41674
41675         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
41676         to inline function.
41677         (__rintf, __floor, __floorf): Likewise.
41678
41679         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
41680         macro to inline function.
41681         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
41682
41683         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
41684         not <math/math_private.h>.
41685
41686 2012-03-08  David S. Miller  <davem@davemloft.net>
41687
41688         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
41689         copyright year.
41690         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
41691
41692 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
41693
41694         * resolv/gai_misc.c (handle_requests): Fix struct timespec
41695         normalization.
41696         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
41697         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
41698
41699 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
41700
41701         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
41702         be defined individually, they must be defined as a block.  Define
41703         S for printing a string instead of hidint the different by using a
41704         macro for adding the 'l'.
41705         * stdio-common/tst-fphex-wide.c: Adjust.
41706
41707 2012-03-07  Marek Polacek  <polacek@redhat.com>
41708
41709         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
41710
41711 2012-03-08  Marek Polacek  <polacek@redhat.com>
41712
41713         [BZ #13806]
41714         * stdio-common/Makefile (tests): Add tst-fphex-wide.
41715         * stdio-common/tst-fphex.c: Define a few macros to make the
41716         test reusable.  Use them.
41717         * stdio-common/tst-fphex-wide.c: New file.
41718
41719 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
41720
41721         [BZ #6911]
41722         * manual/macros.texi (gnusystems): New macro.
41723         (nongnusystems): Likewise.
41724         (gnulinuxhurdsystems): Likewise.
41725         (gnuhurdsystems): Likewise..
41726         (gnulinuxsystems): Likewise.
41727         * manual/charset.texi: Use new macros or @theglibc{} to refer to
41728         variants of the GNU system, not "GNU system".
41729         * manual/conf.texi: Likewise.
41730         * manual/errno.texi: Likewise.  Update example of errno macro
41731         expansion.
41732         * manual/filesys.texi: Likewise.
41733         (getumask): Document as specific to GNU/Hurd.
41734         * manual/install.texi: Likewise.  Reword some references to
41735         GNU/Linux.
41736         * manual/intro.texi: Likewise.
41737         * manual/io.texi: Likewise.
41738         (File Name Portability): Detail which constraints are inapplicable
41739         to all GNU systems and which are only inapplicable to GNU/Hurd.
41740         * manual/job.texi: Likewise.
41741         * manual/llio.texi: Likewise.
41742         (O_NOCTTY): Document as present on GNU/Linux.
41743         * manual/maint.texi: Likewise.
41744         * manual/memory.texi: Likewise.
41745         * manual/pattern.texi: Likewise.
41746         * manual/pipe.texi: Likewise.
41747         * manual/process.texi: Likewise.
41748         * manual/resource.texi: Likewise.
41749         (RUSAGE_CHILDREN): Remove statement about specifying a particular
41750         child on GNU/Hurd.
41751         * manual/setjmp.texi: Likewise.
41752         * manual/signal.texi: Likewise.
41753         * manual/startup.texi: Likewise.
41754         * manual/stdio.texi: Likewise.
41755         * manual/terminal.texi: Likewise.
41756         (ONLCR): Document as POSIX.
41757         (OXTABS): Document availability on GNU/Linux as XTABS.
41758         (ONOEOT): Document availability separately from other bits.
41759         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
41760         * manual/time.texi: Likewise.
41761         * manual/users.texi: Likewise.
41762         * INSTALL: Regenerated.
41763         * sysdeps/gnu/errlist.c: Regenerated.
41764
41765         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
41766         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
41767         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
41768         puts.
41769         * configure: Regenerated.
41770
41771 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
41772
41773         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
41774         default includes instead of AC_HEADER_CHECK.
41775         * sysdeps/i386/configure: Regenerated.
41776
41777         [BZ #10716]
41778         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
41779         * math/s_cacoshf.c (__cacoshf): Likewise.
41780         * math/s_cacoshl.c (__cacoshl): Likewise.
41781         * math/s_casinh.c (__casinh): Set signs of result from argument.
41782         * math/s_casinhf.c (__casinhf): Likewise.
41783         * math/s_casinhl.c (__casinhl): Likewise.
41784         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
41785         (casinh_test): Add more tests.
41786         * sysdeps/i386/fpu/libm-test-ulps: Update.
41787         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41788
41789 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
41790
41791         * po/zh_TW.po: Update from translation team.
41792
41793         * login/Makefile (distribute): Remove variable.
41794         * catgets/Makefile: Likewise.
41795         * mach/Makefile: Likewise.
41796         * malloc/Makefile: Likewise.
41797         * misc/Makefile: Likewise.
41798         * iconv/Makefile: Likewise.
41799         * nscd/Makefile: Likewise.
41800         * hurd/Makefile: Likewise.
41801         * manual/Makefile: Likewise.
41802         * locale/Makefile: Likewise.
41803         * intl/Makefile: Likewise.
41804         * conform/Makefile: Likewise.
41805         * nss/Makefile: Likewise.
41806         * time/Makefile: Likewise.
41807         * soft-fp/Makefile: Likewise.
41808         * dirent/Makefile: Likewise.
41809         * gmon/Makefile: Likewise.
41810         * po/Makefile: Likewise.
41811         * rt/Makefile: Likewise.
41812         * socket/Makefile: Likewise.
41813         * math/Makefile: Likewise.
41814         * signal/Makefile: Likewise.
41815         * debug/Makefile: Likewise.
41816         * elf/Makefile: Likewise.
41817         * timezone/Makefile: Likewise.
41818         * stdlib/Makefile: Likewise.
41819         * iconvdata/Makefile: Likewise.
41820         * sunrpc/Makefile: Likewise.
41821         * io/Makefile: Likewise.
41822         * argp/Makefile: Likewise.
41823         * inet/Makefile: Likewise.
41824         * hesiod/Makefile: Likewise.
41825         * grp/Makefile: Likewise.
41826         * csu/Makefile: Likewise.
41827         * wctype/Makefile: Likewise.
41828         * crypt/Makefile: Likewise.
41829         * libio/Makefile: Likewise.
41830         * string/Makefile: Likewise.
41831         * nis/Makefile: Likewise.
41832         * resolv/Makefile: Likewise.
41833         * stdio-common/Makefile: Likewise.
41834         * wcsmbs/Makefile: Likewise.
41835         * dlfcn/Makefile: Likewise.
41836         * posix/Makefile: Likewise.
41837
41838         [BZ #6959]
41839         * timezone/Makefile: Don't install timezone files, just the programs
41840         and scripts.
41841
41842 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
41843
41844         * nss/databases.def: Add missing gshadow entry.
41845
41846         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
41847
41848 2012-03-06  Marek Polacek  <polacek@redhat.com>
41849
41850         [BZ #13726]
41851         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
41852         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
41853         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
41854         * stdio-common/tst-long-dbl-fphex.c: New file.
41855
41856 2012-03-06  David S. Miller  <davem@davemloft.net>
41857
41858         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
41859         (set_obp_int): New function.
41860         (get_obp_int): New function.
41861         (__get_clockfreq_via_dev_openprom): Likewise.
41862         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
41863         Avoid unused variable warnings on 'val' and use builtin_expect.
41864         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
41865         __builtin_expect.
41866         (INLINE_CLONE_SYSCALL): Likewise.
41867
41868 2012-03-05  David S. Miller  <davem@davemloft.net>
41869
41870         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41871
41872 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
41873
41874         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41875
41876         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
41877         only for |x| >= 40.
41878         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
41879
41880 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
41881
41882         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
41883         Replace gettimeofday with __vdso_gettimeofday.
41884
41885         * sysdeps/unix/sysv/linux/x86_64/init-first.c
41886         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
41887         __vdso_clock_gettime and __vdso_getcpu.
41888
41889         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
41890         time with __vdso_time.
41891
41892 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
41893
41894         * manual/lang.texi (size_t): Note types to which size_t may be
41895         equivalent with the GNU C Library, but do not describe when
41896         differences between them are significant.
41897
41898 2012-03-05  Andreas Jaeger  <aj@suse.de>
41899
41900         * sysdeps/i386/fpu/libm-test-ulps: Update.
41901
41902 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
41903
41904         [BZ #3976]
41905         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
41906         (__ieee754_pow): Save and restore rounding mode and use
41907         round-to-nearest for main computations.
41908         * math/libm-test.inc (pow_test_tonearest): New function.
41909         (pow_test_towardzero): Likewise.
41910         (pow_test_downward): Likewise.
41911         (pow_test_upward): Likewise.
41912         (main): Call the new functions.
41913         * sysdeps/i386/fpu/libm-test-ulps: Update.
41914         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41915
41916         [BZ #3976]
41917         * math/libm-test.inc (cosh_test_tonearest): New function.
41918         (cosh_test_towardzero): Likewise.
41919         (cosh_test_downward): Likewise.
41920         (cosh_test_upward): Likewise.
41921         (sinh_test_tonearest): Likewise.
41922         (sinh_test_towardzero): Likewise.
41923         (sinh_test_downward): Likewise.
41924         (sinh_test_upward): Likewise.
41925         (main): Call the new functions.
41926         * sysdeps/i386/fpu/libm-test-ulps: Update.
41927         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41928
41929 2012-03-05  Tom de Vries  <tom@codesourcery.com>
41930
41931         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
41932         default stack guard is set in last bytes.
41933         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
41934
41935 2012-03-05  Kees Cook  <keescook@chromium.org>
41936
41937         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
41938
41939         [BZ #13656]
41940         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
41941         possibly allocate from heap instead of stack.
41942         * stdio-common/bug-vfprintf-nargs.c: New file.
41943         * stdio-common/Makefile (tests): Add nargs overflow test.
41944
41945 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
41946
41947         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41948
41949 2012-03-03  Marek Polacek  <polacek@redhat.com>
41950
41951         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
41952         * math/math_private.h: Likewise.
41953         * stdlib/tst-strtod.c: Likewise.
41954         * sysdeps/i386/i486/bits/atomic.h: Likewise.
41955         * sysdeps/x86_64/bits/atomic.h: Likewise.
41956
41957 2012-03-02  David S. Miller  <davem@davemloft.net>
41958
41959         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
41960         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
41961         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
41962         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
41963         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
41964         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
41965         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
41966         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
41967
41968 2012-03-02  Roland McGrath  <roland@hack.frob.com>
41969
41970         [BZ #13792]
41971         * manual/examples/README: New file, says the example source files
41972         can be used under GPL>=2.
41973         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
41974         line containing just "*/".
41975         * manual/examples/add.c: Add copyright header (GPL>=2).
41976         * manual/examples/argp-ex1.c: Likewise.
41977         * manual/examples/argp-ex2.c: Likewise.
41978         * manual/examples/argp-ex3.c: Likewise.
41979         * manual/examples/argp-ex4.c: Likewise.
41980         * manual/examples/atexit.c: Likewise.
41981         * manual/examples/db.c: Likewise.
41982         * manual/examples/dir.c: Likewise.
41983         * manual/examples/dir2.c: Likewise.
41984         * manual/examples/execinfo.c: Likewise.
41985         * manual/examples/filecli.c: Likewise.
41986         * manual/examples/filesrv.c: Likewise.
41987         * manual/examples/fmtmsgexpl.c: Likewise.
41988         * manual/examples/genpass.c: Likewise.
41989         * manual/examples/inetcli.c: Likewise.
41990         * manual/examples/inetsrv.c: Likewise.
41991         * manual/examples/isockad.c: Likewise.
41992         * manual/examples/longopt.c: Likewise.
41993         * manual/examples/memopen.c: Likewise.
41994         * manual/examples/memstrm.c: Likewise.
41995         * manual/examples/mkfsock.c: Likewise.
41996         * manual/examples/mkisock.c: Likewise.
41997         * manual/examples/mygetpass.c: Likewise.
41998         * manual/examples/pipe.c: Likewise.
41999         * manual/examples/popen.c: Likewise.
42000         * manual/examples/rprintf.c: Likewise.
42001         * manual/examples/search.c: Likewise.
42002         * manual/examples/select.c: Likewise.
42003         * manual/examples/setjmp.c: Likewise.
42004         * manual/examples/sigh1.c: Likewise.
42005         * manual/examples/sigusr.c: Likewise.
42006         * manual/examples/stpcpy.c: Likewise.
42007         * manual/examples/strdupa.c: Likewise.
42008         * manual/examples/strftim.c: Likewise.
42009         * manual/examples/strncat.c: Likewise.
42010         * manual/examples/subopt.c: Likewise.
42011         * manual/examples/swapcontext.c: Likewise.
42012         * manual/examples/termios.c: Likewise.
42013         * manual/examples/testopt.c: Likewise.
42014         * manual/examples/testpass.c: Likewise.
42015         * manual/examples/timeval_subtract.c: Likewise.
42016
42017         [BZ #13792]
42018         * manual/time.texi (Elapsed Time): Move timeval_subtract example
42019         function to ...
42020         * manual/timeval_subtract.c.texi: ... here, new file.
42021
42022 2012-03-02  David S. Miller  <davem@davemloft.net>
42023
42024         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
42025
42026 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
42027
42028         [BZ #3976]
42029         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
42030         (__sin): Save and restore rounding mode and use round-to-nearest
42031         for all computations.
42032         (__cos): Save and restore rounding mode and use round-to-nearest
42033         for all computations.
42034         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
42035         <fenv.h>.
42036         (tan): Save and restore rounding mode and use round-to-nearest for
42037         all computations.
42038         * math/libm-test.inc (cos_test_tonearest): New function.
42039         (cos_test_towardzero): Likewise.
42040         (cos_test_downward): Likewise.
42041         (cos_test_upward): Likewise.
42042         (sin_test_tonearest): Likewise.
42043         (sin_test_towardzero): Likewise.
42044         (sin_test_downward): Likewise.
42045         (sin_test_upward): Likewise.
42046         (tan_test_tonearest): Likewise.
42047         (tan_test_towardzero): Likewise.
42048         (tan_test_downward): Likewise.
42049         (tan_test_upward): Likewise.
42050         (main): Call the new functions.
42051         * sysdeps/i386/fpu/libm-test-ulps: Update.
42052         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42053
42054         [BZ #10135]
42055         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
42056         small n, then large n, before computing and testing k+n.
42057         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
42058         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
42059         Likewise.
42060         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
42061         Likewise.
42062         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
42063         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
42064         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
42065         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
42066         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
42067         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
42068         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
42069         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
42070         * math/libm-test.inc (scalbn_test): Add more tests.
42071         (scalbln_test): Likewise.
42072
42073         * manual/filesys.texi (mode_t): Describe constraints on size and
42074         signedness, not exact equivalence to a particular type.
42075         (ino_t): Likewise.
42076         (ino64_t): Likewise.
42077         (dev_t): Likewise.
42078         (nlink_t): Likewise.
42079         (blkcnt_t): Likewise.
42080         (blkcnt64_t): Likewise.
42081         * manual/llio.texi (off_t): Likewise.
42082
42083         [BZ #3976]
42084         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
42085         (__ieee754_exp): Save and restore rounding mode and use
42086         round-to-nearest for all computations.
42087         * math/libm-test.inc (exp_test_tonearest): New function.
42088         (exp_test_towardzero): Likewise.
42089         (exp_test_downward): Likewise.
42090         (exp_test_upward): Likewise.
42091         (main): Call the new functions.
42092         * sysdeps/i386/fpu/libm-test-ulps: Update.
42093         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42094
42095 2012-03-01  Chris Demetriou  <cgd@google.com>
42096
42097         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
42098         have predictable order.
42099
42100 2012-03-01  David S. Miller  <davem@davemloft.net>
42101
42102         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
42103
42104         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
42105         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
42106         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
42107         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
42108
42109         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
42110         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
42111         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
42112         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
42113         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
42114         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
42115         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
42116         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
42117         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
42118
42119         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42120
42121         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
42122         * sysdeps/sparc/fpu/libm-test-ulps: to here.
42123         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
42124
42125         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
42126         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
42127         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
42128         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
42129         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
42130         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
42131         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
42132         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
42133         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
42134         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
42135         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
42136         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42137         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
42138         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
42139         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
42140         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42141         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
42142         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
42143         * sysdeps/sparc/elf/configure: Regenerated.
42144
42145 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
42146
42147         * configure.in (AS, LD): Require binutils 2.20 or later.
42148         * configure: Regenerated.
42149         * manual/install.texi (Tools for Compilation): Give binutils 2.20
42150         as required minimum version.
42151         * INSTALL: Regenerated.
42152
42153         [BZ #2541]
42154         [BZ #4108]
42155         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
42156         before squaring exponent.
42157         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
42158         bottom long double and 27 bits of top long double before squaring
42159         exponent.
42160         * math/libm-test.inc (erfc_test): Add more tests.
42161         * sysdeps/i386/fpu/libm-test-ulps: Update.
42162         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42163         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42164
42165 2012-03-01  Kai Tietz  <ktietz@redhat.com>
42166
42167         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
42168         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
42169         containing bit-fields.
42170         * soft-fp/extended.h (_FP_UNION_E): Likewise.
42171         * soft-fp/single.h (_FP_UNION_S): Likewise.
42172         * soft-fp/double.h (_FP_UNION_D): Likewise.
42173
42174 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
42175
42176         [BZ #13786]
42177         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
42178         not include ../strcmp.S.
42179         [USE_AS_STRNCASECMP_L]: Likewise.
42180         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
42181         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
42182         * sysdeps/i386/i686/multiarch/strncase_l-c.c
42183         (__strncasecmp_l_ia32): Define as alias to
42184         __strncasecmp_l_nonascii.
42185
42186         [BZ #5794]
42187         * math/libm-test.inc (expm1_test): Add test for bug 5794.
42188         * sysdeps/i386/fpu/libm-test-ulps: Update.
42189         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42190
42191         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
42192         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42193
42194 2012-02-29  Jeff Law  <law@redhat.com>
42195
42196         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
42197         out of bounds read.
42198
42199 2012-02-29  Marek Polacek  <polacek@redhat.com>
42200
42201         [BZ #13706]
42202         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
42203         * elf/Makefile: Add rules to run tst-unused-dep.out.
42204
42205 2012-02-28  David S. Miller  <davem@davemloft.net>
42206
42207         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
42208         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
42209         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
42210         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
42211         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
42212         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
42213
42214 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
42215
42216         * math/libm-test.inc (llround_test): Move one test from
42217         lround_test.  Use TEST_f_L in moved test.
42218         (lround_test): Move misplaced test to llround_test.  Add testcase
42219         from bug 2561.
42220
42221 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
42222
42223         * sysdeps/x86_64/fpu/e_expf.S: New file.
42224         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
42225
42226 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
42227
42228         [BZ #13637]
42229         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
42230         of remain_len that may cause incomplete multi-byte character and
42231         false match.
42232         * posix/bug-regex33.c: New file.
42233         * posix/Makefile (tests): Add bug-regex33.
42234
42235 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
42236
42237         * manual/macros.texi: New file.
42238         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
42239         * manual/libc.texinfo: Include macros.texi.
42240         * manual/creatute.texi: Likewise.
42241         * manual/install.texi: Likewise.
42242         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
42243         @glibcadj{} in references to the GNU C Library.
42244         * manual/charset.texi: Likewise.
42245         * manual/conf.texi: Likewise.
42246         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
42247         when not using those macros.
42248         * manual/creature.texi: Likewise.
42249         * manual/crypt.texi: Likewise.
42250         * manual/errno.texi: Likewise.
42251         * manual/filesys.texi: Likewise.
42252         * manual/header.texi: Likewise.
42253         * manual/install.texi: Likewise.
42254         * manual/intro.texi: Likewise.
42255         * manual/io.texi: Likewise.
42256         * manual/job.texi: Likewise.
42257         * manual/lang.texi: Likewise.
42258         * manual/libc.texiinfo: Likewise.
42259         * manual/llio.texi: Likewise.
42260         * manual/locale.texi: Likewise.
42261         * manual/maint.texi: Likewise.
42262         * manual/math.texi: Likewise.
42263         * manual/memory.texi: Likewise.
42264         * manual/message.texi: Likewise.
42265         * manual/nss.texi: Likewise.
42266         * manual/pattern.texi: Likewise.
42267         * manual/process.texi: Likewise.
42268         * manual/resource.texi: Likewise.
42269         * manual/search.texi: Likewise.
42270         * manual/setjmp.texi: Likewise.
42271         * manual/signal.texi: Likewise.
42272         * manual/socket.texi: Likewise.
42273         * manual/startup.texi: Likewise.
42274         * manual/stdio.texi: Likewise.
42275         * manual/string.texi: Likewise.
42276         * manual/sysinfo.texi: Likewise.
42277         * manual/syslog.texi: Likewise.
42278         * manual/terminal.texi: Likewise.
42279         * manual/time.texi: Likewise.
42280         * manual/users.texi: Likewise.
42281         * INSTALL: Regenerated.
42282         * NOTES: Regenerated.
42283         * sysdeps/gnu/errlist.c: Regenerated.
42284
42285 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
42286
42287         * include/dirent.h: Include <dirstream.h> before
42288         <dirent/dirent.h>.
42289
42290 2012-02-28  David S. Miller  <davem@davemloft.net>
42291
42292         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
42293         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
42294         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
42295         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
42296
42297 2012-02-27  David S. Miller  <davem@davemloft.net>
42298
42299         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
42300         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
42301         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
42302         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
42303
42304         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
42305         frame pointer instead of stack pointer relative arg slot.
42306         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
42307         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
42308         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
42309
42310 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
42311
42312         [BZ #3992]
42313         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
42314
42315 2012-02-27  David S. Miller  <davem@davemloft.net>
42316
42317         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
42318         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
42319         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42320         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
42321         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
42322         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
42323         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
42324         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
42325
42326 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
42327
42328         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
42329         later.  Allow versions 5-9.
42330         * configure: Regenerated.
42331         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
42332         required minimum version and 4.6 as recommended version.  Do not
42333         mention bugs in GCC 2.7 and 2.8.
42334         * INSTALL: Regenerated.
42335
42336 2012-02-27  David S. Miller  <davem@davemloft.net>
42337
42338         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
42339         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
42340         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
42341         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
42342         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
42343         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
42344         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
42345         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
42346
42347         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
42348         manipulate bits before adding and subtracting TWO112[sx].
42349         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
42350
42351 2012-02-27  Roland McGrath  <roland@hack.frob.com>
42352
42353         [BZ #13775]
42354         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
42355         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
42356         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
42357         being in POSIX, because they are in 1003.1-2008.
42358
42359         * rt/tst-aio.c: Include <fcntl.h>.
42360         * rt/tst-aio7.c: Likewise.
42361         * rt/tst-aio64.c: Likewise.
42362
42363         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
42364
42365 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
42366
42367         * manual/install.texi (--with-headers): Describe headers as
42368         interface headers, not private headers.
42369         (Specific advice for GNU/Linux systems): Describe use of headers
42370         from "make headers_install", not private headers from older
42371         kernels.
42372         * INSTALL: Regenerated.
42373         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
42374         Change to 2.6.19.
42375         * sysdeps/unix/sysv/linux/configure: Regenerated.
42376
42377         * manual/llio.texi (fclean): Remove documentation.
42378
42379         * manual/Makefile (libc-texi-generated): New variable.  Include
42380         version.texi.
42381         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
42382         $(libc-texi-generated), not duplicated list of files.
42383         (version.texi, stamp-version): New rules.
42384         (realclean): Remove $(libc-texi-generated), not individual files
42385         from that list.  Do not remove dir-add.texinfo.
42386         * manual/libc.texinfo: Comment out uses of edition numbers and
42387         references to printed manual.  Remove last-updated dates.
42388         (EDITION): Comment out.
42389         (ISBN): Likewise.
42390         (VERSION, UPDATED): Remove.
42391         (version.texi): Include.
42392
42393 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
42394
42395         * sysdeps/posix/spawni.c: Include <signal.h>.
42396         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
42397         * sysdeps/pthread/aio_fsync.c: Likewise.
42398
42399 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
42400
42401         * conform/Makefile (tests): Run only when not cross-compiling and
42402         when fast-check is not defined.
42403
42404         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
42405         * conform/data/limits.h-data: Fixes for POSIX2008.
42406         * conform/run-conformtest.sh: Run all tests.
42407         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
42408         headers.
42409         * include/bits/dlfcn.h: Likewise.
42410         * include/langinfo.h: Likewise.
42411         * include/monetary.h: Likewise.
42412         * include/sys/poll.h: Likewise.
42413
42414         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
42415         for __USE_GNU.
42416         * posix/spawn.h: Define __need_sigset_t.
42417         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
42418         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
42419         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
42420         to get sigevent_t only.
42421         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
42422         only for __USE_GNU.
42423         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
42424         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
42425         process_vm_writev only for __USE_GNU.
42426         * termios/termios.h: Declare tcgetsid also for POSIX2008.
42427
42428         * conform/Makefile: For now ignore errors from run-conformtest.
42429         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
42430         POSIX to avoid namespace pollution.  Don't prepend headers.
42431         * conform/data/aio.h-data: Fixes for POSIX testing.
42432         * conform/data/fcntl.h-data: Likewise.
42433         * conform/data/glob.h-data: Likewise.
42434         * conform/data/grp.h-data: Likewise.
42435         * conform/data/pthread.h-data: Likewise.
42436         * conform/data/pwd.h-data: Likewise.
42437         * conform/data/signal.h-data: Likewise.
42438         * conform/data/spawn.h-data: Likewise.
42439         * conform/data/stdio.h-data: Likewise.
42440         * conform/data/stdlib.h-data: Likewise.
42441         * conform/data/stropts.h-data: Likewise.
42442         * conform/data/sys/mman.h-data: Likewise.
42443         * conform/data/sys/stat.h-data: Likewise.
42444         * conform/data/sys/types.h-data: Likewise.
42445         * conform/data/sys/wait.h-data: Likewise.
42446         * conform/data/time.h-data: Likewise.
42447         * conform/data/unistd.h-data: Likewise.
42448         * conform/data/utime.h-data: Likewise.
42449
42450         * io/sys/stat.h: fchmod was always in POSIX.
42451         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
42452         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
42453         * rt/aio.h: Define __need_timespec before including <time.h>.
42454         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
42455         struct.  Add forward declaration of pthread_attr_t and use it in
42456         sigevent.
42457         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
42458         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
42459         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
42460         always remove CLK_TCK definition.
42461
42462 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
42463
42464         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
42465
42466 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
42467
42468         * conform/run-conformtest.sh: New file.
42469         * conform/Makefile: Run run-conformtest for tests.
42470         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
42471         support.
42472
42473         * conform/data/uchar.h-data: New file.
42474         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
42475         * conform/data/arpa/inet.h-data: Likewise.
42476         * conform/data/assert.h-data: Likewise.
42477         * conform/data/complex.h-data: Likewise.
42478         * conform/data/cpio.h-data: Likewise.
42479         * conform/data/ctype.h-data: Likewise.
42480         * conform/data/dirent.h-data: Likewise.
42481         * conform/data/dlfcn.h-data: Likewise.
42482         * conform/data/errno.h-data: Likewise.
42483         * conform/data/fcntl.h-data: Likewise.
42484         * conform/data/float.h-data: Likewise.
42485         * conform/data/fmtmsg.h-data: Likewise.
42486         * conform/data/fnmatch.h-data: Likewise.
42487         * conform/data/ftw.h-data: Likewise.
42488         * conform/data/glob.h-data: Likewise.
42489         * conform/data/grp.h-data: Likewise.
42490         * conform/data/iconv.h-data: Likewise.
42491         * conform/data/inttypes.h-data: Likewise.
42492         * conform/data/langinfo.h-data: Likewise.
42493         * conform/data/libgen.h-data: Likewise.
42494         * conform/data/limits.h-data: Likewise.
42495         * conform/data/locale.h-data: Likewise.
42496         * conform/data/math.h-data: Likewise.
42497         * conform/data/monetary.h-data: Likewise.
42498         * conform/data/mqueue.h-data: Likewise.
42499         * conform/data/ndbm.h-data: Likewise.
42500         * conform/data/net/if.h-data: Likewise.
42501         * conform/data/netdb.h-data: Likewise.
42502         * conform/data/netinet/in.h-data: Likewise.
42503         * conform/data/nl_types.h-data: Likewise.
42504         * conform/data/poll.h-data: Likewise.
42505         * conform/data/pthread.h-data: Likewise.
42506         * conform/data/pwd.h-data: Likewise.
42507         * conform/data/regex.h-data: Likewise.
42508         * conform/data/sched.h-data: Likewise.
42509         * conform/data/search.h-data: Likewise.
42510         * conform/data/semaphore.h-data: Likewise.
42511         * conform/data/setjmp.h-data: Likewise.
42512         * conform/data/signal.h-data: Likewise.
42513         * conform/data/spawn.h-data: Likewise.
42514         * conform/data/stdarg.h-data: Likewise.
42515         * conform/data/stdio.h-data: Likewise.
42516         * conform/data/stdlib.h-data: Likewise.
42517         * conform/data/string.h-data: Likewise.
42518         * conform/data/strings.h-data: Likewise.
42519         * conform/data/stropts.h-data: Likewise.
42520         * conform/data/sys/ipc.h-data: Likewise.
42521         * conform/data/sys/mman.h-data: Likewise.
42522         * conform/data/sys/msg.h-data: Likewise.
42523         * conform/data/sys/resource.h-data: Likewise.
42524         * conform/data/sys/select.h-data: Likewise.
42525         * conform/data/sys/sem.h-data: Likewise.
42526         * conform/data/sys/shm.h-data: Likewise.
42527         * conform/data/sys/socket.h-data: Likewise.
42528         * conform/data/sys/stat.h-data: Likewise.
42529         * conform/data/sys/statvfs.h-data: Likewise.
42530         * conform/data/sys/time.h-data: Likewise.
42531         * conform/data/sys/timeb.h-data: Likewise.
42532         * conform/data/sys/times.h-data: Likewise.
42533         * conform/data/sys/types.h-data: Likewise.
42534         * conform/data/sys/uio.h-data: Likewise.
42535         * conform/data/sys/un.h-data: Likewise.
42536         * conform/data/sys/utsname.h-data: Likewise.
42537         * conform/data/sys/wait.h-data: Likewise.
42538         * conform/data/syslog.h-data: Likewise.
42539         * conform/data/tar.h-data: Likewise.
42540         * conform/data/termios.h-data: Likewise.
42541         * conform/data/utime.h-data: Likewise.
42542         * conform/data/utmpx.h-data: Likewise.
42543         * conform/data/varargs.h-data: Likewise.
42544         * conform/data/wchar.h-data: Likewise.
42545         * conform/data/wctype.h-data: Likewise.
42546         * conform/data/wordexp.h-data: Likewise.
42547
42548         * include/stropts.h: New file.
42549         * include/uchar.h: New file.
42550         * include/aio.h: Changes to allow conformtest.pl to use the headers.
42551         * include/assert.h: Likewise.
42552         * include/ctype.h: Likewise.
42553         * include/dirent.h: Likewise.
42554         * include/dlfcn.h: Likewise.
42555         * include/fcntl.h: Likewise.
42556         * include/fnmatch.h: Likewise.
42557         * include/glob.h: Likewise.
42558         * include/grp.h: Likewise.
42559         * include/libio.h: Likewise.
42560         * include/locale.h: Likewise.
42561         * include/math.h: Likewise.
42562         * include/net/if.h: Likewise.
42563         * include/netdb.h: Likewise.
42564         * include/netinet/in.h: Likewise.
42565         * include/pthread.h: Likewise.
42566         * include/pwd.h: Likewise.
42567         * include/regex.h: Likewise.
42568         * include/sched.h: Likewise.
42569         * include/search.h: Likewise.
42570         * include/setjmp.h: Likewise.
42571         * include/signal.h: Likewise.
42572         * include/stdio.h: Likewise.
42573         * include/stdlib.h: Likewise.
42574         * include/string.h: Likewise.
42575         * include/sys/cdefs.h: Likewise.
42576         * include/sys/mman.h: Likewise.
42577         * include/sys/msg.h: Likewise.
42578         * include/sys/resource.h: Likewise.
42579         * include/sys/select.h: Likewise.
42580         * include/sys/socket.h: Likewise.
42581         * include/sys/stat.h: Likewise.
42582         * include/sys/statvfs.h: Likewise.
42583         * include/sys/time.h: Likewise.
42584         * include/sys/times.h: Likewise.
42585         * include/sys/uio.h: Likewise.
42586         * include/sys/utsname.h: Likewise.
42587         * include/sys/wait.h: Likewise.
42588         * include/termios.h: Likewise.
42589         * include/time.h: Likewise.
42590         * include/ulimit.h: Likewise.
42591         * include/unistd.h: Likewise.
42592         * include/utime.h: Likewise.
42593         * include/wchar.h: Likewise.
42594         * include/wctype.h: Likewise.
42595         * include/wordexp.h: Likewise.
42596
42597         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
42598
42599         * time/time.h: TIME_UTC must be a macro.
42600         Make timespec_get available for ISO C11 only as well.
42601
42602 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
42603
42604         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
42605         Reported by Peng Haitao <penght@cn.fujitsu.com>.
42606
42607 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
42608
42609         * configure.in: Use -o not -a in test for unsupported multi-arch.
42610
42611 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
42612
42613         * manual/texinfo.tex: Update to version 2012-01-19.16.
42614
42615 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
42616
42617         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
42618
42619 2012-02-24  Roland McGrath  <roland@hack.frob.com>
42620
42621         [BZ #13738]
42622         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
42623         * manual/fdl-1.3.texi: New file.
42624         * manual/fdl-1.1.texi: File removed.
42625
42626         [BZ #13738]
42627         * manual/libc.texinfo (FDL_VERSION): New @set.
42628         Use it for mention of FDL in cover text.
42629         (Documentation License): Use it in @include file name.
42630
42631 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42632             Roland McGrath  <roland@hack.frob.com>
42633
42634         [BZ #5461]
42635         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
42636         (not LONG_LONG_MAX and LONG_LONG_MIN.
42637         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
42638         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
42639         name.
42640         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
42641
42642 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42643
42644         [BZ #2547]
42645         [BZ #11365]
42646         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
42647         manipulate bits before adding and subtracting TWO23[sx].
42648         * math/libm-test.inc (nearbyint_test): Add more tests.
42649
42650 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42651
42652         [BZ #2548]
42653         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
42654         bits before adding and subtracting TWO23[sx].
42655         * math/libm-test.inc (rint_test): Add more tests.
42656         (rint_test_tonearest): Likewise.
42657         (rint_test_towardzero): Likewise.
42658         (rint_test_downward): Likewise.
42659         (rint_test_upward: Likewise.
42660
42661 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42662
42663         [BZ #10110]
42664         * include/stdc-predef.h: New file.  Extracted from features.h.
42665         * include/features.h: Include stdc-predef.h.
42666         * Makefile (headers): Add stdc-predef.h.
42667         * CONFORMANCE (Compiler limitations): Update.
42668
42669 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42670
42671         * manual/libc.texinfo (VERSION, UPDATED): Revert.
42672
42673 2012-02-21  David S. Miller  <davem@davemloft.net>
42674
42675         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
42676         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
42677
42678 2012-02-20  David S. Miller  <davem@davemloft.net>
42679
42680         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
42681         using a normal save/restore sequence, rather than allocating a
42682         dummy stack frame just to store a frame pointer and restore.
42683         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42684
42685 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
42686
42687         * manual/install.texi: Fix stray word in line-wrapped comment.
42688
42689 2012-02-20  David S. Miller  <davem@davemloft.net>
42690
42691         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
42692         both binutils and gcc support GOTDATA.
42693
42694         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
42695         "rd %pc" in the PIC register setup sequences.
42696
42697         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
42698         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
42699         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
42700         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
42701         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
42702         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
42703         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
42704         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42705         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
42706         (SYSCALL_ERROR_HANDLER): Likewise.
42707         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
42708         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
42709         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
42710         (SYSCALL_ERROR_HANDLER): Likewise.
42711
42712         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
42713         (HAVE_GCC_GOTDATA): New.
42714         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
42715         relocation support in both binutils and gcc.
42716         * sysdeps/sparc/elf/configure: Regenerate.
42717
42718         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
42719         * sysdeps/sparc/sparc32/elf/configure: Delete.
42720         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
42721         * sysdeps/sparc/sparc64/elf/configure: Delete.
42722         * sysdeps/sparc/elf/configure.in: New file.
42723         * sysdeps/sparc/elf/configure: Generate.
42724
42725         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
42726         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
42727         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
42728         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
42729         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
42730
42731 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
42732
42733         * manual/install.texi: Do not mention specific glibc version
42734         numbers.
42735         * manual/libc.texinfo (VERSION, UPDATED): Update.
42736         (@copying): Use @copyright{} and range of years.
42737
42738 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
42739
42740         [BZ #13695]
42741         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
42742         [crti.S not in sysdirs] (generated): Do not append.
42743         [crti.S not in sysdirs] (omit-deps): Likewise.
42744         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
42745         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
42746         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
42747         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
42748         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
42749         Likewise.
42750         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
42751         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
42752         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
42753         * csu/defs.awk: Remove file.
42754         * sysdeps/generic/initfini.c: Likewise.
42755         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
42756         variable.
42757         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
42758         Likewise.
42759
42760 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
42761
42762         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
42763         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
42764         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
42765         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
42766         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
42767         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
42768         <bits/epoll.h>.
42769         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
42770         (__EPOLL_PACKED): Define to empty if not defined by
42771         <bits/epoll.h>.
42772         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
42773         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42774         bits/epoll.h.
42775
42776 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
42777
42778         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
42779         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
42780         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
42781         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
42782         <bits/timerfd.h>.
42783         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
42784         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42785         bits/timerfd.h.
42786
42787 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
42788
42789         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
42790         in C locale.
42791         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42792         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
42793         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
42794         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42795
42796 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
42797
42798         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
42799         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
42800
42801 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
42802
42803         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
42804         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
42805         defined.
42806         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
42807         Likewise.
42808         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
42809         entry for 2.16.
42810
42811 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
42812
42813         * math/w_acos.c: Use non-signaling floating-point comparisons.
42814         * math/w_acosf.c: Likewise.
42815         * math/w_acosh.c: Likewise.
42816         * math/w_acoshf.c: Likewise.
42817         * math/w_acoshl.c: Likewise.
42818         * math/w_acosl.c: Likewise.
42819         * math/w_asin.c: Likewise.
42820         * math/w_asinf.c: Likewise.
42821         * math/w_asinl.c: Likewise.
42822         * math/w_atanh.c: Likewise.
42823         * math/w_atanhf.c: Likewise.
42824         * math/w_atanhl.c: Likewise.
42825         * math/w_exp2.c: Likewise.
42826         * math/w_exp2f.c: Likewise.
42827         * math/w_exp2l.c: Likewise.
42828         * math/w_j0.c: Likewise.
42829         * math/w_j0f.c: Likewise.
42830         * math/w_j0l.c: Likewise.
42831         * math/w_j1.c: Likewise.
42832         * math/w_j1f.c: Likewise.
42833         * math/w_j1l.c: Likewise.
42834         * math/w_jn.c: Likewise.
42835         * math/w_jnf.c: Likewise.
42836         * math/w_log.c: Likewise.
42837         * math/w_log10.c: Likewise.
42838         * math/w_log10f.c: Likewise.
42839         * math/w_log10l.c: Likewise.
42840         * math/w_log2.c: Likewise.
42841         * math/w_log2f.c: Likewise.
42842         * math/w_log2l.c: Likewise.
42843         * math/w_logf.c: Likewise.
42844         * math/w_logl.c: Likewise.
42845         * math/w_sqrt.c: Likewise.
42846         * math/w_sqrtf.c: Likewise.
42847         * math/w_sqrtl.c: Likewise.
42848         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
42849         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
42850         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
42851         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
42852         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
42853
42854 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42855
42856         [BZ #9739]
42857         * manual/string.texi (strnlen): Use correct parameter name in
42858         equivalent expression.
42859
42860 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42861
42862         [BZ #11174]
42863         * manual/users.texi (seteuid): Consistently use neweuid for
42864         argument name.
42865
42866 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42867
42868         [BZ #13704]
42869         * manual/nss.texi (Services in the NSS configuration): Correct
42870         list of services in example configuration file.
42871
42872 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
42873
42874         [BZ #11322]
42875         * manual/arith.texi: Remove statements about negative zero
42876         behaving identically to zero.
42877
42878 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
42879
42880         [BZ #5993]
42881         * manual/install.texi: Do not document upgrading from libc5.
42882
42883 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
42884
42885         [BZ #4596]
42886         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
42887
42888 2012-02-18  David S. Miller  <davem@davemloft.net>
42889
42890         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
42891         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
42892         %o7 across the call.
42893         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
42894         instead.
42895         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
42896         SETUP_PIC_REG_LEAF.
42897         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42898         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
42899         * sysdeps/sparc/crtn.S: Likewise.
42900
42901 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
42902
42903         * aout/Makefile: Remove.
42904
42905 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
42906
42907         [BZ #13058]
42908         * manual/examples/argp-ex1.c (main): Format definition in GNU
42909         style.
42910         * manual/examples/argp-ex2.c (main): Likewise.
42911         * manual/examples/argp-ex3.c (main): Likewise.
42912         * manual/examples/argp-ex4.c (main): Likewise.
42913         * manual/examples/longopt.c (main): Use new-style prototype
42914         definition.
42915         * manual/examples/strncat.c (main): Specify return type and use
42916         (void) for arguments.
42917         * manual/examples/subopt.c (main): Use char **argv argument.
42918
42919 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42920
42921         [BZ #5077]
42922         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
42923         rounding modes.
42924
42925 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
42926
42927         [BZ #6907]
42928         * manual/string.texi (strchr): Change when strchrnul is
42929         recommended.
42930
42931 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
42932
42933         [BZ #174]
42934         * manual/locale.texi (setlocale): Document LOCPATH.
42935
42936 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42937
42938         [BZ #10210]
42939         * manual/process.texi (execle): Move @dots{} before last argument.
42940
42941 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
42942
42943         [BZ #12047]
42944         * manual/charset.texi (Generic Charset Conversion): Fix typo
42945         (LC_TYPE -> LC_CTYPE).
42946
42947 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
42948
42949         [BZ #5805]
42950         * manual/arith.texi (scalbn): Use @var{} on parameter names.
42951         (scalbnf): Likewise.
42952         (scalbnl): Likewise.
42953         (scalbln): Likewise.
42954         (scalblnf): Likewise.
42955         (scalblnl): Likewise.
42956         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
42957         (vwarnx): Likewise.
42958         (verr): Likewise.
42959         (verrx): Likewise.
42960         * manual/filesys.texi (telldir): Use braces around return type.
42961         * manual/llio.texi (mmap): Add space after comma.
42962         (mmap64): Likewise.
42963         * manual/math.texi (jn): Use @var{} on parameter names.
42964         (jnf): Likewise.
42965         (jnl): Likewise.
42966         (yn): Likewise.
42967         (ynf): Likewise.
42968         (ynl): Likewise.
42969         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
42970         line.
42971         * manual/resource.texi (ulimit): Use @dots{} instead of literal
42972         "...".
42973         (sched_get_priority_min): Remove semicolon on @deftypefun line.
42974         (sched_get_priority_max): Likewise.
42975         * manual/signal.texi (sigvec): Add space after comma.
42976         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
42977         names.
42978         (if_indextoname): Likewise.
42979         (if_freenameindex): Likewise.
42980         (sendto): Use ',' instead of '.' in prototype.
42981         * manual/startup.texi (syscall): Use @dots{} instead of literal
42982         "...".
42983         * manual/stdio.texi (__fpending): Separate initial words of
42984         paragraph from @deftypefun line.
42985         * manual/syslog.texi (syslog): Use @dots{} instead of literal
42986         "...".
42987         (vsyslog): Use @var{} on parameter names.
42988         * manual/terminal.texi (stty): Use @var{} on parameter names.
42989         * manual/users.texi (getutmp): Use @var{} on parameter names.
42990         (getutmpx): Likewise.
42991
42992 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42993
42994         [BZ #6884]
42995         * manual/stdio.texi (fopen): Fix typos in description of
42996         ",ccs=STRING".
42997
42998 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
42999
43000         [BZ #4026]
43001         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
43002         get clock_id definition.
43003
43004 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
43005
43006         [BZ #4822]
43007         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
43008         (madvise): Cast every argument to void on its own.
43009
43010 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43011
43012         [BZ #9902]
43013         * manual/startup.texi (Exit Status): Fix typo.
43014
43015 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43016
43017         [BZ #10140]
43018         * manual/examples/argp-ex1.c: Include <stdlib.h>.
43019         * manual/examples/argp-ex2.c: Likewise.
43020         * manual/examples/argp-ex3.c: Likewise.
43021
43022 2012-02-16  Richard Henderson  <rth@redhat.com>
43023
43024         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
43025         * sysdeps/s390/s390-32/initfini.c: Remove.
43026         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
43027         * sysdeps/s390/s390-64/initfini.c: Remove.
43028
43029 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
43030
43031         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
43032         compiler output for sysdeps/generic/initfini.c.
43033         * sysdeps/sh/elf/initfini.c: Remove file.
43034
43035 2012-02-16  David S. Miller  <davem@davemloft.net>
43036
43037         [BZ #11494]
43038         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
43039
43040         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
43041         * sysdeps/sparc/crti.S: New file.
43042         * sysdeps/sparc/crtn.S: New file.
43043         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
43044         * sysdeps/sparc/sparc64/Makefile: Likewise.
43045
43046 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
43047
43048         [BZ #3335]
43049         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
43050
43051 2012-02-15  Roland McGrath  <roland@hack.frob.com>
43052
43053         [BZ #4822]
43054         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
43055
43056         * mach/devstream.c (cookie_io_functions_t): Macro removed.
43057         (write, read, close): Likewise.
43058         Patch by Aurelien Jarno <aurelien@aurel32.net>.
43059
43060 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
43061
43062         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
43063         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
43064         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
43065         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
43066         <bits/signalfd.h>.
43067         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
43068         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43069         bits/signalfd.h.
43070
43071 2012-02-14  Marek Polacek  <polacek@redhat.com>
43072
43073         * sysdeps/x86_64/crti.S: New file.
43074         * sysdeps/x86_64/crtn.S: New file.
43075         * sysdeps/x86_64/elf/initfini.c: Remove file.
43076
43077 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
43078
43079         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
43080         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
43081         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
43082         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
43083         <bits/inotify.h>.
43084         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
43085         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43086         bits/inotify.h.
43087
43088 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
43089
43090         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
43091         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
43092         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
43093         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
43094         <bits/eventfd.h>.
43095         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
43096         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43097         bits/eventfd.h.
43098
43099 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
43100
43101         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
43102         __feraiseexcept instead of feraiseexcept.
43103
43104         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
43105         nanosleep invocations.
43106         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
43107         strings, and add error checking for a nanosleep invocations.
43108
43109 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
43110
43111         Replace FSF snail mail address with URLs, as per GNU coding standards.
43112         Most of the snail mail addresses were wrong anyway, and omitting
43113         them makes the source code easier to maintain.  Almost all of the
43114         changes are to license notices and to locale LC_IDENTIFICATION
43115         addresses, except for this one:
43116         * manual/libc.texinfo: In "Published by", give the FSF's URL,
43117         not its snail mail address.
43118
43119 2012-02-09  Richard Henderson  <rth@twiddle.net>
43120
43121         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
43122         of kernel-features.h.
43123
43124         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
43125
43126 2012-02-08  Marek Polacek  <polacek@redhat.com>
43127
43128         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
43129         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
43130         * sysdeps/gnu/_G_config.h: Likewise.
43131         * sysdeps/generic/_G_config.h: Likewise.
43132
43133 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
43134
43135         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
43136         tests.
43137         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43138
43139         * sysdeps/powerpc/powerpc32/crti.S: New file.
43140         * sysdeps/powerpc/powerpc32/crtn.S: New file.
43141         * sysdeps/powerpc/powerpc64/crti.S: New file.
43142         * sysdeps/powerpc/powerpc64/crtn.S: New file.
43143
43144         * Makeconfig (have-initfini): Don't set.
43145         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
43146         * configure.in (nopic_initfini): Don't substitute.
43147         * config.h.in (HAVE_INITFINI): Don't #undef.
43148         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
43149         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
43150
43151 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
43152
43153         Support crti.S and crtn.S provided directly by architectures.
43154         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
43155         [crti.S in sysdirs] (omit-deps): Likewise.
43156         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
43157         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
43158         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
43159         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
43160         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
43161         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
43162         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
43163         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
43164         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
43165         compiler output for sysdeps/generic/initfini.c.
43166         * sysdeps/i386/elf/Makefile: Remove file.
43167         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
43168
43169 2012-02-07  Marek Polacek  <polacek@redhat.com>
43170
43171         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
43172         * sysdeps/gnu/_G_config.h: Likewise.
43173         * sysdeps/mach/hurd/_G_config.h: Likewise.
43174
43175 2012-02-07  Marek Polacek  <polacek@redhat.com>
43176
43177         * math/Makefile (tests): Add tst-CMPLX2.
43178         * math/tst-CMPLX2.c: New file.
43179
43180 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
43181
43182         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
43183
43184         * math/libm-test.inc (jn_test): Add missing L suffix.
43185
43186 2012-02-06  Marek Polacek  <polacek@redhat.com>
43187
43188         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
43189         * sysdeps/i386/fpu/e_powf.S: Likewise.
43190         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
43191         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43192         * sysdeps/i386/fpu/e_acosh.S: Likewise.
43193         * sysdeps/i386/fpu/e_pow.S: Likewise.
43194         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
43195         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
43196         * sysdeps/i386/fpu/s_expm1.S: Likewise.
43197         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
43198         * sysdeps/i386/fpu/e_log2.S: Likewise.
43199         * sysdeps/i386/fpu/e_log2l.S: Likewise.
43200         * sysdeps/i386/fpu/e_scalb.S: Likewise.
43201         * sysdeps/i386/fpu/e_powl.S: Likewise.
43202         * sysdeps/i386/fpu/s_log1p.S: Likewise.
43203         * sysdeps/i386/fpu/e_log10f.S: Likewise.
43204         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
43205         * sysdeps/i386/fpu/e_logl.S: Likewise.
43206         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
43207         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
43208         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
43209         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
43210         * sysdeps/i386/fpu/e_log2f.S: Likewise.
43211         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
43212         * sysdeps/i386/fpu/e_log.S: Likewise.
43213         * sysdeps/i386/fpu/s_cexp.S: Likewise.
43214         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
43215         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
43216         * sysdeps/i386/fpu/e_logf.S: Likewise.
43217         * sysdeps/i386/fpu/e_log10l.S: Likewise.
43218         * sysdeps/i386/fpu/e_atanh.S: Likewise.
43219         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
43220         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
43221         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43222         * sysdeps/i386/fpu/e_log10.S: Likewise.
43223         * sysdeps/i386/fpu/s_frexp.S: Likewise.
43224         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
43225         * sysdeps/i386/fpu/s_asinh.S: Likewise.
43226         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
43227         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
43228         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
43229         * sysdeps/i386/asm-syntax.h: Likewise.
43230         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
43231         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
43232         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
43233         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
43234         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
43235         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
43236         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
43237         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
43238         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
43239         * sysdeps/powerpc/sysdep.h: Likewise.
43240         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
43241         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
43242
43243 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
43244
43245         [BZ #411]
43246         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
43247
43248 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
43249
43250         * sysdeps/i386/sysdep.h: Include <features.h>.
43251         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
43252         version.
43253
43254 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
43255
43256         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
43257         Define.
43258         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
43259         LOAD_PIC_REG_STR.
43260
43261 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
43262
43263         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
43264         (SETUP_PIC_REG): Use GET_PC_THUNK.
43265         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
43266         macro.
43267
43268 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
43269
43270         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
43271         for non-PIC compilation.
43272         (SETUP_PIC_REG): Add .p2align directive.
43273         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
43274         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
43275         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
43276         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
43277         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
43278         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
43279         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
43280         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
43281         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
43282         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
43283         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
43284         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
43285         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
43286         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
43287         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
43288         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
43289         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
43290         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
43291         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
43292         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
43293         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
43294         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
43295         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
43296         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
43297         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
43298         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
43299         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
43300         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
43301         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
43302         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
43303         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
43304         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
43305         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
43306         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
43307         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
43308         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
43309         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
43310         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
43311         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
43312         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
43313         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
43314
43315 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
43316
43317         * math/tst-CMPLX.c: Include <stdio.h>.
43318
43319 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
43320
43321         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
43322         float.
43323         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
43324         * sysdeps/sparc/bits/mathdef.h: Likewise.
43325
43326 2012-01-31  Marek Polacek  <polacek@redhat.com>
43327
43328         * libio/libio.h: Don't define _PARAMS.
43329         * locale/programs/config.h: Don't define PARAMS.
43330         * stdlib/strtol_l.c: Likewise.
43331         (__strtol_l): Remove PARAMS from the prototype.
43332
43333 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
43334
43335         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
43336         names.  Just use the correct names.  Remove unnecessary wrapper
43337         functions.
43338         * malloc/arena.c: Likewise.
43339         * malloc/hooks.c: Likewise.
43340
43341         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
43342         ARENA_TEST says not to.  Simplify test for creation of a new arena.
43343         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
43344
43345 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
43346
43347         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
43348         into tail calls.
43349         (update_get_addr): New function.
43350         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
43351         GET_ADDR_MODULE parameter.
43352
43353 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
43354
43355         * crypt/cert.c: Remove __STDC__ conditionals.
43356         * crypt/crypt-entry.c: Likewise.
43357         * crypt/crypt_util.c: Likewise.
43358         * libio/filedoalloc.c: Likewise.
43359         * libio/fileops.c: Likewise.
43360         * libio/genops.c: Likewise.
43361         * libio/iofclose.c: Likewise.
43362         * libio/iofdopen.c: Likewise.
43363         * libio/iofopen.c: Likewise.
43364         * libio/iofopen64.c: Likewise.
43365         * libio/iogetdelim.c: Likewise.
43366         * libio/iopopen.c: Likewise.
43367         * libio/obprintf.c: Likewise.
43368         * libio/oldfileops.c: Likewise.
43369         * libio/oldiofclose.c: Likewise.
43370         * libio/oldiofdopen.c: Likewise.
43371         * libio/oldiofopen.c: Likewise.
43372         * libio/oldiopopen.c: Likewise.
43373         * libio/wfiledoalloc.c: Likewise.
43374         * libio/wgenops.c: Likewise.
43375         * locale/programs/xmalloc.c: Likewise.
43376         * misc/syslog.c: Likewise.
43377         * stdio-common/xbug.c: Likewise.
43378         * string/memchr.c: Likewise.
43379         * string/memcmp.c: Likewise.
43380         * string/memrchr.c: Likewise.
43381         * string/rawmemchr.c: Likewise.
43382         * sysdeps/posix/getcwd.c: Likewise.
43383         * time/strftime_l.c: Likewise.
43384
43385 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
43386
43387         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
43388         * config.make.in (config-cflags-sse2avx): Define.
43389         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
43390         Fix typo.
43391
43392 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
43393
43394         * scripts/config.guess: Update from upstream config git repository.
43395         * scripts/config.sub: Likewise.
43396
43397 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
43398
43399         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
43400         (EM_NUM): Update.
43401         (R_TILEPRO_*, R_TILEGX_*): New macros.
43402
43403         * scripts/firstversions.awk: Fix bug in version range handling.
43404
43405         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
43406
43407         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
43408
43409         * include/sys/epoll.h: New file.
43410         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
43411         libc_hidden_def.
43412
43413 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
43414
43415         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
43416         Avoid unnecessary __WORDSIZE == 64 test.
43417         (fmaxf): Use VEX format if possible.
43418         (fmax): Likewise.
43419         (fminf): Likewise.
43420         (fmin): Likewise.
43421
43422         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
43423         * math/math_private.h: Remove libc_fegetround* and
43424         libc_fesetround*.
43425         * sysdeps/i386/configure.in: Check for -msse2avx.
43426         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
43427         also if SSE2AVX is defined.
43428         Remove libc_fegetround* and libc_fesetround*.
43429         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
43430         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
43431         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
43432         of HAS_YMM_USABLE.
43433         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
43434         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
43435         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
43436         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
43437         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
43438
43439         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
43440
43441 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43442
43443         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
43444         size is not set.
43445         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
43446
43447 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
43448
43449         [BZ #13618]
43450         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
43451         relocation.
43452         * Makeconfig (libm): Define.
43453         * elf/Makefile: Add rules to build and run tst-relsort1.
43454         * elf/tst-relsort1.c: New file.
43455         * elf/tst-relsort1mod1.c: New file.
43456         * elf/tst-relsort1mod2.c: New file.
43457
43458 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
43459
43460         * math/s_ldexp.c: Remove __STDC__ conditionals.
43461         * math/s_ldexpf.c: Likewise.
43462         * math/s_ldexpl.c: Likewise.
43463         * math/s_nextafter.c: Likewise.
43464         * math/s_nexttowardf.c: Likewise.
43465         * math/s_significand.c: Likewise.
43466         * math/s_significandf.c: Likewise.
43467         * math/s_significandl.c: Likewise.
43468         * math/w_jnl.c: Likewise.
43469         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
43470         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
43471         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
43472         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
43473         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
43474         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
43475         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
43476         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
43477         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
43478         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
43479         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
43480         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
43481         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
43482         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
43483         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
43484         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
43485         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
43486         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
43487         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
43488         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
43489         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
43490         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
43491         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
43492         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
43493         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
43494         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
43495         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
43496         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
43497         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
43498         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
43499         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
43500         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
43501         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
43502         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
43503         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
43504         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
43505         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
43506         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
43507         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
43508         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
43509         * sysdeps/ieee754/k_standard.c: Likewise.
43510         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
43511         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
43512         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
43513         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
43514         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
43515         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
43516         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
43517         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
43518         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
43519         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
43520         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
43521         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
43522         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
43523         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
43524         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
43525         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
43526         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
43527         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
43528         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
43529         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
43530         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
43531         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
43532         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
43533         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
43534         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
43535         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
43536         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
43537         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
43538         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
43539         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
43540         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
43541         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
43542         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
43543         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
43544         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
43545         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
43546         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
43547         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
43548         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
43549         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
43550         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
43551         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
43552         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
43553         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
43554         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
43555         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
43556         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
43557         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
43558         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
43559         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
43560         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
43561         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
43562         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
43563         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
43564         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
43565         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
43566         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
43567         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
43568         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
43569         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
43570         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
43571         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
43572         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
43573         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
43574         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
43575         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
43576         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
43577         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
43578         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
43579         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
43580         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
43581         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
43582         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
43583         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
43584         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
43585         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
43586         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
43587         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
43588         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
43589         * sysdeps/ieee754/s_matherr.c: Likewise.
43590         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
43591         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
43592         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
43593         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
43594
43595 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
43596
43597         * crypt/md5.h: Remove __STDC__ conditionals.
43598         * libio/libioP.h: Likewise.
43599         * locale/programs/config.h: Likewise.
43600         * sysdeps/generic/sysdep.h: Likewise.
43601         * sysdeps/i386/asm-syntax.h: Likewise.
43602         * sysdeps/s390/asm-syntax.h: Likewise.
43603         * sysdeps/unix/sysdep.h: Likewise.
43604         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
43605         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
43606
43607 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
43608
43609         * libio/libio.h: Remove __STDC__ conditionals.
43610         * malloc/obstack.h: Likewise.
43611         * math/complex.h: Likewise.
43612         * math/math.h: Likewise.
43613         * sysdeps/generic/_G_config.h: Likewise.
43614         * sysdeps/gnu/_G_config.h: Likewise.
43615         * sysdeps/mach/hurd/_G_config.h: Likewise.
43616         * sysdeps/powerpc/bits/mathdef.h: Likewise.
43617         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
43618         * sysdeps/sparc/bits/mathdef.h: Likewise.
43619
43620 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
43621
43622         [BZ #13583]
43623         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
43624         Clean up HAS_* macros.
43625         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
43626         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
43627         possible.
43628         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
43629         HAS_AVX.
43630         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
43631         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
43632         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
43633         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
43634         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
43635
43636 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
43637
43638         * elf/tst-unique3.cc (gets): Remove declaration.
43639         * elf/tst-unique3lib.cc (gets): Likewise.
43640         * elf/tst-unique3lib2.cc (gets): Likewise.
43641         * elf/tst-unique4.cc (gets): Likewise.
43642
43643 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
43644
43645         * include/stdio.h: Add C++ protection.  Add gets declarations and
43646         definitions.
43647         * debug/tst-chk1.c: Don't declare gets here.
43648         * stdio-common/tst-gets.c: Likewise.
43649
43650 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
43651
43652         * posix/glob: Remove directory.
43653
43654 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
43655
43656         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
43657
43658 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
43659
43660         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
43661         of the non-standard EPFNOSUPPORT.
43662
43663 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43664
43665         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
43666         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
43667         ANYWHERE set to 1 only on KERN_NO_SPACE error.
43668
43669 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
43670
43671         * wcsmbs/uchar.h: Test __STDC_VERSION__.
43672
43673 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
43674
43675         * nscd/aicache.c (addhstaiX): Do not cache negative results of
43676         transient errors.
43677         * nscd/grpcache.c (cache_addgr): Likewise.
43678         * nscd/hstcache.c (cache_addhst): Likewise.
43679         * nscd/initgrcache.c (addinitgroupsX): Likewise.
43680         * nscd/pwdcache.c (cache_addpw): Likewise.
43681         * nscd/servicescache.c (cache_addserv): Likewise.
43682
43683 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
43684
43685         * malloc/malloc.c: Various cleanups.
43686         * malloc/hooks.c: Likewise.
43687
43688         * stdlib/Makefile (tests): Add bug-fmtmsg1.
43689         * stdlib/bug-fmtmsg1.c: New file.
43690
43691         * stdlib/fmtmsg.c (init): Add missing unlock.
43692         Patch by Peng Haitao <penght@cn.fujitsu.com>.
43693
43694 2012-01-12  Marek Polacek  <polacek@redhat.com>
43695
43696         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
43697         and _GNU_SOURCE.
43698
43699 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
43700
43701         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
43702         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
43703         macro to ensure uniqueness of label name.
43704         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
43705         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
43706
43707 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
43708
43709         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
43710
43711         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
43712         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
43713         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
43714         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
43715
43716 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
43717
43718         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
43719
43720         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
43721         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
43722         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
43723
43724         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
43725
43726         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
43727         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
43728         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
43729         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
43730
43731         * math/bits/math-finite.h: Add ldexp support.
43732
43733 2012-01-10  Marek Polacek  <polacek@redhat.com>
43734
43735         * locale/programs/localedef.h (show_archive_content): Add noreturn
43736         attribute.
43737
43738 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
43739
43740         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
43741
43742 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
43743
43744         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
43745
43746         * io/Makefile (headers): Add bits/poll2.h.
43747
43748 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
43749
43750         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
43751         typo #include statement.
43752
43753 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
43754
43755         * include/sys/cdefs.h: Define __attribute_alloc_size.
43756         * catgets/gencat.c: Add alloc_size attribute and apply consistently
43757         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
43758         * elf/pldd.c: Likewise.
43759         * iconv/iconv_charmap.c: Likewise.
43760         * iconv/iconvconfig.c: Likewise.
43761         * iconv/strtab.c: Likewise.
43762         * locale/programs/locale.c: Likewise.
43763         * locale/programs/localedef.h: Likewise.
43764         * locale/programs/simple-hash.c: Likewise.
43765         * nscd/nscd.h: Likewise.
43766         * nss/makedb.c: Likewise.
43767         * sysdeps/generic/ldconfig.h: Likewise.
43768         * locale/programs/localedef.c: Remove xmalloc prototype.
43769         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
43770
43771 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
43772
43773         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
43774         appropriate.
43775
43776 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
43777
43778         * math/Makefile (tests): Add tst-CMPLX.
43779         * math/tst-CMPLX.c: New file.
43780
43781         * math/complex.h (CMPLXL): Fix typo.
43782
43783         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
43784         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
43785         GLIBC_2.16.
43786         * debug/tst-chk1.c: Add poll and ppoll tests.
43787         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
43788         * include/sys/poll.h: Add hidden proto for ppoll.
43789         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
43790         * sysdeps/mach/hurd/ppoll.c: Likewise.
43791         * io/ppoll.c: Likewise.
43792         * debug/poll_chk.c: New file.
43793         * debug/ppoll_chk.c: New file.
43794         * include/bits/poll2.h: New file.
43795         * io/bits/poll2.h: New file.
43796
43797         [BZ #1350]
43798         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
43799
43800         * configure.in: static is always set to yes.  Remove.
43801         * config.make.in: Don't set build-static.
43802         * Makeconfig: Remove use of build-static.
43803         * dlfcn/Makefile: Likewise.
43804         * elf/Makefile: Likewise.
43805         * math/Makefile: Likewise.
43806         * misc/Makefile: Likewise.
43807         * nptl/Makefile: Likewise.
43808         * sysdeps/mach/hurd/Makefile: Likewise.
43809
43810         * configure.in: PWD_P is not used anymore.
43811         * config.make.in: Remove PWD_P entry.
43812
43813         * configure.in: Remove last remnants of RANLIB.
43814         No need to check for signed size_t anymore.
43815         Don't set libc_commonpagesize and libc_relro_required here for Alpha
43816         and IA-64.
43817         Remove __builtin_expect test because we require at least gcc 3.4.
43818         * aclocal.m4: Likewise.
43819
43820         * wcsmbs/mbrtoc16.c: Implement using towc function.
43821         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
43822         * wcsmbs/wcsmbsload.c: Likewise.
43823         * iconv/gconv_simple.c: Likewise.
43824         * iconv/gconv_int.h: Likewise.
43825         * iconv/gconv_builtin.h: Likewise.
43826         * iconv/iconv_prog.c: Remove CHAR16 handling.
43827
43828         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
43829
43830         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
43831
43832         * configure.in: Remove --with-elf and --enable-bounded options.
43833         Dont set base_machine for ia64.  More non-ELF conditions removed.
43834         Remove testing and setting of leading underscore information.
43835         * config.make.in (build-bounded): Set to no.
43836         * config.h.in: Remove NO_UNDERSCORES entry.
43837         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
43838         them.
43839         * csu/start.c: Remove !NO_UNDERSCORE code.
43840         * locale/localeinfo.h: Likewise.
43841         * sysdeps/generic/machine-gmon.h: Likewise.
43842         * sysdeps/generic/sysdep.h: Likewise.
43843         * sysdeps/i386/sysdep.h: Likewise.
43844         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
43845         * sysdeps/mach/sysdep.h: Likewise.
43846         * sysdeps/s390/s390-32/sysdep.h: Likewise.
43847         * sysdeps/s390/s390-64/sysdep.h: Likewise.
43848         * sysdeps/sh/sysdep.h: Likewise.
43849         * sysdeps/sparc/sparc32/alloca.S: Likewise.
43850         * sysdeps/unix/i386/sysdep.S: Likewise.
43851         * sysdeps/unix/sparc/start.c: Likewise.
43852         * sysdeps/unix/sparc/sysdep.S: Likewise.
43853         * sysdeps/unix/sparc/sysdep.h: Likewise.
43854         * sysdeps/unix/start.c: Likewise.
43855         * sysdeps/unix/x86_64/sysdep.S: Likewise.
43856         * sysdeps/x86_64/sysdep.h: Likewise.
43857
43858 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
43859
43860         [BZ #13553]
43861         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
43862         for non-gcc.
43863         * argp/argp-fmtstream.h: Use const instead __const.
43864         * argp/argp.h: Likewise.
43865         * assert/assert.h: Likewise.
43866         * bits/fenv.h: Likewise.
43867         * bits/sched.h: Likewise.
43868         * bits/sigset.h: Likewise.
43869         * bits/sigthread.h: Likewise.
43870         * catgets/nl_types.h: Likewise.
43871         * conform/data/pthread.h-data: Likewise.
43872         * crypt/crypt-private.h: Likewise.
43873         * crypt/crypt.h: Likewise.
43874         * crypt/crypt_util.c: Likewise.
43875         * ctype/ctype.h: Likewise.
43876         * debug/execinfo.h: Likewise.
43877         * debug/mbsnrtowcs_chk.c: Likewise.
43878         * debug/mbsrtowcs_chk.c: Likewise.
43879         * debug/wcsnrtombs_chk.c: Likewise.
43880         * debug/wcsrtombs_chk.c: Likewise.
43881         * debug/wcstombs_chk.c: Likewise.
43882         * dirent/dirent.h: Likewise.
43883         * dlfcn/dlfcn.h: Likewise.
43884         * elf/neededtest4.c: Likewise.
43885         * grp/grp.h: Likewise.
43886         * gshadow/gshadow.h: Likewise.
43887         * iconv/gconv.h: Likewise.
43888         * iconv/gconv_int.h: Likewise.
43889         * iconv/gconv_simple.c: Likewise.
43890         * iconv/iconv.h: Likewise.
43891         * iconv/loop.c: Likewise.
43892         * iconv/skeleton.c: Likewise.
43893         * include/aio.h: Likewise.
43894         * include/aliases.h: Likewise.
43895         * include/argz.h: Likewise.
43896         * include/arpa/inet.h: Likewise.
43897         * include/assert.h: Likewise.
43898         * include/dirent.h: Likewise.
43899         * include/dlfcn.h: Likewise.
43900         * include/execinfo.h: Likewise.
43901         * include/fcntl.h: Likewise.
43902         * include/fenv.h: Likewise.
43903         * include/glob.h: Likewise.
43904         * include/grp.h: Likewise.
43905         * include/libintl.h: Likewise.
43906         * include/mntent.h: Likewise.
43907         * include/netdb.h: Likewise.
43908         * include/pwd.h: Likewise.
43909         * include/rpc/netdb.h: Likewise.
43910         * include/sched.h: Likewise.
43911         * include/search.h: Likewise.
43912         * include/shadow.h: Likewise.
43913         * include/signal.h: Likewise.
43914         * include/stdio.h: Likewise.
43915         * include/stdlib.h: Likewise.
43916         * include/string.h: Likewise.
43917         * include/sys/socket.h: Likewise.
43918         * include/sys/stat.h: Likewise.
43919         * include/sys/statfs.h: Likewise.
43920         * include/sys/statvfs.h: Likewise.
43921         * include/sys/syslog.h: Likewise.
43922         * include/sys/time.h: Likewise.
43923         * include/sys/uio.h: Likewise.
43924         * include/time.h: Likewise.
43925         * include/unistd.h: Likewise.
43926         * include/utmp.h: Likewise.
43927         * include/wchar.h: Likewise.
43928         * include/wctype.h: Likewise.
43929         * inet/aliases.h: Likewise.
43930         * inet/arpa/inet.h: Likewise.
43931         * inet/netinet/ether.h: Likewise.
43932         * inet/netinet/in.h: Likewise.
43933         * intl/libintl.h: Likewise.
43934         * io/bits/fcntl2.h: Likewise.
43935         * io/fcntl.h: Likewise.
43936         * io/ftw.h: Likewise.
43937         * io/sys/poll.h: Likewise.
43938         * io/sys/stat.h: Likewise.
43939         * io/sys/statfs.h: Likewise.
43940         * io/sys/statvfs.h: Likewise.
43941         * io/utime.h: Likewise.
43942         * libio/bits/stdio.h: Likewise.
43943         * libio/bits/stdio2.h: Likewise.
43944         * libio/libio.h: Likewise.
43945         * libio/libioP.h: Likewise.
43946         * libio/stdio.h: Likewise.
43947         * locale/lc-ctype.c: Likewise.
43948         * locale/locale.h: Likewise.
43949         * login/utmp.h: Likewise.
43950         * malloc/arena.c: Likewise.
43951         * malloc/malloc.c: Likewise.
43952         * malloc/malloc.h: Likewise.
43953         * malloc/mcheck.c: Likewise.
43954         * malloc/mtrace.c: Likewise.
43955         * math/bits/mathcalls.h: Likewise.
43956         * math/fenv.h: Likewise.
43957         * math/math_private.h: Likewise.
43958         * misc/bits/error.h: Likewise.
43959         * misc/bits/syslog.h: Likewise.
43960         * misc/err.h: Likewise.
43961         * misc/error.h: Likewise.
43962         * misc/fstab.h: Likewise.
43963         * misc/mntent.h: Likewise.
43964         * misc/regexp.h: Likewise.
43965         * misc/search.h: Likewise.
43966         * misc/sgtty.h: Likewise.
43967         * misc/sys/mman.h: Likewise.
43968         * misc/sys/syslog.h: Likewise.
43969         * misc/sys/uio.h: Likewise.
43970         * misc/sys/xattr.h: Likewise.
43971         * misc/ttyent.h: Likewise.
43972         * nis/rpcsvc/ypclnt.h: Likewise.
43973         * nss/nss.h: Likewise.
43974         * posix/bits/unistd.h: Likewise.
43975         * posix/fnmatch.h: Likewise.
43976         * posix/glob.h: Likewise.
43977         * posix/sched.h: Likewise.
43978         * posix/spawn.h: Likewise.
43979         * posix/sys/wait.h: Likewise.
43980         * posix/unistd.h: Likewise.
43981         * posix/wordexp.h: Likewise.
43982         * pwd/pwd.h: Likewise.
43983         * resolv/netdb.h: Likewise.
43984         * resource/sys/resource.h: Likewise.
43985         * rt/aio.h: Likewise.
43986         * rt/bits/mqueue2.h: Likewise.
43987         * rt/mqueue.h: Likewise.
43988         * shadow/shadow.h: Likewise.
43989         * signal/signal.h: Likewise.
43990         * socket/send.c: Likewise.
43991         * socket/sendto.c: Likewise.
43992         * socket/sys/socket.h: Likewise.
43993         * stdio-common/printf.h: Likewise.
43994         * stdlib/bits/stdlib.h: Likewise.
43995         * stdlib/fmtmsg.h: Likewise.
43996         * stdlib/monetary.h: Likewise.
43997         * stdlib/stdlib.h: Likewise.
43998         * stdlib/ucontext.h: Likewise.
43999         * streams/stropts.h: Likewise.
44000         * string/argz.h: Likewise.
44001         * string/bits/string2.h: Likewise.
44002         * string/string.h: Likewise.
44003         * string/strings.h: Likewise.
44004         * sunrpc/rpc/auth.h: Likewise.
44005         * sunrpc/rpc/auth_des.h: Likewise.
44006         * sunrpc/rpc/clnt.h: Likewise.
44007         * sunrpc/rpc/netdb.h: Likewise.
44008         * sunrpc/rpc/pmap_clnt.h: Likewise.
44009         * sunrpc/rpc/xdr.h: Likewise.
44010         * sysdeps/generic/inttypes.h: Likewise.
44011         * sysdeps/generic/net/if.h: Likewise.
44012         * sysdeps/generic/sys/swap.h: Likewise.
44013         * sysdeps/gnu/net/if.h: Likewise.
44014         * sysdeps/gnu/utmpx.h: Likewise.
44015         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
44016         * sysdeps/i386/i486/bits/string.h: Likewise.
44017         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
44018         * sysdeps/s390/bits/string.h: Likewise.
44019         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
44020         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
44021         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
44022         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
44023         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
44024         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
44025         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
44026         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
44027         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
44028         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
44029         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
44030         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
44031         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
44032         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
44033         * sysdeps/unix/sysv/linux/readv.c: Likewise.
44034         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
44035         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
44036         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
44037         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
44038         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
44039         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
44040         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
44041         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
44042         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
44043         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
44044         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
44045         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
44046         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
44047         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
44048         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
44049         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
44050         * sysvipc/sys/ipc.h: Likewise.
44051         * sysvipc/sys/msg.h: Likewise.
44052         * sysvipc/sys/sem.h: Likewise.
44053         * sysvipc/sys/shm.h: Likewise.
44054         * termios/termios.h: Likewise.
44055         * time/sys/time.h: Likewise.
44056         * time/time.h: Likewise.
44057         * wcsmbs/bits/wchar2.h: Likewise.
44058         * wcsmbs/uchar.h: Likewise.
44059         * wcsmbs/wchar.h: Likewise.
44060         * wctype/wctype.h: Likewise.
44061
44062         [BZ #13551]
44063         * Makeconfig: Remove all but ELF support including AIX support.
44064         * Makerules: Likewise.
44065         * config.h.in: Likewise.
44066         * config.make.in: Likewise.
44067         * configure: Likewise.
44068         * configure.in: Likewise.
44069         * csu/Makefile: Likewise.
44070         * csu/version.c: Likewise.
44071         * debug/Makefile: Likewise.
44072         * dlfcn/Makefile: Likewise.
44073         * elf/Makefile: Likewise.
44074         * extra-lib.mk: Likewise.
44075         * iconv/Makefile: Likewise.
44076         * include/libc-symbols.h: Likewise.
44077         * include/shlib-compat.h: Likewise.
44078         * resolv/Makefile: Likewise.
44079         * resolv/res_libc.c: Likewise.
44080         * rt/Makefile: Likewise.
44081         * sysdeps/i386/asm-syntax.h: Likewise.
44082         * sysdeps/i386/sysdep.h: Likewise.
44083         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
44084         * sysdeps/mach/sysdep.h: Likewise.
44085         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
44086         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
44087         * sysdeps/s390/asm-syntax.h: Likewise.
44088         * sysdeps/s390/s390-32/sysdep.h: Likewise.
44089         * sysdeps/s390/s390-64/sysdep.h: Likewise.
44090         * sysdeps/sh/sysdep.h: Likewise.
44091         * sysdeps/unix/sparc/sysdep.h: Likewise.
44092         * sysdeps/wordsize-32/divdi3.c: Likewise.
44093         * sysdeps/x86_64/sysdep.h: Likewise.
44094
44095         * argp/Versions: Remove _argp_unlock_xxx.
44096
44097         [BZ #13559]
44098         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
44099         * abilist/libBrokenLocale.abilist: Likewise.
44100         * abilist/libanl.abilist: Likewise.
44101         * abilist/libc.abilist: Likewise.
44102         * abilist/libcrypt.abilist: Likewise.
44103         * abilist/libdl.abilist: Likewise.
44104         * abilist/libm.abilist: Likewise.
44105         * abilist/libnsl.abilist: Likewise.
44106         * abilist/libpthread.abilist: Likewise.
44107         * abilist/libresolv.abilist: Likewise.
44108         * abilist/librt.abilist: Likewise.
44109         * abilist/libthread_db.abilist: Likewise.
44110         * abilist/libutil.abilist: Likewise.
44111         * abilist/libnss_db.abilist: New file.
44112
44113         * scripts/abilist.awk: Add support for indirect functions.
44114
44115         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
44116
44117         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
44118
44119         * shlib-versions: Remove entries for ports architectures.
44120
44121         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
44122         files in ports.
44123         * elf/stackguard-macros.h: Remove support for IA-64.
44124         * elf/tst-auditmod1.c: Likewise.
44125         * sysdeps/generic/ldsodefs.h: Likewise.
44126
44127         * sysdeps/unix/sysv/linux/configure.in: Ports should define
44128         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
44129         configure files.
44130
44131         [BZ #13552]
44132         * configure.in: Remove --enable-omitfp support.
44133         * FAQ.in: Adjust.
44134         * config.make.in: Likewise.
44135         * Makeconfig: Likewise.
44136         * manual/install.texi: Likewise.
44137
44138         In case anyone cares, the IA-64 architecture could move to ports.
44139         * sysdeps/ia64/*: Removed.
44140         * sysdeps/unix/sysv/linux/ia64/*: Removed.
44141         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
44142
44143         [BZ #13555]
44144         * configure.in: Remove entries for unsupported architectures.
44145
44146         [BZ #13533]
44147         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
44148         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
44149         routines.
44150         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
44151         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
44152         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
44153         fall back to using wcrtomb.
44154         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
44155         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
44156         renaming.
44157         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
44158         * wcsmbs/tst-c16c32-1.c: New file.
44159
44160         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
44161         local variable.
44162
44163         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
44164
44165         * elf/tst-unique3.cc: Add explicit declaration of gets.
44166         * elf/tst-unique3lib.cc: Likewise.
44167         * elf/tst-unique3lib2.cc: Likewise.
44168         * elf/tst-unique4.cc: Likewise.
44169
44170         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
44171
44172 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
44173
44174         [BZ #13566]
44175         * assert/assert.h (static_assert): Don't define for C++.
44176         * libio/stdio.h (gets): Do declare for C++ <= C++11.
44177         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
44178
44179 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
44180
44181         * iconv/loop.c (single loop): Fix assertion in storing of
44182         remaining bytes.
44183
44184         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
44185
44186 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
44187
44188         * posix/getconf.c: Update copyright year.
44189         * nss/getent.c: Likewise.
44190         * nss/makedb.c: Likewise.
44191         * iconv/iconvconfig.c: Likewise.
44192         * iconv/iconv_prog.c: Likewise.
44193         * elf/ldconfig.c: Likewise.
44194         * elf/pldd.c: Likewise.
44195         * elf/sotruss.ksh: Likewise.
44196         * catgets/gencat.c: Likewise.
44197         * csu/version.c: Likewise.
44198         * elf/ldd.bash.in: Likewise.
44199         * elf/sprof.c (print_version): Likewise.
44200         * locale/programs/locale.c: Likewise.
44201         * locale/programs/localedef.c: Likewise.
44202         * login/programs/pt_chown.c: Likewise.
44203         * nscd/nscd.c (print_version): Likewise.
44204         * debug/xtrace.sh: Likewise.
44205         * malloc/memusage.sh: Likewise.
44206         * malloc/mtrace.pl: Likewise.
44207         * debug/catchsegv.sh: Likewise.
44208
44209 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
44210
44211         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
44212         pure attribute.
44213
44214 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
44215
44216         [BZ #13533]
44217         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
44218         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
44219         transformations.
44220         * iconv/gconv_int.h: Likewise.
44221         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
44222         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
44223         from libc for GLIBC_2.16.
44224         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
44225         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
44226         * wcsmbs/uchar.h: Really define mbstate_t.
44227         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
44228         * wcsmbs/c16rtomb.c: New file.
44229         * wcsmbs/mbrtoc16.c: New file.
44230         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
44231         for C/POSIX locale.
44232         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
44233         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
44234
44235         * wcsmbs/wchar.h: Add missing __restrict.
44236
44237 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
44238
44239         [BZ #13532]
44240         * time/Makefile (routines): Add timespec_get.
44241         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
44242         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
44243         timespec for ISO C11.
44244         * time/timespec_get.c: New file.
44245         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
44246         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
44247
44248         [BZ #13531]
44249         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
44250         * stdlib/stdlib.h: Declare aligned_alloc.
44251         * Versions.def: Add GLIBC_2.16 for libc.
44252         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
44253
44254         [BZ 13527]
44255         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
44256         ISO C11.
44257
44258         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
44259         code.
44260
44261         [BZ #13528]
44262         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
44263
44264         [BZ #13529]
44265         * assert/assert.h (static_assert): Define.
44266
44267         * version.h: Update for 2.16 development version.
44268
44269         [BZ #13526]
44270         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
44271         _ISOC11_SOURCE.
44272
44273         * version.h (RELEASE): Bump for 2.15 release.
44274         * include/features.h (__GLIBC_MINOR__): Bump to 15.
44275
44276         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
44277         Patch by Marek Polacek <mpolacek@redhat.com>.
44278
44279         * bits/byteswap.h: Protect long long constants with __extension__.
44280         * sysdeps/i386/bits/byteswap.h: Likewise.
44281         * sysdeps/ia64/bits/byteswap.h: Likewise.
44282         * sysdeps/s390/bits/byteswap.h: Likewise.
44283         * sysdeps/x86_64/bits/byteswap.h: Likewise.
44284
44285 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44286
44287         [BZ #13540]
44288         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
44289         destination buffer.
44290         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
44291
44292 2011-12-23  Marek Polacek  <polacek@redhat.com>
44293
44294         * elf/dl-addr.c (determine_info): Add inline keyword.
44295         * elf/tst-auditmod4b.c (check_avx): Likewise.
44296         * elf/tst-auditmod6b.c (check_avx): Likewise.
44297         * elf/tst-auditmod6c.c (check_avx): Likewise.
44298         * elf/tst-auditmod7b.c (check_avx): Likewise.
44299
44300 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
44301
44302         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
44303         !__SSE_MATH__.
44304
44305 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44306
44307         [BZ #13540]
44308         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
44309         processing for last bytes.
44310
44311 2011-08-06  Bruno Haible  <bruno@clisp.org>
44312
44313         [BZ #13061]
44314         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
44315         U+0385, not to U+1FEE.
44316
44317         [BZ #13062]
44318         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
44319         entry for U+00A5 U+0301.
44320
44321 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
44322
44323         [BZ #13166]
44324         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
44325         buffer for the output is too small.
44326
44327         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
44328         optimization.
44329
44330         [BZ #13185]
44331         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
44332         SSE flags if possible.
44333
44334 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44335
44336         [BZ #13540]
44337         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
44338         processing for last bytes.
44339
44340 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
44341
44342         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
44343         (syscall-list-default-options, syscall-list-default-condition)
44344         (syscall-list-includes): Define.
44345         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
44346         list of ABIs and options and #if conditions for each ABI.  Do not
44347         handle common syscalls between ABIs specially.
44348         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
44349         Remove.
44350         (syscall-list-variants, syscall-list-32bit-options)
44351         (syscall-list-32bit-condition, syscall-list-64bit-options)
44352         (syscall-list-64bit-condition): Define.
44353         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
44354         (syscall-list-variants, syscall-list-32bit-options)
44355         (syscall-list-32bit-condition, syscall-list-64bit-options)
44356         (syscall-list-64bit-condition): Define.
44357         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
44358         Remove.
44359         (syscall-list-variants, syscall-list-32bit-options)
44360         (syscall-list-32bit-condition, syscall-list-64bit-options)
44361         (syscall-list-64bit-condition): Define.
44362         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
44363         Remove.
44364         (syscall-list-variants, syscall-list-32bit-options)
44365         (syscall-list-32bit-condition, syscall-list-64bit-options)
44366         (syscall-list-64bit-condition): Define.
44367
44368 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
44369
44370         * locale/iso-639.def: Add brx entry.
44371
44372         [BZ #13328]
44373         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
44374         Proposed by Mariusz_Cukr <marcukr@op.pl>.
44375
44376         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
44377         __feraiseexcept_renamed.
44378
44379 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
44380
44381         [BZ #13538]
44382         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
44383         EPOLLET with unsigned values.
44384         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
44385         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
44386
44387         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
44388         to large cancellation.
44389         * math/s_cacoshf.c: Likewise.
44390         * math/s_cacoshl.c: Likewise.
44391
44392 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
44393
44394         [BZ #13305]
44395         [BZ #12786]
44396         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
44397         * math/s_cacoshf.c: Likewise.
44398         * math/s_cacoshl.c: Likewise.
44399
44400 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
44401
44402         [BZ #13439]
44403         * iconv/gconv.h: Define __GCONV_SWAP.
44404         * iconvdata/unicode.c: The swap bit must be stored in __flags.
44405         * iconvdata/utf-16.c: Likewise.
44406         * iconvdata/utf-32.c: Likewise.
44407
44408 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
44409
44410         [BZ #13524]
44411         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
44412         numerator after shifting it by one limb.
44413
44414 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
44415
44416         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
44417         under [__USE_EXTERN_INLINES].
44418
44419 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
44420
44421         [BZ #13446]
44422         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
44423
44424 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44425
44426         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
44427         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
44428         optimized code.
44429         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
44430         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
44431         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
44432         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
44433         for strncasecmp/strncasecmp_l compilation.
44434         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
44435         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
44436
44437 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
44438
44439         [BZ #13484]
44440         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
44441         of __asm__.
44442
44443 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
44444
44445         [BZ #13506]
44446         * time/tzfile.c (__tzfile_read): Check values from file header.
44447
44448 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
44449
44450         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
44451         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
44452         * powerpc/powerpc32/dl-start.S: Likewise.
44453         * powerpc/powerpc32/elf/start.S: Likewise.
44454         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
44455         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
44456         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
44457         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
44458         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
44459         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
44460         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
44461         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
44462         * powerpc/powerpc32/fpu/s_round.S: Likewise.
44463         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
44464         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
44465         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
44466         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
44467         * powerpc/powerpc32/memset.S: Likewise.
44468         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
44469         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
44470         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
44471         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
44472         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
44473         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
44474         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
44475         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
44476         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
44477         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
44478         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
44479         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
44480         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
44481
44482 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44483
44484         * math/libm-test.inc: Added more nearbyint tests.
44485         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
44486         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
44487         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
44488         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
44489
44490 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
44491
44492         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
44493         FD_CLOEXEC.
44494
44495 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44496
44497         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
44498         Add wcscpy-ssse3 wcscpy-c.
44499         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
44500         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
44501         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
44502         * sysdeps/x86_64/wcschr.S: New file.
44503         * sysdeps/x86_64/wcsrchr.S: New file.
44504         * string/test-strcmp.c: Remove checking of wcscmp function for
44505         wrong alignments.
44506         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
44507         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
44508         wcsrchr-sse2 wcsrchr-c.
44509         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
44510         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
44511         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
44512         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
44513         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
44514         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
44515         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
44516         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
44517         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
44518         * wcsmbc/wcschr.c (WCSCHR): New macro.
44519
44520 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44521
44522         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
44523         * wcsmbs/test-wcsrchr.c: New file.
44524         * string/test-strrchr.c: Add wcsrchr support.
44525         (WIDE): New macro.
44526         * wcsmbs/test-wcscpy.c: New file.
44527         * string/test-strcpy.c: Add wcscpy support.
44528         (WIDE): New macro.
44529
44530 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
44531
44532         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
44533         the inner loop.
44534
44535 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
44536
44537         [BZ #13472]
44538         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
44539
44540 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
44541
44542         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
44543         Minor optimizations.
44544
44545         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
44546         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
44547         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
44548
44549 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
44550
44551         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
44552         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
44553         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
44554         for gcc to avoid warnings.
44555         * inet/Makefile (tests): Add tst-checks.
44556         * inet/tst-checks.c: New file.
44557
44558         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
44559         warning.
44560
44561         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
44562         __wmemcmp_sse2.
44563
44564         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
44565         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
44566
44567         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
44568
44569 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
44570
44571         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
44572         problem.
44573
44574         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
44575
44576 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
44577
44578         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
44579         conditional on GCC version.
44580         (__arch_compare_and_exchange_val_8_acq)
44581         (__arch_compare_and_exchange_val_16_acq)
44582         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
44583         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
44584         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
44585
44586 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
44587
44588         * sysdeps/sh/backtrace.c: New file.
44589
44590 2011-12-02  Andreas Schwab  <schwab@redhat.com>
44591
44592         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
44593         parenthesis.
44594
44595 2011-12-01  Andreas Schwab  <schwab@redhat.com>
44596
44597         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
44598         falling back to utime.
44599
44600 2011-11-30  Andreas Schwab  <schwab@redhat.com>
44601
44602         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
44603         expectations for float.
44604
44605 2011-11-29  Andreas Schwab  <schwab@redhat.com>
44606
44607         * locale/weight.h (findidx): Add parameter len.
44608         * locale/weightwc.h (findidx): Likewise.
44609         * posix/fnmatch_loop.c (FCT): Adjust caller.
44610         * posix/regcomp.c (build_equiv_class): Likewise.
44611         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
44612         * posix/regexec.c (check_node_accept_bytes): Likewise.
44613         * string/strcoll_l.c (STRCOLL): Likewise.
44614         * string/strxfrm_l.c (STRXFRM): Likewise.
44615
44616 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
44617
44618         * Makefile.in: Remove CVSOPT handling.
44619         * configure.in: Remove use of AC_REVISION.
44620         * iconvdata/Makefile (distribute): No need to filter out CVS.
44621         * scripts/list-sources.sh: Remove CVS, subversion and monotone
44622         handling.
44623
44624 2011-11-16  Andreas Schwab  <schwab@redhat.com>
44625
44626         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
44627         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
44628         [USE_AS_STRNCASECMP_L]: Likewise.
44629         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
44630         NO_TLS_DIRECT_SEG_REFS.
44631         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
44632         Fix argument offsets for non-PIC.
44633         [USE_AS_STRNCASECMP_L]: Likewise.
44634         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
44635         NO_TLS_DIRECT_SEG_REFS.
44636
44637 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
44638
44639         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
44640         O_CLOEXEC.
44641         * locale/loadlocale.c (_nl_load_locale): Likewise.
44642
44643 2011-11-15  Andreas Schwab  <schwab@redhat.com>
44644
44645         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
44646         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
44647         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
44648         (SYSCALL_GETTIME): Set errno on error.
44649
44650         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
44651         count references to noai6ai_cached.
44652
44653 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
44654
44655         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
44656
44657         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
44658         FD_CLOEXEC for /proc/self/maps.
44659
44660         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
44661         FD_CLOEXEC for /proc/meminfo.
44662
44663         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
44664         gai.conf.
44665
44666         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
44667         FD_CLOEXEC for given file.
44668
44669         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
44670
44671         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
44672         FD_CLOEXEC for /etc/hosts.
44673         (_gethtent): Likewise.
44674
44675         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
44676
44677         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
44678         cancellation and set FD_CLOEXEC for /etc/netgroup.
44679
44680         * nss/nss_files/files-key.c (search): Don't allow cancellation when
44681         reading /etc/publickey.
44682
44683         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
44684         allow cancellation when reading /etc/group.
44685
44686         * nss/nss_files/files-alias.c (internal_setent): Don't allow
44687         cancellation.
44688         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
44689
44690         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
44691         when using data file.
44692
44693         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
44694
44695         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
44696         (write_nis_obj): Use "c" and "e" in fopen.
44697
44698         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
44699
44700         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
44701
44702         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
44703
44704         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
44705
44706         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
44707         locale.alias.
44708
44709         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
44710
44711         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
44712
44713         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
44714
44715         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
44716         file parsing and set FD_CLOEXEC.
44717
44718 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
44719
44720         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
44721
44722 2011-11-14  Andreas Schwab  <schwab@redhat.com>
44723
44724         * malloc/arena.c (arena_get2): Don't call reused_arena when
44725         _int_new_arena failed.
44726
44727 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
44728
44729         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
44730         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
44731         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
44732         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
44733         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
44734         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
44735         to compile strcasecmp and strncasecmp.
44736         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
44737         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
44738
44739         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
44740
44741 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
44742
44743         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
44744         locale-defines.sym to gen-as-const-headers.
44745         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
44746         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
44747         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
44748         to compile strcasecmp and strncasecmp.
44749         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
44750         strcasecmp_l and strncasecmp_l.
44751         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
44752         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
44753         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
44754         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
44755         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
44756         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
44757         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
44758         * sysdeps/i386/i686/multiarch/strncase.S: New file.
44759         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
44760         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
44761         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
44762
44763 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
44764
44765         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
44766         result of SYSDEP_GETTIME_CPU to retval.
44767         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
44768         parameter list to macro.  Remove trailing semicolon.  Adjust users.
44769
44770         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
44771         variable.
44772
44773         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
44774         mantissa words.
44775         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
44776
44777         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
44778         from unused variable.
44779
44780         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
44781         DWARF definitions.
44782         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
44783         for assembling.
44784
44785         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
44786         over namespaces.
44787
44788         * sunrpc/rpc_prot.c (rejected): Fix case value.
44789
44790         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
44791         unsigned long long int to avoid warnings in shift.
44792
44793         * posix/regex_internal.c (re_string_reconstruct): Actually use result
44794         of use of trans.
44795         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
44796         variable tmp.
44797
44798         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
44799         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
44800         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
44801
44802         * nis/nis_table.c (nis_list): Use variable of correct type for
44803         result of __follow_path call.
44804
44805 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44806
44807         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
44808         of math functions ceil, trunc, floor, round, and sqrt, when
44809         avaliable on the platform.
44810         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
44811         name clash.
44812         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
44813         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
44814         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
44815
44816 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
44817
44818         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
44819         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
44820
44821 2011-11-11  Roland McGrath  <roland@hack.frob.com>
44822
44823         * include/unistd.h: Fix __readlink return type.
44824         Reported by Chris Metcalf <cmetcalf@tilera.com>.
44825
44826 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
44827
44828         * stdlib/ucontext.h: Undo last change for makecontext.
44829
44830 2011-11-11  Andreas Schwab  <schwab@redhat.com>
44831
44832         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
44833
44834         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
44835         * setjmp/setjmp.h: Mark functions as non-leaf.
44836         * setjmp/bits/setjmp2.h: Likewise.
44837         * stdlib/ucontext.h: Likewise.
44838
44839 2011-11-10  Andreas Schwab  <schwab@redhat.com>
44840
44841         * malloc/arena.c (_int_new_arena): Don't increment narenas.
44842         (reused_arena): Don't check arena limit.
44843         (arena_get2): Atomically check arena limit.
44844
44845 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
44846
44847         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
44848         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
44849
44850         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
44851         instructions.
44852
44853 2011-11-07  Andreas Schwab  <schwab@redhat.com>
44854
44855         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
44856         handler when locking.
44857
44858         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
44859         Fix size of allocated buffer.
44860
44861 2011-11-04  Andreas Schwab  <schwab@redhat.com>
44862
44863         [BZ #10103]
44864         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
44865         declarations for long double functions.
44866         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
44867
44868         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
44869
44870 2011-11-03  Andreas Schwab  <schwab@redhat.com>
44871
44872         * nscd/nscd.c (main): Don't start AVC thread until credentials are
44873         installed.
44874
44875         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
44876         is disabled.
44877
44878 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44879
44880         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
44881
44882 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
44883
44884         * include/alloca.h (stackinfo_alloca_round): Define.
44885         (extend_alloca): Use it.
44886         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
44887         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
44888         here.
44889
44890         * scripts/check-local-headers.sh: Ignore libaudit.h.
44891
44892         * nscd/Makefile (extra-objs): Make recursively expanded.
44893
44894 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
44895
44896         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
44897         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
44898
44899         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
44900         * posix/tst-rfc3484-2.c: Likewise.
44901         * posix/tst-rfc3484-3.c: Likewise.
44902
44903         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
44904         process_vm_writev.
44905         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
44906         process_vm_writev.
44907         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
44908         process_vm_writev from libc using GLIBC_2.15 version.
44909
44910         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
44911
44912 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
44913
44914         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
44915         stack usage.
44916
44917 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
44918
44919         [BZ #13367]
44920         * nss/getent.c (initgroups_keys): Show error message in case no group
44921         names are given.
44922
44923         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
44924         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
44925         __bump_nl_timestamp.
44926         * nscd/connections (nscd_init): When host database is served open
44927         netlink socket and request notification about configuration changes.
44928         (main_loop_poll): Track netlink file descriptor and bump timestamp
44929         in case data becomes available.
44930         (main_loop_epoll): Likewise.
44931         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
44932         (database_pers_head): Add extra_data fileds.
44933         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
44934         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
44935         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
44936         Adjust caller.
44937         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
44938         in6ai data, call __free_in6ai.
44939         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
44940         Add -DHAVE_NETLINK.
44941         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
44942         interface information.  Reuse previous data if netlink timestamp
44943         is not changed.
44944         (__bump_nl_timestamp): New function.
44945         (__free_in6ai): New function.
44946
44947 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
44948
44949         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
44950         close_not_cancel_no_status here.
44951         (__check_pf): Reorganize code a bit to not call close twice if OOM.
44952
44953 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
44954
44955         [BZ #13276]
44956         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
44957         return value.
44958
44959         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
44960         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
44961         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
44962
44963 2011-07-03  Andreas Jaeger  <aj@suse.de>
44964
44965         [BZ #10709]
44966         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
44967         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
44968         * math/libm-test.inc (sin_test): Add test case.
44969
44970 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
44971
44972         [BZ #13337]
44973         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
44974         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
44975
44976         * elf/chroot_canon.c (chroot_canon): Cleanups.
44977
44978         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
44979
44980         [BZ #13335]
44981         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
44982         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
44983
44984         * string/test-strchr.c: Make usable for strchrnul testing.
44985         * string/test-strchrnul.c: New file.
44986         * string/Makefile (strop-tests): Add strchrnul.
44987
44988         * po/it.po: Update from translation team.
44989         * po/es.po: Likewise.
44990
44991 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
44992
44993         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
44994         the three constants needed as parameters.  Drop the others.
44995         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
44996         __m128i_strloadu_tolower.
44997         Create and initialize variable zero and use it in all the places
44998         where _mm_setzero_si128 was used.
44999
45000         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
45001         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
45002         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
45003         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
45004         anymore.
45005         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
45006         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
45007         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
45008         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
45009         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
45010         __mpranred, __mptan.
45011         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
45012         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
45013         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
45014         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
45015         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
45016         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
45017         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
45018         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
45019         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
45020
45021 2011-10-28  Andreas Schwab  <schwab@redhat.com>
45022
45023         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
45024         redefine if SHARED.
45025         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
45026
45027         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
45028         wide char related routines to wcsmbs subdir.
45029
45030 2011-10-27  Andreas Schwab  <schwab@redhat.com>
45031
45032         [BZ #13344]
45033         * misc/sys/cdefs.h (__THROWNL): Define.
45034         * posix/unistd.h: Use __THREADNL instead of __THREAD
45035         for memory synchronization functions.
45036
45037 2011-10-26  Roland McGrath  <roland@hack.frob.com>
45038
45039         [BZ #13349]
45040         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
45041         doesn't exist.
45042         * manual/stdio.texi (Obstack Streams): Node removed.
45043
45044 2011-10-26  Andreas Schwab  <schwab@redhat.com>
45045
45046         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
45047         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
45048         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
45049
45050         * math/math_private.h (math_force_eval): Allow non-addressable
45051         arguments.
45052         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
45053
45054 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
45055
45056         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
45057         file is not needed.
45058
45059         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
45060         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
45061         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
45062         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
45063         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
45064         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
45065         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
45066         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
45067         Add AVX variants.
45068         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
45069         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
45070         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
45071         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
45072         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
45073         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
45074         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
45075         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
45076         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
45077         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
45078         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
45079         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
45080         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
45081         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
45082         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
45083         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
45084         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
45085         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
45086         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
45087
45088         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
45089         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
45090
45091         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
45092         place.  Use VEX encoding when compiling for AVX.
45093
45094 2011-10-25  Andreas Schwab  <schwab@redhat.com>
45095
45096         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
45097         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
45098
45099         * string/test-strchr.c (do_test): Don't generate NUL bytes.
45100
45101 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
45102
45103         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
45104         useless if() expression.
45105         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
45106         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
45107         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
45108         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
45109         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
45110         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
45111         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
45112         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
45113         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
45114         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45115         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
45116         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
45117         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
45118         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
45119         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
45120         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
45121         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45122         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45123         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
45124
45125         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
45126
45127 2011-10-25  Andreas Schwab  <schwab@redhat.com>
45128
45129         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
45130         condition.
45131         * elf/dl-fini.c (_dl_sort_fini): Likewise.
45132
45133 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
45134
45135         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
45136         .text section.  Avoid duplicate constants.
45137         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
45138         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45139         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
45140         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45141         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45142         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45143         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45144         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45145         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
45146         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
45147         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
45148         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
45149         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
45150         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
45151         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
45152         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
45153         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
45154         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
45155         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
45156         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45157         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
45158         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
45159         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
45160         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
45161         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
45162         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
45163         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
45164         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
45165         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
45166         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
45167         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
45168         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
45169         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
45170         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
45171         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
45172         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
45173         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
45174         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
45175         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
45176         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
45177         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
45178         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
45179         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
45180         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
45181         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
45182
45183 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
45184
45185         * sysdeps/x86_64/dla.h: Move to ...
45186         * sysdeps/x86_64/fpu/dla.h: ...here.
45187         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
45188         situations.  Use __builtin_fma only for gcc 4.6 and up.
45189
45190         * config.make.in: Add have-mfma4 entry.
45191         * configure.in: Substitute libc_cv_cc_fma4.
45192         * math/Makefile (dbl-only-routines): Add sincostab.
45193         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
45194         Use __sincostab not sincos.
45195         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
45196         name is a macro.
45197         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45198         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45199         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45200         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
45201         using __copysign.
45202         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
45203         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
45204         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
45205         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
45206         and __inv.
45207         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
45208         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
45209         __copysign.
45210         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
45211         define aliases when function name is a macro.
45212         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
45213         sysdeps/ieee754/dbl-64/sincos.tbl.
45214         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
45215         fma4-enabled routines.
45216         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
45217         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
45218         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
45219         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
45220         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
45221         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
45222         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
45223         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
45224         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
45225         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
45226         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
45227         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
45228         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
45229         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
45230         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
45231         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
45232         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
45233         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
45234         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
45235         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
45236         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
45237         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
45238         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
45239         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
45240         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
45241         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
45242         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
45243         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
45244         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
45245         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
45246
45247         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
45248         rename.
45249         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45250         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45251         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45252         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45253         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45254         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45255         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45256         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45257
45258 2011-10-24  Andreas Schwab  <schwab@redhat.com>
45259
45260         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
45261
45262 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
45263
45264         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
45265
45266         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
45267         prediction.
45268         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
45269
45270         * string/strnlen.c: Don't define STRNLEN, reverse logic.
45271         Remove unused variable magic_bits.
45272         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
45273
45274         * string/strnlen.c: Define and use STRNLEN macro.
45275         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
45276         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
45277         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
45278         * wcsmbs/wcslen.c: Define and use WCSLEN.
45279         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
45280         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
45281         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
45282         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
45283         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
45284         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
45285         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
45286
45287 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45288
45289         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
45290         strnlen-sse2-no-bsf.
45291         Rename strlen-no-bsf to strlen-sse2-no-bsf.
45292         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
45293         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
45294         Add strnlen support.
45295         (USE_AS_STRNLEN): New macro.
45296         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
45297         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
45298         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
45299         * sysdeps/x86_64/wcslen.S: New file.
45300
45301 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
45302
45303         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
45304         XMM-moves are used for copying on small sizes.
45305
45306 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45307
45308         * wcsmbs/Makefile (strop-tests): Add wcschr.
45309         * wcsmbs/test-wcschr.c: New file.
45310         * string/test-strchr.c: Update.
45311         Add wcschr support.
45312         (WIDE): New macro.
45313
45314 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45315
45316         * wcsmbs/Makefile (strop-tests): Add wcslen.
45317         * wcsmbs/test-wcslen.c: New file.
45318         * string/test-strlen.c: Update.
45319         Add wcslen support.
45320         (WIDE): New macro.
45321
45322 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
45323
45324         * po/it.po: Update from translation team.
45325
45326 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45327
45328         * sysdeps/x86_64/wcscmp.S: Update.
45329         Fix wrong comparison semantics.
45330         wcscmp shall use signed comparison not unsigned.
45331         Don't use substraction to avoid overflow bug.
45332         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
45333         * wcsmbc/wcscmp.c: Likewise.
45334         * string/test-strcmp.c: Likewise.
45335         Add new tests to check cases with negative values.
45336
45337 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
45338
45339         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
45340         * sysdeps/x86_64/dla.h: ...here.  New file.
45341         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
45342         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45343         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45344         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45345         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45346         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
45347         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45348         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45349         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45350
45351 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
45352
45353         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
45354         __ynl_finite aliases.
45355
45356 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
45357
45358         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45359
45360         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
45361         define DLA_FMA.
45362         [DLA_FMA] (EMULV): Use DLA_FMA.
45363         [DLA_FMA] (MUL12): Use EMULV.
45364         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
45365         that are not needed.
45366         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45367         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45368         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45369         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45370         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45371         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45372         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45373
45374 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
45375
45376         * math/s_nan.c: Undef __nan.
45377         * math/s_nanf.c: Undef __nanf.
45378         * math/s_nanl.c: Undef __nanl.
45379         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
45380         "math_private.h".
45381
45382 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
45383
45384         * math/s_catan.c: Add branch predictions.
45385         * math/s_catanf.c: Likewise.
45386         * math/s_catanh.c: Likewise.
45387         * math/s_catanhf.c: Likewise.
45388         * math/s_catanhl.c: Likewise.
45389         * math/s_catanl.c: Likewise.
45390         * math/s_cexp.c: Likewise.
45391         * math/s_cexpf.c: Likewise.
45392         * math/s_cexpl.c: Likewise.
45393         * math/s_clog.c: Likewise.
45394         * math/s_clog10.c: Likewise.
45395         * math/s_clog10f.c: Likewise.
45396         * math/s_clog10l.c: Likewise.
45397         * math/s_clogf.c: Likewise.
45398         * math/s_clogl.c: Likewise.
45399         * math/s_csqrt.c: Likewise.
45400         * math/s_csqrtf.c: Likewise.
45401         * math/s_csqrtl.c: Likewise.
45402         * math/s_ctanf.c: Likewise.
45403         * math/s_ctanh.c: Likewise.
45404         * math/s_ctanhf.c: Likewise.
45405         * math/s_ctanhl.c: Likewise.
45406         * math/s_ctanl.c: Likewise.
45407
45408         * math/math_private.h: Define __nan, __nanf, __nanl.
45409         * math/s_cacosh.c: Include <math_private.h>.
45410         * math/s_cacoshl.c: Likewise.
45411         * math/s_casinh.c: Likewise.
45412         * math/s_casinhf.c: Likewise.
45413         * math/s_casinhl.c: Likewise.
45414         * math/s_ccos.c: Rely entire on ccosh.
45415         * math/s_ccosf.c: Rely entire on ccoshf.
45416         * math/s_ccosl.c: Rely entirely on ccoshl.
45417         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
45418         Remove tests for FE_INVALID.
45419         * math/s_ccoshf.c: Likewise.
45420         * math/s_ccoshl.c: Likewise.
45421         * math/s_csin.c: Likewise.
45422         * math/s_csinf.c: Likewise.
45423         * math/s_csinh.c Likewise.
45424         * math/s_csinhf.c: Likewise.
45425         * math/s_csinhl.c: Likewise.
45426         * math/s_csinl.c: Likewise.
45427         * math/s_ctan.c: Likewise.
45428         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
45429         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
45430         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
45431
45432 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
45433
45434         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
45435         compilation problems.
45436
45437         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
45438         __builtin_expect.
45439
45440 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
45441
45442         * sysdeps/i386/configure.in: Test for -mfma4 option.
45443         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
45444         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
45445         COMMON_CPUID_INDEX_80000001.
45446         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
45447         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
45448         use it if FMA3 is not supported.
45449         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
45450
45451         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
45452         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
45453
45454 2011-10-20  Andreas Schwab  <schwab@redhat.com>
45455
45456         [BZ #12892]
45457         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
45458         it would create a cycle with a link time dependency.
45459
45460 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
45461
45462         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
45463         instruction.
45464         * string/Makefile (strop-tests): Add rawmemchr.
45465         * string/test-rawmemchr.c: New file.
45466
45467         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
45468         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
45469         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
45470         when compiling str{,n}casecmp and when AVX is available.  Hook up
45471         new optimized code in initializers.
45472
45473 2011-10-19  Andreas Schwab  <schwab@redhat.com>
45474
45475         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
45476         __feraiseexcept instead of feraiseexcept.
45477
45478 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
45479
45480         * math/math_private.h: Define defaults for libc_fetestexcept and
45481         libc_feupdateenv.
45482         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
45483         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
45484         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
45485         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
45486         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
45487         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
45488         libc_fetestexcept and libc_feupdateenv.
45489
45490         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
45491         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
45492         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
45493         * sysdeps/x86_64/fpu/math_private.h: Define special version of
45494         libc_feholdexcept_setround.
45495
45496         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
45497         Add s_nearbyint-c and s_nearbyintf-c.
45498         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
45499         nearbyintf inlines.
45500         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
45501         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
45502         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
45503         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
45504
45505         * math/math_private.h: Define defaults for libc_fegetround,
45506         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
45507         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
45508         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
45509         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
45510         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
45511         standard functions.
45512         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
45513         Remove comments and hacks for old compiler versions.
45514         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
45515         libc_fegetround, libc_fesetround, libc_feholdexcept, and
45516         libc_feholdexceptl.
45517
45518 2011-10-18  Andreas Schwab  <schwab@redhat.com>
45519
45520         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
45521         (__feraiseexcept_renamed): Add __NTH.
45522         (feraiseexcept): Add __NTH.  Rename local variables to fix
45523         namespace violations.
45524
45525 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
45526
45527         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
45528
45529         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
45530
45531         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
45532         recently added interfaces.
45533         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
45534
45535         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
45536         about macro parameter expansion.
45537
45538         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
45539         __NO_MATH_INLINES is defined.  Cleanups.
45540
45541         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
45542         and __floorf is target has SSE4.1.
45543         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
45544         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
45545         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
45546         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
45547
45548         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
45549         name.
45550         (floorf): Likewise.
45551
45552         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
45553
45554 2011-10-17  Andreas Schwab  <schwab@redhat.com>
45555
45556         * misc/sys/cdefs.h: Fix last change.
45557
45558         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
45559         database lookup.
45560
45561 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
45562
45563         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
45564
45565         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
45566         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
45567         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
45568         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
45569         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
45570         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
45571         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
45572         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
45573         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
45574         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
45575         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
45576         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
45577         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
45578         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
45579         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
45580         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
45581         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
45582         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
45583         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
45584         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
45585         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
45586         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
45587
45588         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
45589         ceil, ceilf, floor, floorf.
45590
45591         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
45592         Perform IRELATIVE relocations last.
45593
45594         * elf/do-rel.h: Add another parameter nrelative, replacing the
45595         local variable with the same name.  Change name of the function
45596         to end in Rel or Rela (uppercase).
45597         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
45598         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
45599         elf_dynamic_do_##reloc function.
45600
45601 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
45602
45603         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
45604         is sufficient, at least on modern CPUs.
45605
45606         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
45607
45608         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
45609         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
45610
45611         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
45612         __expl_finite.
45613         * math/bits/math-finite.h: Add entries for exp.
45614         * math/e_expl.c: Add __*_finite alias.
45615         * sysdeps/i386/fpu/e_exp.S: Likewise.
45616         * sysdeps/i386/fpu/e_expf.S: Likewise.
45617         * sysdeps/i386/fpu/e_expl.c: Likewise.
45618         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45619         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
45620         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
45621         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
45622         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
45623         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
45624         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
45625
45626         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
45627         is sufficient, at least on modern CPUs.
45628
45629         * ctype/ctype-info.c (__ctype_init): Define.
45630         * include/ctype.h (__ctype_init): Declare.
45631         (__ctype_b_loc): The variable is always initialized.
45632         (__ctype_toupper_loc): Likewise.
45633         (__ctype_tolower_loc): Likewise.
45634         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
45635         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
45636
45637 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
45638
45639         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
45640
45641         * configure.in: Also look in $cxxmachine/include for C++ system
45642         headers.
45643
45644 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45645
45646         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
45647         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
45648         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
45649         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
45650         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
45651         (USE_AS_WMEMCMP): New macro.
45652         Fixing indents.
45653         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
45654         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
45655         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
45656         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
45657         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45658         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
45659         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
45660         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
45661         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
45662         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
45663         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
45664         (USE_AS_WMEMCMP): New macro.
45665         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
45666         * sysdeps/string/test-memcmp.c: Update.
45667         Fix simple_wmemcmp.
45668         Add new tests.
45669         * wcsmbs/wmemcmp.c: Update.
45670         (WMEMCMP): New macro.
45671         Fix overflow bug.
45672
45673 2011-10-12  Andreas Jaeger  <aj@suse.de>
45674
45675         [BZ #13268]
45676         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
45677
45678 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
45679
45680         * libio/iofwide.c (do_length): Avoid warning.
45681
45682         * ctype/ctype.h (__isctype_f): Add missing __THROW.
45683
45684 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
45685
45686         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
45687
45688         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
45689         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
45690         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
45691         * sysdeps/i386/i686/fpu/e_log.S: New file.
45692         * sysdeps/i386/i686/fpu/e_logf.S: New file.
45693         * sysdeps/i386/i686/fpu/e_logl.S: New file.
45694
45695         * ctype/ctype.h: Add support for inlined isXXX functions when
45696         compiling C++ code.
45697
45698 2011-10-14  Andreas Schwab  <schwab@redhat.com>
45699
45700         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45701
45702         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
45703
45704 2011-10-13  Roland McGrath  <roland@hack.frob.com>
45705
45706         [BZ #13291]
45707         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
45708
45709 2011-10-13  Andreas Schwab  <schwab@redhat.com>
45710
45711         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
45712         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
45713         feraiseexcept.
45714
45715         * sysdeps/x86_64/memrchr.S: Check for zero size.
45716
45717         * string/stratcliff.c: Add memrchr tests.
45718
45719 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45720
45721         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45722         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
45723         rawmemchr-sse2 rawmemchr-sse2-bsf.
45724         * sysdeps/i386/i686/multiarch/memchr.S: New file.
45725         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
45726         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
45727         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
45728         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
45729         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
45730         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
45731         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
45732         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
45733         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
45734         * string/memrchr.c (MEMRCHR): New macro.
45735
45736 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
45737
45738         Add integration with gcc's -ffinite-math-only and optimize wrapper
45739         functions in libm.
45740         * Versions.def: Define GLIBC_2.15 version for libm.
45741         * math/Makefile (headers): Add bits/math-finite.h.
45742         * math/bits/math-finite.h: New file.
45743         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
45744         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
45745         * math/e_acoshl.c: Add __*_finite alias.
45746         * math/e_acosl.c: Likewise.
45747         * math/e_asinl.c: Likewise.
45748         * math/e_atan2l.c: Likewise.
45749         * math/e_atanhl.c: Likewise.
45750         * math/e_coshl.c: Likewise.
45751         * math/e_exp10.c: Likewise.
45752         * math/e_exp10f.c: Likewise.
45753         * math/e_exp10l.c: Likewise.
45754         * math/e_exp2l.c: Likewise.
45755         * math/e_fmodl.c: Likewise.
45756         * math/e_gammal_r.c: Likewise.
45757         * math/e_hypotl.c: Likewise.
45758         * math/e_j0l.c: Likewise.
45759         * math/e_j1l.c: Likewise.
45760         * math/e_jnl.c: Likewise.
45761         * math/e_lgammal_r.c: Likewise.
45762         * math/e_log10l.c: Likewise.
45763         * math/e_log2l.c: Likewise.
45764         * math/e_logl.c: Likewise.
45765         * math/e_powl.c: Likewise.
45766         * math/e_sinhl.c: Likewise.
45767         * math/e_sqrtl.c: Likewise.
45768         * math/e_scalb.c: Completely rewritten and optimized.
45769         * math/e_scalbf.c: Likewise.
45770         * math/e_scalbl.c: Likewise.
45771         * math/w_acos.c: Likewise.
45772         * math/w_acosf.c: Likewise.
45773         * math/w_acosl.c: Likewise.
45774         * math/w_acosh.c: Likewise.
45775         * math/w_acoshf.c: Likewise.
45776         * math/w_acoshl.c: Likewise.
45777         * math/w_asin.c: Likewise.
45778         * math/w_asinf.c: Likewise.
45779         * math/w_asinl.c: Likewise.
45780         * math/w_atan2.c: Likewise.
45781         * math/w_atan2f.c: Likewise.
45782         * math/w_atan2l.c: Likewise.
45783         * math/w_atanh.c: Likewise.
45784         * math/w_atanhf.c: Likewise.
45785         * math/w_atanhl.c: Likewise.
45786         * math/w_exp10.c: Likewise.
45787         * math/w_exp10f.c: Likewise.
45788         * math/w_exp10l.c: Likewise.
45789         * math/w_fmod.c: Likewise.
45790         * math/w_fmodf.c: Likewise.
45791         * math/w_fmodl.c: Likewise.
45792         * math/w_j0.c: Likewise.
45793         * math/w_j0f.c: Likewise.
45794         * math/w_j0l.c: Likewise.
45795         * math/w_j1.c: Likewise.
45796         * math/w_j1f.c: Likewise.
45797         * math/w_j1l.c: Likewise.
45798         * math/w_jn.c: Likewise.
45799         * math/w_jnf.c: Likewise.
45800         * math/w_log.c: Likewise.
45801         * math/w_logf.c: Likewise.
45802         * math/w_logl.c: Likewise.
45803         * math/w_log10.c: Likewise.
45804         * math/w_log10f.c: Likewise.
45805         * math/w_log10l.c: Likewise.
45806         * math/w_log2.c: Likewise.
45807         * math/w_log2f.c: Likewise.
45808         * math/w_log2l.c: Likewise.
45809         * math/w_pow.c: Likewise.
45810         * math/w_powf.c: Likewise.
45811         * math/w_powl.c: Likewise.
45812         * math/w_remainder.c: Likewise.
45813         * math/w_remainderf.c: Likewise.
45814         * math/w_remainderl.c: Likewise.
45815         * math/w_scalb.c: Likewise.
45816         * math/w_scalbf.c: Likewise.
45817         * math/w_scalbl.c: Likewise.
45818         * math/w_sqrt.c: Likewise.
45819         * math/w_sqrtf.c: Likewise.
45820         * math/w_sqrtl.c: Likewise.
45821         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
45822         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
45823         used.
45824         * math/math_private.h: Declare __kernel_standard_f.
45825         * math/w_cosh.c: Remove cruft and optimize a bit.
45826         * math/w_coshf.c: Likewise.
45827         * math/w_coshl.c: Likewise.
45828         * math/w_exp2.c: Likewise.
45829         * math/w_exp2f.c: Likewise.
45830         * math/w_exp2l.c: Likewise.
45831         * math/w_hypot.c: Likewise.
45832         * math/w_hypotf.c: Likewise.
45833         * math/w_hypotl.c: Likewise.
45834         * math/w_lgamma.c: Likewise.
45835         * math/w_lgamma_r.c: Likewise.
45836         * math/w_lgammaf.c: Likewise.
45837         * math/w_lgammaf_r.c: Likewise.
45838         * math/w_lgammal.c: Likewise.
45839         * math/w_lgammal_r.c: Likewise.
45840         * math/w_sinh.c: Likewise.
45841         * math/w_sinhf.c: Likewise.
45842         * math/w_sinhl.c: Likewise.
45843         * math/w_tgamma.c: Likewise.
45844         * math/w_tgammaf.c: Likewise.
45845         * math/w_tgammal.c: Likewise.
45846         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
45847         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45848         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
45849         Minor optimizations.  Pretty printing.  Remove cruft.
45850         * sysdeps/i386/fpu/e_acosf.S: Likewise.
45851         * sysdeps/i386/fpu/e_acosh.S: Likewise.
45852         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
45853         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
45854         * sysdeps/i386/fpu/e_acosl.c: Likewise.
45855         * sysdeps/i386/fpu/e_asin.S: Likewise.
45856         * sysdeps/i386/fpu/e_asinf.S: Likewise.
45857         * sysdeps/i386/fpu/e_atan2.S: Likewise.
45858         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
45859         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
45860         * sysdeps/i386/fpu/e_atanh.S: Likewise.
45861         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
45862         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
45863         * sysdeps/i386/fpu/e_exp10.S: Likewise.
45864         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
45865         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
45866         * sysdeps/i386/fpu/e_exp2.S: Likewise.
45867         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
45868         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
45869         * sysdeps/i386/fpu/e_fmod.S: Likewise.
45870         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
45871         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
45872         * sysdeps/i386/fpu/e_hypot.S: Likewise.
45873         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
45874         * sysdeps/i386/fpu/e_log.S: Likewise.
45875         * sysdeps/i386/fpu/e_log10.S: Likewise.
45876         * sysdeps/i386/fpu/e_log10f.S: Likewise.
45877         * sysdeps/i386/fpu/e_log10l.S: Likewise.
45878         * sysdeps/i386/fpu/e_log2.S: Likewise.
45879         * sysdeps/i386/fpu/e_log2f.S: Likewise.
45880         * sysdeps/i386/fpu/e_log2l.S: Likewise.
45881         * sysdeps/i386/fpu/e_logf.S: Likewise.
45882         * sysdeps/i386/fpu/e_logl.S: Likewise.
45883         * sysdeps/i386/fpu/e_pow.S: Likewise.
45884         * sysdeps/i386/fpu/e_powf.S: Likewise.
45885         * sysdeps/i386/fpu/e_powl.S: Likewise.
45886         * sysdeps/i386/fpu/e_remainder.S: Likewise.
45887         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
45888         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
45889         * sysdeps/i386/fpu/e_scalb.S: Likewise.
45890         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
45891         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
45892         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
45893         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
45894         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
45895         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
45896         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
45897         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45898         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
45899         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
45900         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
45901         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
45902         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
45903         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
45904         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
45905         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
45906         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
45907         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45908         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
45909         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
45910         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45911         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
45912         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
45913         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
45914         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45915         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
45916         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
45917         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
45918         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
45919         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
45920         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
45921         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
45922         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
45923         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
45924         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
45925         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
45926         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
45927         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
45928         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
45929         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
45930         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
45931         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
45932         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
45933         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
45934         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
45935         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
45936         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
45937         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
45938         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
45939         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
45940         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
45941         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
45942         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
45943         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
45944         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
45945         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
45946         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
45947         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
45948         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
45949         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
45950         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
45951         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
45952         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
45953         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
45954         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
45955         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
45956         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
45957         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
45958         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
45959         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
45960         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
45961         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
45962         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
45963         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
45964         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
45965         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
45966         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
45967         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
45968         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
45969         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
45970         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45971         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
45972         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
45973         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
45974         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
45975         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45976         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
45977         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
45978         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
45979         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45980         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
45981         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45982         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
45983         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
45984         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
45985         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
45986         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
45987         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
45988         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
45989         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
45990         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
45991         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
45992         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
45993         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
45994         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
45995         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
45996         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
45997         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
45998         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
45999         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46000         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46001         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46002         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46003         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
46004         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46005         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
46006         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
46007         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
46008         (__isnanf): Likewise.
46009         (__isinf_ns): Likewise.
46010         (__isinf_nsf): Likewise.
46011         (__finite): Likewise.
46012         (__finitef): Likewise.
46013         (__ieee754_sqrt): Define as macro.
46014         (__ieee754_sqrtf): Define as macro.
46015         (__ieee754_sqrtl): Define as macro.
46016         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
46017         inlined copy.
46018         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
46019         __FINITE_MATH_ONLY__ consistent.
46020         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
46021
46022 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
46023
46024         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
46025         of rawmemchr.
46026
46027         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
46028
46029 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
46030
46031         * po/ja.po: Update from translation team.
46032
46033 2011-10-08  Roland McGrath  <roland@hack.frob.com>
46034
46035         * locale/programs/locarchive.c (prepare_address_space): New function.
46036         (create_archive, enlarge_archive, open_archive): Use it.
46037
46038         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
46039         inside [SHARED], where it is used.
46040
46041         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
46042
46043         * nss/getent.c (netgroup_keys): Remove unused variable.
46044         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
46045
46046 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
46047
46048         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
46049         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
46050         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
46051         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
46052         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
46053         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
46054         * math/Makefile (libm-calls): Add s_isinf_ns.
46055         * math/divtc3.c: Use __isinf_nsl instead of isinf.
46056         * math/multc3.c: Likewise.
46057         * math/s_casin.c: Likewise.
46058         * math/s_casinf.c: Likewise.
46059         * math/s_casinl.c: Likewise.
46060         * math/s_ccos.c: Likewise.
46061         * math/s_ccosf.c: Likewise.
46062         * math/s_ccosl.c: Likewise.
46063         * math/s_ctan.c: Likewise.
46064         * math/s_ctanf.c: Likewise.
46065         * math/s_ctanh.c: Likewise.
46066         * math/s_ctanhf.c: Likewise.
46067         * math/s_ctanhl.c: Likewise.
46068         * math/s_ctanl.c: Likewise.
46069         * math/w_fmod.c: Likewise.
46070         * math/w_fmodf.c: Likewise.
46071         * math/w_fmodl.c: Likewise.
46072         * math/w_remainder.c: Likewise.
46073         * math/w_remainderf.c: Likewise.
46074         * math/w_remainderl.c: Likewise.
46075         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
46076         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
46077         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
46078         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
46079         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
46080         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
46081         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
46082         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
46083
46084         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
46085         of the number.
46086         * stdio-common/printf_fphex.c: Likewise.
46087         * stdio-common/printf_size.c: Likewise.
46088
46089         * math/e_exp10.c: Include math_private.h using <...> not "...".
46090         * math/e_exp10f.c: Likewise.
46091         * math/e_exp10l.c: Likewise.
46092         * math/e_exp2l.c: Likewise.
46093         * math/e_j0l.c: Likewise.
46094         * math/e_j1l.c: Likewise.
46095         * math/e_jnl.c: Likewise.
46096         * math/e_lgammal_r.c: Likewise.
46097         * math/e_rem_pio2l.c: Likewise.
46098         * math/e_scalb.c: Likewise.
46099         * math/e_scalbf.c: Likewise.
46100         * math/e_scalbl.c: Likewise.
46101         * math/k_cosl.c: Likewise.
46102         * math/k_sinl.c: Likewise.
46103         * math/k_tanl.c: Likewise.
46104         * math/s_cacoshf.c: Likewise.
46105         * math/s_catan.c: Likewise.
46106         * math/s_catanf.c: Likewise.
46107         * math/s_catanh.c: Likewise.
46108         * math/s_catanhf.c: Likewise.
46109         * math/s_catanhl.c: Likewise.
46110         * math/s_catanl.c: Likewise.
46111         * math/s_ccosh.c: Likewise.
46112         * math/s_ccoshf.c: Likewise.
46113         * math/s_ccoshl.c: Likewise.
46114         * math/s_cexp.c: Likewise.
46115         * math/s_cexpf.c: Likewise.
46116         * math/s_cexpl.c: Likewise.
46117         * math/s_clog.c: Likewise.
46118         * math/s_clog10.c: Likewise.
46119         * math/s_clog10f.c: Likewise.
46120         * math/s_clog10l.c: Likewise.
46121         * math/s_clogf.c: Likewise.
46122         * math/s_clogl.c: Likewise.
46123         * math/s_csin.c: Likewise.
46124         * math/s_csinf.c: Likewise.
46125         * math/s_csinh.c: Likewise.
46126         * math/s_csinhf.c: Likewise.
46127         * math/s_csinhl.c: Likewise.
46128         * math/s_csinl.c: Likewise.
46129         * math/s_csqrt.c: Likewise.
46130         * math/s_csqrtf.c: Likewise.
46131         * math/s_csqrtl.c: Likewise.
46132         * math/s_ctan.c: Likewise.
46133         * math/s_ctanf.c: Likewise.
46134         * math/s_ctanh.c: Likewise.
46135         * math/s_ctanhf.c: Likewise.
46136         * math/s_ctanhl.c: Likewise.
46137         * math/s_ctanl.c: Likewise.
46138         * math/s_ldexp.c: Likewise.
46139         * math/s_ldexpf.c: Likewise.
46140         * math/s_ldexpl.c: Likewise.
46141         * math/s_significand.c: Likewise.
46142         * math/s_significandf.c: Likewise.
46143         * math/s_significandl.c: Likewise.
46144         * math/w_acos.c: Likewise.
46145         * math/w_acosf.c: Likewise.
46146         * math/w_acosh.c: Likewise.
46147         * math/w_acoshf.c: Likewise.
46148         * math/w_acoshl.c: Likewise.
46149         * math/w_acosl.c: Likewise.
46150         * math/w_asin.c: Likewise.
46151         * math/w_asinf.c: Likewise.
46152         * math/w_asinl.c: Likewise.
46153         * math/w_atan2.c: Likewise.
46154         * math/w_atan2f.c: Likewise.
46155         * math/w_atan2l.c: Likewise.
46156         * math/w_atanh.c: Likewise.
46157         * math/w_atanhf.c: Likewise.
46158         * math/w_atanhl.c: Likewise.
46159         * math/w_cosh.c: Likewise.
46160         * math/w_coshf.c: Likewise.
46161         * math/w_coshl.c: Likewise.
46162         * math/w_dremf.c: Likewise.
46163         * math/w_exp10.c: Likewise.
46164         * math/w_exp10f.c: Likewise.
46165         * math/w_exp10l.c: Likewise.
46166         * math/w_exp2.c: Likewise.
46167         * math/w_exp2f.c: Likewise.
46168         * math/w_fmod.c: Likewise.
46169         * math/w_fmodf.c: Likewise.
46170         * math/w_fmodl.c: Likewise.
46171         * math/w_hypot.c: Likewise.
46172         * math/w_hypotf.c: Likewise.
46173         * math/w_hypotl.c: Likewise.
46174         * math/w_j0.c: Likewise.
46175         * math/w_j0f.c: Likewise.
46176         * math/w_j0l.c: Likewise.
46177         * math/w_j1.c: Likewise.
46178         * math/w_j1f.c: Likewise.
46179         * math/w_j1l.c: Likewise.
46180         * math/w_jn.c: Likewise.
46181         * math/w_jnf.c: Likewise.
46182         * math/w_jnl.c: Likewise.
46183         * math/w_lgamma.c: Likewise.
46184         * math/w_lgamma_r.c: Likewise.
46185         * math/w_lgammaf.c: Likewise.
46186         * math/w_lgammaf_r.c: Likewise.
46187         * math/w_lgammal.c: Likewise.
46188         * math/w_lgammal_r.c: Likewise.
46189         * math/w_log.c: Likewise.
46190         * math/w_log10.c: Likewise.
46191         * math/w_log10f.c: Likewise.
46192         * math/w_log10l.c: Likewise.
46193         * math/w_log2.c: Likewise.
46194         * math/w_log2f.c: Likewise.
46195         * math/w_log2l.c: Likewise.
46196         * math/w_logf.c: Likewise.
46197         * math/w_logl.c: Likewise.
46198         * math/w_pow.c: Likewise.
46199         * math/w_powf.c: Likewise.
46200         * math/w_powl.c: Likewise.
46201         * math/w_remainder.c: Likewise.
46202         * math/w_remainderf.c: Likewise.
46203         * math/w_remainderl.c: Likewise.
46204         * math/w_scalb.c: Likewise.
46205         * math/w_scalbf.c: Likewise.
46206         * math/w_scalbl.c: Likewise.
46207         * math/w_sinh.c: Likewise.
46208         * math/w_sinhf.c: Likewise.
46209         * math/w_sinhl.c: Likewise.
46210         * math/w_sqrt.c: Likewise.
46211         * math/w_sqrtf.c: Likewise.
46212         * math/w_sqrtl.c: Likewise.
46213         * math/w_tgamma.c: Likewise.
46214         * math/w_tgammaf.c: Likewise.
46215         * math/w_tgammal.c: Likewise.
46216
46217         * po/ja.po: Update from translation team.
46218
46219 2011-09-29  Andreas Jaeger  <aj@suse.de>
46220
46221         [BZ #13179]
46222         * sunrpc/netname.c (netname2host): Fix logic.
46223
46224         [BZ #6779]
46225         [BZ #6783]
46226         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
46227         correctly.
46228         * math/w_remainder.c (__remainder): Likewise.
46229         * math/w_remainderf.c (__remainderf): Likewise.
46230         * math/libm-test.inc (remainder_test): Add test cases.
46231
46232 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46233
46234         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
46235         sdiv_qrnnd.
46236
46237 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
46238
46239         * string/test-memcmp.c: Avoid unncessary #defines.
46240         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
46241
46242 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46243
46244         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
46245         Use new sse2 version for core i3 - i7 as it's faster
46246         than sse42 version.
46247         (bit_Prefer_PMINUB_for_stringop): New.
46248         * sysdeps/x86_64/rawmemchr.S: Update.
46249         Replace with faster SSE2 version.
46250         * sysdeps/x86_64/memrchr.S: New file.
46251         * sysdeps/x86_64/memchr.S: Update.
46252         Replace with faster SSE2 version.
46253
46254 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
46255
46256         * elf/dl-load.c (lose): Add cast to avoid warning.
46257
46258 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
46259
46260         * po/ca.po: Update from translation team.
46261
46262         * inet/getnetgrent_r.c: Hook up nscd.
46263         * nscd/Makefile (routines): Add nscd_netgroup.
46264         (nscd-modules): Add netgroupcache.
46265         (CFLAGS-netgroupcache.c): Define.
46266         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
46267         (cache_search): Add const to second parameter.
46268         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
46269         INNETGR.
46270         (dbs): Add netgrdb entry.
46271         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
46272         (verify_persistent_db): Handle netgrdb.
46273         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
46274         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
46275         GETFDNETGR.
46276         (netgroup_response_header): Define.
46277         (innetgroup_response_header): Define.
46278         (datahead): Add netgroup_response_header and innetgroup_response_header
46279         elements.
46280         * nscd/nscd.conf: Add entries for netgroup cache.
46281         * nscd/nscd.h (dbtype): Add netgrdb.
46282         (_PATH_NSCD_NETGROUP_DB): Define.
46283         (netgroup_iov_disabled): Declare.
46284         (xmalloc, xcalloc, xrealloc): Move declarations here.
46285         (cache_search): Adjust prototype.
46286         Add netgroup-related prototypes.
46287         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
46288         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
46289         (__nscd_innetgr): Declare.
46290         * nscd/selinux.c (perms): Use access_vector_t as element type and
46291         add netgroup-related initializers.
46292         * nscd/netgroupcache.c: New file.
46293         * nscd/nscd_netgroup.c: New file.
46294         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
46295         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
46296         For four parameters use innetgr.
46297         * nss/nss_files/files-init.c: Add definition and callback for netgr.
46298         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
46299         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
46300         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
46301
46302         * nscd/connections.c (register_traced_file): Don't register file
46303         for disabled databases.
46304
46305 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
46306
46307         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
46308
46309         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
46310         from tree and freeing node.
46311
46312 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
46313
46314         * nss/nsswitch.c (__nss_database_lookup): Handle
46315         nss_parse_service_list out of memory case.
46316
46317 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
46318
46319         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
46320         out of memory case.
46321
46322 2011-10-04  Andreas Schwab  <schwab@redhat.com>
46323
46324         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
46325         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
46326         pass it down.
46327         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
46328         elf_machine_rela, elf_machine_lazy_rel.
46329         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
46330         (ELF_DYNAMIC_DO_REL): Likewise.
46331         (ELF_DYNAMIC_DO_RELA): Likewise.
46332         (ELF_DYNAMIC_RELOCATE): Likewise.
46333         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
46334         to ELF_DYNAMIC_DO_REL.
46335         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
46336         (dl_main): In trace mode always set __RTLD_NOIFUNC.
46337         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
46338         elf_machine_rela.
46339         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
46340         skip_ifunc, don't call ifunc function if non-zero.
46341         (elf_machine_rela): Likewise.
46342         (elf_machine_lazy_rel): Likewise.
46343         (elf_machine_lazy_rela): Likewise.
46344         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
46345         (elf_machine_lazy_rel): Likewise.
46346         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
46347         Likewise.
46348         (elf_machine_lazy_rel): Likewise.
46349         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
46350         Likewise.
46351         (elf_machine_lazy_rel): Likewise.
46352         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
46353         (elf_machine_lazy_rel): Likewise.
46354         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
46355         (elf_machine_lazy_rel): Likewise.
46356         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
46357         (elf_machine_lazy_rel): Likewise.
46358         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
46359         (elf_machine_lazy_rel): Likewise.
46360         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
46361         (elf_machine_lazy_rel): Likewise.
46362         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
46363         (elf_machine_lazy_rel): Likewise.
46364
46365 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
46366
46367         * nss/nss_files/files-init.c (_nss_files_init): Use static
46368         initialization for all the *_traced_file variables.
46369
46370 2011-09-28  Andreas Schwab  <schwab@redhat.com>
46371
46372         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46373
46374 2011-09-27  Roland McGrath  <roland@hack.frob.com>
46375
46376         [BZ #13226]
46377         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
46378
46379 2011-09-27  Andreas Schwab  <schwab@redhat.com>
46380
46381         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
46382         Reread the line before reparsing it.
46383
46384 2011-09-26  Andreas Schwab  <schwab@redhat.com>
46385
46386         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
46387
46388 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
46389             Maxim Kuvyrkov  <maxim@codesourcery.com>
46390             Joseph Myers  <joseph@codesourcery.com>
46391
46392         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
46393         if needed for __stack_chk_guard.
46394
46395 2011-09-19  Roland McGrath  <roland@hack.frob.com>
46396
46397         * sysdeps/posix/spawni.c (script_execute): Always define it.
46398         It will be optimized away if unused.
46399         (maybe_script_execute): New function.
46400         (__spawni): Call it.
46401
46402         * Makerules: Don't include tls.make.
46403         (config-tls): Always set to thread.
46404         * tls.make.c: File removed.
46405
46406 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
46407
46408         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
46409         * config.make.in (CPPFLAGS-config): New substituted variable.
46410
46411 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
46412
46413         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
46414
46415         [BZ #13192]
46416         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
46417         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
46418
46419 2011-09-15  Roland McGrath  <roland@hack.frob.com>
46420
46421         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
46422         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
46423         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
46424         (CALL_FAIL): Likewise.
46425         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
46426         (CALL_FAIL): Macro removed.
46427         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
46428
46429 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
46430
46431         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
46432         for __FINITE_MATH_ONLY__ == 1.
46433
46434 2011-09-15  Andreas Schwab  <schwab@redhat.com>
46435
46436         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
46437         __ieee754_sqrt instead of sqrt.
46438         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
46439         __ieee754_sqrtf instead of sqrtf.
46440         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
46441         __floorf instead of floorf.
46442         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
46443         __floorf, __truncf instead of floorf, truncf.
46444
46445 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
46446
46447         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
46448
46449         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
46450         __extern_always_inline.
46451         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
46452         32-bit.
46453
46454 2011-09-14  Andreas Schwab  <schwab@redhat.com>
46455
46456         * elf/rtld.c (dl_main): Also relocate in dependency order when
46457         doing symbol dependency testing.
46458
46459 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
46460
46461         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
46462         Always define `refsym'.
46463
46464 2011-09-13  Andreas Schwab  <schwab@redhat.com>
46465
46466         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
46467         (__FD_ELT): Renamed from __FDELT.
46468         * misc/bits/select2.h (__FD_ELT): Likewise.
46469         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
46470         __FD_MASK instead of __FDELT, __FDMASK.
46471         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
46472         Likewise.
46473         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
46474         Likewise.
46475
46476         * elf/Makefile (gen-ldd): Fix pattern.
46477
46478         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
46479         (init_tls): Likewise.
46480
46481 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
46482
46483         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
46484
46485 2011-09-12  Andreas Schwab  <schwab@redhat.com>
46486
46487         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
46488         `struct cmsghdr *' instead of `void *'.
46489         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
46490         Likewise.
46491
46492 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
46493
46494         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
46495         if non-absolute.
46496         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
46497         ldd_rewrite_script.
46498
46499 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
46500
46501         * configure.in: Remove --with-tls option.
46502         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
46503         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
46504         out in case it is missing.
46505         * sysdeps/ia64/elf/configure.in: Likewise.
46506         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
46507         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
46508         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
46509         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
46510         * sysdeps/sh/elf/configure.in: Likewise.
46511         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
46512         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
46513         * sysdeps/x86_64/elf/configure.in: Likewise.
46514         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
46515         * sysdeps/mach/hurd/tls.h: Likewise.
46516
46517         [BZ #13067]
46518         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
46519
46520         [BZ #13090]
46521         * configure.in: Fix use of AC_INIT.
46522
46523         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
46524
46525 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
46526
46527         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
46528         __set_errno.
46529         * malloc/hooks.c: Likewise.
46530
46531         [BZ #11929]
46532         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
46533         variables statically.
46534         (narenas): Initialize.
46535         (list_lock): Initialize.
46536         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
46537         initializtion of main_arena and list_lock.  Small cleanups.
46538         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
46539         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
46540         Add initializers to main_arena and mp_.
46541         (malloc_state): Remove pagesize member.  Change all users to use
46542         GLRO(dl_pagesize).
46543
46544         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
46545         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
46546         is always initialized.
46547
46548         * malloc/malloc.c: Removed unused configurations and dead code.
46549         * malloc/arena.c: Likewise.
46550         * malloc/hooks.c: Likewise.
46551         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
46552
46553         * include/tls.h: Removed.  USE___THREAD must always be defined.
46554         * bits/libc-tsd.h: Don't handle !USE___THREAD.
46555         * elf/dl-libc.c: Likewise.
46556         * elf/dl-tsd.c: Likewise.
46557         * include/errno.h: Likewise.
46558         * include/netdb.h: Likewise.
46559         * include/resolv.h: Likewise.
46560         * inet/herrno-loc.c: Likewise.
46561         * inet/herrno.c: Likewise.
46562         * malloc/arena.c: Likewise.
46563         * malloc/hooks.c: Likewise.
46564         * malloc/malloc.c: Likewise.
46565         * resolv/res-state.c: Likewise.
46566         * resolv/res_libc.c: Likewise.
46567         * sysdeps/i386/dl-machine.h: Likewise.
46568         * sysdeps/ia64/dl-machine.h: Likewise.
46569         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
46570         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
46571         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
46572         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
46573         * sysdeps/sh/dl-machine.h: Likewise.
46574         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
46575         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
46576         * sysdeps/unix/i386/sysdep.S: Likewise.
46577         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
46578         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
46579         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
46580         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
46581         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
46582         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
46583         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
46584         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
46585         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46586         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
46587         * sysdeps/unix/x86_64/sysdep.S: Likewise.
46588         * sysdeps/x86_64/dl-machine.h: Likewise.
46589         * tls.make.c: Likewise.
46590
46591         * configure.in: Remove --with-__thread option.  Make tests for
46592         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
46593         tls_model attribute fail if no support is available.  Remove
46594         USE_IN_LIBIO.
46595         * Makeconfig: Adjust for dropped configure option.  All features are
46596         now mandatory.
46597         * Makerules: Likewise.
46598         * Versions.def: Likewise.
46599         * argp/argp-fmtstream.c: Likewise.
46600         * argp/argp-fmtstream.h: Likewise.
46601         * argp/argp-help.c: Likewise.
46602         * assert/assert.c: Likewise.
46603         * config.h.in: Likewise.
46604         * config.make.in: Likewise.
46605         * configure: Likewise.
46606         * configure.in: Likewise.
46607         * csu/Versions: Likewise.
46608         * csu/init.c: Likewise.
46609         * elf/tst-audit2.c: Likewise.
46610         * elf/tst-tls10.c: Likewise.
46611         * elf/tst-tls10.h: Likewise.
46612         * elf/tst-tls11.c: Likewise.
46613         * elf/tst-tls12.c: Likewise.
46614         * elf/tst-tls14.c: Likewise.
46615         * elf/tst-tlsmod11.c: Likewise.
46616         * elf/tst-tlsmod12.c: Likewise.
46617         * elf/tst-tlsmod13.c: Likewise.
46618         * elf/tst-tlsmod13a.c: Likewise.
46619         * elf/tst-tlsmod14a.c: Likewise.
46620         * elf/tst-tlsmod15b.c: Likewise.
46621         * elf/tst-tlsmod16a.c: Likewise.
46622         * elf/tst-tlsmod16b.c: Likewise.
46623         * elf/tst-tlsmod7.c: Likewise.
46624         * elf/tst-tlsmod8.c: Likewise.
46625         * elf/tst-tlsmod9.c: Likewise.
46626         * gmon/gmon.c: Likewise.
46627         * grp/fgetgrent_r.c: Likewise.
46628         * grp/putgrent.c: Likewise.
46629         * hurd/fopenport.c: Likewise.
46630         * include/libc-symbols.h: Likewise.
46631         * include/tls.h: Likewise.
46632         * intl/gettextP.h: Likewise.
46633         * intl/loadinfo.h: Likewise.
46634         * locale/global-locale.c: Likewise.
46635         * locale/localeinfo.h: Likewise.
46636         * mach/devstream.c: Likewise.
46637         * malloc/arena.c: Likewise.
46638         * malloc/set-freeres.c: Likewise.
46639         * misc/err.c: Likewise.
46640         * misc/getttyent.c: Likewise.
46641         * misc/mntent_r.c: Likewise.
46642         * posix/getopt.c: Likewise.
46643         * posix/wordexp.c: Likewise.
46644         * pwd/fgetpwent_r.c: Likewise.
46645         * resolv/Versions: Likewise.
46646         * resolv/res_hconf.c: Likewise.
46647         * shadow/fgetspent_r.c: Likewise.
46648         * shadow/putspent.c: Likewise.
46649         * stdio-common/printf_fphex.c: Likewise.
46650         * stdio-common/tmpfile.c: Likewise.
46651         * stdlib/abort.c: Likewise.
46652         * stdlib/fmtmsg.c: Likewise.
46653         * sunrpc/auth_unix.c: Likewise.
46654         * sunrpc/clnt_perr.c: Likewise.
46655         * sunrpc/clnt_tcp.c: Likewise.
46656         * sunrpc/clnt_udp.c: Likewise.
46657         * sunrpc/clnt_unix.c: Likewise.
46658         * sunrpc/openchild.c: Likewise.
46659         * sunrpc/svc_simple.c: Likewise.
46660         * sunrpc/svc_tcp.c: Likewise.
46661         * sunrpc/svc_udp.c: Likewise.
46662         * sunrpc/svc_unix.c: Likewise.
46663         * sunrpc/xdr.c: Likewise.
46664         * sunrpc/xdr_array.c: Likewise.
46665         * sunrpc/xdr_rec.c: Likewise.
46666         * sunrpc/xdr_ref.c: Likewise.
46667         * sunrpc/xdr_stdio.c: Likewise.
46668
46669 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
46670
46671         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46672
46673 2011-07-03  Andreas Jaeger  <aj@suse.de>
46674
46675         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
46676         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
46677         regenerate with gen-libm-tests.pl.
46678
46679 2010-05-12  Petr Baudis  <pasky@suse.cz>
46680
46681         [BZ #11589]
46682         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
46683         around j0() zero points by switching to j1().
46684         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
46685         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
46686         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46687         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
46688
46689 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
46690
46691         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
46692         instead of 0.
46693         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
46694         instead of 0.
46695         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
46696         Patch in part by Pavel Roskin <proski@gnu.org>.
46697
46698         [BZ #13138]
46699         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
46700         realloc.
46701         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
46702         Free memory block if necessary.
46703
46704         [BZ #12847]
46705         * libio/genops.c (INTDEF): For string streams the _lock pointer can
46706         be NULL.  Don't lock in this case.
46707
46708 2011-09-09  Roland McGrath  <roland@hack.frob.com>
46709
46710         * elf/elf.h (ELFOSABI_GNU): New macro.
46711         (ELFOSABI_LINUX): Define to that.
46712
46713 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
46714
46715         * string/strncat.c (strncat): Undef the symbol in case it has been
46716         defined in bits/string.h.
46717
46718 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
46719
46720         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
46721
46722         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
46723         link map.
46724
46725 2011-08-17  Andreas Jaeger  <aj@suse.de>
46726
46727         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
46728
46729 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
46730             Ian Lance Taylor  <iant@google.com>
46731
46732         * math/libm-test.inc (lround_test): New testcase.
46733         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
46734
46735 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
46736
46737         * Makefile: Remove support for automatic cvs check-ins.
46738         * Makerules: Likewise.
46739         * config.make.in: Likewise.
46740         * configure.in: Likewise.
46741         * intl/Makefile: Likewise.
46742         * locale/Makefile: Likewise.
46743         * po/Makefile: Likewise.
46744         * posix/Makefile: Likewise.
46745         * sysdeps/gnu/Makefile: Likewise.
46746         * sysdeps/mach/hurd/Makefile: Likewise.
46747         * sysdeps/sparc/sparc32/Makefile: Likewise.
46748
46749         [BZ #13118]
46750         * posix/Makefile (bug-regex32-ENV): Define.
46751         Patch by John Stanley <jpsinthemix@verizon.net>.
46752
46753         * misc/Makefile (headers): Add bits/select2.h.
46754         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
46755         * misc/bits/select2.h: New file.
46756         * include/bits/select2.h: New file.
46757         * debug/Makefile (routines): Add fdelt_chk.
46758         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
46759         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
46760         FD_ISSET.
46761         * debug/fdelt_chk.c: New file.
46762
46763         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
46764         * wcsmbs/test-wmemcmp.c: Likewise.
46765         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
46766         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
46767
46768 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46769
46770         * string/Makefile (strop-tests): Add memcmp.
46771         * string/test-wmemcmp.c: New file.
46772         * string/test-memcmp.c: Add wmemcmp support.
46773
46774 2011-09-08  Roland McGrath  <roland@hack.frob.com>
46775
46776         [BZ #13153]
46777         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
46778         2011-07-19 change.
46779
46780         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
46781         garbage value in a __mach_port_mod_refs call in the cases of the
46782         task-self and thread-self ports.
46783
46784 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
46785
46786         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
46787
46788 2011-09-08  Andreas Schwab  <schwab@redhat.com>
46789
46790         * elf/dl-load.c (lose): Check for non-null L.
46791
46792 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
46793
46794         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
46795
46796         * elf/dl-libc.c (dlerror_run): Pass back error code from
46797         dl_catch_error.
46798
46799         [BZ #13123]
46800         * elf/dl-load.c (lose): Free l_origin if it is valid.
46801
46802         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
46803         names.
46804         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
46805         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
46806         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
46807         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
46808         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
46809         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
46810
46811 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46812
46813         * sysdeps/powerpc/fpu/e_hypot.c: New file.
46814         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
46815         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
46816         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
46817         * sysdeps/powerpc/fpu/k_cosf.c: New file.
46818         * sysdeps/powerpc/fpu/k_sinf.c: New file.
46819         * sysdeps/powerpc/fpu/s_cosf.c: New file.
46820         * sysdeps/powerpc/fpu/s_sinf.c: New file.
46821         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
46822         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
46823
46824 2011-08-15  Alan Modra  <amodra@gmail.com>
46825
46826         [BZ #13092]
46827         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
46828         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
46829         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
46830         ppc_mcount to static-only-routines.
46831         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
46832         __mcount_internal.
46833         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
46834         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
46835
46836 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
46837
46838         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
46839         for finite and infinity parameters.
46840
46841 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
46842
46843         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
46844         and add nop instructions for throughput optimization.
46845         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
46846
46847 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
46848
46849         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
46850         aligned copy for power7 with vector-scalar instructions.
46851         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
46852
46853 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
46854
46855         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
46856         AVX check.
46857
46858 2011-09-07  Andreas Schwab  <schwab@redhat.com>
46859
46860         [BZ #13144]
46861         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
46862         last change.
46863
46864 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
46865
46866         * sysdeps/unix/sysv/linux/x86_64/init-first.c
46867         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
46868         syscall wrapper around clock_gettime in __vdso_clock_gettime.
46869         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
46870         clock_gettime.
46871
46872 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
46873
46874         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
46875         Forgot to demangle the pointer.
46876
46877         * sysdeps/i386/sysdep.h: Define atom_text_section.
46878         * sysdeps/x86_64/sysdep.h: Likewise.
46879         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
46880         section with atom_text_section.
46881         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
46882         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
46883         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
46884         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
46885         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
46886
46887         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
46888         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
46889         already be defined.  Change to take two parameters and don't assign
46890         result to variable.  Adjust all users.
46891         Define INTERNAL_GETTIME if not already defined.
46892         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
46893         call.
46894         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
46895         HAVE_CLOCK_GETTIME_VSYSCALL.
46896         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
46897
46898         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
46899         gettimeofday vsyscall, just use time.
46900
46901 2011-09-06  Andreas Schwab  <schwab@redhat.com>
46902
46903         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
46904         <errno.h>.
46905
46906 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
46907
46908         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
46909         syscall on x86-64.
46910         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
46911         syscall.
46912         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
46913         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
46914         syscall if possible.
46915
46916 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
46917
46918         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
46919         e_ident.  Don't pass to find_mapsXX.
46920         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
46921
46922 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46923
46924         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
46925         strchr-sse2-no-bsf strrchr-sse2-no-bsf
46926         * sysdeps/x86_64/multiarch/strchr.S: Update.
46927         Check bit_slow_BSF bit.
46928         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
46929         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
46930         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
46931
46932 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
46933
46934         [BZ #13134]
46935         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
46936         before glibc 2.15.
46937         (tryshell): Define.
46938         (__spawni): Change last parameter to be flag.  Test
46939         SPAWN_XFLAGS_USE_PATH flag to use path or not.
46940         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
46941         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
46942         * posix/spawni.c: Likewise.
46943         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
46944         * posix/spawnp.c: Likewise.  Change normal version to use
46945         SPAWN_XFLAGS_USE_PATH.
46946         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
46947         SPAWN_XFLAGS_TRY_SHELL.
46948
46949         [BZ #13150]
46950         * posix/glob.h: Remove gcc 1.x support.
46951
46952         [BZ #13068]
46953         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
46954
46955 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46956
46957         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46958         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
46959         strrchr-sse2-bsf
46960         * sysdeps/i386/i686/multiarch/strchr.S: New file.
46961         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
46962         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
46963         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
46964         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
46965         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
46966
46967 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46968
46969         * sysdeps/x86_64/wcscmp.S: New file.
46970
46971         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
46972         wcscmp-c wcscmp-sse2
46973         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
46974         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
46975         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
46976         * wcsmbs/wcscmp.c: Allow renaming.
46977
46978 2011-09-05  David S. Miller  <davem@davemloft.net>
46979
46980         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
46981         stack slot, rather than the struct return pointer slot.
46982         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
46983         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
46984         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
46985         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
46986
46987 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
46988
46989         * po/ja.po: Update from translation team.
46990
46991         [BZ #13144]
46992         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
46993         kernel in 64-bit binaries.
46994
46995 2011-09-01  David S. Miller  <davem@davemloft.net>
46996
46997         * elf/elf.h (HWCAP_SPARC_*): Move to..
46998         * sysdeps/sparc/sysdep.h: this new file and add new values.
46999         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
47000         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
47001         _DL_HWCAP_COUNT to 24.
47002         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
47003         entries.
47004         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
47005         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
47006         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
47007         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
47008         instead of magic constants.
47009         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
47010
47011 2011-08-31  David S. Miller  <davem@davemloft.net>
47012
47013         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
47014         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
47015         Reimplement to do errno handling inline.
47016         (SYSCALL_ERROR_HANDLER): New macro.
47017         (__SYSCALL_STRING): Do not do errno handling in asm.
47018         (__CLONE_SYSCALL_STRING): Delete.
47019         (__INTERNAL_SYSCALL_STRING): Delete.
47020         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
47021         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
47022         (PSEUDO): Reimplement to do errno handling inline.
47023         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
47024         (SYSCALL_ERROR_HANDLER): New macro.
47025         (__SYSCALL_STRING): Do not do errno handling in asm.
47026         (__CLONE_SYSCALL_STRING): Delete.
47027         (__INTERNAL_SYSCALL_STRING): Delete.
47028         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
47029         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
47030         i386.
47031         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
47032         (inline_syscall*): Add 'err' argument.
47033         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
47034         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
47035         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
47036         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
47037
47038         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
47039         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
47040
47041 2011-08-30  Andreas Schwab  <schwab@redhat.com>
47042
47043         * elf/rtld.c (dl_main): Relocate objects in dependency order.
47044
47045 2011-08-29  Jiri Olsa <jolsa@redhat.com>
47046
47047         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
47048         directive.
47049
47050 2011-08-24  David S. Miller  <davem@davemloft.net>
47051
47052         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
47053
47054 2011-08-24  Andreas Schwab  <schwab@redhat.com>
47055
47056         * elf/Makefile: Add rules to build and run unload8 test.
47057         * elf/unload8.c: New file.
47058         * elf/unload8mod1.c: New file.
47059         * elf/unload8mod1x.c: New file.
47060         * elf/unload8mod2.c: New file.
47061         * elf/unload8mod3.c: New file.
47062
47063         * elf/dl-close.c (_dl_close_worker): Reset private search list if
47064         it wasn't used.
47065
47066 2011-08-23  David S. Miller  <davem@davemloft.net>
47067
47068         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
47069         subtract stack bias.
47070         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
47071         %sp not %fp in calculations.
47072         (_JMPBUF_UNWINDS_ADJ): Likewise.
47073
47074         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
47075         (aio_suspend): Call it to force an exception region around the
47076         AIO_MISC_WAIT() invocation.
47077
47078 2011-08-23  Andreas Schwab  <schwab@redhat.com>
47079
47080         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
47081         backslash.
47082
47083 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
47084
47085         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
47086         protection macro.
47087         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
47088         and <dl-machine.h>.
47089         (Elf64_FuncDesc): Remove.
47090
47091 2011-08-22  David S. Miller  <davem@davemloft.net>
47092
47093         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
47094         sigaltstack check, add missing cfi directives.
47095         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
47096         missing cfi directives, and sigaltstack handling.
47097
47098 2011-08-16  Andreas Schwab  <schwab@redhat.com>
47099
47100         [BZ #11724]
47101         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
47102         object is seen twice.
47103         * elf/dl-fini.c (_dl_sort_fini): Likewise.
47104
47105         * elf/Makefile (distribute): Add tst-initorder2.c.
47106         (tests): Add tst-initorder2.
47107         (modules-names): Add tst-initorder2a tst-initorder2b
47108         tst-initorder2c tst-initorder2d.  Add rules to build them.
47109         ($(objpfx)tst-initorder2.out): New rule.
47110         * elf/tst-initorder2.c: New file.
47111         * elf/tst-initorder2.exp: New file.
47112
47113 2011-08-22  Andreas Schwab  <schwab@redhat.com>
47114
47115         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
47116
47117         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
47118         dependencies back to end of function.
47119
47120         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
47121         $(elfobjdir)/ld.so.
47122
47123 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
47124
47125         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
47126         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
47127         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
47128         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
47129         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
47130         of __vdso_gettimeofday.
47131         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
47132         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
47133         attribute_hidden.
47134         (_libc_vdso_platform_setup): Remove initialization of
47135         __vdso_gettimeofday and __vdso_time.
47136
47137 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
47138
47139         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
47140         and fgetc_unlocked.
47141         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
47142         getc_unlocked.
47143
47144         * elf/dl-open.c (add_to_global): Report additions to the global scope
47145         for LD_DEBUG=scopes.
47146         (dl_open_worker): Also print scope of newly loaded dependencies.
47147         (_dl_show_scope): Indicate if there is no scope.
47148
47149         [BZ #13114]
47150         * stdio-common/Makefile (tests): Add bug24.
47151         * stdio-common/bug24.c: New file.
47152
47153 2011-08-19  Andreas Jaeger  <aj@suse.de>
47154
47155         [BZ #13114]
47156         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
47157         non-existant file when using close-on-exec mode.
47158
47159 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
47160
47161         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
47162         the very first instruction.
47163
47164         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
47165         the CFI state in the end.
47166         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
47167         inclusion of dl-trampoline.h.
47168         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
47169
47170 2011-08-19  Andreas Schwab  <schwab@redhat.com>
47171
47172         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
47173         expectations for long double.
47174
47175         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
47176         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
47177
47178 2011-08-14  David S. Miller  <davem@davemloft.net>
47179
47180         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
47181         artificual limit depends upon the system page size.
47182
47183 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
47184
47185         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
47186         * resolv/Makefile: Define CFLAGS-libresolv.
47187
47188 2011-08-17  Andreas Schwab  <schwab@redhat.com>
47189
47190         * nss/makedb.c (compute_tables): Make variables used in nested
47191         function static.
47192
47193 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
47194
47195         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
47196         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
47197         if buffer was too small.
47198
47199         * elf/pldd.c (main): Attach to all threads in the process.
47200         Rewrite /proc handling to use *at functions.
47201
47202 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
47203
47204         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
47205         specifies first scope to show.
47206         (dl_open_worker): Update callers.  Move printing scope of new
47207         object to before the relocation.
47208         * elf/rtld.c (dl_main): Update _dl_show_scope call.
47209         * sysdeps/generic/ldsodefs.h: Update declaration.
47210
47211         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
47212         string for the scope number.
47213
47214 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
47215
47216         * nscd/servicescache.c (cache_addserv): Make sure written is always
47217         initialized.
47218
47219 2011-08-14  Roland McGrath  <roland@hack.frob.com>
47220
47221         * sysdeps/i386/i486/bits/atomic.h
47222         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
47223         statement expression, so as to suppress "set but not used" warning.
47224         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
47225
47226         * string/strncat.c (STRNCAT): Use prototype definition.
47227
47228         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
47229         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
47230         -Iprograms here.
47231         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
47232         (localedef-modules): Add localedef.
47233         (locale-modules): Add locale.
47234
47235         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
47236         * elf/rtld.c (dl_main): Invert order of assignment in last change,
47237         to avoid a warning.
47238
47239 2011-08-14  David S. Miller  <davem@davemloft.net>
47240
47241         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
47242         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
47243
47244 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
47245
47246         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
47247         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
47248         * elf/rtld.c (dl_main): Set l_name of vDSO.
47249         Call _dl_show_scope when DL_DEBUG_SCOPES.
47250         (process_dl_debug): Recognize scopes flag and also set it for all.
47251         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
47252         Declare _dl_show_scope.
47253
47254         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
47255         (do_dlopen): Pass caller_dlopen to dl_open.
47256         (__libc_dlopen_mode): Initialize caller_dlopen.
47257
47258         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
47259         of libc.  Make tolower call locale-independent.  Optimize a bit by
47260         using isdigit instead of isalnum.
47261         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
47262
47263 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
47264
47265         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
47266         was a dependency or dynamically loaded.
47267
47268 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
47269
47270         * intl/l10nflist.c: Allow architecture-specific pop function.
47271         * sysdeps/x86_64/l10nflist.c: New file.
47272
47273         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
47274         classification.
47275
47276 2011-08-10  Andreas Schwab  <schwab@redhat.com>
47277
47278         * include/dirent.h: Add libc_hidden_proto for scandirat and
47279         scandirat64.  Don't declare __scandirat64.
47280         * dirent/scandirat.c: Add libc_hidden_def.
47281         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
47282         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
47283
47284 2011-08-10  David S. Miller  <davem@davemloft.net>
47285
47286         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
47287         enum.
47288         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
47289         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
47290         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
47291
47292 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
47293
47294         * Versions.def [libc]: Add GLIBC_2.15.
47295         * dirent/Makefile (routines): Add scandirat and scandirat64.
47296         * dirent/Versions [libc]: Export scandirat and scandirat64 for
47297         GLIBC_2.15.
47298         * dirent/dirent.h: Declare scandirat and scandirat64.
47299         * dirent/scandirat.c: New file.
47300         * dirent/scandirat64.c: New file.
47301         * sysdeps/wordsize-64/scandirat.c: New file.
47302         * sysdeps/wordsize-64/scandirat64.c: New file.
47303         * dirent/opendir.c: Define opendirat.
47304         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
47305         using scandirat.
47306         * dirent/scandir64.c: Adjust for scandir.c change.
47307         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
47308         __scandirat64, and __scandir_cancel_handler.
47309         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
47310         additional parameter and use openat instead of open (outside of ld.so).
47311         Add new __opendir as wrapper around __opendirat.
47312         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
47313         here without requiring old scandirat implementation.
47314
47315 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
47316
47317         * dirent/scandir.c (cancel_handler): Renamed to
47318         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
47319         defined.  Adjust users.
47320         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
47321         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
47322
47323 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
47324
47325         * string/test-string.h (IMPL): Use __STRING to expand name and then
47326         stringify it.
47327
47328         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
47329         of cleanups.
47330
47331 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47332
47333         * string/Makefile: Update.
47334         (strop-tests): Append strncat.
47335         * string/test-wcscmp.c: New file.
47336         New comprehensive test for wcscmp.
47337         * string/test-strcmp.c: Update.
47338         (WIDE): New define.
47339
47340 2011-07-22  Andreas Schwab  <schwab@redhat.com>
47341
47342         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
47343         line.
47344
47345 2011-07-26  Andreas Schwab  <schwab@redhat.com>
47346
47347         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
47348         encoding to ACE if AI_IDN.
47349
47350 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
47351
47352         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
47353         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
47354
47355 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47356
47357         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
47358         Fix overflow bug in strncat.
47359         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
47360
47361         * string/test-strncat.c: Update.
47362         Add new tests for checking overflow bugs.
47363
47364 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47365
47366         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
47367         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
47368         * sysdeps/i386/i686/multiarch/strcat.S: New file.
47369         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
47370         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
47371         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
47372         * sysdeps/i386/i686/multiarch/strncat.S: New file.
47373         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
47374         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
47375
47376         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
47377         (USE_AS_STRCAT): Define.
47378         Add strcat and strncat support.
47379         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
47380
47381 2011-07-25  Andreas Schwab  <schwab@redhat.com>
47382
47383         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
47384         __n bigger than INT_MAX+1.
47385         (__strncmp_g): Likewise.
47386
47387 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
47388
47389         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
47390         * libio/stido.h: Likewise.
47391
47392         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
47393         (AF_NFC): Define.
47394         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
47395         (AF_NFC): Define.
47396
47397         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
47398         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
47399         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
47400         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
47401         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
47402
47403         [BZ #13021]
47404         * scripts/test-installation.pl: Don't expect libnss_test1 to be
47405         installed.
47406
47407         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
47408         typo.
47409         (_dl_x86_64_save_sse): Likewise.
47410
47411 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
47412
47413         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
47414         OSXSAVE.
47415         (_dl_x86_64_save_sse): Likewise.
47416
47417         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
47418
47419         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
47420
47421 2011-07-21  Andreas Schwab  <schwab@redhat.com>
47422
47423         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
47424         change.
47425         (_dl_x86_64_save_sse): Use correct AVX check.
47426
47427 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47428
47429         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
47430         bug in strncpy/strncat.
47431         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
47432
47433 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
47434
47435         * string/tester.c (test_strcat): Add tests for different alignments
47436         of source and destination.
47437         (test_strncat): Likewise.
47438
47439 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
47440
47441         [BZ #12852]
47442         * posix/glob.c (glob): Check passed in values before using them in
47443         expressions to avoid some overflows.
47444         (glob_in_dir): Likewise.
47445
47446         [BZ #13007]
47447         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
47448         check for AVX enablement so that we don't crash with old kernels and
47449         new hardware.
47450         * elf/tst-audit4.c: Add same checks here.
47451         * elf/tst-audit6.c: Likewise.
47452
47453         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
47454
47455 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
47456
47457         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
47458
47459 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
47460
47461         * po/cs.po: Update from translation team.
47462         * po/bg.po: Likewise.
47463
47464 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
47465
47466         * misc/sys/cdefs.h: Add support for const attribute.
47467         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
47468         to gnu_dev_{major,minor,makedev} functions.
47469
47470 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
47471
47472         * intl/dcigettext.c (get_output_charset): Add missing bracket.
47473
47474 2011-07-20  Andreas Schwab  <schwab@redhat.com>
47475
47476         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
47477         strlen results.
47478
47479 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47480
47481         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
47482         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
47483         register in order to avoid conflicts with the soft frame pointer
47484         being held in r11 when necessary.
47485         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
47486         (INTERNAL_VSYSCALL_NCS): Likewise.
47487
47488 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
47489
47490         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
47491         * elf/dl-fini.c (_dl_fini): Adjust caller.
47492         * elf/dl-close.c (_dl_close_worker): Likewise.
47493         * sysdeps/generic/ldsodefs.h: Adjust declaration.
47494
47495 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
47496
47497         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
47498         "aux_cache->nlibs < 0".
47499
47500         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
47501         in the reload-count case.
47502
47503 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47504
47505         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47506         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
47507         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
47508         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
47509         * sysdeps/x86_64/multiarch/strcat.S: New file.
47510         * sysdeps/x86_64/multiarch/strncat.S: New file.
47511         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
47512         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
47513         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
47514         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
47515         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
47516         (USE_AS_STRCAT): Define.
47517         Add strcat and strncat support.
47518         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
47519         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
47520         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
47521         * string/strncat.c: Update.
47522         (USE_AS_STRNCAT): Define.
47523         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47524         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
47525         and i7.
47526         * sysdeps/x86_64/multiarch/init-arch.h
47527         (bit_Prefer_PMINUB_for_stringop): New.
47528         (index_Prefer_PMINUB_for_stringop): Likewise.
47529         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
47530         bit_Prefer_PMINUB_for_stringop.
47531
47532 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
47533
47534         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
47535         buffer64.
47536         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
47537         of casting of buffer.
47538         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
47539         buffer32 and buffer64.
47540         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
47541         writes instead of casting of buffer.
47542         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
47543         buffer32.
47544         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
47545         casting of buffer.
47546
47547 2011-07-19  Andreas Schwab  <schwab@redhat.com>
47548
47549         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
47550
47551 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
47552
47553         * nscd/nscd.c (termination_handler): Don't do anything for a database
47554         if it has not yet been initialized.
47555
47556 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
47557
47558         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
47559
47560 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
47561
47562         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
47563
47564 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
47565
47566         * po/nl.po: Update from translation team.
47567         * po/sv.po: Likewise.
47568
47569 2011-07-16  Roland McGrath  <roland@hack.frob.com>
47570
47571         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
47572         now disallowed by GCC.
47573
47574         * configure.in (use-default-link): Default to yes if a test -shared
47575         link meets our qualifications.
47576         * configure: Regenerated.
47577
47578         * config.make.in (output-format): New variable.
47579         * configure.in: Check for ld --print-output-format support.
47580         * configure: Regenerated.
47581         * Makerules ($(common-objpfx)format.lds)
47582         [$(output-format) != unknown]: Just use $(output-format),
47583         instead of the linker-script munging.
47584
47585 2011-07-14  Roland McGrath  <roland@hack.frob.com>
47586
47587         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
47588         of $(common-objpfx)shlib.lds.
47589         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
47590
47591         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
47592         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
47593
47594         * configure.in (-z relro check): Adjust test code to add a large
47595         writable data section after it.
47596         * configure: Regenerated.
47597
47598 2011-07-11  Roland McGrath  <roland@hack.frob.com>
47599
47600         * configure.in (-z relro check): Fix test code to make the variable
47601         truly const.
47602         * configure: Regenerated.
47603
47604 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
47605
47606         * nscd/nscd.h (struct traced_file): Define.
47607         (struct database_dyn): Remove inotify_descr, reset_res, and filename
47608         elements.  Add traced_files.
47609         (inotify_fd): Declare.
47610         (register_traced_file): Declare.
47611         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
47612         (inotify_fd): Export.
47613         (resolv_conf_descr): Remove.
47614         (nscd_init): Move inotify descriptor creation to main.
47615         Don't register files for notification here.
47616         (register_traced_file): New function.
47617         (invalidate_cache): Don't use reset_res to determine whether to call
47618         res_init, go through the list of registered files.
47619         (main_loop_poll): The inotify descriptors are now stored in the
47620         structures for the traced files.
47621         (main_loop_epoll): Likewise
47622         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
47623         to __nss_disable_nscd.
47624         * nscd/cache.c (prune_cache): There is no single inotify descriptor
47625         for a database anymore.  Check the records for all the registered
47626         files instead.
47627         * nss/Makefile (libnss_files-routines): Add files-init.
47628         (libnss_db-routines): Add db-init.
47629         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
47630         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
47631         * nss/nss_db/db-init.c: New file.
47632         * nss/nss_files/files-init.c: New file.
47633         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
47634         __nss_lookup_function.
47635         (__nss_lookup_function): Call nss_load_library.
47636         (nss_load_all_libraries): New function.
47637         (__nss_disable_nscd): Take parameter with callback function for files
47638         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
47639         used for the cached services.
47640         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
47641         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
47642         options for features to all the files in nscd.
47643
47644         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
47645
47646 2011-07-10  Roland McGrath  <roland@hack.frob.com>
47647
47648         * csu/elf-init.c (__libc_csu_init): Comment typo.
47649
47650 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
47651
47652         * po/pl.po: Update from translation team.
47653         * po/ja.po: Likewise.
47654         * po/ru.po: Likewise.
47655         * po/ko.po: Likewise.
47656         * po/fr.po: Likewise.
47657
47658 2011-07-09  Roland McGrath  <roland@hack.frob.com>
47659
47660         * configure.in (.ctors/.dtors header and trailer check):
47661         Use an empirical test on a built program.
47662         * configure: Regenerated.
47663
47664         * configure.in (-z relro check): Use an empirical test on a built DSO.
47665         Detect, but do not require, on ia64.
47666         * configure: Regenerated.
47667
47668         * configure.in (READELF): Find it with AC_CHECK_TOOL.
47669         Update tests that use readelf to use $READELF instead.
47670         * configure: Regenerated.
47671
47672 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
47673
47674         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
47675         if the result is not used.
47676
47677 2011-07-05  Andreas Jaeger  <aj@suse.de>
47678
47679         [BZ#9696]
47680         * stdlib/tst-strtod.c: Add testcase.
47681
47682 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
47683
47684         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
47685         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
47686         The latter has a higher limit.  Take additional parameter to pass to
47687         the new function.
47688         (__pathconf): Pass file to __statfs_link_max.
47689         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
47690         __statfs_link_max.
47691         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
47692         __statfs_link_max.
47693
47694         [BZ #12868]
47695         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
47696         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
47697         Handle Lustre.
47698         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
47699         (__statfs_filesize_max): Likewise.
47700         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
47701
47702 2011-07-05  Andreas Jaeger  <aj@suse.de>
47703
47704         * resolv/res_comp.c (dn_skipname): Remove unused variable.
47705
47706 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
47707
47708         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
47709         `status' variable.
47710         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
47711         Likewise.
47712
47713 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
47714
47715         * Makefile (strop-tests): Add strncat.
47716         * string/test-strncat.c: New file.
47717
47718 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
47719
47720         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
47721
47722 2011-06-21  Andreas Jaeger  <aj@suse.de>
47723
47724         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
47725         Copy rule from iconvdata/Makefile.
47726
47727 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
47728
47729         [BZ #12922]
47730         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
47731         but no long options are defined, just return 'W'.
47732
47733 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
47734
47735         [BZ #9696]
47736         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
47737
47738 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
47739
47740         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
47741         netgroups to read.
47742         (innetgr): Likewise.
47743
47744 2011-07-05  Roland McGrath  <roland@hack.frob.com>
47745
47746         * config.make.in (install_root): Default to $(DESTDIR).
47747
47748 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
47749
47750         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
47751
47752 2011-07-02  Roland McGrath  <roland@hack.frob.com>
47753
47754         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
47755
47756         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
47757         containing directory rather than embedding absolute directory names.
47758
47759         * scripts/check-local-headers.sh: Rewritten using awk.
47760         Match by word, not by line.  Print error messages for matches.
47761         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
47762
47763         * Makerules [shlib-lds-flags empty]:
47764         ($(common-objpfx)libc_pic.opts): New target.
47765         ($(common-objpfx)libc_pic.os.clean): New target.
47766         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
47767
47768         * config.make.in (OBJCOPY): New variable.
47769         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
47770         * configure: Regenerated.
47771
47772         * config.make.in (use-default-link): New variable.
47773         * configure.in (use_default_link): Grok --with-default-link to set it.
47774         * configure: Regenerated.
47775         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
47776         (shlib-lds, shlib-lds-flags): Define to empty.
47777
47778         * Makerules (shlib-lds): New variable.
47779         (shlib-lds-flags): New variable.
47780         (build-shlib, build-moduile, build-module-asneeded): Use it.
47781         ($(common-objpfx)libc.so): Use $(shlib-lds).
47782         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
47783         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
47784
47785         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
47786         DT_FLAGS/DT_FLAGS_1 with zero flags.
47787
47788         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
47789         linker script munging.
47790
47791 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
47792
47793         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
47794         as 128-bit value.
47795         * crypt/sha512.c (sha512_process_block): Perform total addition using
47796         128-bit if possible.
47797         (__sha512_finish_ctx): Likewise.
47798         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
47799         as 64-bit value.
47800         * crypt/sha256.c (SWAP64): Define.
47801         (sha256_process_block): Perform total addition using 64-bit if
47802         possible.
47803         (__sha256_finish_ctx): Likewise.
47804
47805 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
47806
47807         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
47808         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47809         * nscd/hstcache.c (cache_addhst): Likewise.
47810         * nscd/grpcache.c (cache_addgr): Likewise.
47811         * nscd/aicache.c (addhstaiX): Likewise
47812         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
47813
47814 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
47815
47816         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
47817         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47818         * nscd/hstcache.c (cache_addhst): Likewise.
47819         * nscd/grpcache.c (cache_addgr): Likewise.
47820         * nscd/aicache.c (addhstaiX): Likewise
47821
47822 2011-07-01  Andreas Schwab  <schwab@redhat.com>
47823
47824         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
47825         domain only when needed.
47826
47827 2011-06-30  Andreas Schwab  <schwab@redhat.com>
47828
47829         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
47830         is always restored.
47831
47832 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
47833
47834         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
47835         are re-adding the entry.
47836         * nscd/servicescache.c (cache_addserv): Likewise.
47837
47838 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
47839
47840         * sysdeps/generic/dl-irel.h: fix protection against multiple
47841         inclusions.
47842         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
47843
47844 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
47845
47846         [BZ #12935]
47847         * malloc/memusage.sh: Fix quoting in message.
47848         * debug/xtrace.sh: Likewise.
47849
47850         * configure.in: Remove support for --experimental-malloc option, make
47851         it the default.
47852         * config.make.in: Likewise.
47853         * malloc/Makefile: Likewise.
47854
47855 2011-06-27  Andreas Schwab  <schwab@redhat.com>
47856
47857         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
47858         two-byte characters.
47859
47860 2011-06-27  Roland McGrath  <roland@hack.frob.com>
47861
47862         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
47863         AC_CACHE_CHECK invocation.
47864         * configure: Regenerated.
47865
47866         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
47867
47868 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
47869
47870         [BZ #12350]
47871         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
47872         bit from old_res_options.
47873
47874         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
47875
47876         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
47877         value type for setfct.
47878
47879 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
47880
47881         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
47882         __gettimeofday instead of gettimeofday.
47883
47884 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
47885
47886         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
47887
47888 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
47889
47890         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
47891
47892         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
47893         info.
47894
47895 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
47896
47897         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47898         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
47899         strcpy-sse2-unaligned strncpy-sse2-unaligned
47900         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
47901         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
47902         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
47903         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
47904         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
47905         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
47906         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
47907         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
47908         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
47909         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
47910         (STRCPY): Support SSE2 and SSSE3 versions.
47911
47912 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
47913
47914         [BZ #12874]
47915         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
47916         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
47917         kernels which artificially limit size of requests.
47918
47919 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
47920
47921         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
47922         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
47923         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
47924         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
47925         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
47926         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
47927         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
47928         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
47929         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
47930         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
47931         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
47932         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
47933         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
47934         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
47935         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
47936         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47937         Enable unaligned load optimization for Intel Core i3, i5 and i7
47938         processors.
47939         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
47940         Define.
47941         (index_Fast_Unaligned_Load): Define.
47942         (HAS_FAST_UNALIGNED_LOAD): Define.
47943
47944 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
47945
47946         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
47947
47948 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
47949
47950         [BZ #12907]
47951         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
47952         until it is clear that the information is realy needed.
47953         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
47954
47955 2011-06-22  Andreas Schwab  <schwab@redhat.com>
47956
47957         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
47958
47959 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
47960
47961         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
47962         /sys/devices/system/cpu/online if it is usable.
47963
47964         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
47965         reading the information from the /proc filesystem to once a second.
47966
47967 2011-06-21  Andreas Jaeger  <aj@suse.de>
47968
47969         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
47970         NULL after inclusion of kernel headers.
47971
47972 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
47973
47974         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
47975         calls to internal_setent.
47976
47977         [BZ #12885]
47978         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
47979         addresses using gethostbyname4_r ignore IPv4 addresses.
47980
47981         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
47982         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
47983
47984         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
47985
47986 2011-06-20  David S. Miller  <davem@davemloft.net>
47987
47988         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
47989         inclusions.
47990         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
47991
47992         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
47993         (elf_irel): Use it.
47994         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
47995         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
47996         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
47997         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
47998         * sysdeps/x86_64/dl-irel.h: Likewise.
47999
48000         * elf/dl-runtime.c: Use elf_ifunc_invoke.
48001         * elf/dl-sym.c: Likewise.
48002
48003 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
48004
48005         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
48006         need to dereference resplen2.
48007
48008 2011-06-14  Andreas Schwab  <schwab@redhat.com>
48009
48010         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
48011
48012 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
48013
48014         * Makeconfig: Define vardbdir and inst_vardbdir.
48015         * nss/Makefile: Add rules to install db-Makefile.
48016
48017         * nss/nss_db/db-XXX.c: Cleanup.
48018
48019         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
48020         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
48021         GLIBC_PRIVATE.
48022         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
48023         * nss/makedb.c: Implement -g option to specify that value strings
48024         are generated and should not be added to table iterated over for
48025         get*ent calls.
48026         * nss/nss_db/db-initgroups.c: New file.
48027
48028         * nss/getent.c: Add support for initgroups lookups through getgrouplist
48029         interface.
48030
48031         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
48032         (internal_getgrouplist): Adjust to name change.
48033         Update use_initgroups_entry if this is not the first call.
48034         * nss/databases.def: Add initgroups entry.
48035
48036         * nss/makedb.c (compute_tables): Check result of multiple hash table
48037         sizes to minimize maximum chain length.
48038
48039 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
48040
48041         * Versions.def: Add entry for libnss_db.
48042         * shlib-versions: Likewise.
48043         * nss/Makefile: Add rules to build libnss_db.
48044         * nss/Versions: Add libnss_db information.  Organize libnss_files
48045         entries better.
48046         * nss/db-Makefile: Add gshadow support.  Change rules for the new
48047         makedb progra.  Some minor improvements to generate smaller files.
48048         * nss/nss_db/nss_db.h: Move NSS database header data structures to
48049         here from...
48050         * nss/makedb.c: ...here.
48051         Improve database format to be smaller and require less memory at
48052         runtime.
48053         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
48054         db anymore.
48055         * nss/nss_db/db-netgrp.c: Likewise.
48056         * nss/nss_db/db-open.c: Likewise.
48057         * nss/nss_files/flies-XXX.x: Adjust comments.
48058         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
48059         * nss/nss_files/files-grp.c: Likewise.
48060         * nss/nss_files/files-hosts.c: Likewise.
48061         * nss/nss_files/files-network.c: Likewise.
48062         * nss/nss_files/files-proto.c: Likewise.
48063         * nss/nss_files/files-pwd.c: Likewise.
48064         * nss/nss_files/files-rpc.c: Likewise.
48065         * nss/nss_files/files-service.c: Likewise.
48066         * nss/nss_files/files-sgrp.c: Likewise.
48067         * nss/nss_files/files-spwd.c: Likewise.
48068         * nss/nss_db/db-alias.c: Removed.
48069         * nss/nss_db/dummy-db.h: Removed.
48070
48071 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
48072
48073         * nss/makedb.c: Rewritten to not use database library.
48074         * nss/Makefile: Update to build new makedb program.
48075
48076 2011-06-14  Andreas Jaeger  <aj@suse.de>
48077
48078         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
48079         memset declaration.
48080
48081 2011-06-10  Andreas Schwab  <schwab@redhat.com>
48082
48083         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
48084         tmpbuf.
48085
48086 2011-06-10  Roland McGrath  <roland@hack.frob.com>
48087
48088         * Makerules (shlib.lds): Fail if the linker script comes out empty.
48089         * elf/Makefile ($(objpfx)ld.so): Likewise.
48090
48091         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
48092         Don't list ld.so twice in dependencies.
48093
48094         * posix/bug-regex31.c: Include <stdlib.h>.
48095
48096         * nscd/hstcache.c (cache_addhst): Remove unused variable.
48097
48098         * nis/nss_compat/compat-spwd.c
48099         (getspent_next_nss_netgr): Remove unused variable.
48100         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
48101
48102         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
48103         nonmembers" output to use the right array.
48104
48105         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
48106
48107         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
48108
48109         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
48110         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
48111         * catgets/gencat.c (read_input_file): Likewise.
48112         * locale/programs/locarchive.c (enlarge_archive): Likewise.
48113
48114         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
48115         variable definition inside #if's controlling its use.
48116
48117         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
48118
48119         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
48120
48121         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
48122
48123         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
48124         unreachable code.
48125
48126         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
48127
48128         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
48129         * configure: Regenerated.
48130
48131         * Makerules: Revert last change.
48132         * elf/Makefile: Likewise.
48133
48134 2011-06-09  Roland McGrath  <roland@hack.frob.com>
48135
48136         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
48137         * elf/Makefile ($(objpfx)librtld.os): Likewise.
48138         (reloc-link): Likewise.
48139
48140 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
48141
48142         * elf/Makefile: Add rules to build pldd.
48143         * elf/pldd.c: New file.
48144         * elf/pldd-xx.c: New file.
48145
48146 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
48147
48148         * version.h: Update for 2.15 development version.
48149
48150 2011-06-07  David S. Miller  <davem@davemloft.net>
48151
48152         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
48153         ifuncs.
48154         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
48155         elf_machine_lazy_rel): Likewise.
48156         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
48157         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
48158         elf_machine_lazy_rel): Likewise.
48159         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
48160         dl_hwcap via passed in argument.
48161         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
48162         Likewise.
48163
48164 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48165
48166         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
48167
48168 2011-06-06  Roland McGrath  <roland@hack.frob.com>
48169
48170         [BZ #12849]
48171         * manual/fdl-1.1.texi: New file, verbatim from:
48172         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
48173         * manual/lgpl-2.1.texi: New file, verbatim from:
48174         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
48175         * manual/Makefile (licenses): New variable, list those new file names.
48176         (texis): Use it.
48177         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
48178
48179         * manual/fdl.texi: File removed.
48180         * manual/lesser.texi: File removed.
48181         * manual/libc.texinfo (Copying, Documentation License):
48182         Use new @include file names, put @appendix directive before @include.
48183
48184 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
48185
48186         [BZ #12841]
48187         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
48188         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
48189         (mq_open): Add __NTH.
48190
48191 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
48192
48193         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48194         Assume Intel Core i3/i5/i7 processor if AVX is available.
48195
48196 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
48197
48198         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
48199         typo.
48200
48201 2011-05-31  Andreas Schwab  <schwab@redhat.com>
48202
48203         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
48204         memory.  Use alloca_account.  Fix memory leak when retrying.
48205
48206 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
48207
48208         * version.h (RELEASE): Bump for 2.14 release.
48209         * include/features.h (__GLIBC_MINOR__): Bump to 14.
48210
48211         * config.make.in (RANLIB): Remove entry.
48212
48213 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
48214
48215         * po/Makefile (po-sed-cmd): Add ksh to extensions.
48216         (libc.pot): Work around missing support for .ksh extension in xgettext.
48217
48218         [BZ #12684]
48219         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
48220         if both request failed.
48221         (send_dg): In case of server errors clear resplen or *resplen2.
48222
48223         [BZ #12454]
48224         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
48225         when there are multiple maps.
48226         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
48227         (_dl_fini): Remove test here.
48228
48229         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
48230
48231 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
48232
48233         [BZ #12350]
48234         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
48235         bit from old_res_options.
48236         (gaih_inet): Likewise.
48237
48238         [BZ #11099]
48239         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
48240         as signed.
48241
48242         * resolv/res_init.c (res_setoptions): Make the code more compact.
48243
48244         [BZ #11558]
48245         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
48246         set RES_USEVC.
48247
48248         [BZ #11634]
48249         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
48250
48251         * malloc/malloc.h: Mark malloc hook variables as deprecated.
48252
48253         [BZ #11781]
48254         * malloc/malloc.h: Declare malloc hook variables as volatile.
48255
48256         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
48257         in last patch.
48258
48259         [BZ #11799]
48260         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
48261         raise in the comment.
48262         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
48263         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
48264         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
48265
48266 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
48267
48268         [BZ #12811]
48269         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
48270         grow the buffers more if it already has to be sufficient.
48271         (build_wcs_upper_buffer): Likewise.
48272         * posix/regexec.c (check_matching): Likewise.
48273         (clean_state_log_if_needed): Likewise.
48274         (extend_buffers): Don't enlarge buffers beyond size of the input
48275         buffer.
48276         Patches mostly by Emil Wojak <emil@wojak.eu>.
48277         * posix/bug-regex32.c: New file.
48278         * posix/Makefile (tests): Add bug-regex32.
48279
48280         * locale/findlocale.c (_nl_find_locale): Return right away if
48281         _nl_explode_name failed.
48282         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
48283
48284         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
48285
48286         * debug/xtrace.sh: Unify messages.
48287         * malloc/memusage.sh: Likewise.
48288
48289         [BZ #12813]
48290         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
48291         time symbol from vDSO.  Substitute with vsyscall if not available.
48292         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
48293         __vdso_time.
48294
48295         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
48296         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
48297         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
48298         Add sendmmsg and internal_sendmmsg.
48299         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
48300         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
48301         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
48302
48303         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
48304         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
48305         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
48306
48307 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
48308
48309         [BZ #12813]
48310         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
48311         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
48312         available.
48313         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
48314         __vdso_getcpu.
48315
48316         [BZ #12814]
48317         * iconvdata/Makefile (tests): Add bug-iconv9.
48318         * iconvdata/bug-iconv9.c: New file.
48319
48320 2011-05-27  Andreas Schwab  <schwab@redhat.com>
48321
48322         [BZ #12814]
48323         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
48324
48325 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
48326
48327         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
48328         (struct user_regs_struct): Change intcs field back to cs.
48329
48330 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
48331
48332         * po/ja.po: Update from translation team.
48333
48334 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
48335
48336         [BZ #12795]
48337         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
48338         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
48339
48340 2011-05-20  Andreas Schwab  <schwab@redhat.com>
48341
48342         * stdlib/longlong.h: Update from GCC.
48343
48344 2011-05-23  Andreas Schwab  <schwab@redhat.com>
48345
48346         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
48347         parameter name.
48348         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
48349         Add parameter name.
48350         (__sysconf): Pass it down.
48351
48352 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
48353
48354         [BZ #12671]
48355         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
48356         some situations.
48357         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
48358         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
48359         add in in __libc_use_alloca calls.  Adjust callers.
48360         (glob): Use malloc in some situations.
48361
48362         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
48363         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
48364         pltexit.
48365
48366 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
48367
48368         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
48369         and CLOCK_BOOTTIME_ALARM.
48370
48371         [BZ #12782]
48372         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
48373         is returned.
48374
48375         * string/_strerror.c (__strerror_r): Print negative errors as signed
48376         numbers.
48377
48378         [BZ #12777]
48379         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
48380         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
48381         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
48382
48383         * configure.in: Fix typo in redirection and correct removal of test
48384         files in two cases.
48385
48386         [BZ #12788]
48387         * locale/setlocale.c (new_composite_name): Fix test to check for
48388         identical name of all categories.
48389
48390         [BZ #12792]
48391         * libio/filedoalloc.c (local_isatty): New function.
48392         (_IO_file_doallocate): Use local_isatty.
48393         * stdio-common/perror.c (perror): In case a new stream is used
48394         forward the stream error.
48395         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
48396         error flag.
48397
48398 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
48399
48400         [BZ #11869]
48401         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
48402         alloca.
48403         * include/alloca.h (extend_alloca_account): Define.
48404
48405         [BZ #11857]
48406         * posix/regex.h: Fix comments with documentation of user-accessible
48407         fields after compilation and describe correct free'ing of pattern
48408         after re_compile_pattern.
48409         Patch by Reuben Thomas <rrt@sc3d.org>.
48410
48411 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
48412
48413         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
48414         and -mno-altivec to prevent the compiler from using Altivec and/or
48415         VSX instructions when the corresponding registers are not available.
48416
48417 2011-05-19  Andreas Schwab  <schwab@redhat.com>
48418
48419         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
48420
48421 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
48422
48423         * libio/freopen.c (freopen): Use __dup2, not dup2.
48424         * libio/freopen64.c (freopen64): Likewise.
48425
48426 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
48427
48428         [BZ #12775]
48429         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
48430         * math/Makefile (tests): Add test-powl.
48431         (CFLAGS-test-powl.c): Define.
48432         * math/test-powl.c: New file.
48433
48434 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
48435
48436         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
48437
48438 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
48439
48440         [BZ #11837]
48441         * iconvdata/gb18030.c: Update to GB18020-2005.
48442
48443 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
48444
48445         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
48446         RE_SYNTAX_POSIX_AWK): Update to match recent development.
48447         Patch by Aharon Robbins <arnold@skeeve.com>.
48448
48449         [BZ #11892]
48450         * stdlib/putenv.c (putenv): Don't always create copy of the variable
48451         on the stack.
48452
48453         [BZ #11895]
48454         * misc/pselect.c (__pselect): Handle timeout value errors hidden
48455         through underflows.
48456
48457         [BZ #12766]
48458         * misc/error.c (error_at_line): Ensure file_name and old_file_name
48459         point to strings before performing equality test for error_one_per_line
48460         mode.
48461
48462         [BZ #11697]
48463         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
48464
48465         [BZ #11820]
48466         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
48467         (struct user_fpregs_struct): Avoid __uint*_t types.
48468
48469         [BZ #6420]
48470         * malloc/mtrace.c (tr_where): Add additional parameter to point to
48471         symbol info.  Use it instead of calling _dl_addr locally.
48472         (lock_and_info): New function.
48473         (tr_freehook): Call lock_and_info and pass symbol info as additional
48474         parameter to tr_where.
48475         (tr_mallochook): Likewise.
48476         (tr_reallochook): Likewise.
48477         (tr_memalignhook): Likewise.
48478
48479         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
48480         used and couldn't be at all thread-safe.
48481
48482 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
48483
48484         * libio/freopen.c (freopen): Don't close old file descriptor
48485         before the new one is opened.  Instead dup the new file descriptor
48486         to the old one after the new stream is created.
48487         * libio/freopen64.c (freopen64): Likewise.
48488         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
48489         * libio/fileops.c (_IO_new_file_close_it): Handle new
48490         _IO_FLAGS2_NOCLOSE flag.
48491         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
48492         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
48493         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
48494         _IO_FLAGS2_NOCLOSE flag.
48495         * include/unistd.h: Add hidden_proto for dup3.
48496         Define __have_dup3.
48497         * io/dup3.c: Define hidden symbol.
48498         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
48499
48500         [BZ #7101]
48501         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
48502         when an incomplete long option is used.
48503         * posix/tst-getopt_long1.c: New file.
48504         * posix/Makefile (tests): Add tst-getopt_long1.
48505
48506         [BZ #10138]
48507         * scripts/config.guess: Update from autoconf-2.68.
48508         * scripts/config.sub: Likewise.
48509
48510         [BZ #10157]
48511         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
48512         tests into ...
48513         (has_cpuclock): ...this.  New function.
48514         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
48515         macro here based on has_cpuclock code.
48516
48517         [BZ #10149]
48518         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48519         First byte (not low byte) is now always NUL.
48520         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
48521
48522         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48523         Use non-cancelable interfaces.
48524
48525         [BZ #9809]
48526         * locale/iso-639.def: Add entry for Sorani.
48527
48528         [BZ #11901]
48529         * include/stdlib.h: Move include protection to the right place.
48530         Define abort_msg_s.  Declare __abort_msg with it.
48531         * stdlib/abort.c (__abort_msg): Adjust type.
48532         * assert/assert.c (__assert_fail_base): New function.  Majority
48533         of code from __assert_fail.  Allocate memory for __abort_msg with
48534         mmap.
48535         (__assert_fail): Now call __assert_fail_base.
48536         * assert/assert-perr.c: Remove bulk of implementation.  Use
48537         __assert_fail_base.
48538         * include/assert.hL Declare __assert_fail_base.
48539         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
48540         mmap.
48541         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
48542
48543 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
48544
48545         [BZ #11952]
48546         [BZ #12453]
48547         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
48548         until all modules are registered in the DTV.
48549         * elf/Makefile: Add rules to build and run tst-tls19.
48550         * elf/tst-tls19.c: New file.
48551         * elf/tst-tls19mod1.c: New file.
48552         * elf/tst-tls19mod2.c: New file.
48553         * elf/tst-tls19mod3.c: New file.
48554         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
48555
48556         [BZ #12083]
48557         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
48558         correctly.
48559
48560         [BZ #12601]
48561         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
48562         two-byte sequence errors.
48563         * iconvdata/Makefile (tests): Add bug-iconv8.
48564         * iconvdata/bug-iconv8.c: New file.
48565
48566         [BZ #12626]
48567         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
48568         buf2 definition.
48569
48570         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
48571
48572         [BZ #12432]
48573         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
48574         (dummy_getcfa): New function.
48575         (init): Get _Unwind_GetCFA address, use dummy if not found.
48576         (backtrace_helper): In recursion check, also check whether CFA changes.
48577         (__backtrace): Completely initialize arg.
48578
48579         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
48580         storing incomplete byte sequence in state object.  Avoid testing for
48581         guaranteed too small input if we know there is enough data available.
48582
48583 2011-05-11  Andreas Schwab  <schwab@redhat.com>
48584
48585         * Makeconfig (+link-pie): Indent.
48586         * Rules (binaries-pie): Define if $(have-fpie) and
48587         $(build-shared).
48588         (binaries-shared): Also filter out $(binaries-pie).
48589         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
48590         * nscd/Makefile (others-pie): Add nscd.
48591         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
48592         ($(objpfx)nscd): Remove command override.
48593         * login/Makefile (others-pie): Add pt_chown.
48594         ($(objpfx)pt_chown): Remove command override.
48595         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
48596         remove command overrides.
48597
48598 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
48599
48600         * libio/tst_putwc.c: Fix error messages.
48601
48602         [BZ #12724]
48603         * libio/fileops.c (_IO_new_file_close_it): Always flush when
48604         currently writing and seek to current position when not.
48605         * libio/Makefile (tests): Add bug-fclose1.
48606         * libio/bug-fclose1.c: New file.
48607
48608 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
48609
48610         [BZ #12511]
48611         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
48612         don't set DF_1_NODELETE here.
48613         (do_lookup_x): When entering new entry test for copy relocation
48614         and if necessary set DF_1_NODELETE flag.
48615         * elf/tst-unique4.cc: New file.
48616         * elf/tst-unique4.h: New file.
48617         * elf/tst-unique4lib.cc: New file.
48618         * elf/Makefile: Add rules to build and run tst-unique4.
48619         Patch by Piotr Bury <pbury@goahead.com>.
48620
48621 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
48622
48623         [BZ #12052]
48624         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
48625
48626         [BZ #12625]
48627         * misc/mntent_r.c (addmntent): Flush the stream after the output
48628
48629         [BZ #12393]
48630         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
48631         (is_trusted_path_normalize): Skip initial colon.  Append slash
48632         to empty buffer.  Duplicate is_trusted_path code but allow
48633         constructed patch to be prefix.
48634         (is_dst): Allow $ORIGIN followed by /.
48635         (_dl_dst_substitute): Correct clearing of check_for_trusted.
48636         Correct testing of result of is_trusted_path_normalize
48637         (decompose_rpath): Fix warning.
48638
48639 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
48640
48641         [BZ #11257]
48642         * grp/initgroups.c (internal_getgrouplist): When we found the service
48643         list through the initgroups entry in nsswitch.conf do not always
48644         continue on a successful lookup.  Don't always use the
48645         __nss_group_database value if it is set.
48646         * nss/nsswitch.conf (initgroups): Change action for successful db
48647         lookup to continue for compatibility.
48648
48649 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
48650
48651         [BZ #11532]
48652         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
48653         and CP774 modules.
48654         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
48655         and CP774 modules.
48656         * iconvdata/tst-tables.sh: Likewise.
48657         * iconvdata/cp770.c: New file.
48658         * iconvdata/cp771.c: New file.
48659         * iconvdata/cp772.c: New file.
48660         * iconvdata/cp773.c: New file.
48661         * iconvdata/cp774.c: New file.
48662         * iconvdata/testdata/CP770: New file.
48663         * iconvdata/testdata/CP770..UTF8: New file.
48664         * iconvdata/testdata/CP771: New file.
48665         * iconvdata/testdata/CP771..UTF8: New file.
48666         * iconvdata/testdata/CP772: New file.
48667         * iconvdata/testdata/CP772..UTF8: New file.
48668         * iconvdata/testdata/CP773: New file.
48669         * iconvdata/testdata/CP773..UTF8: New file.
48670         * iconvdata/testdata/CP774: New file.
48671         * iconvdata/testdata/CP774..UTF8: New file.
48672
48673         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
48674         END CHARMAP line.
48675         * iconvdata/gen-8bit-gap.sh: Likewise.
48676         * iconvdata/gen-8bit.sh: Likewise.
48677
48678         * locale/iso-639.def: Add ary entry.
48679
48680         [BZ #11258]
48681         * locale/C-translit.h.in: Add U20A1 transliteration.
48682
48683         [BZ #12178]
48684         * locale/iso-639.def: Add wae entry.
48685         Patch by Kevin Bortis <bortis@translate-wae.ch>.
48686
48687         [BZ #12545]
48688         * locale/programs/localedef.c (construct_output_path): Use ssize_t
48689         for n.
48690
48691         [BZ #12711]
48692         * locale/C-translit.h.in: Add entry for U20B9.
48693         Patch by pravin.d.s@gmail.com.
48694
48695 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
48696
48697         [BZ #12713]
48698         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
48699         ENAMETOOLONG use generic getcwd.
48700         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
48701         in rtld.  Use *stat64.
48702         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
48703         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
48704         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
48705         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
48706         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
48707         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
48708         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
48709         __fstatat64 macros.
48710         * include/dirent.h: Add libc_hidden_proto for rewinddir.
48711         * dirent/rewinddir.c: Add libc_hidden_def.
48712         * sysdeps/mach/hurd/rewinddir.c: Likewise.
48713         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
48714
48715         * include/dirent.h (__alloc_dir): Add flags parameter.
48716         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
48717         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
48718         __alloc_dir.
48719         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
48720         from fdopendir if O_CLOEXEC is already set.
48721
48722 2011-03-15  Alan Modra  <amodra@gmail.com>
48723
48724         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
48725         l_tls_firstbyte_offset non-zero.  Save padding offset in
48726         l_tls_firstbyte_offset for later use.
48727         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
48728         freeing static tls block.
48729
48730 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
48731
48732         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
48733         where #ifdef was intended.  The intent is to prevent ARG_MAX from
48734         being defined by the kernel headers.
48735
48736 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
48737
48738         [BZ #12734]
48739         * resolv/resolv.h: Define RES_NOTLDQUERY.
48740         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
48741         no-tld-query and set RES_NOTLDQUERY.
48742         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
48743         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
48744         modern BIND to search name as TLD unless forbidden.
48745
48746 2011-05-07  Petr Baudis  <pasky@suse.cz>
48747             Ulrich Drepper  <drepper@gmail.com>
48748
48749         [BZ #12393]
48750         * elf/dl-load.c (fillin_rpath): Move trusted path check...
48751         (is_trusted_path): ...to here.
48752         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
48753         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
48754         using is_trusted_path_normalize() in setuid scripts.
48755
48756 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
48757
48758         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
48759         __BEGIN/__END_DECLS.
48760
48761 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
48762
48763         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
48764         NSS_STATUS_NOTFOUND if no record was found.
48765
48766 2011-05-05  Andreas Schwab  <schwab@redhat.com>
48767
48768         * sunrpc/Makefile (headers): Add rpc/netdb.h.
48769         (headers-not-in-tirpc): Remove rpc/netdb.h
48770         * resolv/netdb.h: Revert last change.
48771
48772 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
48773
48774         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
48775         circular dependency between libgcc.a and libc.a.
48776
48777 2011-05-05  Andreas Schwab  <schwab@redhat.com>
48778
48779         * resolv/netdb.h: Don't include <rpc/netdb.h>.
48780         * nis/Makefile: Don't install rpcsvc/*.
48781         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
48782         instead of <rpc/types.h>.
48783         (MAXHOSTNAMELEN): Define.
48784
48785 2011-05-03  Andreas Schwab  <schwab@redhat.com>
48786
48787         * elf/ldconfig.c (add_dir): Don't crash on empty path.
48788
48789 2011-04-28  Maciej Babinski  <mbabinski@google.com>
48790
48791         [BZ #12714]
48792         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
48793         gethostbyname4_r when IPv6 results are possible.
48794
48795 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
48796
48797         [BZ #12723]
48798         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
48799         _PC_PIPE_BUF handling.
48800
48801 2011-04-30  Bruno Haible  <bruno@clisp.org>
48802
48803         [BZ #12717]
48804         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
48805         * resolv/netdb.h (getnameinfo): Change type of flags parameter
48806         to 'int'.
48807         * inet/getnameinfo.c (getnameinfo): Likewise.
48808
48809 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
48810
48811         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
48812         to groups setting in database lookup.
48813         * nss/nsswitch.conf: Add initgroups entry.
48814
48815 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
48816
48817         [BZ #12685]
48818         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
48819         mode string.
48820         Patch by Eric Blake <eblake@redhat.com>.
48821
48822 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
48823
48824         * sunrpc/Makefile (need-export-routines): Add svc_run.
48825         (routines): Remove svc_run.
48826         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
48827         * sunrpc/clnt_perr.c (clnt_perrno): Export.
48828         * sunrpc/svc_run.c (svc_run): Likewise.
48829         * sunrpc/svc_udp.c (svcudp_create): Likewise.
48830
48831 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
48832
48833         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
48834         problem in reallocation in last patch.
48835
48836 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
48837
48838         * sunrpc/Makefile: Move inclusion of Rules.
48839
48840 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
48841
48842         * nss/nss_files/files-initgroups.c: New file.
48843         * nss/Makefile (libnss_files-routines): Add files-initgroups.
48844         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
48845         _nss_files_initgroups_dyn.
48846
48847 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
48848
48849         * elf/elf.h (R_ARM_IRELATIVE): Define.
48850
48851 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
48852
48853         * po/ru.po: Update from translation team.
48854
48855 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
48856
48857         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
48858         dependencies.
48859
48860 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
48861
48862         [BZ #12653]
48863         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
48864         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
48865         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
48866         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
48867         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
48868
48869 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
48870
48871         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
48872         differing bytes.
48873         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
48874         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
48875         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
48876
48877 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
48878
48879         [BZ #12420]
48880         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
48881         storing it.
48882         * stdlib/bug-getcontext.c: New file.
48883         * stdlib/Makefile: Add rules to build and run bug-getcontext.
48884
48885 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48886
48887         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
48888         instructions into .machine "z9-109".
48889         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
48890         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
48891
48892 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48893
48894         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
48895         between environment variables and auxiliary vector.
48896
48897 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
48898
48899         * Makefile: Add rules to build linkobj/libc.so.
48900         * include/libc-symbols.h: Define libc_hidden_nolink.
48901         * include/rpc/auth.h: Mark functions which are to be hidden.
48902         * include/rpc/auth_des.h: Likewise.
48903         * include/rpc/auth_unix.h: Likewise.
48904         * include/rpc/clnt.h: Likewise.
48905         * include/rpc/des_crypt.h: Likewise.
48906         * include/rpc/key_prot.h: Likewise.
48907         * include/rpc/pmap_clnt.h: Likewise.
48908         * include/rpc/pmap_prot.h: Likewise.
48909         * include/rpc/pmap_rmt.h: Likewise.
48910         * include/rpc/rpc_msg.h: Likewise.
48911         * include/rpc/svc.h: Likewise.
48912         * include/rpc/svc_auth.h: Likewise.
48913         * include/rpc/xdr.h: Likewise.
48914         * nis/Makefile: Link all DSOs against linkobj/libc.so.
48915         * nss/Makefile: Likewise.
48916         * sunrpc/Makefile: Don't install headers.  Build library with normal
48917         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
48918         * sunrpc/auth_des.c: Hide exported symbols by default, export some
48919         for the compat linking library.  Remove use of INTDEF/INTUSE.
48920         * sunrpc/auth_none.c: Likewise.
48921         * sunrpc/auth_unix.c: Likewise.
48922         * sunrpc/authdes_prot.c: Likewise.
48923         * sunrpc/authuxprot.c: Likewise.
48924         * sunrpc/clnt_gen.c: Likewise.
48925         * sunrpc/clnt_perr.c: Likewise.
48926         * sunrpc/clnt_raw.c: Likewise.
48927         * sunrpc/clnt_simp.c: Likewise.
48928         * sunrpc/clnt_tcp.c: Likewise.
48929         * sunrpc/clnt_udp.c: Likewise.
48930         * sunrpc/clnt_unix.c: Likewise.
48931         * sunrpc/des_crypt.c: Likewise.
48932         * sunrpc/des_soft.c: Likewise.
48933         * sunrpc/get_myaddr.c: Likewise.
48934         * sunrpc/key_call.c: Likewise.
48935         * sunrpc/key_prot.c: Likewise.
48936         * sunrpc/netname.c: Likewise.
48937         * sunrpc/pm_getmaps.c: Likewise.
48938         * sunrpc/pm_getport.c: Likewise.
48939         * sunrpc/pmap_clnt.c: Likewise.
48940         * sunrpc/pmap_prot.c: Likewise.
48941         * sunrpc/pmap_prot2.c: Likewise.
48942         * sunrpc/pmap_rmt.c: Likewise.
48943         * sunrpc/publickey.c: Likewise.
48944         * sunrpc/rpc_cmsg.c: Likewise.
48945         * sunrpc/rpc_common.c: Likewise.
48946         * sunrpc/rpc_dtable.c: Likewise.
48947         * sunrpc/rpc_prot.c: Likewise.
48948         * sunrpc/rpc_thread.c: Likewise.
48949         * sunrpc/rtime.c: Likewise.
48950         * sunrpc/svc.c: Likewise.
48951         * sunrpc/svc_auth.c: Likewise.
48952         * sunrpc/svc_authux.c: Likewise.
48953         * sunrpc/svc_raw.c: Likewise.
48954         * sunrpc/svc_run.c: Likewise.
48955         * sunrpc/svc_simple.c: Likewise.
48956         * sunrpc/svc_tcp.c: Likewise.
48957         * sunrpc/svc_udp.c: Likewise.
48958         * sunrpc/svc_unix.c: Likewise.
48959         * sunrpc/svcauth_des.c: Likewise.
48960         * sunrpc/xcrypt.c: Likewise.
48961         * sunrpc/xdr.c: Likewise.
48962         * sunrpc/xdr_array.c: Likewise.
48963         * sunrpc/xdr_float.c: Likewise.
48964         * sunrpc/xdr_intXX_t.c: Likewise.
48965         * sunrpc/xdr_mem.c: Likewise.
48966         * sunrpc/xdr_rec.c: Likewise.
48967         * sunrpc/xdr_ref.c: Likewise.
48968         * sunrpc/xdr_sizeof.c: Likewise.
48969         * sunrpc/xdr_stdio.c: Likewise.
48970
48971 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
48972
48973         [BZ #12650]
48974         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
48975         * sysdeps/ia64/dl-tls.h: Likewise.
48976         * sysdeps/powerpc/dl-tls.h: Likewise.
48977         * sysdeps/s390/dl-tls.h: Likewise.
48978         * sysdeps/sh/dl-tls.h: Likewise.
48979         * sysdeps/sparc/dl-tls.h: Likewise.
48980         * sysdeps/x86_64/dl-tls.h: Likewise.
48981         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
48982
48983 2011-03-14  Andreas Schwab  <schwab@redhat.com>
48984
48985         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
48986         rpath element also skip the following colon.
48987         (expand_dynamic_string_token): Add is_path parameter and pass
48988         down to DL_DST_REQUIRED and _dl_dst_substitute.
48989         (decompose_rpath): Call expand_dynamic_string_token with
48990         non-zero is_path.  Ignore empty rpaths.
48991         (_dl_map_object_from_fd): Call expand_dynamic_string_token
48992         with zero is_path.
48993
48994 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
48995
48996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
48997         Make cancelable.
48998
48999 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
49000
49001         [BZ #12655]
49002         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
49003         Patch by Filipe David Manana <fdmanana@apache.org>.
49004
49005 2011-04-07  Andreas Schwab  <schwab@redhat.com>
49006
49007         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
49008         Maintain aligned stack.
49009         (CHECK_RSP): Remove unused macro.
49010
49011 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
49012
49013         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
49014         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
49015
49016 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
49017
49018         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
49019
49020         * include/features.h: Mention __USE_XOPEN2K8 in comment.
49021
49022 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
49023
49024         [BZ #12518]
49025         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
49026         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
49027         * sysdeps/x86_64/memmove.c: New file.
49028         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
49029         (memcpy): Renamed to ...
49030         (__new_memcpy): This.
49031         (memcpy): Provide GLIBC_2_14 memcpy.
49032         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
49033         (memcpy): Provide GLIBC_2_2_5 memcpy.
49034
49035 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
49036
49037         [BZ #12631]
49038         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
49039
49040 2011-03-30  Andreas Schwab  <schwab@redhat.com>
49041
49042         * misc/syncfs.c: New file.
49043         * misc/Makefile (routines): Add syncfs.
49044         * posix/unistd.h: Declare syncfs.
49045         * sysdeps/unix/syscalls.list: Add syncfs.
49046
49047 2011-04-01  Andreas Schwab  <schwab@redhat.com>
49048
49049         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
49050         open_by_handle_at.
49051         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
49052         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49053         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49054         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49055         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49056         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
49057         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49058
49059 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
49060
49061         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
49062         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49063         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
49064         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49065         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49066         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49067         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49068
49069         * io/Makefile: Compile fallocate.c, fallocate64.c, and
49070         sync_file_range.c with -fexceptions.
49071         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
49072         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
49073         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
49074         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
49075         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
49076         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
49077         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
49078         sync_file_range as cancellation point
49079         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
49080         now a wrapper around __call_sync_file_range with cancellation handling.
49081         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
49082         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
49083         function name to __call_sync_file_range.
49084         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
49085         Add call_sync_file_range.
49086
49087 2011-04-01  Andreas Schwab  <schwab@redhat.com>
49088
49089         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49090         bits/timex.h.
49091
49092 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
49093
49094         * iconv/iconv.h: Fix typo in comment.
49095         * io/fcntl.h: Likewise.
49096         * libio/stdio.h: Likewise.
49097         * posix/spawn.h: Likewise.
49098         * posix/unistd.h: Likewise.
49099         * stdlib/stdlib.h: Likewise.
49100         * time/time.h: Likewise.
49101         * wcsmbs/wchar.h: Likewise.
49102
49103         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
49104         open_by_handle): Add.
49105         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
49106         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
49107         Augment a few comments.
49108         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49109         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49110         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49111         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49112         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49113         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
49114         open_by_handle.
49115
49116         * io/fcntl.h (AT_EMPTY_PATH): Define.
49117
49118 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
49119
49120         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
49121         * sysdeps/unix/sysv/linux/bits/time.h: New file.
49122         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
49123         to...
49124         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
49125         * Versions.def: Add GLIBC_2.14.
49126         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
49127         Export.
49128
49129 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
49130
49131         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
49132         round counter.
49133         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
49134
49135 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
49136
49137         [BZ #12597]
49138         * string/test-strncmp.c (do_page_test): New function.
49139         (check2): Likewise.
49140         (test_main): Call check2.
49141         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
49142
49143 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
49144
49145         [BZ #12587]
49146         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
49147         Handle cache information in CPU leaf 4.
49148         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
49149
49150 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
49151
49152         [BZ #12583]
49153         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
49154         character representation.
49155         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
49156
49157 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
49158
49159         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
49160         END(__isnan) to END(__isnanf) to match function entry point/label
49161         EALIGN(__isnanf,...).
49162
49163 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
49164
49165         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
49166
49167 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
49168
49169         [BZ #12510]
49170         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
49171         copy from the symbol referenced in the relocation to initialize the
49172         used variable.
49173         Patch by Piotr Bury <pbury@goahead.com>.
49174         * elf/Makefile: Add rules to build and tst-unique3.
49175         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
49176         * elf/tst-unique3.cc: New file.
49177         * elf/tst-unique3.h: New file.
49178         * elf/tst-unique3lib.cc: New file.
49179         * elf/tst-unique3lib2.cc: New file.
49180
49181         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
49182
49183 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
49184
49185         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
49186         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
49187         to _start.
49188
49189 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
49190
49191         * elf/dl-load.c (_dl_map_object): If we are looking for the first
49192         to-be-loaded object along a path to loader is ld.so.
49193
49194 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
49195             Ulrich Drepper  <drepper@gmail.com>
49196
49197         * sysdeps/x86_64/memset.S: After aligning destination, code
49198         branches to different locations depending on the value of
49199         misalignment, when multiarch is enabled. Fix this.
49200
49201 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
49202
49203         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
49204         Set _x86_64_preferred_memory_instruction for AMD processsors.
49205         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49206         Set bit_Prefer_SSE_for_memop for AMD processors.
49207
49208 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
49209
49210         * libio/fmemopen.c (fmemopen): Optimize a bit.
49211
49212 2011-03-03  Andreas Schwab  <schwab@redhat.com>
49213
49214         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
49215
49216 2011-03-03  Roland McGrath  <roland@redhat.com>
49217
49218         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
49219
49220 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
49221
49222         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
49223         __bzero_ultra1 instead of __memset_ultra1.
49224
49225 2011-02-23  Andreas Schwab  <schwab@redhat.com>
49226             Ulrich Drepper  <drepper@gmail.com>
49227
49228         [BZ #12509]
49229         * include/link.h (struct link_map): Add l_orig_initfini.
49230         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
49231         returning unsuccessfully.
49232         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
49233         close of a file loaded at startup, restore the original l_initfini
49234         list.
49235         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
49236         list, store the pointer.
49237         * elf/Makefile ($(objpfx)noload-mem): New rule.
49238         (noload-ENV): Define.
49239         (tests): Add $(objpfx)noload-mem.
49240         * elf/noload.c: Include <memcheck.h>.
49241         (main): Call mtrace.  Close all opened handles.
49242
49243 2011-02-17  Andreas Schwab  <schwab@redhat.com>
49244
49245         [BZ #12454]
49246         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
49247         dependencies are missing.
49248
49249 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49250
49251         Fix __if_freereq crash: Unlike the generic version which uses free,
49252         Hurd needs munmap.
49253         * sysdeps/mach/hurd/ifreq.h: New file.
49254
49255 2011-01-27  Petr Baudis  <pasky@suse.cz>
49256             Ulrich Drepper  <drepper@gmail.com>
49257
49258         [BZ 12445]#
49259         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
49260         to extend_alloca().
49261         * stdio-common/bug23.c: New file.
49262         * stdio-common/Makefile (tests): Add bug23.
49263
49264 2010-09-28  Andreas Schwab  <schwab@redhat.com>
49265             Ulrich Drepper  <drepper@gmail.com>
49266
49267         [BZ #12489]
49268         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
49269         before performing relro protection.  At old place add assertion
49270         to make sure nothing changed.
49271
49272 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
49273             Glauber de Oliveira Costa  <glommer@gmail.com>
49274
49275         * elf/elf.h: Add new ARM TLS relocs.
49276
49277 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
49278
49279         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
49280         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
49281         cast from r3.
49282         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
49283         'tests' variable.
49284         * sysdeps/wordsize-64/tst-writev.c: New file.
49285
49286 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
49287
49288         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
49289         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
49290         insns in _dl_start to prevent a TOC reference before relocs are
49291         resolved.
49292
49293 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
49294
49295         [BZ #12469]
49296         * Makeconfig: Remove RANLIB definition.
49297         * Makerules: Don't use RANLIB.
49298         * aclocal.m4: Remove ranlib test.
49299         * configure.in: No need to check for ranlib.
49300         * elf/rtld-Rules: Don't use RANLIB.
49301
49302 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49303
49304         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
49305         protection macro.
49306         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
49307         inclusion protection macro.
49308
49309         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
49310         SIGRTMIN and SIGRTMAX and print information in that case only when
49311         SIGRTMIN is defined.
49312
49313 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
49314
49315         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
49316         arginfo fn returning -1.
49317
49318         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
49319         and thousands string is zero terminated.
49320
49321 2011-02-03  Andreas Schwab  <schwab@redhat.com>
49322
49323         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
49324         sysdeps/unix/sysv/linux/bits/socket.h.
49325
49326 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49327
49328         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
49329         (__CPU_COUNT): Remove old macros.
49330         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
49331         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
49332         (__CPU_ALLOC, __CPU_FREE): Add macros.
49333         (__sched_cpualloc, __sched_cpufree): Add declarations.
49334
49335 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
49336
49337         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
49338         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
49339         * nscd/aicache.c (addhstaiX): Return timeout of added value.
49340         (readdhstai): Return value of addhstaiX call.
49341         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
49342         (addgrbyX): Return value returned by cache_addgr.
49343         (readdgrbyname): Return value returned by addgrbyX.
49344         (readdgrbygid): Likewise.
49345         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
49346         (addpwbyX): Return value returned by cache_addpw.
49347         (readdpwbyname): Return value returned by addhstbyX.
49348         (readdpwbyuid): Likewise.
49349         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
49350         (addservbyX): Return value returned by cache_addserv.
49351         (readdservbyname): Return value returned by addservbyX:
49352         (readdservbyport): Likewise.
49353         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
49354         (addhstbyX): Return value returned by cache_addhst.
49355         (readdhstbyname): Return value returned by addhstbyX.
49356         (readdhstbyaddr): Likewise.
49357         (readdhstbynamev6): Likewise.
49358         (readdhstbyaddrv6): Likewise.
49359         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
49360         (readdinitgroups): Return value returned by addinitgroupsX.
49361         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
49362         (prune_cache): Keep track of timeout value of re-added entries.
49363         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
49364         * nscd/nscd.h: Adjust prototypes of readd* functions.
49365
49366 2011-02-04  Roland McGrath  <roland@redhat.com>
49367
49368         * nis/nis_server.c (nis_servstate): Use the right name for 0.
49369         (nis_stats): Likewise.
49370         * nis/nis_modify.c (nis_modify): Likewise.
49371         * nis/nis_remove.c (nis_remove): Likewise.
49372         * nis/nis_add.c (nis_add): Likewise.
49373
49374         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
49375
49376         * posix/fnmatch_loop.c: Add some consts.
49377
49378         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
49379
49380 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
49381
49382         [BZ #12460]
49383         * config.make.in (config-cflags-novzeroupper): Define.
49384         * configure.in: Substitute libc_cv_cc_novzeroupper.
49385         * elf/Makefile (AVX-CFLAGS): Define.
49386         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
49387         (CFLAGS-tst-auditmod4a.c): Likewise.
49388         (CFLAGS-tst-auditmod4b.c): Likewise.
49389         (CFLAGS-tst-auditmod6b.c): Likewise.
49390         (CFLAGS-tst-auditmod6c.c): Likewise.
49391         (CFLAGS-tst-auditmod7b.c): Likewise.
49392         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
49393
49394 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
49395
49396         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
49397         function to the callback.
49398         Patch partly by Jiri Olsa <jolsa@redhat.com>.
49399
49400 2011-02-02  Andreas Schwab  <schwab@redhat.com>
49401
49402         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
49403         of errno.
49404
49405 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
49406
49407         [BZ #11724]
49408         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
49409         of constructors.
49410         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
49411         of destructors.
49412         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
49413
49414         [BZ #11724]
49415         * elf/Makefile: Add rules to build and run new test.
49416         * elf/tst-initorder.c: New file.
49417         * elf/tst-initorder.exp: New file.
49418         * elf/tst-initordera1.c: New file.
49419         * elf/tst-initordera2.c: New file.
49420         * elf/tst-initordera3.c: New file.
49421         * elf/tst-initordera4.c: New file.
49422         * elf/tst-initorderb1.c: New file.
49423         * elf/tst-initorderb2.c: New file.
49424         * elf/tst-order-a1.c: New file.
49425         * elf/tst-order-a2.c: New file.
49426         * elf/tst-order-a3.c: New file.
49427         * elf/tst-order-a4.c: New file.
49428         * elf/tst-order-b1.c: New file.
49429         * elf/tst-order-b2.c: New file.
49430         * elf/tst-order-main.c: New file.
49431         New test case by George Gensure <werkt0@gmail.com>.
49432
49433 2010-10-01  Andreas Schwab  <schwab@redhat.com>
49434
49435         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
49436         decoding ACE if AI_CANONIDN.
49437
49438 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
49439
49440         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
49441
49442 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
49443
49444         * version.h (RELEASE): Bump for 2.13 release.
49445         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
49446
49447         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
49448
49449         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
49450         MADV_NOHUGEPAGE.
49451         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
49452         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
49453         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
49454         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
49455         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
49456         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
49457
49458         * posix/getconf.c: Update copyright year.
49459         * catgets/gencat.c: Likewise.
49460         * csu/version.c: Likewise.
49461         * debug/catchsegv.sh: Likewise.
49462         * debug/xtrace.sh: Likewise.
49463         * elf/ldconfig.c: Likewise.
49464         * elf/ldd.bash.in: Likewise.
49465         * elf/sprof.c (print_version): Likewise.
49466         * iconv/iconv_prog.c: Likewise.
49467         * iconv/iconvconfig.c: Likewise.
49468         * locale/programs/locale.c: Likewise.
49469         * locale/programs/localedef.c: Likewise.
49470         * malloc/memusage.sh: Likewise.
49471         * malloc/mtrace.pl: Likewise.
49472         * nscd/nscd.c (print_version): Likewise.
49473         * nss/getent.c: Likewise.
49474
49475         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
49476         PF_CAIF, and PF_ALG.
49477         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49478
49479 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
49480
49481         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
49482         (modules-names): Use them.
49483         (ifunc-test-modules, ifunc-pie-tests): Define.
49484         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
49485         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
49486         (test-extras): Likewise.
49487         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
49488         $(compile-command.c).
49489         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
49490         (all-built-dso): Define.
49491         (check-textrel.out, check-execstack.out): Depend on it.
49492
49493         * configure.in: Don't override --enable-multi-arch.
49494
49495 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
49496
49497         [BZ #6812]
49498         * nscd/hstcache.c (tryagain): Define.
49499         (cache_addhst): Return tryagain not notfound for temporary errors.
49500         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
49501         failed.
49502
49503 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
49504
49505         [BZ #10563]
49506         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
49507         to make the syscall.
49508         * sysdeps/unix/sysv/linux/setgroups.c: New file.
49509
49510         [BZ #12378]
49511         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
49512         and fall back to matching as normal character if the string ends before
49513         the matching ']' is found.  This is what POSIX requires.
49514         * posix/testfnm.c: Adjust test result.
49515         * posix/globtest.sh: Adjust test result.  Add new test.
49516         * posix/tst-fnmatch.input: Likewise.
49517         * posix/tst-fnmatch2.c: Add new test.
49518
49519 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
49520
49521         * elf/Makefile (check-execstack): Revert last change.  Depend on
49522         check-execstack.h.
49523         (check-execstack.h): New target.
49524         (generated): Add check-execstack.h.
49525         * elf/check-execstack.c: Include "check-execstack.h".
49526         (main): Revert last change.
49527         (handle_file): Return zero if GNU_STACK is absent and
49528         DEFAULT_STACK_PERMS doesn't include PF_X.
49529
49530 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
49531
49532         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
49533         in child fails because the descriptor is already closed.
49534         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
49535         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
49536         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
49537
49538         [BZ #12397]
49539         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
49540         syscall.
49541
49542         [BZ #10484]
49543         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
49544         temporary buffer used to handle multi lookups locally.
49545         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
49546
49547 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
49548
49549         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
49550         loader is ld.so.
49551
49552 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
49553
49554         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
49555         alignment for SSE2.
49556
49557 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
49558
49559         [BZ #12394]
49560         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
49561         characters.  When rounding increased number of integer digits recompute
49562         number of groups.
49563         * stdio-common/tst-grouping.c: New file.
49564         * stdio-common/Makefile: Add rules to build and run tst-grouping.
49565
49566 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
49567
49568         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
49569         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
49570
49571         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
49572         void.
49573         * bits/select.h: Likewise.
49574
49575 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
49576
49577         * po/ja.po: Update from translation team.
49578
49579 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
49580
49581         [BZ #11155]
49582         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
49583         implementation just like for lxstat, fxstatat, et al.
49584
49585 2010-12-27  Jim Meyering  <meyering@redhat.com>
49586
49587         [BZ #12348]
49588         * posix/regexec.c (build_trtable): Return failure indication upon
49589         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
49590
49591 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
49592
49593         [BZ #12201]
49594         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
49595         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
49596         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
49597         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
49598
49599         [BZ #12207]
49600         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
49601
49602         [BZ #12204]
49603         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
49604         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
49605
49606 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
49607
49608         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
49609         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
49610         script has SORT_BY_INIT_PRIORITY.
49611         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
49612         NO_CTORS_DTORS_SECTIONS is defined.
49613         * elf/soinit.c: Likewise.
49614         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
49615         NO_CTORS_DTORS_SECTIONS is defined.
49616         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
49617         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
49618         * sysdeps/sh/init-first.c: Likewise.
49619         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
49620
49621 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
49622
49623         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
49624         always use the slow path.
49625
49626 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
49627
49628         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
49629         similar rule which adds the sysdep directories to the header search in
49630         order to pick up the correct platform stackinfo.h.
49631         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
49632         perform test if it is, otherwise return successfully without testing.
49633         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
49634         DEFAULT_STACK_PERMS define in stackinfo.h.
49635         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
49636         defined in stackinfo.h.
49637         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
49638         DEFAULT_STACK_PERMS defined in stackinfo.h.
49639         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
49640         * sysdeps/ia64/stackinfo.h: Likewise.
49641         * sysdeps/s390/stackinfo.h: Likewise.
49642         * sysdeps/sh/stackinfo.h: Likewise.
49643         * sysdeps/sparc/stackinfo.h: Likewise.
49644         * sysdeps/x86_64/stackinfo.h: Likewise.
49645         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
49646         PF_X for powerpc64.  Retain PF_X for powerpc32.
49647
49648 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
49649
49650         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
49651         accurately.
49652         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
49653         GETDENTS_64BIT_ALIGNED.
49654
49655 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
49656
49657         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
49658
49659 2010-12-10  Andreas Schwab  <schwab@redhat.com>
49660
49661         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
49662         _GNU_SOURCE.
49663
49664         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
49665         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
49666         Remove __restrict.
49667         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
49668         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
49669
49670 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
49671
49672         [BZ #11655]
49673         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
49674         are initialized.
49675
49676 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
49677
49678         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
49679
49680 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
49681
49682         * po/it.po: Update from translation team.
49683
49684 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
49685
49686         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
49687         unused codes.
49688
49689 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
49690
49691         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
49692
49693 2010-11-24  Andreas Schwab  <schwab@redhat.com>
49694
49695         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
49696         specially.
49697         (gaih_getanswer_slice): Likewise.
49698
49699 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
49700
49701         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
49702
49703 2010-05-31  Petr Baudis  <pasky@suse.cz>
49704
49705         [BZ #11149]
49706         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
49707         silently even in the chroot mode.
49708
49709 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
49710
49711         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
49712         last patch a bit.  Pretty printing
49713
49714 2010-05-31  Petr Baudis <pasky@suse.cz>
49715
49716         [BZ #10085]
49717         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
49718         initialization of skip_initgroups_dyn.
49719
49720 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
49721
49722         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
49723         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
49724
49725 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
49726
49727         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
49728
49729 2010-11-11  Andreas Schwab  <schwab@redhat.com>
49730
49731         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
49732         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
49733         (tst-fnmatch-ENV): Set MALLOC_TRACE.
49734         ($(objpfx)tst-fnmatch-mem): New rule.
49735         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
49736         * posix/tst-fnmatch.c (main): Call mtrace.
49737
49738 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
49739
49740         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49741         Support Intel processor model 6 and model 0x2c.
49742
49743 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
49744
49745         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
49746           signed comparison.
49747
49748 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
49749
49750         [BZ #12205]
49751         * string/test-strncasecmp.c (check_result): New function.
49752         (do_one_test): Use it.
49753         (check1): New function.
49754         (test_main): Use it.
49755         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
49756         Support strcasecmp and strncasecmp.
49757
49758 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
49759
49760         [BZ #12194]
49761         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
49762         * sysdeps/x86_64/bits/byteswap.h: Likewise.
49763
49764 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
49765
49766         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
49767         IFUNC support.
49768         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49769         memset-x86-64.
49770         * sysdeps/x86_64/multiarch/bzero.S: New file.
49771         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
49772         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
49773         * sysdeps/x86_64/multiarch/memset.S: New file.
49774         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
49775         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49776         Set bit_Prefer_SSE_for_memop for Intel processors.
49777         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
49778         Define.
49779         (index_Prefer_SSE_for_memop): Define.
49780         (HAS_PREFER_SSE_FOR_MEMOP): Define.
49781
49782 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
49783
49784         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
49785         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
49786
49787 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
49788
49789         [BZ #12191]
49790         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
49791         (__x86_64_raw_data_cache_size_half): Likewise.
49792         (__x86_64_raw_shared_cache_size): Likewise.
49793         (__x86_64_raw_shared_cache_size_half): Likewise.
49794
49795         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
49796         (__x86_64_raw_data_cache_size_half): Likewise.
49797         (__x86_64_raw_shared_cache_size): Likewise.
49798         (__x86_64_raw_shared_cache_size_half): Likewise.
49799         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
49800         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
49801         and __x86_64_raw_shared_cache_size_half.  Round
49802         __x86_64_data_cache_size_half, __x86_64_data_cache_size
49803         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
49804         to multiple of 256 bytes.
49805
49806 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
49807
49808         [BZ #12167]
49809         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
49810         of inacessible symlinks.  Verify result of symlink before returning it.
49811         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
49812         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
49813
49814 2010-10-28  Erich Ritz  <erichritz@gmail.com>
49815
49816         * math/math.h (isinf): Fix typo in comment.
49817
49818 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
49819
49820         * po/da.po: Update from translation team.
49821
49822 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
49823
49824         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
49825         is added to the list.
49826
49827 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49828             Ulrich Drepper  <drepper@gmail.com>
49829
49830         * elf/dl-object.c (_dl_new_object): Don't append the new object to
49831         the global list here.  Move code to...
49832         (_dl_add_to_namespace_list): ...here.  New function.
49833         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
49834         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
49835         * elf/dl-load.c (lose): Don't remove the element from the list.
49836         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
49837         (_dl_map_object): Likewise.
49838
49839 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
49840
49841         [BZ #12159]
49842         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
49843         into all bytes of SSE register.
49844         Patch by Richard Li <richardpku@gmail.com>.
49845
49846 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
49847
49848         [BZ #12140]
49849         * malloc/malloc.c (_int_free): Fill correct number of bytes when
49850         perturbing.
49851
49852 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
49853
49854         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
49855         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
49856         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
49857         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
49858         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
49859         submachine.
49860         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
49861
49862 2010-10-22  Andreas Schwab  <schwab@redhat.com>
49863
49864         * include/dlfcn.h (__RTLD_SECURE): Define.
49865         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
49866         mode & __RTLD_SECURE instead.
49867         (open_path): Rename preloaded parameter to secure.
49868         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
49869         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
49870         * elf/dl-deps.c (openaux): Likewise.
49871         * elf/rtld.c (struct map_args): Remove is_preloaded.
49872         (map_doit): Don't use it.
49873         (dl_main): Likewise.
49874         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
49875         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
49876
49877 2010-09-09  Andreas Schwab  <schwab@redhat.com>
49878
49879         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
49880         (sysd-rules-targets): Remove duplicates.
49881         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
49882         rtld-%.$o dependency.
49883
49884 2010-10-18  Andreas Schwab  <schwab@redhat.com>
49885
49886         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
49887         _dl_map_object do it.
49888
49889 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
49890
49891         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
49892         fast fma builtins, define the macros in the C99 standard.
49893         (FP_FAST_FMAF): Likewise.
49894         (FP_FAST_FMAL): Likewise.
49895         * sysdeps/x86_64/bits/mathdef.h: Likewise.
49896
49897         * bits/mathdef.h: Update copyright year.
49898         * sysdeps/powerpc/bits/mathdef.h: Likewise.
49899
49900 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
49901
49902         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
49903         builtins, define the macros in the C99 standard.
49904         (FP_FAST_FMAF): Likewise.
49905         (FP_FAST_FMAL): Likewise.
49906         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
49907         multiply/add.
49908         (FP_FAST_FMAF): Likewise.
49909
49910 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
49911
49912         [BZ #3268]
49913         * math/libm-test.inc (fma_test): Some new testcases.
49914         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
49915         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
49916         y and infinite z.  Do multiplication by C already in long double.
49917         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
49918         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
49919         y and infinite z.  Do bitwise or of inexact bit into u.d.
49920         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
49921         * sysdeps/i386/fpu/s_fmaf.S: Removed.
49922         * sysdeps/i386/fpu/s_fma.S: Removed.
49923         * sysdeps/i386/fpu/s_fmal.S: Removed.
49924
49925 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
49926
49927         [BZ #3268]
49928         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
49929         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
49930         computation is not scheduled after fetestexcept.  Fix value
49931         of minimum denormal long double.
49932
49933 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
49934
49935         [BZ #3268]
49936         * math/libm-test.inc (fma_test): Add some more tests.
49937         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
49938         correctly.
49939
49940 2010-10-15  Andreas Schwab  <schwab@redhat.com>
49941
49942         * scripts/data/localplt-s390-linux-gnu.data: New file.
49943         * scripts/data/localplt-s390x-linux-gnu.data: New file.
49944
49945 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
49946
49947         [BZ #3268]
49948         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
49949         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
49950         instead of dbl-64.
49951         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
49952         inlines.
49953         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
49954         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
49955         if one of x and y is very large and the other is subnormal.
49956         * sysdeps/s390/fpu/s_fmaf.c: New file.
49957         * sysdeps/s390/fpu/s_fma.c: New file.
49958         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
49959         * sysdeps/powerpc/fpu/s_fma.S: New file.
49960         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
49961         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
49962         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
49963
49964 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
49965
49966         [BZ #3268]
49967         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
49968         fma tests.
49969         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
49970         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
49971         * sysdeps/i386/i686/multiarch/s_fma.c: Include
49972         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
49973         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
49974         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
49975         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
49976
49977 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
49978
49979         [BZ #12078]
49980         * posix/regcomp.c (parse_branch): One more memory leak plugged.
49981         * posix/bug-regex31.input: Add test case.
49982
49983 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
49984
49985         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
49986         * posix/bug-regex31.input: New file.
49987
49988         [BZ #12078]
49989         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
49990         (parse_sub_exp): Fix last change, use postorder.
49991
49992         * posix/bug-regex31.c: New file.
49993         * posix/Makefile: Add rules to build and run bug-regex31.
49994
49995         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
49996
49997         [BZ #12078]
49998         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
49999
50000         [BZ #12108]
50001         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
50002         to have entries in sys_siglist.
50003
50004         [BZ #12093]
50005         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
50006         be NULL.
50007
50008 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
50009
50010         [BZ #3268]
50011         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
50012         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
50013         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
50014         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
50015         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
50016         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
50017         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
50018         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
50019         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
50020         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
50021         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
50022         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
50023         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
50024         * math/ftestexcept.c (fetestexcept): Likewise.
50025         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
50026         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
50027         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
50028         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
50029         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
50030         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
50031         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
50032
50033 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
50034
50035         [BZ #12107]
50036         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
50037         newline.
50038
50039 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
50040
50041         * string/bug-strstr1.c: New file.
50042         * string/Makefile: Add rules to build and run bug-strstr1.
50043
50044 2010-10-05  Eric Blake  <eblake@redhat.com>
50045
50046         [BZ #12092]
50047         * string/str-two-way.h (two_way_long_needle): Always clear memory
50048         when skipping input due to the shift table.
50049
50050 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
50051
50052         [BZ #12005]
50053         * malloc/mcheck.c: Handle large requests.
50054
50055         [BZ #12077]
50056         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
50057         for strncmp and strncasecmp.
50058         * string/stratcliff.c: Add tests for strcmp and strncmp.
50059         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
50060
50061 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
50062
50063         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
50064         __set_fpscr.
50065
50066 2010-09-30  Andreas Jaeger  <aj@suse.de>
50067
50068         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
50069         (CGROUP_SUPER_MAGIC): Define.
50070         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50071         Handle btrfs and cgroup file systems.
50072         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
50073         Likewise.
50074
50075 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
50076
50077         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
50078         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
50079
50080 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50081
50082         [BZ #12067]
50083         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
50084         trying to locate the ELF header.
50085
50086 2010-09-27  Andreas Schwab  <schwab@redhat.com>
50087
50088         [BZ #11611]
50089         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
50090         Mask out sign-bit copies when constructing f_fsid.
50091
50092 2010-09-24  Petr Baudis <pasky@suse.cz>
50093
50094         * debug/stack_chk_fail_local.c: Add missing licence exception.
50095         * debug/warning-nop.c: Likewise.
50096
50097 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
50098
50099         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
50100         implementing getdents64 using getdents syscall, set d_type if
50101         __ASSUME_GETDENTS32_D_TYPE.
50102
50103 2010-09-16  Andreas Schwab  <schwab@redhat.com>
50104
50105         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
50106         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
50107
50108 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
50109
50110         [BZ #12037]
50111         * posix/unistd.h: Undo change of feature selection for ftruncate from
50112         2010-01-11.
50113
50114 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
50115
50116         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
50117         detection.
50118
50119 2010-09-20  Andreas Schwab  <schwab@redhat.com>
50120
50121         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
50122         fanotify_mark.
50123         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
50124
50125 2010-09-14  Andreas Schwab  <schwab@redhat.com>
50126
50127         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
50128         variables after CHECK_SP call.
50129         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
50130
50131 2010-09-13  Andreas Schwab  <schwab@redhat.com>
50132             Ulrich Drepper  <drepper@redhat.com>
50133
50134         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
50135         re-relocationg ld.so.
50136         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
50137         _dl_init_paths call.
50138         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
50139         here anymore.
50140
50141 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
50142
50143         * resolv/res_init.c (__res_vinit): Count the default server we added.
50144
50145 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
50146             Ulrich Drepper  <drepper@redhat.com>
50147
50148         [BZ #11968]
50149         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
50150         (____longjmp_chk): Use %ebx for saving value across system call.
50151         Add unwind info.
50152
50153 2010-09-06  Andreas Schwab  <schwab@redhat.com>
50154
50155         * manual/Makefile: Don't mix pattern rules with normal rules.
50156
50157 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
50158
50159         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
50160         operation.
50161         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
50162         * libio/iofopncook.c (_IO_cookie_init): Likewise.
50163         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
50164         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
50165         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
50166         Likewise.
50167
50168 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
50169
50170         [BZ #11979]
50171         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
50172         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
50173
50174 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
50175
50176         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
50177         * sysdeps/x86_64/addmul_1.S: Likewise.
50178         * sysdeps/x86_64/lshift.S: Likewise.
50179         * sysdeps/x86_64/mul_1.S: Likewise.
50180         * sysdeps/x86_64/rshift.S: Likewise.
50181         * sysdeps/x86_64/sub_n.S: Likewise.
50182         * sysdeps/x86_64/submul_1.S: Likewise.
50183
50184 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50185
50186         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
50187         Define __sched_param instead of SCHED_* and sched_param when
50188         <bits/sched.h> is included with __need_schedparam defined.
50189         * bits/sched.h [__need_schedparam]
50190         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
50191         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
50192         (__defined_schedparam): Define to 1.
50193         (__sched_param): New structure, identical to sched_param.
50194         (__need_schedparam): Undefine.
50195
50196 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
50197
50198         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
50199         (epoll_create1): Declare.
50200
50201         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
50202
50203 2010-08-31  Andreas Schwab  <schwab@redhat.com>
50204
50205         [BZ #7066]
50206         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
50207         shifting retval into place.
50208
50209 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
50210
50211         * nis/rpcsvc/nis.h: Update copyright notice.
50212         * nis/rpcsvc/nis.x: Likewise.
50213         * nis/rpcsvc/nis_callback.h: Likewise.
50214         * nis/rpcsvc/nis_callback.x: Likewise.
50215         * nis/rpcsvc/nis_object.x: Likewise.
50216         * nis/rpcsvc/nis_tags.h: Likewise.
50217         * nis/rpcsvc/yp.h: Likewise.
50218         * nis/rpcsvc/yp.x: Likewise.
50219         * nis/rpcsvc/ypupd.h: Likewise.
50220         * nis/yp_xdr.c: Likewise.
50221         * nis/ypupdate_xdr.c: Likewise.
50222
50223         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
50224         mainly the body of pmap_getport.  Add parameters to specify timeouts.
50225         (pmap_getport): Use __libc_rpc_getport.
50226         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
50227         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
50228         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
50229
50230 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
50231
50232         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
50233         fanotify_mark.
50234
50235 2010-08-27  Roland McGrath  <roland@redhat.com>
50236
50237         * sysdeps/i386/i686/multiarch/Makefile
50238         (CFLAGS-varshift.c): New variable.
50239
50240 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
50241
50242         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
50243         * sysdeps/i386/i686/multiarch/varshift.c: New file.
50244
50245         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
50246
50247         * sysdeps/x86_64/strlen.S: Minimal code improvement.
50248
50249 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
50250
50251         * sysdeps/x86_64/strlen.S: Unroll the loop.
50252         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50253         strlen-sse2 strlen-sse2-bsf.
50254         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
50255         __strlen_no_bsf if bit_Slow_BSF is set.
50256         (__strlen_sse42): Removed.
50257         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
50258         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
50259
50260 2010-08-25  Roland McGrath  <roland@redhat.com>
50261
50262         * sysdeps/x86_64/multiarch/varshift.S: File removed.
50263         * sysdeps/x86_64/multiarch/varshift.c: New file.
50264         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
50265         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
50266         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
50267         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
50268
50269 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
50270
50271         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50272         strlen-sse2 strlen-sse2-bsf.
50273         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
50274         __strlen_sse2_bsf if bit_Slow_BSF is unset.
50275         (__strlen_sse2): Removed.
50276         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
50277         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
50278         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
50279         bit_Slow_BSF for Atom.
50280         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
50281         (index_Slow_BSF): Define.
50282         (HAS_SLOW_BSF): Define.
50283
50284 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
50285
50286         [BZ #10851]
50287         * resolv/res_init.c (__res_vinit): When no server address at all
50288         is given default to loopback.
50289
50290 2010-08-24  Roland McGrath  <roland@redhat.com>
50291
50292         * configure.in: Remove config-name.h generation.
50293         * configure: Regenerated.
50294         * config-name.in: File removed.
50295         * scripts/config-uname.sh: New file.
50296         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
50297         ($(objdir)config-name.h): New target.
50298
50299         * sunrpc/rpc_parse.h: Avoid nested comment.
50300
50301 2010-08-24  Richard Henderson  <rth@redhat.com>
50302             Ulrich Drepper  <drepper@redhat.com>
50303             H.J. Lu  <hongjiu.lu@intel.com>
50304
50305         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
50306         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
50307         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
50308         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
50309         _mm_alignr_epi8 with _mm_loadu_si128.
50310         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
50311         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
50312         (__m128i_shift_right): Removed.
50313         * sysdeps/i386/i686/multiarch/varshift.h: New file.
50314         * sysdeps/i386/i686/multiarch/varshift.S: New file.
50315         * sysdeps/x86_64/multiarch/varshift.h: New file.
50316         * sysdeps/x86_64/multiarch/varshift.S: New file.
50317
50318 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
50319
50320         * configure.in: Move assembler checks to before sysdep dir checking.
50321
50322 2010-08-20  Petr Baudis  <pasky@suse.cz>
50323
50324         * LICENSES: Sync the sunrpc license.
50325
50326 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
50327
50328         * sunrpc/auth_des.c: Update copyright notice once again.
50329         * sunrpc/auth_none.c: Likewise.
50330         * sunrpc/auth_unix.c: Likewise.
50331         * sunrpc/authdes_prot.c: Likewise.
50332         * sunrpc/authuxprot.c: Likewise.
50333         * sunrpc/bindrsvprt.c: Likewise.
50334         * sunrpc/clnt_gen.c: Likewise.
50335         * sunrpc/clnt_perr.c: Likewise.
50336         * sunrpc/clnt_raw.c: Likewise.
50337         * sunrpc/clnt_simp.c: Likewise.
50338         * sunrpc/clnt_tcp.c: Likewise.
50339         * sunrpc/clnt_udp.c: Likewise.
50340         * sunrpc/clnt_unix.c: Likewise.
50341         * sunrpc/des_crypt.c: Likewise.
50342         * sunrpc/des_soft.c: Likewise.
50343         * sunrpc/get_myaddr.c: Likewise.
50344         * sunrpc/getrpcport.c: Likewise.
50345         * sunrpc/key_call.c: Likewise.
50346         * sunrpc/key_prot.c: Likewise.
50347         * sunrpc/openchild.c: Likewise.
50348         * sunrpc/pm_getmaps.c: Likewise.
50349         * sunrpc/pm_getport.c: Likewise.
50350         * sunrpc/pmap_clnt.c: Likewise.
50351         * sunrpc/pmap_prot.c: Likewise.
50352         * sunrpc/pmap_prot2.c: Likewise.
50353         * sunrpc/pmap_rmt.c: Likewise.
50354         * sunrpc/rpc/auth.h: Likewise.
50355         * sunrpc/rpc/auth_unix.h: Likewise.
50356         * sunrpc/rpc/clnt.h: Likewise.
50357         * sunrpc/rpc/des_crypt.h: Likewise.
50358         * sunrpc/rpc/key_prot.h: Likewise.
50359         * sunrpc/rpc/netdb.h: Likewise.
50360         * sunrpc/rpc/pmap_clnt.h: Likewise.
50361         * sunrpc/rpc/pmap_prot.h: Likewise.
50362         * sunrpc/rpc/pmap_rmt.h: Likewise.
50363         * sunrpc/rpc/rpc.h: Likewise.
50364         * sunrpc/rpc/rpc_des.h: Likewise.
50365         * sunrpc/rpc/rpc_msg.h: Likewise.
50366         * sunrpc/rpc/svc.h: Likewise.
50367         * sunrpc/rpc/svc_auth.h: Likewise.
50368         * sunrpc/rpc/types.h: Likewise.
50369         * sunrpc/rpc/xdr.h: Likewise.
50370         * sunrpc/rpc_clntout.c: Likewise.
50371         * sunrpc/rpc_cmsg.c: Likewise.
50372         * sunrpc/rpc_common.c: Likewise.
50373         * sunrpc/rpc_cout.c: Likewise.
50374         * sunrpc/rpc_dtable.c: Likewise.
50375         * sunrpc/rpc_hout.c: Likewise.
50376         * sunrpc/rpc_main.c: Likewise.
50377         * sunrpc/rpc_parse.c: Likewise.
50378         * sunrpc/rpc_parse.h: Likewise.
50379         * sunrpc/rpc_prot.c: Likewise.
50380         * sunrpc/rpc_sample.c: Likewise.
50381         * sunrpc/rpc_scan.c: Likewise.
50382         * sunrpc/rpc_scan.h: Likewise.
50383         * sunrpc/rpc_svcout.c: Likewise.
50384         * sunrpc/rpc_tblout.c: Likewise.
50385         * sunrpc/rpc_util.c: Likewise.
50386         * sunrpc/rpc_util.h: Likewise.
50387         * sunrpc/rpcinfo.c: Likewise.
50388         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
50389         * sunrpc/rpcsvc/key_prot.x: Likewise.
50390         * sunrpc/rpcsvc/klm_prot.x: Likewise.
50391         * sunrpc/rpcsvc/mount.x: Likewise.
50392         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
50393         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
50394         * sunrpc/rpcsvc/rex.x: Likewise.
50395         * sunrpc/rpcsvc/rstat.x: Likewise.
50396         * sunrpc/rpcsvc/rusers.x: Likewise.
50397         * sunrpc/rpcsvc/sm_inter.x: Likewise.
50398         * sunrpc/rpcsvc/spray.x: Likewise.
50399         * sunrpc/rpcsvc/yppasswd.x: Likewise.
50400         * sunrpc/rtime.c: Likewise.
50401         * sunrpc/svc.c: Likewise.
50402         * sunrpc/svc_auth.c: Likewise.
50403         * sunrpc/svc_authux.c: Likewise.
50404         * sunrpc/svc_raw.c: Likewise.
50405         * sunrpc/svc_run.c: Likewise.
50406         * sunrpc/svc_simple.c: Likewise.
50407         * sunrpc/svc_tcp.c: Likewise.
50408         * sunrpc/svc_udp.c: Likewise.
50409         * sunrpc/svc_unix.c: Likewise.
50410         * sunrpc/svcauth_des.c: Likewise.
50411         * sunrpc/xcrypt.c: Likewise.
50412         * sunrpc/xdr.c: Likewise.
50413         * sunrpc/xdr_array.c: Likewise.
50414         * sunrpc/xdr_float.c: Likewise.
50415         * sunrpc/xdr_mem.c: Likewise.
50416         * sunrpc/xdr_rec.c: Likewise.
50417         * sunrpc/xdr_ref.c: Likewise.
50418         * sunrpc/xdr_sizeof.c: Likewise.
50419         * sunrpc/xdr_stdio.c: Likewise.
50420
50421         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
50422         handling.
50423
50424 2010-08-19  Andreas Schwab  <schwab@redhat.com>
50425
50426         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
50427
50428 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
50429
50430         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
50431         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
50432         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
50433         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
50434         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
50435         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
50436         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
50437         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
50438         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
50439         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
50440         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
50441         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
50442         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
50443         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
50444
50445 2010-07-26  Anton Blanchard  <anton@samba.org>
50446
50447         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
50448         * malloc/arena.c (heap_trim): Likewise.
50449
50450 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
50451
50452         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
50453         here.  Not...
50454         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
50455         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
50456
50457 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
50458
50459         * sysdeps/i386/elf/Makefile: New file.
50460
50461 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
50462
50463         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
50464         from fanotify_init.
50465         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
50466         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
50467
50468 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
50469
50470         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
50471         of strncasecmp_l.
50472         * sysdeps/multiarch/strcmp.S: Likewise.
50473
50474 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
50475
50476         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
50477         strncase_l-nonascii.
50478         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
50479         Add strncase_l-ssse3.
50480         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
50481         * sysdeps/x86_64/strcmp.S: Likewise.
50482         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
50483         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
50484         * sysdeps/x86_64/strncase.S: New file.
50485         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
50486         * sysdeps/x86_64/strncase_l.S: New file.
50487         * string/Makefile (strop-tests): Add strncasecmp.
50488         * string/test-strncasecmp.c: New file.
50489
50490         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
50491         warning.
50492
50493         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
50494         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
50495
50496 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
50497
50498         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
50499
50500 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
50501
50502         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
50503         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
50504         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
50505
50506 2010-05-01  Alan Modra  <amodra@gmail.com>
50507
50508         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
50509         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
50510         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
50511         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
50512         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
50513         tidying.  Don't tail-call __sigjmp_save for static lib.
50514         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
50515         save location.
50516         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
50517         (CALL_MCOUNT): Add eh info, and nop after bl.
50518         (TAIL_CALL_SYSCALL_ERROR): New macro.
50519         (PSEUDO_RET): Use it.
50520         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
50521         Correct save location of integer regs and cr.
50522         (_dl_profile_resolve): Correct cr save location.  Delete nops
50523         after bl when SHARED.  Reduce cfi size a little by better
50524         placement of cfi directives.
50525         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
50526         make a stack frame.  Instead use parm save area as a temp.
50527         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
50528         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
50529         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
50530         Don't make a stack frame for parent, use parm save area.
50531         Increase child stack frame to 112 bytes.  Don't save unused reg,
50532         and adjust reg usage.  Set up cfi on error recovery and
50533         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
50534         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
50535         (__makecontext): Add dummy nop after jump to exit.
50536         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
50537         Use correct parm save area and cr save, reduce stack frame.
50538         Correct cfi for possible PSEUDO_RET frame setup.
50539         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
50540         Branch to local label emitted by PSEUDO_RET rather than
50541         __syscall_error.
50542
50543 2010-08-12  Andreas Schwab  <schwab@redhat.com>
50544
50545         [BZ #11904]
50546         * locale/programs/locale.c (print_assignment): New function.
50547         (show_locale_vars): Use it.
50548
50549 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
50550
50551         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
50552         field.
50553         (struct statfs64): Likewise.
50554         (_STATFS_F_FLAGS): Define.
50555         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
50556         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50557         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
50558         (ST_VALID): Define locally.
50559         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
50560         __statvfs_getflags, use the provided value.
50561         * sysdeps/unix/sysv/linux/kernel-features.h: Define
50562         __ASSUME_STATFS_F_FLAGS.
50563
50564         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
50565
50566         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
50567         Add sys/fanotify.h.
50568         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
50569         fanotify_mask for GLIBC_2.13.
50570         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
50571         fanotify_init and fanotify_mark.
50572         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
50573         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
50574
50575         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
50576         Add prlimit.
50577         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
50578         prlimit64 for GLIBC_2.13.
50579         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
50580         prlimit64.
50581         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
50582         syscall.
50583         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
50584         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
50585         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
50586         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
50587         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
50588         add prlimit alias.
50589         * sysdeps/unix/sysv/linux/prlimit.c: New file.
50590
50591         [BZ #11903]
50592         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
50593         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
50594
50595         * nss/Makefile: Add rules to build and run tst-nss-test1.
50596         * shlib-versions: Add entry for libnss_test1.
50597         * nss/nss_test1.c: New file.
50598         * nss/tst-nss-test1.c: New file.
50599
50600         * nss/nsswitch.c (__nss_database_custom): Define new variable.
50601         (__nss_configure_lookup): Set appropriate entry in
50602         __nss_configure_lookup to true.
50603         * nss/nsswitch.h: Define enum with indeces of databases in
50604         databases and __nss_database_custom arrays.  Declare
50605         __nss_database_custom.
50606         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
50607         to avoid using nscd when custom rules are installed.
50608         * nss/getXXbyYY_r.c: Likewise.
50609         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
50610
50611         * nss/nss_files/files-parse.c: Whitespace fixes.
50612
50613 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
50614
50615         [BZ #11883]
50616         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
50617         * posix/fnmatch_loop.c: Likewise.
50618
50619 2010-07-17  Andi Kleen  <ak@linux.intel.com>
50620
50621         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
50622         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
50623         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
50624         * Versions.def [GLIBC_2.13]: Add.
50625
50626 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
50627
50628         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
50629         Also fail if tpwd after pwuid call is NULL.
50630
50631 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50632
50633         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
50634         when converting to ms.
50635
50636 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50637
50638         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
50639         EOPNOTSUPP errors with ENOTTY.
50640         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
50641         EOPNOTSUPP errors with ENOTTY.
50642
50643 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
50644
50645         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
50646         Add strcasecmp_l-ssse3.
50647         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
50648         strcasecmp.
50649         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
50650         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
50651         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
50652
50653 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
50654
50655         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
50656
50657         * string/Makefile (strop-tests): Add strcasecmp.
50658         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
50659         strcasecmp_l-nonascii.
50660         (gen-as-const-headers): Add locale-defines.sym.
50661         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
50662         * sysdeps/x86_64/strcasecmp.S: New file.
50663         * sysdeps/x86_64/strcasecmp_l.S: New file.
50664         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
50665         * sysdeps/x86_64/locale-defines.sym: New file.
50666         * string/test-strcasecmp.c: New file.
50667
50668         * string/test-strcasestr.c: Test both ends of the range of characters.
50669         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
50670
50671 2010-07-29  Roland McGrath  <roland@redhat.com>
50672
50673         [BZ #11856]
50674         * manual/locale.texi (Yes-or-No Questions): Fix example code.
50675
50676 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
50677
50678         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
50679         for ld.so.
50680
50681 2010-07-27  Andreas Schwab  <schwab@redhat.com>
50682
50683         * manual/memory.texi (Malloc Tunable Parameters): Document
50684         M_PERTURB.
50685
50686 2010-07-26  Roland McGrath  <roland@redhat.com>
50687
50688         [BZ #11840]
50689         * configure.in (-fgnu89-inline check): Set and substitute
50690         gnu89_inline, not libc_cv_gnu89_inline.
50691         * configure: Regenerated.
50692         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
50693
50694 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
50695
50696         * string/test-strnlen.c: New file.
50697         * string/Makefile (strop-tests): Add strnlen.
50698         * string/tester.c (test_strnlen): Add a few more test cases.
50699         * string/tst-strlen.c: Better error reporting.
50700
50701         * sysdeps/x86_64/strnlen.S: New file.
50702
50703 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
50704
50705         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
50706         lower-latency instructions.
50707
50708 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
50709
50710         * string/test-strcasestr.c: New file.
50711         * string/test-strstr.c: New file.
50712         * string/Makefile (strop-tests): Add strstr and strcasestr.
50713         * string/str-two-way.h: Don't undefine MAX.
50714         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
50715
50716 2010-07-21  Andreas Schwab  <schwab@redhat.com>
50717
50718         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50719         strcasestr-nonascii.
50720         (CFLAGS-strcasestr-nonascii.c): Define.
50721         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
50722         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
50723         Remove unused attribute.
50724
50725 2010-07-20  Roland McGrath  <roland@redhat.com>
50726
50727         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
50728         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
50729         ld.so.cache was broken.  With it, there is no way to disable dsocaps
50730         like LD_HWCAP_MASK can disable hwcaps.
50731
50732 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
50733
50734         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
50735
50736 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
50737
50738         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
50739         call in strcasestr.
50740         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
50741         __strcasestr_sse42_nonascii.
50742         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
50743         strcasestr-nonascii.c.
50744         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
50745
50746 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
50747
50748         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
50749         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
50750         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
50751         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
50752
50753 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
50754
50755         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
50756         fcntl.
50757
50758 2010-07-06  Andreas Schwab  <schwab@redhat.com>
50759
50760         [BZ #11577]
50761         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
50762         dl_signal_cerror.
50763
50764 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
50765
50766         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
50767         _PC_PIPE_BUF using F_GETPIPE_SZ.
50768
50769 2010-07-05  Roland McGrath  <roland@redhat.com>
50770
50771         * manual/arith.texi (Rounding Functions): Fix rint description
50772         implicit in round description.
50773
50774 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
50775
50776         * elf/Makefile: Fix linking for a few tests to make recent linker
50777         happy.
50778
50779 2010-06-30  Andreas Schwab  <schwab@redhat.com>
50780
50781         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50782         $(common-objpfx)libc_nonshared.a.
50783
50784 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
50785
50786         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
50787         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
50788         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
50789         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
50790         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
50791         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
50792         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
50793         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
50794         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
50795         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
50796         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
50797         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
50798         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
50799         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
50800         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
50801         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
50802         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
50803         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
50804         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
50805         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
50806         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
50807         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
50808         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
50809         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
50810         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
50811         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
50812         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
50813         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
50814         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
50815         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
50816         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
50817         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
50818         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
50819         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
50820         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
50821         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
50822         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
50823         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
50824         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
50825         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
50826         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
50827         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
50828         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
50829         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
50830         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
50831         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
50832         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
50833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
50834
50835 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
50836
50837         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
50838         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
50839         * string/memmove.c (memmove): Renamed to ...
50840         (MEMMOVE): ...this.  Default to memmove.
50841         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
50842         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
50843         (END_CHK): Define.
50844         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50845         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
50846         mempcpy-ssse3-back memmove-ssse3-back.
50847         * sysdeps/x86_64/multiarch/bcopy.S: New file .
50848         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
50849         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
50850         * sysdeps/x86_64/multiarch/memcpy.S: New file.
50851         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
50852         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
50853         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
50854         * sysdeps/x86_64/multiarch/memmove.c: New file.
50855         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
50856         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
50857         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
50858         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
50859         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
50860         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
50861         Define.
50862         (index_Fast_Copy_Backward): Define.
50863         (HAS_ARCH_FEATURE): Define.
50864         (HAS_FAST_REP_STRING): Define.
50865         (HAS_FAST_COPY_BACKWARD): Define.
50866
50867 2010-06-21  Andreas Schwab  <schwab@redhat.com>
50868
50869         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
50870         Restore proper fallback handling.
50871
50872 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
50873
50874         [BZ #11701]
50875         * posix/group_member.c (__group_member): Correct checking loop.
50876
50877         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
50878         OOM in getpwuid_r correctly.  Return error number when the caller
50879         should return, otherwise -1.
50880         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
50881         call returning > 0 value.
50882         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
50883
50884 2010-06-07  Andreas Schwab  <schwab@redhat.com>
50885
50886         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
50887         libc_nonshared.a from targets in modules-names.
50888
50889 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
50890
50891         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
50892         requires it.
50893
50894 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
50895
50896         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
50897         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
50898         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
50899         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
50900
50901 2010-06-02  Andreas Schwab  <schwab@redhat.com>
50902
50903         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
50904
50905 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
50906
50907         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
50908         and F_GETPIPE_SZ.
50909         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
50910         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
50911         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
50912         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
50913         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
50914         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
50915
50916 2010-06-14  Roland McGrath  <roland@redhat.com>
50917
50918         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
50919
50920 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
50921
50922         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
50923         __REDIRECT followed by __THROW.
50924         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
50925         * posix/getopt.h (getopt): Likewise.
50926
50927 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
50928
50929         * hurd/lookup-at.c (__file_name_lookup_at): Accept
50930         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
50931         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
50932         in AT_FLAGS.
50933         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
50934         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
50935
50936 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
50937
50938         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
50939
50940 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
50941
50942         [BZ #11640]
50943         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50944         Properly check family and model.
50945
50946 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
50947
50948         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
50949
50950 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
50951
50952         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
50953
50954 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
50955
50956         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
50957         symbol reference.
50958
50959 2010-05-19  Andreas Schwab  <schwab@redhat.com>
50960
50961         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
50962         symbol reference.
50963
50964 2010-05-21  Andreas Schwab  <schwab@redhat.com>
50965
50966         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
50967         and internal_recvmmsg.
50968         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
50969         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
50970         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
50971         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
50972
50973         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
50974         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
50975         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
50976
50977 2010-05-20  Andreas Schwab  <schwab@redhat.com>
50978
50979         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
50980
50981 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
50982
50983         POWER7 optimizations.
50984         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
50985         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
50986
50987 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
50988
50989         * version.h: Update for 2.13 development version.
50990
50991 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
50992
50993         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
50994         exceptions.  Return 0.
50995
50996 2010-05-07  Roland McGrath  <roland@redhat.com>
50997
50998         * elf/ldconfig.c (main): Add a const.
50999
51000 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
51001
51002         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
51003         (args_options): Add no-idn option.
51004         (ahosts_keys_int): Add idn_flags to ai_flags.
51005         (parse_option): Handle 'i' option to clear idn_flags.
51006
51007         * malloc/malloc.c (_int_free): Possible race in the most recently
51008         added check.  Only act on the data if no current modification
51009         happened.
51010
51011 See ChangeLog.17 for earlier changes.